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

body {
	background-color: #000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", sans-serif;
	/* font-familyでfontの設定をする*/
	font-size:midium;
	line-height:1.3;
	text-align:center;
	margin:0;
	padding:0;
	background-image: url(../images/bgimg.jpg);
	background-repeat:repeat;
}

#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
	list-style-image:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end css reset */



img {
	border-style:none;
	list-style-type:none;
}



/*jMenu*/
#jMenu {
	position:absolute;
	top:0px;
	right:0;
	z-index:10;
}
/*jMenu*/

#main h1 img {
	margin:22px 0 0 0;
}
header {
	width:1000px;
	height:399px;
	margin:0;
	padding:0;
}

#content {
	width:1000px;
	margin:0;
	padding:0;
		position:relative;
		z-index:0;
	
	
}

#home {
	position:absolute;
	top:2px;
	left:45px;
	z-index:15;
}

#enji {
	z-index:5;
	position:absolute;
	bottom:130px;
	left:505px;
}

.clicksiro {
	z-index:10;
	position:absolute;
	bottom:295px;
	left:505px;
}

#topflash {
}
/*メニューロールオーバー*/
ul#nav1 {
	z-index:2;
	position:absolute;
	top:150px;
	left:91px;
	width:134px;
	height:246px;
}
ul#nav1 li {;
	margin-left: -1px;
	width: 134px;
	height: 41px;
	overflow: hidden;
}

#leftmenu {
	width:270px;
	float:left;
	margin:0;
	padding:0;
}

#main {
	width:460px;
	float:left;
	margin:20px 0 0 0;
	padding:0;
}

#rightmenu {
	width:270px;
	float:left;
	margin:0;
	padding:0;
}

footer {
	width:1000px;
	margin:15px 0 0 0;
	padding:0;
}

#footerLOFW {
	position:absolute;
	top:738px;
	right:0px;
}
#menubird {
	z-index:1;
	position:absolute;
	top:25px;
	left:0px;
}


#menu {
	margin:41px 0 0 0;
}

/* for modern brouser */
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;   
    clear: both;
    visibility:hidden;
}
.clearfix{
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
/**/