/* ページの基本デザイン用CSS */
body{
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #444;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background:#ffffff url(images/bg_gradation_gray.gif) repeat-x;
	background-position:center;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: 2px;
	height: 20px;
	padding-top: 4px;
	margin: 0px;
	width: 800px;
}
	
h1 a {
	color:#333;
	font-weight: normal;
}
#main h2 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #69f;
	border-left: 12px solid #33c;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 2px solid #33c;
	clear: left;
}

h3 {
      font-size: 14px; 
      color: #7d3200; 
      margin: 10px 10px 0 15px; 
      text-align:left;

}
p {
	font-size: 90%;
	line-height: 150%;
	padding-right: 10px;
	padding-left: 15px;
}

p img {
	float: left;
	margin:0px 5px 15px ;

	border: solid 1px #666666;
}

a {
	color: #0057a4;
	text-decoration: none;
	font-weight:bold;
}
ol{
	margin-left: 2em;
	padding-left: 0em;
	}
li{
	font-size: 14px;
	line-height: 150%;
	margin-left: 10px;
	}
ul{
	margin-left: 2em;
	padding-left: 0em;
	}
.name{
	margin: 10px 300px 0px 10px;
	border: 1px solid #CFC;
	background-color: #CFF;
	}
.name p{
	margin: 3px;
	}
	
.kansou{
	margin: 0px 10px 15px;
	border: 1px solid #CFC;
	}	
.kansou p{
	margin: 5px;
	}	
#button{
	text-align: right;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	}
	
#side h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 10px solid #d5d6e9;
}
#side h2 a {
	color: #2e3192;
	font-weight:normal;
}

#footer {
	border:1px solid #cccccc;
	color:#ffffff;
	text-align:center;
	line-height: 40px;
	margin:0px;
	clear: right;
	height: 40px;
	background-color: #69f;
	font-size: 13px;
	border-collapse: collapse;
	width: 800px;
	}
#footer a {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

	
#menu_v3{
	width:194px;
	margin:0;
}
#menu_v3 ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu_v3 li{
	list-style:none;
	display:block;
	background:url(images/menu000.jpg) no-repeat;
	text-indent:10px;
}
#menu_v3 li a{
	list-style:none;
	display:block;
	color:#0032c8;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	height:40px;
	line-height:40px;
}
#menu_v3 li a:hover{
	background:url(images/menu003.jpg) no-repeat;
	height:40px;
	line-height:40px;
	color:#333;
	text-decoration:none;
}
#menu_v3 li a.current, #menu li a:hover.current{
	list-style:none;
	display:block;
	background:url(images/menu003.jpg) no-repeat;
	color:#333;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	height:40px;
	line-height:40px;
}

/* ページのレイアウト用CSS */
#contents {
	width:800px;
	text-align:left;
	background-color: #ffffff;
	margin: auto;
	padding:0px;
	position: relative;
	border: 1px solid #cccccc;
}

#sidemain {
	margin: 15px 0px 0px;
	position: relative;
	width: 100%;
	clear: left;
}	
#main {
	float:right;
	width: 580px;
	padding-right: 5px;
}
#side {
	float:left;
	width: 190px;
	margin-right: 15px;
	padding-left: 5px;
}

