@CHARSET "UTF-8";
/*
* margin: 上下左右;
* margin: 上下, 左右;
* margin: 上, 左右, 下;
* margin: 上, 右, 下, 左;
*/

/* 初期化
--------------------------------------- */
* {
	margin: 0px auto;
	padding: 0px;
	background-image: none;
	color: #333333;
	font-size: 98%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}
html{ height: 100%; }
li{ list-style: none;}
img{ border: none;}

body {
	margin: 0px auto;
	padding: 0px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	/*background-color: #225588;*//* rgb(0, 113, 188) */
}

h1{
	line-height: 20px;
	margin: 0px auto;
	padding: 0px 5px;
	color: #999999;
	font-size: 80%;
	font-weight: normal;
	text-align: right;

}
h2{
	line-height: 35px;
	margin: 0px auto;
	padding: 0px;
	text-indent: 20px;
	border-left: 10px solid rgb(0, 113, 188);
	border-right: 10px solid rgb(0, 113, 188);
	border-top: 1px solid rgb(0, 113, 188);
	border-bottom: 1px solid rgb(0, 113, 188);
	font-size: 112%;
	font-weight: 600;
	background-color: #225588;
	color: #FFFFFF;

	/* font-size: ; */
}
h3{
	line-height: 30px;
	margin: 0px auto;
	padding: 0px;
	font-weight: 600;
	/*background-color: #FFFFCC;*/
	font-size: 110%;
	color: #CC9933;
}
h4{
	line-height: 20px;
	margin: 0px auto 5px;
	padding: 0px;
	border-left: 5px solid #CC9933;
	border-bottom: 1px solid #CC9933;
	text-indent: 15px;
	font-weight: 600;
	color: #225588;
}
A:link		{ color:#3366CC; font-weight: normal; text-decoration: none;}
A:visited	{ color:#666666; font-weight: normal; text-decoration: none;}
A:active	{ color:#3366CC; font-weight: normal; text-decoration: none;}
A:hover		{ color:#3366CC; font-weight: normal; text-decoration: underline;}
/* content
------------------------------------------*/
#continer {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 5px solid #555555;
	display: table;

}
#header{
	width: 800px;
	height: 220px;
	margin: 0px auto 15px;
	padding: 0px;
	text-indent: 0px;
	background-color: #FFFFFF;
}
#footer{
	width: 100%;
	height: 12px;
	margin: 0px auto;
	padding: 3px 0px;
	text-align: center;
	color: #999999;
	background-color: #DDDDDD;

}
#navi{
	width: 800px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	background-position: left top;
}

/* リスト
--------------------------------------*/
ul#nbtn li {
	width: 160px;
	line-height: 35px;
	list-style-type: none;
	border-right: 0px solid #CCCCCC;
	text-align: center;
	float: left;
}
ul#nbtn a{
	width: 160px;
	height: 35px;
	display: block;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: 600;
}
a.btn {
	background: url(./img/cmn/btn01.jpg) repeat;
}
a.btn:hover {
	background: url(./img/cmn/btn02.jpg) repeat;
	text-decoration: none;
}

/* class
--------------------------------------*/
hr.dot {
	width: 750px;
	border: #CC9933 1px dotted;
	margin: 10px auto;
	clear: both;
}
.side {
	text-align: right;
	padding-right: 50px;
}
/* indexページのみ
--------------------------------------*/
#topMain{
	width:490px;
	margin: 10px auto 80px;
	padding: 0px 10px;
	float: right;
}
p#tmimg{
	margin: 0px auto 20px;
}
#topNavi{
	width:269px;	/* 290 */
	margin: 10px auto 80px;
	padding: 0px 10px;
	border-right: 1px solid #CCCCCC;

	float: left;
}
#topNavi ul{
	height: 120px;
	margin: 0px auto;
}
ul#cm li{
	line-height: 20px;
	font-size: 85%;
}

p#exText{
	padding:10px;
	font-size: 90%;
}
p#exText a{
	color: rgb(0, 113, 188);
}
ul#exList{
	margin: 0px auto 20px;
	padding-left: 10px;
}

ul#exList a{
	font-size: 85%;
	font-weight: 600;
	color: #CC9933;

}
/* 記事ページのみ
--------------------------------------*/
#mainimg{
	width: 710px;
	height: 110px;
	margin: 10px auto;
	padding: 20px;
	background-image: url(img/img_main.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 120%;
	font-weight: 600;
	color: #CC9933;
}
#main{
	width:750px;
	margin: 10px auto 80px;
	padding: 0px;

}
p#text{
	width: 680px;
	margin:30px auto 50px;
	padding: 10px;
	line-height: 15px;
	font-size: 95%;
	color: #666666;
	border: 1px dotted #CCCCCC;
}

