@charset "Shift_JIS";

/*------------------------------------------------------

光通信CSS

------------------------------------------------------*/





/*------------------------------------------------------

01.common

------------------------------------------------------*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background : url(../images/bg_body.jpg) repeat-y center top;
	font-size:12px;
	line-height:150%;
	color: #666;
}

body#swin {
	background:none;
	background:#f6f6f6;
}

body#swin #container {
	width:760px;
	margin:0 auto;
	text-align:center;
	background-color:#FFF;
	padding-bottom:30px;
}

h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}

a {color:#333333;}
a:link {color:#333333;}
a:hover {color:#333333;	text-decoration:underline;}



/*------------------------------------------------------

02.レイアウト

------------------------------------------------------*/

#container {
	width:800px;
	margin:0 auto;
	text-align:center;
	background-color:#FFF;
}

#cont {
	width:760px;
	margin:10px auto 0;
}

#cont_pp {
	width:760px;
	margin:0 auto 0;
}


.incont {
	width:720px;
	margin:20px auto 0;
	text-align: center;
}


/*------------------------------------------------------

03.背景

------------------------------------------------------*/
.bg_bg1 {
	background : url(../images/p_fr_mid.gif) repeat-y left top;
}

.bg_bg2 {
	background : url(../images/p3_fr_mid.gif) repeat-y left top;
	text-align:left;
}

.bg_date {
	width:150px;
	height:137px;
	background : url(../images/main_head_date.jpg) no-repeat left top;
	position:relative;
}

.bg_date p {
	color:#FFF;
	font-size:12px;
	text-align:center;
	width:110px;
	height:20px;
	display:block;
	margin-top:100px;
	margin-left:35px;
}
/*------------------------------------------------------

04.マージン

------------------------------------------------------*/

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}

.mb20 {margin-bottom:20px;}

.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pl20 {padding-left:20px;}
.pr20 {padding-right:20px;}
.plr{padding:5px 18px 5px;}
.ptlr{padding:10px 20px;}




/*------------------------------------------------------

05.ボタンエリア

------------------------------------------------------*/
.btnArea {
	width:703px;
	margin:30px auto;
	text-align:center;
}

/*------------------------------------------------------

05.ページトップ

------------------------------------------------------*/
.pagetop {
	text-align:right;
	padding:30px 20px 30px;
	font-size:16px;
}

/*------------------------------------------------------

06.コピーライト

------------------------------------------------------*/
.copy {
	text-align:right;
	padding:5px 0px 20px;
	color:#666;
}

.copy a {
	color:#666;
	text-decoration:none;
}

.copy a:hover {
	text-decoration:underline;
}


/*------------------------------------------------------

07.段落

------------------------------------------------------*/

p.cap {
	color:#666;
	line-height:150%;
	text-align:left;
}

p.cap2 {
	color:#999;
	line-height:150%;
	text-align:left;
	font-size:10px;
}

p.cap3 {
	color:#999;
	line-height:150%;
	text-align:left;
	font-size:10px;
}

h4 {
	border-bottom:3px solid #F6F6F6;
	padding-bottom:5px;
	text-align:left;
	font-size:12px;
	color:#666;
}
h5 {
	padding-bottom:5px;
	text-align:left;
	font-size:12px;
	color:#666;
	font-weight: bold;
	padding-top: 10px;
}


h6 {
	text-align:left;
	font-size:10px;
	color:#666;
}




/*------------------------------------------------------

08.privacy

------------------------------------------------------*/

#privacy,
#company{
	margin:20px 20px;
}


#privacy h4 {
	border-bottom:3px solid #F6F6F6;
	padding-bottom:5px;
	text-align:left;
	font-size:12px;
	color:#444;
	margin-bottom: 10px;
}


#privacy p {
	text-align:left;
}


#privacy ul {
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	display:block;
}

#privacy li {
	padding-bottom:10px;
}

#privacy li li {
	padding-bottom:0;
}


#privacy table.intbl,
#company table.intbl{
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	margin-bottom:5px;
}

#privacy table.intbl th {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:4px;
	background-color:#E7E7E7;
}

#company table.intbl th {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:4px 10px;
	background-color:#E7E7E7;
	text-align:left;
}

#company table.intbl td {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:4px;
	padding:4px 10px;

}

