/* ボディに関するCSS */
body {
	text-align:center;
	margin-top: 15px;
	padding: 0px;
	background-image: url(img/D3.bmp);
/*	background-image: url(img/D2.png);*/
}
a img {
	border: none;
}

h2 a{
	color: #dc143c;
	text-decoration : none;	
	font-weight: bold;
}

h2 a:hover 
{
	color: #ff4500;
	text-decoration: underline;
	font-weight: bold;
}

a{
	color: #660000;
	text-decoration : none;	
	font-weight: bold;
}

a:hover 
{
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}

/****** 見出し******/
h1 {
	border-bottom: 2px solid #cc0000;
	margin-right:10px;
	font-size:1.0em;
}

h2 {
	font-size:1.0em;
	font-weight:none;
}

h3 {
	border-bottom: 5px dotted #cc0000;
	margin-right:10px;
	font-size:1.0em;
}

/****** ページ構造 ******/
#wrapper {
	width:720px;
	position:relative;
	margin:0px auto;
	text-align:center;
	background-color: #FFF;
	border: 2px solid #cccccc;

}
/****** header ******/

#header {
	width:720px;
	height: 98px;
	font-size:1.2em;
	background-color: #ffffff;
	text-align: left;

}

#content {
	clear:left;
/*	margin-top: 10px;*/
	background-color: #ffffff;
	border-top: 5px solid #660000;
	clear:both;

}

/****** 左側 ******/
#sidebar {
	width: 150px;
	padding: 7px 15px 15px;
	margin-right: 10px;
	float:left;
}


/****** 右側 ******/
#col1 {
	text-align: left;
	padding-top: 10px;
	width:520px;
	float:left;
}

fieldset {
	padding:20px;
	line-height:130%;
}

legend {
	padding-bottom:5px;
}

/****** footer ******/
#footer{
	font-size:0.8em;
	padding: 10px 15px 15px;
	clear: left;
	border-top: 1px solid #600;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
/*	width: 720px;*/
	text-align: center;
}

