@charset "utf-8";

/* --------------------------------------------------------------
tag
-------------------------------------------------------------- */

body{
	line-height:1.5;
	padding:0;
	margin:0;
	color: #fff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	text-align:center;
	background-image: url(../../img/bg_all.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


ul,li,h1,h2,h3,h4,h5,dl,dt,dd,a,img,div,p{
margin: 0;
padding: 0;
}

img,div{
display:block;
border: 0;
}

/* --------------------------------------------------------------
header
-------------------------------------------------------------- */

#header{
	height: 118px;
	background-color: #000000;
	text-align: center;
	padding-bottom: 15px;
}
#headerArea {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 15px;
}
#headerToptitle {
	clear: right;
}
#logo  {
	float: left;
}

#headerBox {
	padding-top: 10px;
	height: 82px;



}
#headerRightBox   {
	text-align: right;

}
h1  {
	float: right;
	padding-bottom: 32px;
}
#menu {
	float: right;
	width: 680px;
}

#menu li {
	float: left;
	padding-right: 80px;
}
#menu li.menuLast {
	padding-right: 0px;
}


li{
list-style:none;
}




a{}
a:link {}
a:hover{}
.menu2 a:hover {
	color: #666666;
}

a:visited {}
a:active  {}

.alt{
display: none;
}

.clear{
clear: both;
}

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

.clearfix {display: inline-block; min-height: 1%;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --------------------------------------------------------------
wrapper
-------------------------------------------------------------- */

#wrapper{}
#contents {
	width: 800px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../img/bg_contents.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin-bottom: 60px;
}

h2 {
	margin-left: 45px;
	margin-top: 12px;
	margin-bottom: 12px;
}



/* --------------------------------------------------------------
left
-------------------------------------------------------------- */

#left{}

/* --------------------------------------------------------------
main
-------------------------------------------------------------- */

#main{}

/* --------------------------------------------------------------
footer
-------------------------------------------------------------- */

#footer{
	background-color: #000000;
	vertical-align: bottom;
	height: 100px;
}
#footerBox {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.menu2 {
	float: right;
	font-size: 12px;
	padding-top: 13px;
	padding-bottom: 40px;
	padding-left: 10px;
}
.menu2 a {
	color: #CCCCCC;
	text-decoration: none;
}
.copylight {
	padding:70px 0 10px 10px;
	clear: right;
	font-size: 10px;
	color: #999999;
}

