/* CSS Document */

/*初期化設定*/

p,a,img,h1,h2,h3,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:14px;
}

.clear {
	clear:both;
}	
img.left{float:left;}
img.right{float:right;}

/*基本フォント設定*/

p {
	color:#363636;
	margin:25px 0 0 15px;
	padding-left:10px;
	padding-right:10px;
	line-height:200%;
}

a {
	color:#014982;
}

hr {
	height:2px;
	width:570px;
	color:#b9b9b9;
}

h1 {
	color:#A9D368;
	font-size:0px;
}
h2 {
	color:#CD1414;
	font-size:20px;
	width:700px;
	height:40px;
	line-height:60px;
}


h3 {
	color:#ffffff;
	font-size:16px;
	width:700px;
	height:40px;
	line-height:40px;
	padding-left:50px;
	background-image:url(img/h3-bg.gif);
	background-repeat:no-repeat;
}


/*レイアウト*/

#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,p,a,img,li {
	text-align:left;
}

.cts  {
	width:780px;
	}


#header {
	margin:0 auto;
	width:800px;
	height:260px;
	text-align:left;
}

	#logo {
		width:800px;
		height:240px;
		margin-top:15px;
		float:left;
		background-image:url(./img/sonett-image.png);
		background-repeat:no-repeat;
	}

	#head-banner {
		width:0px;
		height:0px;
		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:800px;
	float:right;
	padding-right:5px;
}

	.cts {
		margin:0 20px 15px 20px;
		padding:5px;
		width:740px;
		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;
}

#page_top {
	width:195px;
	height:45px;
	line-height:45px;
	font-weight:bold;
	margin-left:535px;
	text-align:left;
}

	#page_top a {
		color:#014982;
	}


#footer {
	height:45px;
	width:800px;
	padding:0 15px;
	line-height:13px;
	border-top:1px solid #d8d8d8;
	margin:0 auto;
}

	#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;
	}

.small {
	font-size:80%;
	color:#014982;
	text-align:left;
}


div.remarks {
	margin:10px;
	padding:10px;
	border:1px solid #FFC0FF;
	background-color:#EFFFEF;
}

img.right{
	float:right;
	padding:10px;
}
img.left{float:left;
	padding:10px;
}
.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;
}
