/* CSS Document */

/*初期化設定*/

p,a,img,h1,h2,h3,h4,ul,li {
	margin:0;
	padding:0;
	border:0;
}
/*基本要素、背景色*/


body {
	margin:0 auto;
	background-color:#C3E8EE;
	font-family:MS Gothic,Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear {
	clear:both;
}	
img.left{float:left;}
img.right{float:right;}

/*基本フォント設定*/

p {
	color:#363636;
	margin:15px 0 0 10px;
}
p.footnote{
	margin:15px 0 10px 10px;
	padding:5px 0;
	color:#FA1470;
	clear:both;
}

a {
	color:#014982;
}

hr {
	height:2px;
	width:570px;
	color:#b9b9b9;
	clear:both;
	margin-top:20px;
}

h1 {
	color:#A9D368;
	font-size:16px;
	margin:20px auto;
	padding:5px;
	width:570px;
	line-height:16px;
	text-indent:16px;
	font-weight:bold;
}
h2 {
	color:#5FC1D9;
	font-size:16px;
	width:550px;
	height:60px;
	line-height:60px;
	padding-left:50px;
	background-image:url(img/h2-bg.gif);
	background-repeat:no-repeat;
		clear:both;
}

h2.top {
	color:#5FC1D9;
	font-size:16px;
	width:550px;
	height:60px;
	margin:0px;
	padding-left:70px;
	line-height:60px;
	background-image:url(img/sonett-h2bg.png);
	background-repeat:no-repeat;
	clear:both;
}


h3 {
	color:#5FC1D9;
	font-size:14px;
	width:550px;
	margin-top:40px;
	height:40px;
	line-height:40px;
	padding-left:30px;
	background-image:url(img/h3-bg.gif);
	background-repeat:no-repeat;
	clear:both;
}
h4 {
	color:#000000;
	font-size:12px;
	width:550px;
	height:20px;
	line-height:20px;
	padding-left:20px;
	background-image:url(img/h4_bg.png);
	background-repeat:repeat-x;
	clear:both;
}


/*レイアウト*/

#base {
	margin:0 auto;
	text-align:center;
	background-image:url(img/sonett-bg2.png);
	background-repeat:repeat-y;
	background-position: center; 

}

/*xml互換モードレンダリング対処*/
h1,h2,h3,h4,p,a,img,li {
	text-align:left;
}

.cts  {
	width:580px;
	}


#header {
	margin:0 auto;
	width:800px;
	height:80px;
	text-align:left;
}

	#logo {
		width:152px;
		height:55px;
		margin-top:15px;
		float:left;
		background-image:url(./img/sonett-logo.jpg);
		background-repeat:no-repeat;
	}

	#head-banner {
		width:600px;
		height:80px;
		text-align:right;
		float:left;
	}
	
/*ナビメニューとマウスオーバー設定*/

#navi {
	margin:0 auto;
	width:800px;
	height:30px;
	background-image:url(img/sonett-menubg.png);
	background-repeat:no-repeat;
	background-position: center;
	color:#ffffff;
	font-size:14px;
}
	
	#navi ul{
		margin:0 auto;
		width:800px;
		height:30px;
	}

	#navi li {
		height:26px;
		line-height:26px;
		padding:2px 15px 0 15px;
		float:left;
		list-style:none;
		background-image:url(img/navi_li.gif);
		background-repeat:no-repeat;
		background-position:right;
	}
	
	#navi a {
		padding:7px 16px 6px 16px;
		text-decoration:none;
		color:#ffffff;
	}
	
	#navi .s a:hover{
		background-image:url(img/hover_s.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
	}

	#navi .m a:hover{
		background-image:url(img/hover_m.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
	}
	
	#navi .l a:hover{
		background-image:url(img/hover_l.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
	}
	
	#navi .xl a:hover{
		background-image:url(img/hover_xl.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
	}
	
	#navi .bg-s a {
		background-image:url(img/bg-s.png);
		background-repeat:no-repeat;
		background-position:50% 75%;
	}
	
	#navi .bg-m a {
		background-image:url(img/bg-m.png);
		background-repeat:no-repeat;
		background-position:50% 75%;
	}
	
	#navi .bg-l a {
		background-image:url(img/bg-l.png);
		background-repeat:no-repeat;
		background-position:50% 75%;
	}
	
	#navi .bg-xl a {
		background-image:url(img/bg-xl.png);
		background-repeat:no-repeat;
		background-position:50% 75%;
	}


/*ヘッダーイメージ*/

#image_bg {
	margin-top:9px;
	width:580px;
	height:400px;
	font-size:0;
}

	#image {
		margin:0 auto;
		width:570px;
		height:400px;
		font-size:0;
	}

/*中央コンテンツ、カテゴリ、下フッター*/

#center {
	width:800px;
	margin:0 auto;
}

#contents {
	width:580px;
	float:right;
	padding-right:5px;
}

	.cts {
		margin:0 5px 15px 0px;
		padding:5px;
		width:580px;
		background-position:top;
	}

/*コンテンツリストスタイル設定*/
	
	#contents ul {
		padding-left:25px;
		margin:0px 20px 0px 10px;
		list-style-image: url(img/checkmark.gif); 
	}
	
	#contents ol {
		padding-left:15px;
		margin:0px 0;
	}
	
	#contents li {
		line-height:20px;
		padding-left:15px;
		margin:0px 0;
		color:#800000;
	}
img.kobetsu{
	float:left;
	padding:10px;
	height:200px;
}

#category {
	width:200px;
	float:left;
}
	
	#category a {
		text-decoration:none;
	}

	.cat {
		border:1px solid #F2F3F8;
		width:200px;
		padding-bottom:15px;
		margin-bottom:15px;
		background-color:#ffffff;
	}
	
	#category ul {
		margin-top:15px;
	}
	
	#category li {
		list-style:none;
		background-image:url(img/ico_arrow2.gif);
		background-repeat:no-repeat;
		background-position:15px 5px;
		text-indent:30px;
		line-height:21px;
	}
	
	#category  .link {
		list-style:none;
		background-image:url(img/ico_link.gif);
		background-repeat:no-repeat;
		background-position:15px 5px;
		text-indent:31px;
		line-height:21px;
	}
	
	#category .rss {
		list-style:none;
		background-image:url(img/ico_rss.gif);
		background-repeat:no-repeat;
		background-position:15px 5px;
		text-indent:31px;
		line-height:21px;
	}
	#category h3 {
		color:#ffffff;
		font-size:14px;
		width:200px;
		height:30px;
		line-height:30px;
		margin-top:10px;
		background-image:url(img/sonett-sidemenubg.png);
		background-repeat:no-repeat;
		
}

#page_top {
	width:195px;
	height:45px;
	line-height:45px;
	font-weight:bold;
	margin-left:535px;
	text-align:left;
	clear:both;
}

	#page_top a {
		color:#014982;
	}


#footer {
	height:45px;
	width:800px;
	padding:0 15px;
	line-height:13px;
	border-top:1px solid #d8d8d8;
	margin:0 auto;
	clear:both;
}

	#footer .left {
		font-size:10px;
		margin:0 auto;
		width:700px;
		float:left;
	}
	
	#footer .right {
		color:#000000;
		margin:0 auto;
		width:700px;
		float:right;
	}
	
	#footer .right p {
		text-align:right;
	}
	
	#footer a {
		text-decoration:none;
		color:#444444;
	}
	
	#footer a:hover {
		text-decoration:underline;
		color:#444444;
	}
div.thumb{
	height:50px;
	margin:5px;
	text-align:left;
	clear:both;
}

div.thumb img {
	margin-right:5px;
}
.small {
	font-size:80%;
	color:#014982;
	text-align:left;
}

div.lineup{
	height:100px;
	width:550px;
 	padding:5px;
	text-align:left;
	border-top:1px dashed #cccccc;
	clear:both;
}

	div.lineup img {
		margin-right:5px;
		float:left;
	
	}
	div.gaiyou{
		height:65px;
		margin:15px 5px;
	}
	div.button{
		width:350px;
		height:25px;
		margin:5px;
		float:right;
	}
	div.button img {
		float:right;
	}

div.remarks {
	margin:10px;
	padding:10px;
	border:1px solid #FFC0FF;
	background-color:#EFFFEF;
}

img.right{float:right;}
img.left{float:left;}
.btn {
	float: left;
	background: url(img/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0 0 10px;
}
.btn a{
	float: left;
	height: 40px;
	background: url(img/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(img/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn2 {
	float: left;
	background: url(img/btn_left2.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0 0 10px;
}
.btn2 a{
	float: left;
	height: 40px;
	background: url(img/btn_stretch2.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn2 span {
	background: url(img/btn_right2.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
table {
	width:550px;
	border-collapse: collapse; 
	font-size:12px;
}
th{
	font-weight:bold;
	text-align: center;
	vertical-align: center; 
	padding: 5px; 	
	border:1px solid #BCDC89;
	white-space: nowrap; 
}
td{
	text-align: left;
	vertical-align: top; 
	padding: 5px; 	
	border:1px solid #BCDC89;
}
table.seibun {
	width: 560px; 
}
table.seibun td{
	text-align: center; 
	font-size:0.8em;
}
td.head1 {
	width:100px;
	background-color:#EFFFEF;
}
th.head2 {
	width:65px;
	background-color:#EFFFEF;
	white-space: normal; 
}

#contents div.voice {
	border:1px solid #C080C0;
	margin:10px;
	padding:5px;
}
#contents div.voice ul {
		padding-left:25px;
		margin:0px 20px 0px 10px;
		list-style-image: url(img/voicemark.gif); 
	}
	
#contents div.voice li {
		line-height:27px;
		padding-left:20px;
		margin:0px 0;
		color:#800080;
	}
table.sougolink th{
	background-color:#E8FBAE;
	width:160px;
	vertical-align:middle;
	text-align:left;
	white-space: normal;

}

