﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.6;
}
body {
	text-align: center;
	margin: 0 auto;
	color: #666666;
	background: url(../img/bg_body.jpg) repeat 0 0;
}
ul {
	list-style: none;
}
em {
	font-weight: bold;
	font-style: normal;
}
img {
	border: 0;
	vertical-align: top;
}


/*----- links color scheme -----*/
a {
	color: #0099CC;
}
a:visited {
	color: #0099CC;
}
a:hover {
	color: #0099CC;
}
/*-----------------------------*/

.header {
	position: relative;
	height: 190px;
	background: url(../img/bg_header.jpg) no-repeat 0 0;
}

.header .title {
	position: absolute;
	left: 28px;
	bottom: 55px;
}

.logo {
	text-align: right;
}

/*-----------------------------*/
.container {
	width: 860px;
	margin: 0 auto;
	background: url(../img/bg_content.jpg) repeat-y 0 0;
}

.contentbody {
	padding: 0 0 40px 0;
}

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

.maincontent {
	float: left;
	display: inline;
	width: 600px;
	margin: 0 0 0 38px;
	text-align: left;
}

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

.sidemenu {
	float: right;
	width: 200px;
	text-align: left;
	background: url(../img/bg_sidemenu.jpg) repeat-y 100% 0;
}

.sidemenu ul {
	padding-bottom: 4px;
	background: url(../img/bg_sidemenu_bottom.jpg) no-repeat 0 100%;
}

/*-----------------------------*/
/* footer 2008-09 */

.footer {
	clear: both;
	width: 860px;
	height: 60px;
	margin: 20px auto 10px auto;
	background: url(../img/bg_footer.jpg) no-repeat 0 0;
}

.footer ul {
	padding: 17px 0 0 180px;
}

.footer ul li {
	float: left;
	display: inline;
	margin-right: 10px;
}

.copyright {
	margin: 10px 0 6px 0;
}

.go-top {
	position: absolute;
	right: 0;
	bottom: 0;
}


#flash {
	height: 700px;
}

/*----- font scheme -----*/
body{
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* Win IE6 */
* html body {
	font-size: 80%;
}
/* Win IE7 */
*:first-child+html body {
	font-size: 80%;
}

/*---------------------------------------------------
* clearfix
*--------------------------------------------------*/
/*----- clearfix scheme -----*/
div{
    display: inline-block;
}
div:after{
	height: 0;
	visibility: hidden;
	content: url(spacer.gif); /* content: "."; */ /* content: ""; */
	display: block;
	clear:both;
}
/* hide MacIE ¥*/
* html div {height: 1em;}
div {display: block;}
/* ini */

.clear {
	clear: both;
}
