/* CSS Document */

/*初期化設定*/
/*p,a,img,h1,h2,h3,h4,ul,li*/
*{
	margin:0;
	padding:0;
	border:0;
}

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


body {
	background-color:#D0D0D0;
	font-family:"ＭＳ Ｐゴシック",Arial, MS Gothic,Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

.clear {
	clear:both;
}	
.right{
	float:right;
	margin:5px;
}
.left{
	float:left;
	margin:5px;
}


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

p {
	color:#363636;
}
.cts p{
	margin:15px 0 0 15px;
}
.cts ul{
	margin:15px 0 0 25px;
}

a {
	color:#014982;
}

hr {
	height:2px;
	width:700px;
	color:#b9b9b9;
}

h1 {
	color:#000000;
	font-size:12px;
	margin:20px auto;
	padding:5px;
	line-height:16px;
	text-indent:16px;
	font-weight:normal;
}
h2 {
	color:#333333;
	font-size:16px;
	padding:10px 0 0 10px;
	line-height:30px;
	margin-top:30px;
	margin-bottom: 20px;
	border-top:  4px solid #DD51A9;
	border-bottom:  2px solid #B5B5B5;
	border-right:  1px solid #B5B5B5;
	border-left:  1px solid #B5B5B5;
	background-color:#FAFAFA;
		
}

h3 {
	font-size:14px;
	height:20px;
	line-height:20px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left:10px;
	padding: 3px 3px;
	border-left:  10px solid #C00000;
	border-bottom:  1px solid #C00000;
	background-color: #ffffff;
}

#category h3 {
	color:#ffffff;
	font-size:14px;
	height:24px;
	margin: 0px;
	line-height:24px;
	background-color:#828282;
	border-bottom:4px solid #F7853C;
	border-left:  0px;
	text-indent:20px;
}


h4 {
	color:#000000;
	font-size:12px;
	height:22px;
	line-height:22px;
	margin-top:10px;
	margin-left:15px;
	margin-bottom:10px;
	padding:0px 5px 0px 5px;
	border-left: 12px solid #A9CB34;
	border-top:0px solid #A9CB34;
	border-bottom:1px solid #A9CB34;
	background-color: #ffffff;
}

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


/*基本レイアウト*/

#base {
	width:960px;
	margin:0px auto 0px auto;
	background-color:#FFFFFF;
	text-align:left;
}


#header {
	margin:0 auto;
	width:960px;
	height:133px;
	text-align:left;
	background-image:url(./img/top.png);
	background-repeat:no-repeat;
	background-position: center;
	}

#navi {
	margin:0px 0px 10px 0px;
	width:960px;
	height:24px;
	background-image:url(img/menubg.jpg);
	background-repeat:no-repeat;
	background-position: center;
	color:#ffffff;
	font-size:12px;
}

#center {
	width:960px;
	margin-right:10px;
}
#footer {
	height:60px;
	width:100%;
	line-height:13px;
	margin:0;
	clear:both;
}
#contents {
	width:695px;
	margin-left:10px;
	margin-right:5px;
	float:right;
}

#category {
	width:240px;
	float:right;
	
}



#header p {
		float:right;
	}


/*ナビメニューとマウスオーバー設定*/
	
	#navi ul{
		margin:0;
		width:960px;
		height:30px;
	}

	#navi li {
		height:24px;
		line-height:24px;
		padding:2px 15px 0 15px;
		float:left;
		list-style:none;
	}
	
	#navi a {
		padding:2px 16px 6px 16px;
		text-decoration:none;
		color:#ffffff;
	}
	
	#navi a:hover {
		padding:2px 16px 6px 16px;
		text-decoration:underline;
		color:yellow;
	}




/*中央コンテンツ、カテゴリ、下フッター*/
	.cts {
		margin:0px 0px 15px 0px;
		background-position:top;
		text-align:left;
	}

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

	
	#category a {
		text-decoration:none;
	}
	#category a:hover {
		text-decoration:underline;
	}
	#category form {
		margin:0px;
	}
form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}
form li span
{
	color:#444;
	float:left;
}
	label.description{
		border:none;
		color:#222;
		display:block;
		font-size:95%;
		font-weight:bold;
		line-height:120%;
		padding:0 0 1px;
	}
label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}
	input.radio{
		display:block;
		height:13px;
		line-height:1.4em;
		margin:6px 0 0 3px;
		width:13px;
	}
input.button_text
{
	overflow:visible;
	border: 1px #202020 double;
	padding:0 7px;
	width:auto;
	clear:both;
	display:block;
	margin-top:10px;
	margin-left:50px;
}
	.menu {
		width:240px;
		margin-bottom:5px;
	}

	.cat {
		border:1px solid #F2F3F8;
		width:240px;
		padding-bottom:15px;
		margin-bottom:15px;
		background-color:#ffffff;
	}
	
	#category ul {
		margin-top:5px;
	}
	
	#category li {
		list-style:none;
		padding:5px 5px 5px 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 {
	float:right;
	width:195px;
	height:45px;
	line-height:45px;
	font-weight:bold;
	text-align:right;
}

	#page_top a {
		color:#014982;
	}




	#footer .left {
		font-size:10px;
		margin:10px auto;
		width:700px;
		float:left;
	}
	
	#footer .right {
		color:#000000;
		margin:10px 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;
}
.btn {
	float: left;
	background: url(img/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0 0 10px;
font-weight:bold;
}
.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;
	font-weight:bold;
}
.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.tab1 {
	border-collapse:collapse;
	margin:10px;
}

table.tab1 th,td{
	border:1px solid #666666;
	text-align: left;
	vertical-align: middle;
	padding:5px;
}
table.tab1 th{
	background-color:#D0D0D0;
	white-space: nowrap; 
}
table.tab2 {
	border-collapse:collapse;
	margin:30px;
}

table.tab2 th,td{
	border:1px solid #666666;
	text-align: left;
	vertical-align: middle;
	padding:5px;
}
table.tab2 th{
	background-color:#D0D0D0;
	white-space: nowrap; 
}
object {
	margin-left:30px;
	margin-bottom:30px;
}
ul.link-list {
	list-style-image:url(./img/linklist.gif);
}
ul.link-list li{
	margin:0 0 0 25px;
}
form.tarea textarea{
	margin:10px 5px 10px 20px;
	width:500px;
	height:5em;
	border: 1px #A0A0A0 solid;
	scrollbar-base-color: #ff0000;
	font-size:12px;
}

blockquote{
	margin:20px;
	padding:10px;
	background-color:#FEFBD1;
}
ul.contlist li{
	margin-left:30px;
	list-style:square;
	color:#404040;
	font-weight:bold;

}