/* 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;
	clear:both;
}

h4 {
	color:#000080;
	font-size:14px;
	text-align:left;
	clear:both;
}

/*レイアウト*/

#base {
	margin:0 auto;
}

/*xml互換モードレンダリング対処*/
h1,h2,h3,p,a,img,li {
	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;
	}

/*中央コンテンツ、右カテゴリ、下フッター*/

#center {
	width:930px;
	margin:0 0 0 10px;
}

#contents {
	width:690px;
	float:left;
	clear:both;
}

	#cts {
		width:690px;
		border:1px solid #dadada;
	}
	#top-image{
		float:left;
		clear:both;
	}
	#catch {
		margin-top:20px;
		margin-left:20px;
		margin-right:10px;
	}
	#catch p{
 		color:#333333;
 		margin-top:20px;
	}
	#catch h3{
		margin-top:40px;
		margin-bottom:10px;
		border-bottom:1px solid #6D6D6D;
		border-left:10px solid #6D6D6D;
		padding-left:10px;
	}

	/*コンテンツリストスタイル設定*/
	
	#contents ul {
		padding-left:15px;
		margin:5px 0;
	}
	
	#contents ol {
		padding-left:15px;
		margin:15px 0;
	}
	
	#contents li {
		line-height:30px;
	}


/*カテゴリ*/

#category {
	width:210px;
	float:right;
}
	
	#category a {
		text-decoration:none;
	}
	#category a:hover{
		text-decoration:underline;
	}

	.cat {
		border:1px solid #bababd;
		width:208px;
		margin-bottom:15px;
	}

	#category h3 {
		background-color:#5E5E5E;
		color:#FFFFFF;
		text-indent:15px;
		height:30px;
		line-height:30px;
		border-bottom:2px solid #8080FF;
	}
	
	#category ul {
		margin-top:5px;
		padding:5px;
	}
	
	#category li {
		list-style:none;
		text-indent:0px;
		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:190px;
	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{
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:12px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		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: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;
	}


 #contents img.right{
 float:right;
}
 #contents img.left{
 float:left;
}