* {
	color:#000000;
	padding:0;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
}

img {
border:0;
}

body {
	background-color: #696969;

}




a:hover {
	text-decoration: none;

}



h2.top {
              margin-top:10px;
              height:48px;
              line-height:30px;
              padding-top:20px;
              padding-left:40px;
              font-size:16px;
              letter-spacing: 0.1em;
              font-weight:bold;
              color:#B0E0E6;
              margin-right: 10px;
              margin-left: 15px;
              background: url(img/back_point.gif) no-repeat left center;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/base_bg.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #228B22;
}

#wrap {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:140px;
	background-image: url(img/header.gif);
	background-repeat: repeat-x;
}


 

#header h1 {
font-size: 12px;
color: #666;
font-weight: normal;
padding: 10px 25px 5px 0px;
text-align: right;
}



p#b_head {
	margin-left: 30px;
	color: #FF8C00;
padding: 20px 0px 0px 250px;
}





/*
メイン
-------------------------------------------------------------------*/

#main {
	width:570px;
	float: left;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FF8C00;
}



#main p{
	padding-bottom: 10px;
	padding-left: 15px;
	color: #1C86EE;
}

#main h2.koumoku{
	font-size: 16px;
	padding-left: 20px;
	background-image: url(img/mark.gif);
	background-repeat: no-repeat;
	background-position: 0% 40%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF8C00;
	color: #1C86EE;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}



#main .kaisetu{
line-height: 150%;
margin-left:15px;
margin-right: 25px;
height: 125px;
padding:10px;
border: solid #999;
	border-width: 1px;
}


/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 194px;
	padding: 5px;
}

#menu {
	background-color: #B0E0E6;
	padding-top: 2px;
	border: 1px solid #C6C0B9;
}


#menu ul {
overflow:hidden;
margin: 0;
padding: 0;
list-style: none;
font-size: 12px;
}

#menu li {
margin: 0;
}


#menu li a {
display: block;
width: 100%;		/* Win IE6 用ハック　幅指定しないと動作しない */
overflow: none;
padding: 6px 0px 6px 25px;
	background-image : url(img/sankaku.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	width: 167px;
}

#menu li a:hover {
	background-color: #cccccc;
	color: #B0E0E6;
	text-decoration: underline;
	background-image: none;
}


#menu h2 {
	display: block;
	width: 185px;
	line-height: 20px;
	text-align: center;
	color: #B0E0E6;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	background-color: #666666;
	background-image: url(img/menu.gif);
	font-size: 12px;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 3px;
	padding-bottom: 5px;
}


/*
項目ページ
-------------------------------------------------------------------*/

#koumoku {
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 10px;
}


#koumoku p {
	font-size:14px;
	margin-bottom: 10px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	padding-bottom: 10px;
	margin-top: 5px;
        line-height:20px;
}


