/* デフォルト
----------------------------------------------- */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	padding: 0px;
	line-height: 1.7em;
	font-size: 12px;
	text-align: center;
	margin: 0px;
}

form,input,p,ul,li,dl,th,
dd,dt,h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

h3,h4,h5,h6,strong{
	font-size:12px;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}

a img,img{
	border:0;
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
}

ul,ol,dl{
	margin:0; padding:0;
}

dt,dd,li{
	list-style-type:none;
}

a:link{
	text-decoration:none;
	color:#000000;
}

a:visited{
	text-decoration:none;
	color:#000000;
}

a:hover{
	text-decoration: underline;
	color: #E95413;
}

a:active{
	text-decoration:none;
	color:#000000;
}

.clfix:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

.clfix{
	display:inline-block;	/*for ie7*/
}

.clear{
	clear:both;
}

.allclear{
	clear:both;
	height:0;
	font-size:0;
}


#index_container{
	background-image: url(../../index_image/container_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}


/*　index
----------------------------------------------- */
#index_container .main{
	width: 960px;
	height: 700px;
	margin-right: auto;
	margin-left: auto;
}

#index_container .main .box_l{
	float: left;	
}

#index_container .main .box_r{
	float: right;	
}

#index_container .logo{
	margin-top: 2%;
	margin-bottom: 2%;
}

#index_container .footer{
	font-size: 10px;
	position: fixed;
	bottom: 0;
	text-align: center;
	color: #FFF;
	background-color: #000;
	width: 100%;
}



/*　pagetop
----------------------------------------------- */

.pagetop {
	text-align: right;
	margin-top: 40px;
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
