@charset "utf-8";

/*ページの基本設定*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size: small;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#content {
	background-color: #FFFFFF;
	text-align: left;
}
h2 {
	margin: 0px;
	font-size: medium;
}
h3 {
	font-size: medium;	
}
h4 {
	font-size: medium;	
}

.main main_1 {
	width:100%;/* IEのバグ対策 */
	margin-bottom: 1px;
	background-color: #FFFFFF;
}


/*リンクの基本設定*/
a {
	text-decoration: none;
	color: #003366;
}
a:hover {
	color: #CC3300;
}

/*ヘッダ*/
h1 {
	margin: 0px;
	height: 50px;
}
h2 {
	margin: 0px;
	height: 38px;
}
h3 {
	margin: 0px;
	height: 250px;
}

/*左トップタイトル*/
.ltitle {
	width:100%;/* IEのバグ対策 */
	height: 55px;
	margin-bottom: 1px;
	background-color: #FFFFFF;
}

/*左タイトル*/
.lmenu {
	width: 400px;/* IEのバグ対策 */
	height: 0px;
}
.lmenu h2 {
	color: #3399CC;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 5px;
}
.lmenu h3 {
	margin-left: 10px;	
}
.lmenu img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.lmenu p {
	line-height: 0.5em;
	padding-left: 0px;
	padding-right: 0px;
}

/*右項目*/
.rmenu {
	width:100%;/* IEのバグ対策 */
	height: 97px;
	margin-bottom: 1px;
	background-color: #FFFFFF;
}
.rmenu contents {
	width:100%;/* IEのバグ対策 */
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 40px;
}
.rmenu main{
	width:100%;/* IEのバグ対策 */
	margin-bottom: 1px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.rmenu h2 {
	color: #3399CC;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 5px;
}
.rmenu h3 {
	margin-left: 10px;	
}
.rmenu img {
	float: left;
	width:500px;/* IEのバグ対策 */
}
.rmenu news {
	width:500px;/* IEのバグ対策 */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
.rmenu p {
	line-height: 1.5em;
}

#copyright {
	font-size: x-small;
	margin-left: 10px;
	height: 30px;
	margin: 0;
}

