body {
	text-align: center;
	margin: 0px auto;
	background-color: #000000;
	color: #CCCCCC;

	font-size: 12px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */
}

.outline {
	margin: 0px auto;
	width: 100%;
	text-align: center;
}
.outline-margin {
	margin: 0px auto;
	width: 900px;
	text-align: left;
}



textarea {
	width: 100%;
	background-color: #FFFFCC;
}
.input-type {
	width: 100%;
}
.input-bg-need {
	width: 100%;
	background-color: #FFFFCC;
}




.header {
	width: 900px;
	text-align: left;
	padding-top: 5px;
	height: 25px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #87A0B1;
}
h1{
	font-size: 10px;
	font-weight: normal;
	display: inline;
	color: #CCCCCC;
	line-height: 140%;
	margin: 0px;
	float: left;
}
.header-language {
	display: inline;
	color: #FFFFFF;
	line-height: 140%;
	margin: 0px;
	float: right;
	text-align: right;
}
.header-language a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.header-language a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.header-language a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}





.footer {
	text-align: right;
	width: 900px;
	margin: 20px 0px 0px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.footer-txt {
	text-align: right;
	margin: 0px;
	color: #FFFFFF;
	line-height: 30px;
	padding-right: 20px;
}
.footer-txt a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-txt a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.footer-txt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



.clear {
	clear: both;
}



a, a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}



.top {
	margin: 0px;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	height: 50px;
	text-align: left;
}
.top-logo {
	margin: 0px;
	float: left;
	display: inline;
	text-align: left;
	width: 300px;
	height: 50px;
	padding: 0px;
}
.top-tel {
	text-align: right;
	display: inline;
	margin: 0px;
	float: right;
	width: 300px;
	padding: 0px;
	height: 50px;
}



.menu {
	height: 25px;
	width: 900px;
	text-align: left;
	background-image: url(images/menu_back.gif);
	background-repeat: repeat-x;
}

/* メニュー下の900x4pixのbar */
.menu-back-default {
	background-color: #87A0B1;
	height: 4px;
	width: 900px;
}
.menu-back-press {
	height: 4px;
	width: 900px;
	background-color: #CB7987;
}
.menu-back-auto {
	height: 4px;
	width: 900px;
	background-color: #5BB5DA;
}
.menu-back-rd {
	height: 4px;
	width: 900px;
	background-color: #D0CC95;
}



.topimage-main {
	display: inline;
	margin: 0px;
	float: left;
	height: 250px;
	width: 700px;
	background-color: #CCCCCC;
}
.topimage-sub {
	display: inline;
	margin: 0px;
	float: right;
	height: 250px;
	width: 200px;
}



.main {
	text-align: left;
	float: left;
	width: 680px;
	margin: 0px;
	padding: 0px;
}
.main-image {
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 680px;
}
.main-margin {
	margin: 0px;
	width: 900px;
	padding: 20px 0px 0px;
}



.side {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}



em {
	font-style: normal;
	font-size: 16px; /* モダンブラウザ向け */
	*font-size: medium; /* IE 7向け */
	*font: small; /* IE 6以下 */
	
	color: #FFFFFF;
	font-style: normal;
	line-height: 600%;
}
b {
	color: #FFFFFF;
}
.XS {
	font-size: 12px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */

	line-height: 140%;
	color: #333333;
}
.xs-blue {
	font-size: 12px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */

	line-height: 140%;
	color: #0066CC;
}
.xs-black {
	color: #000000;
}
.xs-yellow {
	color: #d0cc95;
}



.go-top {
	font-size: 10px;
	text-align: right;
	padding-top: 2em;
}
.go-top a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.go-top a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.go-top a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
