* {
	margin: 0px;
	padding: 0px;
	}
body {
	background:#342c29 url("./images/bg.gif") no-repeat center bottom;
	overflow:hidden;
	padding-top:80px;
	padding-bottom:20px;
	scrollbar-face-color:#f8f7ea;
	scrollbar-highlight-color:#f8f7ea;
	scrollbar-shadow-color:#f8f7ea;
	scrollbar-3dlight-color:#f8f7ea;
	scrollbar-arrow-color:#342c29;
	scrollbar-track-color:#f8f7ea;
	scrollbar-darkshadow-color:#f8f7ea;
	}

#head {
	background:#342c29 url("");
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 0px;
	height:100px;
	width: 100%;
	}
#menu {
	background:#f8f7ea url("");
	height:100px;
	width:900px;
	}

#main {
	z-index: 5;
	text-align:center;
	overflow:auto;
	position:relative;
	height:100%;
	width:900px;
	}
#box {
	color:#342c29; font-size:12px; line-height:22px;
	margin:30px;
	margin-bottom:10px;
	padding-bottom:300px;
	text-align:left;
	}
td {
	color:#342c29; font-size:12px; line-height:22px;
	}

#foot {
	color:#ffffff; font-size:10px; line-height:20px;
	position: absolute;
	height:20px;
	width:100%;
	bottom:0px;
	}

h1,h2,h3,p{
	margin-bottom: 9px;
	font-size:12px;
	line-height: 1.25;
}

a:link { color:#006599;}
a:visited { color:#006599;}
a:hover { color:#006599;}
a:active { color:#006599;}

/* twoColumnsBox
-------------------------------------------------- */

.twoColumnsBox {
	width: 800px;
}

.twoColumnsBox .twoColumnsLeft {
	width: 350px;
	float: left;
}

.twoColumnsBox .twoColumnsRight {
	width: 440px;
	padding: 0px 0px 0px 10px;
	float: left;
}

.twoColumnsBox .twoColumnsRight .memberBox {
	padding: 0px 0px 0px;
}

.twoColumnsBox .twoColumnsRight .memberBox td {
	padding: 0px 5px 8px 0px;
	line-height: 1.3;
	vertical-align: top;
}

/* twoColumnsBoxTop
-------------------------------------------------- */

.twoColumnsBoxTop {
	width: 823px;
}

.twoColumnsBoxTop .twoColumnsLeft {
	width: 400px;
	float: left;
}

.twoColumnsBoxTop .twoColumnsRight {
	width: 250px;
	float: right;
}

.twoColumnsBoxTop .twoColumnsRight .twitter{
	background:#f7f7e7;
	margin: 0px 0px 12px 30px;
	border: 1px solid #cccccc;
}

/* twoColumnsBoxInfo
-------------------------------------------------- */

.twoColumnsBoxInfo {
	width: 823px;
	border-radius: 20px;
	background:#f7f7e7;
	padding: 10px 10px;
	font-weight:bold;
}

.twoColumnsBoxInfo .twoColumnsLeft {
	width: 500px;
	float: left;
}

.twoColumnsBoxInfo .twoColumnsLeft img{
	margin:0px 5px 0px 0px;
}

.twoColumnsBoxInfo .twoColumnsRight {
	width: 260px;
	float: right;
}

.twoColumnsBoxInfo .twoColumnsRight img{
	margin:0px 5px 0px 0px;
}

/* twoColumnsBox mail
-------------------------------------------------- */

.threeColumnBoxMail {
	width: 767px;
	margin: 0px auto;
	text-align: left;
}

.threeColumnBoxMail .threeColumnBox001 {
	width: 228px;
	padding: 10px;
	margin: 0px 9px 0px 0px;
	border: solid 1px #cccccc;
	float: left;
	background:#f7f7e7;
}

.threeColumnBoxMail .threeColumnBox002 {
	width: 248px;
	margin: 0px 8px 0px 0px;
	border: solid 1px #cccccc;
	float: left;
	background:#f7f7e7;
}

.threeColumnBoxMail .threeColumnBox003 {
	width: 228px;
	padding: 10px;
	border: solid 1px #cccccc;
	float: left;
	background:#f7f7e7;
}

/* clearfix
-------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	display:inline-block;
}

/*\*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/**/

/* clear
-------------------------------------------------- */

.clear {
	clear: both;
}

