@charset "Shift_JIS";

/* ---------------------------------------------------------
全体の定義
--------------------------------------------------------- */
body {
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size:75%;
	color:#444444;
	line-height:1.5em;
}

* html body{
/* for WInIE6 */
	font-size:75%;
	font-family:Verdana, "ＭＳ Ｐゴシック",sans-serif;
	line-height:1.5em;
 }

*;first-child+html body{
/* for WInIE7 */
	font-size:75%;
	font-family:"メイリオ",Meiryo,sans-serif;
	line-height:1.5em;
 }

h1,h2{
	font-size:1.2em;
	line-height:1.5em;
}

h3,h4{
	font-size:1.0em;
	line-height:1.5em;
}

.size_l{
	font-size:1.2em;
}

.size_s{
	font-size:0.8em;
}

/* -----タグパーツ----- */

img {
	border-style: none;
}

a:link { color:#309388; text-decoration: underline }
a:visited { color: #309388; text-decoration: underline }
a:active { color:#309388; text-decoration: underline }
a:hover { color:#ff5400; text-decoration: underline }


a.none:link{ color:#FFFFFF; text-decoration:underline; }
a.none:visited{ color:#FFFFFF; text-decoration:underline; }
a.none:active{ color:#FFFFFF; text-decoration:underline; }
a.none:hover{ color:#FFFFFF; text-decoration:none; }



.clear { clear:both; }
.bold { font-weight:bold; }
.shift-left { float:left;}
.shift-right { float:right;}
.left { text-align:left;}
.right { text-align:right;}
.center { text-align:center;}
.hide{ display: none;}

.font14 {font-size:14px;}
.font12 {font-size:12px;}
.font10 {font-size:10px;}

.gray {	color:#333333;}
.red { color:#FF3300;}
.pink { color:#CC0066;}
.white { color:#FFFFFF;}
.brown { color:#663300; }
.orange { color:#FF9900; }
.green { color:#99CC00; }



/* ---------------------------------------------------------
レイアウト
--------------------------------------------------------- */

#base {
	padding: 0px;
	width: 800px;
	margin: 0px auto 16px;
}

#main{
	width: 580px;
	display: block;
	float: right;
}

#menu{
	width: 210px;
	float: left;
}
#rs{
	width: 300px;
	float: right;
}




/* ---------------------------------------------------------
Footer
--------------------------------------------------------- */
#foot_wrapper{
	text-align: center;
	padding-top: 16px;
}

#foot_wrapper .link{
	margin: 0px 0px 8px;
	padding: 0px;
}


#foot_wrapper .copy{
	background: url(../img/footer_bg.gif) no-repeat;
	height: 24px;
	width: 800px;
	font-size: 0.6em;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0px;
}

