@charset "utf-8";

@-ms-viewport {
	width: device-width;
}

* html {
	zoom: 1;
} /* IE6, IE7 hack */

html {
	width: 100%;
	height: 100%;
}

body {
	line-height: 14pt;
	margin: 0px auto 0px auto;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}

div, header, section, article, aside, footer, nav, figure {
	display: block;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
}

img {
	font-size: 1px;
	line-height: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
}
a {
	color: #000;
	outline: none;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
h1 {
	line-height: 18pt;
	font-size: 9pt;
	margin-top: 0px;
	margin-left:75px;
	color: #000;
	padding-top:30px;
}
h2 {
	font-size: 10pt;
	line-height: 12pt;
	font-weight:normal;
	padding-top:80px;
	font-weight:bold;

}

h3 {
	font-size: 9pt;
	line-height: 20pt;
	font-weight:normal;
	line-height: 16pt;
	border-top:1px solid #cccccc;

}

h4{
	line-height: 10pt;
}

h5 {
	line-height: 12pt;
}
h6 {
	line-height: 11pt;
}

/* Font size */
.f1 {
	font-size: 24pt;
	line-height: 28pt;
}
.f2 {
	font-size: 18pt;
	line-height: 20pt;
}
.f3 {
	font-size: 14.4pt;
	line-height: 16pt;
}
.f4 {
	font-size: 12pt;
	line-height: 24pt;
}
.f5 {
	font-size: 9.6pt;
	line-height: 24pt;
}
.f6 {
	font-size: 8.4pt;
	line-height: 11pt;
}
.f7 {
	font-size: 7.2pt;
	line-height: 10pt;
}
.f8 {
	font-size: 6.6pt;
	line-height: 9pt;
}
/* Font size end */

#wrapper {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#container {
	margin: 0px;
	padding: 0px;
	clear: both;
}


/* Vertical setting */

.vtop {
	display: inline-block;
	vertical-align: top;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
}

.vbuttom {
	display: inline-block;
	vertical-align: bottom;
}

* html .vtop, * html .vcenter, * html .vbuttom { /* IE 6 */
	display: inline;
}
*:first-child+html .vtop, *:first-child+html .vcenter, *:first-child+html .vbuttom { /* IE 7 */
	display: inline;
}
/* Vertical setting end */

/* css hack (clearfix orignal) */
.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;
}  
.clear {
	clear: both;
}

/*=================================================================================*/
/* Common css */

body {
	width:960px;
	background-color: #ffffff;
	overflow-y: scroll;
	margin-top:0px;

}

header {
	background-image:url(../images/header.jpg);
	width: 960px;
	height: 360px;
	position: relative;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
}

 #menu {
	clear:both;
	height: 60px;
	position: relative;
	width: 960px;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;

}

	
header #topmenu ul {
	list-style-type: none;
	width:1000px;
	height: 45px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 75px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

header #topmenu ul li {
	height: 35px;
	width:212px;
	float: left;
	font-size:12px;
	text-align:center;
	vertical-align:middle;

}

#container {
	width: 960px;
	clear: both;
	background-color: #ffffff;
	margin-top: 0px;
}

/*------------------------------------------------------------*/
/* Fotter area */

footer strong {
	background-color:#FFF;
	width: 960x;
	text-align: center;
	font-size:8pt;
	font-style: normal;
	display: block;
	font-weight: normal;
	color: #000;
	clear:both;
	padding-top:0px;
	padding-bottom:10px;
	margin-top:30px;
}

/*------------------------------------------------------------*/
/* Contents area */
#contents {
	width: 960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}


#contentsleft{
 float:left;
 width:340px;
 margin-right:40px;
 margin-left:40px;
}


#contentsright{
 float:right;
 width:470px;
 margin-right:40px;
 margin-left:0px;
}

.m_bottom10{
	margin-bottom:10px;
}

.m_bottom50{
	margin-bottom:50px;
}

.m_left{
	padding-left:30px;
}

.right{
	float:right;
	vertical-align:top;
	}

/*------------------------------------------------------------*/
/* 　topslide  */
#maintop{
		width:960px;
		height:280px;
}

.eventNaviBox {
	width:960px;
    float:left;

}

.eventNaviBox ul#eventNavi {
padding:0;
margin-top:0px;
 list-style:none;

}
.eventNaviBox ul#eventNavi li {

}

