﻿body {
	background-color: #F3F1F2;
	margin: 0 auto;
}



/*　枠線の指定　*/
.zentai{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #808080;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
	background: #ffffff;
}

/*　ヘッダ画像の指定
　　background : url(top.jpg);　を変更すればOK
　　画像サイズに合わせて大きさを変更
*/
.head{
	background : url(img/bana2.gif);
	width: 800px;
	height: 120px;
}

.footer {
	width: 760px;
	color:#666;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #a5a5a5;
}

.footgazou {
	width:800px;
	height:25px;
	background-image: url(img/table.gif);
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


/*　折り返し */
.space{
clear: both;
}

/* 書式など */
h1{
	font-size : 12px;
	font-weight: normal;
	text-align: right;
	color: #000000;
	padding: 5px 10px 0px 0px;
}

h2{
	width: auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	color: #ff0000;
	margin: 20px 0px 0px 10px;
	text-align: left;
}

p{
	font-size :14px;
	text-align: left;
	margin: 5px 15px 10px 15px;
	line-height: 160%;
} 

.p1{
	font-size :14px;
	text-align: left;
	color: #808080;
} 

.p-navi{
	font-size :12px;
	text-align: left;
	margin: 10px 0px 8px 0px;
	padding: 0px 0px 0px 10px;
} 

.midasi {
	width: auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	color: #ff0000;
	margin: 20px 0px 10px 10px;
	text-align: left;
}

.midasi2 {
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right:10px;
	font-size:16px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	font-weight: bold;
	line-height: 20px;
}


/*色を指定します*/
.aka {color: #ff0000;}
.ao {color: #0000cc;}
.tya { color: #bd000e;}
.gray { color: #3d3737;}

/*文字を太くします*/
.b { font-weight: bold; }

/*文字のフォントを指定します*/
.big16 { font-size: 16px; }
.big18 { font-size: 18px; }
.big24 { font-size: 24px; }


/*文字を装飾します*/
.line { background: #ffff00;}

/*　ここまで書式設定 */


/*　メニュー部分の領域指定 */
#side{
	float: left;
	padding: 5px 0px 0px 0px;
	width: 210px;
	margin: 0px 0px 0px 0px;
}

#side li {
	list-style-type: none;
}

#side_d {
	margin: 0px 0px 20px 5px;
	width: auto;
}

#side_d p {
	clear:both;
	color: #333;
	height: 15px;
	margin: 0;
	padding: 8px 0 10px 10px;
	text-align: left;
	font-size: 12px;
	line-height: 125%;
	display: block;
	background: url(img/table.gif);
	font-weight: bold;
}

#side_d ul {
       margin: 0px;
	   padding: 0px;
}

#side_d li a {
	width: auto;
	font-size: 12px;
	color: #666;
	display: block;
	line-height: 150%;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 1% 50%;
	background-image: url(img/li4.gif);
	border-bottom: 1px #0033ff;
	border-bottom-style: dotted;
}


#side_d li a:hover {
	width: auto;
	color: #0033FF;
	background: url(img/li5.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: dotted 1px #0033ff;
}

/*　メニュー終了 */


/*　コンテンツ部分の領域指定 */
.main{
	width: 585px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

/*　コンテンツ部分の内容領域 */
.contents{
	float: left;
	width: 580px;
	height: auto;
	margin: 10px 0px 10px 0px;
	display: inline;
	padding: 0px 0px 0px 0px;
}

.contents2{
	float: left;
	width: 575px;
	height: auto;
	margin: 0px 0px 10px 5px;
	display: inline;
	padding: 0px 0px 0px 0px;
}
