@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	line-height: 140%;
	font-family: "ヒラギノ角ゴ Pro W3", Arial, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, Helvetica, sans-serif;
}

a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #FF3333;
	text-decoration: underline;
}
a:active {
	color: #FF3333;
	text-decoration: underline;
}

#header {
	width: 100%;
	height: 42px;
}

#contents {
	width: 100%;
	background-color: #f2f2f2;
	
}

h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 28px;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	line-height: 28px;
	text-indent: 0.5em;
	background-image: url(../img/h1_bg.png);
	background-repeat: repeat-x;
	background-position: left center;
}

#index {
/*	width: 100%;*/
	height: auto;
	margin: 0;
	padding: 10px;
}

#index .title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 120%;
}

#index ul {
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
}
#index ul li {
}
#index ul li .group-title {
	font-size: 110%;
	font-weight: bold;
/*	color: #003366;*/
}

#index ul li .group-title a:link {
	color: #003366;
}
#index ul li .group-title a:visited {
	color: #003366;
}
#index ul li .group-title a:hover {
	color: #003366;
}
#index ul li .group-title a:active {
	color: #003366;
}


#index ul li ul {
}
#index ul li ul li {
}

#container {
	margin: 0.5em 0 0.5em 1em;
	padding: 0 0 1em 0;
	font-size:13px;
}

h2 {
	margin: 1em 0 0.5em 1em;
	padding: 0 0.5em;
	width: 800px;
	height: 24px;
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	line-height: 24px;
	background-image: url(../img/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
h2 a:link {
	color: #ffffff;
	text-decoration: none;
}
h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
h2 a:active {
	color: #ffffff;
	text-decoration: none;
}

.explanation {
	margin: 0.2em 0 1em 1em;
	padding: 0.8em;
	width: 780px;
	height: auto;
	background-color: #ffffff;
}

#footer {
	width: 100%;
	height: 40px;
}

