@charset "utf-8";

/* 汎用定義
-------------------------------------------- */

.fleft  { float: left;  }
.fright { float: right; }
.clear  { clear: both;  }

.tleft  { text-align: left;  }
.tright { text-align: right; }

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.bold { font-weight: bold; }

.red     { color: #ff3300; }

.ver-top { vertical-align: top; }
.ver-btm { vertical-align: bottom; }

.none { display: none; }

/*  サイト全体
-------------------------------------------- */
*{
		margin: 0;
		padding: 0;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 1.5;
	background: url(../img/main-bg.png) repeat-y center top;
}
/* IE 6 */
* html body{
		text-align: center;
}

div#box {
	background: url(../img/header-bg.gif) repeat-x left bottom;
}




div#box1 {
	width: 894px;
	margin: 0px auto;
}
/* IE 6 */
* html div#box1 {
		text-align: left;
}

div#box1:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

img { border: 0; vertical-align: bottom; }

ul  { list-style-type: none; }

table { border-collapse: collapse; }

br.last {
	clear: both;
}
/* IE6 */
* html br.last {
	clear: none;
}

p.tright {
	margin: 0px 15px 15px 0px;
}

span.mark {
	background: url(../img/mark-g.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 15px;
}



/* リンク指定
----------------------------------- */
a { text-decoration: underline; }
a:hover { text-decoration: none; }


a:link    { color: #333333; }
a:visited { color: #333333; }
a:hover   { color: #333333; }


a.opacity:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}


/* ヘッダー 
-------------------------------------------- */
div#box div#header {
	width: 894px;
	margin: 0px auto;
}

h1 {
	margin: 2px 0px 0px 5px;
	font-size: 12px;
	font-weight: normal;
}




/* グローバルナビ
-------------------------------------------- */



/* メニュー
----------------------- */
div#contents_left {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 235px;
	list-style: none;
}

div#contents_left div.side-menu {
	width: 235px;
	background: #000000;
	margin: 0px 0px 10px 0px;
}

div#contents_left div.side-menu img.btn-home {
	margin: 25px 0px 0px 15px;
}

div#contents_left div.side-menu ul.menu {
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 15px 0px;
}

div#contents_left div.side-menu ul.menu li {
	margin: 10px 0px 0px 0px;
}

div#contents_left img.banner {
	margin: 5px 0px 10px 0px;
}



/* メインコンテンツ
------------------------ */
div#contents_right {
	float: left;
	margin: 5px 0px 0px 50px;
	width: 600px;
	list-style: none;
}

img.midashi {
	margin: 20px 0px 0px 0px;
}


p.more {
	text-align: right;
	margin: 10px 35px 0px 0px;
}

div.join-area {
	width: 406px;
	height: 76px;
	margin: 20px 0px 0px 0px;
	padding: 110px 0px 0px 178px;
	background: url(../img/join-bg.jpg) no-repeat 0px 0px;
}

img.text {
	margin: 20px 0px 30px 0px;
}




/* フッター
---------------------------------- */
div#footer {
	margin: 30px 0px 0px 0px;
}

div#footer ul.footer-navi {
	letter-spacing: 2px;
	line-height: 180%;
	margin: 0px 0px 0px 200px;
}

div#footer ul.footer-navi li {
	float: right;
	margin: 0px 0px 0px 15px;
	background: url(../img/mark-g.gif) no-repeat 0px 9px;
	padding: 0px 0px 0px 10px;
}

p.copyright {
	text-align: right;
	margin: 5px 0px 0px 0px;
}