@charset "shift_jis";

/*全体の設定*/
body {
	margin-top: 0px;
	padding-top: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*文字・段落の設定*/
h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 1.3em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
ul {
	margin-left: 15px;
	margin-top: 10px;
	list-style-type: none;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.2em;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}

/*コンテナ（枠）の設定*/
#container {					/*全体の枠*/
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


/*ヘッダー（ページトップ部分）の設定*/
#wrap h1 {
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}
#header {
	height: 120px;
	width: 800px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0033FF;
}

/*コンテンツ部分の設定*/
#left {
	float: left;
	width: 185px;
	padding: 5px;
	background-color: #EEF7FF;
	margin-top: 5px;
}
#left h3 {
	background-color: #999999;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#content {
	float: left;
	width: 400px;
	padding: 5px;
	margin-top: 5px;
}
h2 {
	background-color: #8EBBD2;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
#right {
	float: left;
	width: 185px;
	padding: 5px;
	background-color: #EEF7FF;
	margin-top: 5px;
}
#right h3 {
	background-color: #0033FF;
	padding: 3px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/*フッターの設定*/
#underspace {
	clear: both;
	width: 820px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
