body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #FFF;
	background-position: top;
}
h1, h2, h3 , h4{
	margin:0;
	padding:0;
}
p{
	margin:1em 0;
	padding:0;
}
h1{
	color: #FFF;
	font-family: ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3;
	font-size:10px;
	font-weight:normal;
}
h2{
	font-size:14px;
	color:#C94215;
}
h3{
	font-size:12px;
	color:#616161;
}
table, td, select, input, textarea{
	border:0;
	font-family: ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	
}
img{border:0;}

/* ---------------------------------- container ---------------------------------- */
#container{
	width:780px;
	padding:0px;
	margin:0px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../images/backkage.png);
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* ---------------------------------- top_menu ---------------------------------- */
div#top_menu {
	padding-top:14px;
	padding-bottom:14px;
	color: #777;
	text-align:right;
	text-decoration: none;
	font-weight:bold;
	font-family: ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3;
	font-size:10px;
	margin-right:15px;
	background-image: url(../images/header_a.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#top_menu a{	
	margin-left:15px;
	margin-right:15px;
	color: #777;
	text-decoration: none;
	font-weight:normal;
	font-family: ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3;
	font-size:11px;
}
div#top_menu a:hover{
	text-decoration:underline;
}
/* ---------------------------------- menu ---------------------------------- */
div#menu {
	padding-top:8px;
	padding-bottom:8px;
	color: #2660B7;
	text-decoration: none;
	font-weight:bold;
	font-family: ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3;
	font-size:12px;
	background:;
	text-align:center;
	background-image: url(../images/pagemenu.png);
	background-repeat: no-repeat;
	margin-left: 6px;
}
div#menu a{	
	margin-left:14px;
	margin-right:14px;
	color: #FFF;
	text-decoration: none;
	text-transform:uppercase;
	font-family: ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3;	
	font-weight: normal;
	font-size: 12px;
}
div#menu a:hover{
	text-decoration:underline;
}
/* ---------------------------------- footer ---------------------------------- */
#footer{
	background:url(../images/footer.png) no-repeat top;
	padding-top:30px;
	padding-bottom:13px;
	padding-right:50px;
	font-weight:bold;
	color:#3E4038;
	font-size:11px;
	font-family: ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3;
	text-align:center;
	text-transform:uppercase;
}
/* ---------------------------------- text_decor ---------------------------------- */
.underline {
	text-decoration: underline;	
}
.white {
	color:#FFF;
}
.blue {
	color:#1749A9;
}
.red {
	color:#C94215;
}
.yellow {
	color:#CF971F;
}
.px11{
	font-size:11px;
}
.green {
	color:#78B639;
}
.black {
	color:#616161;
}

