@charset "utf-8";

/*------------------------------------------------
index.css
2009.11.17
------------------------------------------------*/

/* common
------------------------------------------------*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:#ffffff;
	color: #333333;
	background: url(../images/body_bg.jpg) repeat center top;
}

#main{
	margin:0 auto;
	width:975px;
	text-align: left;
	overflow: hidden;
}

img{
	margin:0px;
	padding:0px;
	border: none;
}

h1{
text-indent: -9999px;
font-size: 1px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}


/*　メインコンテンツ
------------------------------------------------*/

.main-area {
	height: 345px;
	width: 975px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/main_bg.jpg) no-repeat left top;
	overflow: hidden;
}

.main-area p{
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
}

.sub-area{
	height: 196px;
	width: 975px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/sub_bg.jpg) no-repeat left top;
	overflow: hidden;
}

.sub-area p{
	text-indent: -9999px;
	overflow: hidden;
}

.w-area{
	min-height: 164px;
	_height: 164px;
	width: 947px;
	padding: 0 0 0 28px;
	margin: 0 0 0 0;
	background: url(../images/w_bg.jpg) repeat-y left top;
}

.left-box {
	width: 240px;
	float:left;
	padding: 5px 0 0 0;
}

.right-box {
	width: 670px;
	float:left;
	padding : 5px 0 0 5px;
}

.right-box h2 {
	width: 420px;
	height: 35px !important;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	background: url(../images/ttl_guest.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

.right-box h3 {
	width: 137px !important;
	height: 29px !important;
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 0 !important;
	background: url(../images/ttl_prof.gif) no-repeat left top;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}

.right-box p {
	font-size: 82%;
	line-height: 140%;
	margin: 0 0 5px 0;
}

.footer-area {
	width: 935px;
	padding: 0 0 15px 40px;
	background: url(../images/footer_bg.jpg) repeat-y left top;
}

.footer-area h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 50px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}

.footer-area ul {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	list-style: none;
}

.footer-area li {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	line-height: 110%;
	background: url(../images/i_list.gif) no-repeat 0px 4px;
	font-size: 82%;
	min-height: 14px;
	_height: 14px;
}

.footer-area li .left-txt {
	display: block;
	float: left;
	width: 4.5em;
	font-weight: bold;
}

.footer-area li .right-txt {
	float: left;
	padding-left: 1em;
}

.footer-sp {
	background: #ffffff;
	padding: 2px 0 3px 0;
}

/*-----------------------------------------------------------------
		調整用
-----------------------------------------------------------------*/

/*クリア*/

.c-box:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.c-box{display: inline-table;}
 /* Hides from IE-mac \*/
* html .c-box{height: 1%;}
.c-box{display: block;}
 /* End hide from IE-mac */

*:first-child+html .c-box { /* IE7用 */
	width: 100%;
}

.clear-both{
	clear: both;
	height: 1px!important;
	display: block !important;
	font-size: 1px!important;
	margin: 0 !important;
}

