@charset "utf-8";
/* CSS Document */


body, td, th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: smaller;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }
h1 {
	font-size: xx-small;
	background-image: url(../img/main/h1Bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 500px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
h2 {
	font-size: small;
	margin: 0px;
}
h3 {
	font-size: small;
	margin: 0px;
}
h4 { font-size: small; }
h5 { font-size: small; }
h6 { font-size: small; }
p { margin: 0px; }
em { visibility:hidden; }
img { border:0px; }
#wrapper {
	text-align: center;
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head {
	width: 650px;
	background-image: url(../img/main/headerBg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 36px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 125px;
}
#moraLogo {
	float: left;
	height: 27px;
	width: 75px;
	margin-top: 5px;
}
#body {
	width: 780px;
	background-image: url(../img/main/_body_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px 0px 10px;
}
#content {
	margin: 0px;
	width: 573px;
	float: right;
}
#navi {
	margin: 0px;
	float: left;
	width: 195px;
	background-color: #F9F6EF;
	text-align: center;
	height: 100%;
}
#foot {
	width: 600px;
	font-size: 10px;
	color: #666666;
	text-align: left;
	margin: 0px auto;
}
/* <共通スタイル> */
.textAlignRight { text-align:right; }
.flortLeft { float:left; }
.flortRight { float:right; }
.clearBoth { clear:both; }
.brClearBoth {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
}
.paddingTop10px { padding-top:10px; }

/* </共通スタイル> */

