/* @override 
	http://localhost:8888/test/css/common.css
	http://192.168.3.5:8888/test/css/common.css
*/

* {
	margin: 0;
	padding: 0;
	
}
body {
	/*font: .75em/1.3em "?l?r ?o?S?V?b?N", Osaka, "?q???M?m?p?S Pro W3", sans-serif;*/
	color: #333;
	text-align: center;
	background-image: url(../img/common/content_bg.gif);
}
body {
  font-size: 75%; /* IE */
}
html>/**/body {
  font-size: 12px; /* Except IE */
}
a {
	color: #666;
	outline: none;
	text-decoration: underline;
}
a:hover {
	/*background-color:#FFB400;*/
	color: #CC0000;
	/*background-color: #FFEACA;
	text-decoration: underline;*/
}
a.arrow {
	background: url(../img/common/arrow.gif) no-repeat left center;
	padding: 0 0 0 12px;
}
img {
	border: none;
}
ul {
	list-style: none;
}
p {
	margin-bottom: 0.5em;
}
h2 {
	margin: 0;
}
.notice {
	color: #F00;
}
.clear {
	clear: both;
}
p.txt {
	padding: 0 10px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#main-wrap {
	padding: 0 15px;
}
/* HEADER
*******************************************/

div#header {
	height: 66px;
	position: relative;
	width: 900px;
	background: url(../img/common/header_bg.gif) repeat-x left top;
}

div#header h1 {
	position: absolute;
	top: 5px;
	left: 22px;
}

div#header ul#gnavi {
	width: 700px;
	position: absolute;
	top: 34px;
	left: 217px;
}

div#header ul#gnavi li {
	display: inline;
}

div#header ul#gnavi li a {
	float: left;
	width: 169px;
	height: 32px;
	text-indent: -5000em;
	margin-right: 2px;
}

div#header ul#gnavi li#tab_01 a {
	background: url(../img/common/nav3.gif) no-repeat 0 0;
}

div#header ul#gnavi li#tab_02 a {
	background: url(../img/common/nav3.gif) no-repeat -170px 0;
}

div#header ul#gnavi li#tab_03 a {
	background: url(../img/common/nav3.gif) no-repeat -340px 0;
}

div#header ul#gnavi li#tab_04 a {
	background: url(../img/common/nav3.gif) no-repeat -512px 0;
}

div#header ul#gnavi li#tab_01 a:hover,
div#header ul#gnavi li#tab_01 a.current {
	background: url(../img/common/nav3_on.gif) no-repeat 0 0;
}

div#header ul#gnavi li#tab_02 a:hover,
div#header ul#gnavi li#tab_02 a.current {
	background: url(../img/common/nav3_on.gif) no-repeat -170px 0;
}

div#header ul#gnavi li#tab_03 a:hover,
div#header ul#gnavi li#tab_03 a.current {
	background: url(../img/common/nav3_on.gif) no-repeat -340px 0;
}

div#header ul#gnavi li#tab_04 a:hover,
div#header ul#gnavi li#tab_04 a.current {
	background: url(../img/common/nav3_on.gif) no-repeat -511px 0;
}

ul#header_infomation {
	position: absolute;
	top: 11px;
	left: 650px;
}

ul#header_infomation li {
	display: inline;
	margin-left: 20px;
}

/* ***header_lines*** */

div.line_orange {
	border-bottom: 5px solid #FFB400;
}

div.line_blue {
	border-bottom: 5px solid #1f76f7;
}

div.line_green {
	border-bottom: 5px solid #3bb644;
}

div.line_red {
	border-bottom: 5px solid #da363c;
}

/* NAVIGATION
*******************************************/
#nav {
	position: absolute;
	height: 30px;
	top: 98px;
	left: 220px;
	width: 680px;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	width: 167px;
	height: 32px;
	text-indent: -5000px;
	background-image: url(../img/common/nav3.gif);
	background-repeat:no-repeat;
}
#nav a:hover, #nav a.current {
	background-image: url(../img/common/nav3_on.gif);
}
#nav #n-connect a {
	background-position: 0 0;
	margin: 0 4px 0 0;
}
#nav #n-server a {
	background-position: -171px 0;
	margin: 0 4px 0 0;
}
#nav #n-option a {
	background-position: -342px 0;
	margin: 0 4px 0 0;
}
#nav #n-campaign a {
	background-position: -513px 0;
}
/* CONTENT
*******************************************/
#content {
	width: 864px;
}
#main-wrap {
	clear: both;
}
#maincol {
	width: 689px;
	float:left;
	padding: 20px 0 0;
}
#maincol2 {
	padding: 10px 0 0;
	width: 864px;
	clear:both;
}
#mcol1 {
	float:left;
	width: 188px;
}
#mcol1 p {
	margin: 0 0 5px;
}

/* ***side_navi*** */
ul#sub-nav {
	margin: 0 0 5px;
}

ul#sub-nav a {
	background-image: url(../img/common/sub_nav.gif);
	width: 188px;
	height: 32px;
	display: block;
	text-indent: -5000px;
}
ul#sub-nav a:hover{
	background-image: url(../img/common/sub_nav_on.gif);
}
ul#sub-nav a.current{
	background-image: url(../img/common/sub_nav_active.gif);
}
li#sn1 a{
	background-position: 0 0;
}
li#sn2 a{
	background-position: 0 -32px;
}
li#sn3 a{
	background-position: 0 -64px;
}
li#sn4 a{
	background-position: 0 -96px;
}
li#sn5 a{
	background-position: 0 -128px;
}
li#sn6 a{
	background-position: 0 -160px;
}
li#sn7 a{
	background-position: 0 -192px;
}
li#sn8 a{
	background-position: 0 -224px;
}
li#sn9 a{
	background-position: 0 -256px;
}
li#sn10 a{
	background-position: 0 -288px;
}
/* ***internet_submenu*** */
li#sn2 ul a,
li#sn3 ul a,{
	display: block;
	width: 188px;
	height: 31px;
	text-indent: -5000px;
}
li#sn2 ul a{
	background-image: url(../img/common/side_nav.gif);
}
li#sn3 ul a{
	background-image: url(../img/common/side_nav_security.gif);
}
li#sn4 ul a{
	background-image: url(../img/common/side_nav_server.gif);
}

li#sn6 ul a{
	background-image: url(../img/common/side_nav_support.gif);
}

/* ***hover*** */
li#sn2 ul a:hover,
li#sn2 ul a.current{
	background-image: url(../img/common/side_nav_on.gif);
}
li#sn3 ul a:hover,
li#sn3 ul a.current{
	background-image: url(../img/common/side_nav_security_on.gif);
}
li#sn4 ul a:hover,
li#sn4 ul a.current{
	background-image: url(../img/common/side_nav_server_on.gif);
}

li#sn6 ul a:hover,
li#sn6 ul a.current{
	background-image: url(../img/common/side_nav_support_on.gif);
}


li#ssn1 a,
li#ssn1_security a,
li#ssn1_server a,
li#ssn1_support a{
	background-position: 0 0;
}
li#ssn2 a,
li#ssn2_security a,
li#ssn2_server a,
li#ssn2_support a{
	background-position: 0 -31px;
}
li#ssn3 a,
li#ssn3_server a,
li#ssn3_support a{
	background-position: 0 -62px;
}
li#ssn4 a,
li#ssn4_server a,
li#ssn4_support a{
	background-position: 0 -93px;
}
li#ssn5 a,
li#ssn5_server a,
li#ssn5_support a{
	background-position: 0 -124px;
}
li#ssn6 a,
li#ssn6_server a{
	background-position: 0 -155px;
}
li#ssn7_server a{
	background-position: 0 -186px;
}
li#ssn8_server a{
	background-position: 0 -217px;
}
/* ***side_navi_end*** */
#mcol1 dd {
	padding: 5px 10px 10px;
}
#mcol2 {
	margin: 0 0 0 203px;
	width: 486px;
}
* html #mcol2 {
	/*margin: 0 0 0 193px;
	width: 400px;*/
	float:right;
	margin: 0;
}

#mcol2 #whatnew ul  {
	padding: 10px;
}
#mcol2 #whatnew li {
	margin: 0 0 5px;
	background: url(../img/common/arrow.gif) no-repeat left center;
	padding: 0 0 0 10px;
}
#mcol2 #maintenance {
	background-color: #E1F5A4;
}
#mcol2 #maintenance {
	position: relative;
}
#mcol2 #trouble {
	background-color: #FFECE5;
}
#mcol2 #trouble {
	position: relative;
}
p#view-maintenance {
}
p#view-maintenance a {
	width: 80px;
	height: 14px;
	display: block;
	text-indent: -5000px;
	background: url(../img/home/bu_maintenance_all.gif) no-repeat left -16px;
}

p#view-trouble {
}
p#view-trouble a {
	width: 80px;
	height: 14px;
	display: block;
	text-indent: -5000px;
	background: url(../img/home/bu_shougai_all.gif) no-repeat left -16px;
}

.maintenance-body {
	padding: 10px;
}
.maintenance-body h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #94C332;
	margin: 0 0 5px;
}
.maintenance-body dt {
	font-weight: bold;
}
.maintenance-body dt {
}
#mcol2 #maintenance ul  {
	padding: 10px;
}
#mcol2 #maintenance li {
	margin: 0 0 5px;
	list-style:disc inside;
}
#mcol2 #trouble ul  {
	padding: 10px;
}
#mcol2 #trouble li {
	margin: 0 0 5px;
	list-style:disc inside;
}
#mcol3 {
	width: 653px;
	float: right;
}
#page-nav {
	background: #F0F0F0;
	padding: 3px 10px;
	margin: 0 0 5px;
}

/* SIDEBAR
*******************************************/
#sidebar {
	width: 160px;
	float: right;
	padding: 20px 0 0;
}
#sidebar #conf {
	margin: 0 0 15px;
}
#sidebar #conf dd {
	padding:10px;
	background-color:#D4DDFB;
}
#sidebar #conf dd p {
	font-size: 10px;
	margin: 0 0 5px;
}
/* FOOTER
*******************************************/
#footer {
	clear: both;
	padding: 20px 0 0;
}
#footer p.fn2 {
	text-align: center;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 5px;
}

/*IE7Hacks*/
/*IE7Hacks end*/
#footer p#copyright {
	background: #999;
	padding: 10px 18px;
	margin: 0;
	color: #FFF;
	text-align: center;
	font-size: 9px;
}
/* Clear Fix
*************************************************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* HIDE IEmac-5 \*/
* html .clearfix  {height:1%;}
.clearfix {display:block;}
/* END HIDE IEmac-5 */


/* connect */
/*
#connect-nav li.alt {
	margin: 0 0 10px 0;
}
*/


/* soppurt */
.setup-col1  {
	float: left;
	width: 225px;
	background-color: #F2F2F2;
}
.setup-col1 ul {
	padding: 10px 15px;
}
.setup-col1 ul li {
	margin: 0 0 5px;
	background: url(../img/common/arrow.gif) no-repeat left center;
	padding: 0 0 0 10px;
}
/* support */
div#support-inner div.sb_left,
div#support-inner div.sb_mail{
	float: left;
	width: 317px;
	margin-bottom: 18px;
}
div#support-inner div.sb_right{
	float: right;
	width: 317px;
	margin-bottom: 18px;
}
div#support-inner div.sb_left ul,
div#support-inner div.sb_right ul{
	border-right: 1px solid #69C;
	border-bottom: 1px solid #69C;
	border-left: 1px solid #69C;
	background-color: #F3F9FE;
}

#support-inner .sb_mail ul {
	border-right: 1px solid #94C332;
	border-bottom: 1px solid #94C332;
	border-left: 1px solid #94C332;
	background-color: #EBFCC8;
}
#support-inner ul {
	padding: 15px 20px;
} 
#support-inner ul li {
	margin: 0 0 5px;
	background: url(../img/common/arrow.gif) no-repeat left center;
	padding: 0 0 0 10px;
}

p.mail_title {
	padding: 5px;
	background-color: #999999;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
#manual h3 {
	margin: 5px 0;
	padding: 0 0 5px;
	font-size: 14px;
	color:  #000;
	border-bottom: 1px solid #000;
}
#manual h4 {
	margin: 0 0 15px;
	font-size: 1.2em;
	color:  #000;
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	padding: 3px 10px;
}
#manual dt {
	margin: 0 0 5px;
	font-weight: bold;
	color:  #000;
	font-size: 1.2em;
}
#manual dt span {
	font-size: 1.5em;
}
#manual dd {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #CCC;
}
#manual dd p.notice2 {
	padding: 10px;
	border: 1px solid #666;
	background-color: #FFF7F7;
}
#manual dd p.notice2 span {
	color:#CC0000;
	font-weight: bold;
	display: block;
}

#manual em {
	color: #F00;
	font-style: normal;
	font-weight: bold;
}
#manual table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 0 0 15px;
}
#manual th {
	padding: 5px 10px;
	text-align:left;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #F0F0F0;
}
#manual td {
	padding: 5px 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#content-footer a {
	margin: 0 1em;
}

p.secom_logo {
	text-align: center;
}

/*
 * メンテナンス情報のタイトル
 */
.maintenance_title_maintenance {
	background-color: #E1F5A4;
	border-left: 10px solid #00981D;
	border-bottom: 1px solid #00981D;
	padding-left: 5px;
}

.maintenance_title_trouble {
	background-color: #FFECE5;
	border-left: 10px solid #E54100;
	border-bottom: 1px solid #E54100;
	padding-left: 5px;
}

.maintenance_title_other {
	background-color: #d3d3d3;
	border-left: 10px solid #808080;
	border-bottom: 1px solid #808080;
	padding-left: 5px;
}

a.selected {
	background-color: #d3d3d3;
	text-decoration: none;
}
