/* CSS Document */

body {
	margin: 11px;
	color: #888888;
	font-size: 12px;
	line-height: 1.5em;
	font-family:verdana,arial,helvetica,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "lr oSVbN",sans-serif;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.text10 {
	font-size: 10px;
	line-height: 1.5em;
}

a:link {
	color:#842E2E;
	text-decoration: none;
}

a:hover { 
	color:#CC3333;
}
a:visited {
	color:#842E2E;
	text-decoration: none;
}


.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear: both;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

li img {
	vertical-align:top;
}

.center {
	width:921px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
}

.textright{
	text-align: right;
	clear: both;
}

/*@@wb_@@*/
#logo {
	width:800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 5px;
	height: 83px;
}


#head {
	width:921px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding: 0px;
	height: 81px;
}

#menu {
	width:800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	background-image:url(img/menu-bk.gif);
	padding-bottom: 0px;
	background-repeat: repeat-y;
	height:54px;
	
}

#topimage {
	width:800px;
	margin-right: auto;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 223px;
}
#contents {
	width:800px;
	margin-right: auto;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 290px;
}

/*@@tb^@@*/

#footermenu {
	width:800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding: 0px;
}

.footermenu_m {
	margin-top: 10px;
}

#footertext {
	width:800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	line-height: 1.5em;
}

#pagetop {
	width: 34px;
	right: 0px;
	bottom: 150px;
	position: fixed;
}



/******@clearfix@******/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
