﻿@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------*/
/* base */

* {
	margin: 0;
	padding: 0;
}
html {
	/*フッター固定処理用*/
	height: 100%;
}
body {
	color: #FFFFFF;
	background-color: #000000;
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	/*フッター固定処理用*/
	height: 100%;
	}

img {
	border: none;
}

a {
	outline: none;
	border-style: none;
	}
a:focus {
	outline: 0;
	}

.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}

.leftbox {
	float: left;
}
.rightbox {
	float: right;
}


/*----------------------------------------------------------------------*/

/* ALL */
#container{
	background:#000000 url(../images/wall.jpg) no-repeat;
	width: 900px;
	margin: 0 auto;
	/*フッター固定処理用*/
	height: auto !important;
	height: 100%;
	min-height: 100%;
	}

/* header */

#header {
	width: 900px;
	margin: 0 auto;
	}

/* headmenu */

#headmenu {
	width: 900px;
	background:#FFFFFF url(../images/btn_base.gif) repeat-x;
	padding: 0 0 3px 0;
	margin: 0 auto;
	text-align:center;
	}

/* main */

#main {
	width: 900px;
	margin: 0 auto;
	/*フッター固定処理用 padding-bottom */
	padding: 0 0 0 0;
	}
	
#main a:link {
	text-decoration:none;
	color: #666666;
	}
#main a:visited {
	text-decoration:none;
	}
#main a:hover {
	text-decoration:underline;
	color:#FF0000;
	}

#main .title {
	width: 900px;
	text-align:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#main .title img {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	}

#main .info {
	width: 900px;
	text-align:left;
	margin: 0 0 0 0;
	padding: 40px 0 0 0;
	}
#main .info .txt {
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	color: #666666;
	}

#main .info .txt .linkcolor a:link {
	text-decoration:underline;
	color:#FF0000;
	}
#main .info .txt .linkcolor a:visited {
	text-decoration:underline;
	color:#FF0000;
	}
#main .info .txt .linkcolor a:hover {
	text-decoration:underline;
	color:#FF0000;
	}
	
#main .member_t {
	width: 500px;
	text-align:left;
	margin: 0 0 0 0;
	padding: 40px 0 0 0;
	}
#main .member_t .leftimg {
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#main .member_t .rightimg {
	float:right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#main .member {
	clear:both;
	width: 500px;
	text-align:left;
	margin: 0 0 0 0;
	padding: 40px 0 0 0;
	}
#main .member .photo{
	float:left;
	text-align:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#main .member .con {
	float:left;
	text-align:left;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	color: #666666;
	}

#main .days {
	clear:both;
	width: 500px;
	text-align:left;
	margin: 0 0 0 0;
	padding: 50px 0 50px 0;
	}


/* footer */

#footer_bak {
	clear:both;
	width: 900px;
	height:76px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: right;
	/*フッター固定処理用*/
	position: relative;
	margin-top: -76px;
	}
#footer {
	clear:both;
	width: 900px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	font-size:x-small;
	}

#footer .pagetop {
	width: 900px;
	height:18px;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	}
#footer .footermenu {
	background-image:url(../images/footer_img.gif);
	width: 900px;
	height:50px;
	color:#FFFFFF;
	font-size: x-small;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	}
#footer a{
	text-decoration:none;
	color: #0000CC;
	}
#footer a:hover {
	text-decoration:underline;
	}








/*フッター固定処理用*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}  
.clearfix {display: inline-block;}  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%;}  
.clearfix {display: block;}  
/* End hide from IE-mac */
