
#contents {
	margin: 0px;
	padding: 0px;
	height: auto;
}

/*title*/
#title {
	padding: 0px;
	height: 30px;
	background-image: url(../images/pageTitleBg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-style: solid;
	border-right-color: #F1F1EC;
}
#title h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 8px;
	margin: 0px;
	padding-right: 0px;
}


/*header*/
#header {
	margin: 0px;
	padding: 0px;
	height: 150px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	background-image: url(../png/head02.png);
	background-repeat: no-repeat;
}
#header ul {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-type: none;
}
#header li {
	display: inline;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
#header a {
	color: #666666;
	text-decoration: none;
}
#header a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#header img {
	padding-right: 5px;
}


/*main*/
#main {
	height: auto;
	padding-left: 5px;
	float: right;
	width: 600px;
}
#main #main1 {
	height: auto;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main #main1 h2 {
	font-size: 13px;
	font-style: normal;
	color: #000000;
	background-color: #CCCCFF;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033CC;
}
