@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}


address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}




caption {
	text-align: left;
}
q:before,q:after {/*--- 引用符を設定 */
	content: '';
}
object,
embed {
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img{/*--- imgの下の空白をクリア */
vertical-align:bottom;
}



/* ----------------------------------------------------------------
共通スタイル
---------------------------------------------------------------- */

/*--- default */




body {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", serif;
	background-color:#000000;
}
* html body {	/* for IF6 */
	font-size: 85%;
}



a{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover{
	background-color: #FFCCFF;
	text-decoration: none;
	color: #970000;
}


#base {
	background-image: url(../images/share/bg.png);
	background-repeat: no-repeat;
	background-color: #a1703f;
}

#base #menu li {
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 10px;
}
#base #adress {
	background-color: #231815;
	filter: alpha(style=0, opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
	padding: 5px;
	margin-right: 20px;
	width: 170px;
	margin-top: 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", sans-serif;
	font-size: 10px;
}
#base #menu ul {
	text-align: center;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
}
#base #logo {
	display: block;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 60px;
}
#base #read {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	margin-top: 10px;
}
#base #top_main {
	background-repeat: no-repeat;
	background-position: right 40px;
}


#base #top_main #top_link {
	margin-top: 10px;
}
#base #top_main #top_link li {
	float: left;
	margin-right: 5px;
}
.top_oshirase_main {
	background-image: url(../images/top/otoriyose_bg.gif);
	background-repeat: repeat-y;
}



#print{
	display: none;
}

.top_b{
	margin-top: 25px;
	margin-bottom: 15px;
}

