@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	/* Font */
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	/* For IE */
	zoom: 1;
}

ul {
	/* List */
	list-style: none;
}

body {
	font-size: 12px;
	line-height: 22px;
	background-color: #DCDCDC;
	margin: 0;
	font-family: sans-serif;
	text-align: center;
	zoom: 1;	/* IE バグ*/
	background-image: url(../img/background.png);
	background-position: center;
	background-repeat: repeat-y;
}

html { overflow-y:scroll; } /* 常にスクロールバーの表示 */

div {
	text-align: left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* heml .clearfix { height: 1%; }	/* ホリー・ハック */












h4 {
	font-size:14px;
	line-height:16px;
	font-weight: bold;
	margin: 22px 0 11px 0;
	color: #00B2CC;
/* 	font-family: sans-serif; */
/* 	border: 1px solid green; */
}

h5 {
	font-size: 13px;
	line-height: 15px;
	margin: 1em 0;
	color: #e36c0a;
}







/* Conteiner DIV */

div#conteiner {
	width: 950px;
	margin: 0 auto;
/* 	border: 1px solid blue; */
}

/* Conteiner DIV: END */



/* Header DIV */

#header {
	width: 950px;
	height: 136px;
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
}

#header h1 {
	padding: 25px;
	height: 50px;
	float: left;
}

#header #memberonly {
	float: right;
	padding: 25px;
}

#header div.menubar {
	clear: both;
	height: 36px;
	background-image: url(../img/menubar.png);
}

#header div.menubar div {
	float: left;
	padding: 11px 0 12px 25px;
}

/* Header DIV: END*/




/* Breadcrumb */

div#breadcrumb {
	clear: both;
	height: 10px;
	width: 600px;
	color: #333;
	font-size: 9px;
	line-height: 9px;
	padding: 8px 25px;
	background-image: url(../img/breadcrumb.png);
}

/* Breadcrumb: END */



h3 {
	color: #fff;
	font-size:16px;
	line-height:18px;
	
	width: 600px;
	height:18px;
	padding:6px 25px;
	
	background-image: url(../img/h3.png);
}





#contents {
	background-color: #fff;
	background-image: url(../img/contents_bg.png);
	min-height: 350px;
}

#contents .subtext {
	font-size: 11px;
	padding-top: 25px;
	clear: both;
}

div#left {
	float: left;
	background-color: #fff;
	width: 650px;
/* 	border: 1px solid red; */
}

div#left #contents {
	margin: 25px;
	width: 600px;
}

div#left #contents .block {
	margin-left: 25px;
}

div#left #contents p {
	text-indent: 1em;
}





div#right {
	float: right;
	width: 300px;
	color: #fff;
}

div#right .menu div {
	background-color: #444;
	background-image: url(../img/right_menu.png);
	padding-left: 25px;
	padding-top: 11px;
	padding-bottom: 12px;
	border-bottom: 1px solid #333;
}

div#right .menu div.selected, div#right .menu div.selected:hover {
	background-color: #222;
	background-image: url(../img/right_menu_bg.png);
}

div#right .menu div:hover {
	background-color: #feae12;
	background-image: url(../img/right_menu_selected.png);
}

div#right a {
	display: block;
}

div#right .news {
	font-size: 11px;
	line-height: 20px;
	margin:25px;
	display: block;
}






















/* Footer DIV */

div#footer {
	width: 900px;
	height: 111px;
	padding: 0px 25px 25px 25px;
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
}

div#footer .link{
	padding-top: 25px;
	height:37px;
}

div#footer div{
	text-align: right;
}

div#footer .mail{
	margin-top: 25px;
}

div#footer .mailicon {
	margin-left: 11px;
}



/* Copyright DIV */

small {
	display: block;
	width: 925px;
	padding-right: 25px;
	text-align: right;
	font-size: 10px;
	background-color: #F29600;
	color: #fff;
	background-image: url(../img/copyright.png);
}






.sitemap {
	margin-left: 22px;
}

.sitemap ul {
	margin-left: 22px;
}



/* Anchor */

a {
	text-decoration: none;
	color: #fff;
}

.sitemap a {
	text-decoration: none;
	color: #000;
}

#left a {
	text-decoration: none;
	color: #000;
}

#breadcrumb a {
	text-decoration: none;
	color: #666;
}

#member li a {
	color: #000;
}

#left a:hover, #breadcrumb a:hover {
	/* 	text-decoration: underline; */
	color: #00B2CC;
}
