@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {  }
body {
	font-size: 16px;
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FFF;
	line-height: 140%;
	text-align: center;
}
/*IE6*/
*html body { font-size: 100%; }
/*IE7*/
*:first-child+html body {font-size: 100%}

a {
	outline: none;
}
a:link,a:visited {
	color: #115fad;
	text-decoration: underline;
}
a:hover,a:active {
	color: #be0000;
	text-decoration: underline;
}

/*本体*/

#container {
	width:700px;
	height:100%;
	margin: 0 auto;
	text-align: left;
	font-size: 0.75em;
}

#headermain {
	margin-bottom: 10px;
}

#headermain img{ margin-bottom: 5px; }

.content {
	width: 100%;
	margin-bottom: 20px;
}

.contentsub {
	width: 145px;
	margin-left: 550px;
}
.contentmain {
	width: 540px;
	float: left;
	display: inline;
}

/*contentsubの内容*/
#sidelogo {
	text-align: center;
	margin-bottom: 10px;
}
.submenu {
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: center;
}
.submenu2 {
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	line-height: 120%;
}

/*contentsubの内容*/
.topics {
	margin-bottom: 10px;
	width: 530px;
}

.sitemain {
	width: 530px;
	height: auto;
}

.sitemainleft {
	float: left;
	width: 305px;
	padding-bottom: 20px;
}

.sitemainright {
	width: auto;
	margin-left: 315px;
	padding-bottom: 20px;
	text-align: right;
}

.clear {
	clear: both;
	font-size: 0.85em;
}

/*footer*/
#footer {
}
