/* CSS Document */

/*初期化設定*/

p,a,img,h1,h2,h3,h4,ul,li {
	margin:0;
	padding:0;
	border:0;
}

/*基本要素、背景色*/


body {
	margin:0 auto;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
}
body div {
	text-align: left;
	margin: 0 auto;
}

.clear {
	clear:both;
}	


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

p {
	color:#363636;
	margin:5px 0;
	text-align:left;
}

a {
	color:#014982;
}

hr {
	height:2px;
	width:658px;
	color:#b9b9b9;
	clear:both;
}

h1 {
	color:#363636;
	font-size:21px;
	margin:15px auto;
	height:50px;
	border:1px solid #6c6c6c;
	width:928px;
	line-height:50px;
	text-indent:15px;
	clear:both;
}

h2 {
	color:#ffffff;
	font-size:14px;
	width:690px;
	height:30px;
	text-indent:15px;
	line-height:30px;
	background-image:url(img/h2_bg.png);
	background-repeat:no-repeat;
	clear:both;
}

h3 {
	color:#171717;
	font-size:14px;
	/*width:208px;*/
	height:27px;
	line-height:27px;
	background-image:url(img/h3_bg.png);
	background-repeat:repeat-x;
	text-indent:5px;
	clear:both;
}

h4 {
	color:#000080;
	font-size:14px;
	text-align:left;
	clear:both;
	border-bottom:2px solid #000080;
	border-left:10px solid #000080;
	text-indent:10px;
}

h5 {
	color:#76479C;
	font-size:14px;
	margin-left:10px;
	text-align:left;
	clear:both;
	border-left:14px solid #76479C;
	text-indent:10px;
	width:400px;
}

table {
 border:1px solid #8080FF;
 border-collapse: collapse;
 table-layout: auto;
 margin:10px;
 font-size:12px;
}
table th {
	border:1px solid #8080FF;
 text-align: center;
 vertical-align: middle; 
 background-color:#C0C0FF;
 padding:5px;
}
table td {
	border:1px solid #8080FF;
 text-align: center;
 vertical-align: middle; 
}
/*レイアウト*/

#base {
	margin: 0 30px 0 30px;
}

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

.cts p {
	text-align:left;
 
}
#header {
	margin:0 auto;
	width:930px;
	height:60px;
	text-align:left;
	
}

	#logo {
		width:40%;
		height:60px;
		float:left;
	}

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

#navi {
	width:100%;
	height:39px;
	background-image:url(img/navi_bg.png);
	background-repeat:repeat-x;
	color:#ffffff;
	
}
	
	#navi ul{
		margin:0 auto;
		width:900px;
		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 a:hover{
		color:#FFFF00;
		}
	#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:100%;
	height:210px;
	background-color:#080808;
	font-size:0;
}

	#image {
		margin:0 auto;
		width:930px;
		height:210px;
		font-size:0;
	}

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

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

#contents {
	width:690px;
	float:left;
	padding-right:20px;
}

	.cts {
		width:658px;
		padding:0 15px 0 15px;
		margin-bottom:15px;
		border:1px solid #dadada;
		background-image:url(img/cts_bg.png);
		background-repeat:repeat-x;
		background-position:top;
		
	}
 
/* style-list */
 .lists p {
	margin:0px;
 padding:0px;
 line-height:100%;
}
 .lists ul{
 		padding-left:15px;
		margin:15px 0;
 list-style-type:square;
}
 .lists li{

}

	/*コンテンツリストスタイル設定*/
	
	#contents ul {
		padding-left:15px;
		margin:15px 0;
	}
	
	#contents ol {
		padding-left:15px;
		margin:15px 0;
	}
	
	#contents li {
		line-height:30px;
	}

 #contents img.right{
 float:right;
}
 #contents img.left{
 float:left;
}
div.copy {
	float:left;
 text-align:left;
 width:550px;
 font-size:14px;
 line-height:150%;
}
div.copy img.right{
 margin:5px;
}

blockquote {
	width:550px;
	margin:10px;
	border:1px solid #B48038;
	background-color:#FFCC00;
	padding:5px;
	text-align:left;
}
div.comment{
	width:600px;
	border:1px solid #FFC0FF;
	background-color:#FFD0FF;
	margin:10px 5px 10px 5px;
	padding:5px;
	text-align:left;
}
/*右カテゴリ*/

#category {
	width:210px;
	float:right;
}
	
	#category a {
		text-decoration:none;
		}
	#category a:hover{
		text-decoration:underline;
	}

	.cat {
		border:1px solid #bababd;
		width:208px;
		padding-bottom:15px;
		margin-bottom:15px;
	}
	
	#category ul {
		margin-top:15px;
	}
	
	#category li {
		list-style:none;
		text-indent:5px;
		line-height:15px;
		margin-top:10px;
	}
	
	#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;
	}

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

	#page_top a {
		color:#014982;
	}


#footer {
	height:45px;
	width:900px;
	line-height:43px;
	border-top:1px solid #d8d8d8;
	clear:both;
}

	#footer .left {
		font-size:10px;
		width:600px;
		float:left;
	}
	
	#footer .right {
		color:#000000;
		width:370px;
		float:right;
	}
	
	#footer .right p {
		text-align:right;
	}
	
	#footer a {
		text-decoration:none;
		color:#444444;
	}
	
	#footer a:hover {
		text-decoration:underline;
		color:#444444;
	}

/* ----------- My Form ----------- */


	/* ----------- stylized ----------- */
	.stylized{
	background-color:#CCCCFF;
	width:500px;
	}
	.stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	.stylized p{
		font-size:12px;
		color:#666666;
	}
	.stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
		clear:both;
	}
	.stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	.stylized input{
		float:left;
		font-size:14px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 10px;
	}
	.stylized textarea{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:400px;
		margin:2px 0 20px 10px;
	}
	.stylized button{ 
		clear:both;
		margin-left:200px;
		margin-bottom:30px;
		width:125px;
		height:31px;
		background:#666666 url(img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:14px;
		font-weight:bold;
	}
	.stylized input.button{ 
		clear:both;
		margin-left:100px;
		width:125px;
		height:31px;
		background:#666666 url(img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
	.stylized em{ 
		color:red;
		font-size:10px;
　font-style:normal;
	}
div.idt {
	margin:5px 5px 5px 20px;
}
div.idt img{
	width:200px;
}
table.tab2 {
	width:550px;
	border-collapse: collapse; 
	font-size:12px;
}
table.tab2 th{
	font-weight:bold;
	text-align: center;
	vertical-align: center; 
	padding: 5px; 	
	white-space: nowrap; 
}
table.tab2 td{
	text-align: left;
	vertical-align: top; 
	padding: 5px; 	
}
table.sougolink td{
	vertical-align:middle;
	text-align:left;
	white-space: normal;
	padding:5px;
}
table.sougolink th{
	background-color:#E8FBAE;
	width:160px;
	vertical-align:middle;
	text-align:left;
	white-space: normal;
	padding:5px;
}

table.tab3 {
	width:550px;
	border-collapse: collapse;
	border:0px; 
	font-size:12px;
}
table.tab3 tr{
	border:0px;
}
table.tab3 th{
	font-weight:bold;
	text-align: center;
	vertical-align: center; 
	padding: 5px; 	
	white-space: nowrap; 
border:0px;
}
table.tab3 td{
	text-align: left;
	vertical-align: top; 
	padding: 5px; 
border:0px;
}
.detail{
padding              : 10px ;
margin:10px 20px 0px 20px;
border:1px solid #D0D0D0;
line-height   :150%;
}