@charset "euc-jp";

@import url("../../shared/css2014/reset.css");
@import url("../../shared/css2014/common.css");

img{
	margin:0;
	padding:0;
	display:block;
}

/* import
/* ---------------------------------------------------------------

content_wrapper

 ---------------------------------------------------------------*/
#content_wrapper {
/*	background: url(../../img2014/body_bg.gif) repeat center top;*/
}

/* ---------------------------------------------------------------

header

 ---------------------------------------------------------------*/
header{
	background:url(../img/header_bg.jpg) no-repeat top center;
	height:761px;
	text-align:center;
}
header img{
	display:block;
	margin:0 auto;
	width:976px;
}
header a{
	display:block;
	margin:0 auto;
	width:976px;
}

/* ---------------------------------------------------------------

report

 ---------------------------------------------------------------*/
#report{
	width:100%;
	background:#F8F8F1;
	height:323px;
}
#report div{
	width:976px;
	margin:0 auto;
}
#report div ol li{
	float:left;
	display:block;
}

/* ---------------------------------------------------------------

main

 ---------------------------------------------------------------*/
main img {
	width:976px;
	margin:0 auto;
}

/* ---------------------------------------------------------------

foot_banner

 ---------------------------------------------------------------*/
#foot_banner a {
	width:976px;
	margin:0 auto 50px;
	display:block;
}
#foot_banner img {
	width:976px;
	margin:0 auto;
}

/* ---------------------------------------------------------------

others

 ---------------------------------------------------------------*/
#others{
	width:100%;
	background:#F8F8F1;
}
#others>div{
	width:976px;
	margin:0 auto;
	padding-bottom:50px;
}
#others>div ol {
	margin-bottom:50px;
}
#others>div ol li{
	float:left;
	display:block;
}
#others>div div{
	width:896px;
	margin:0 auto 50px;
	background:#FFF;
}
#others>div div img{
	float:left;
	padding:30px 40px;
}
#others>div div p{
	font-size:16px;
	font-weight:bold;
	line-height:2.0;
	float:left;
	padding:30px 40px 30px 0;
}
#others>div div p span{
	font-size:20px;
}
#others .back a {
	display:block;
	margin:0 auto;
	width:158px;
}
#others .back a img{
	display:block;
	margin:0 auto;
}

#top_pagetop {
	padding-top:50px;
	background: url(../../img2014/body_bg.gif) repeat center top;
}
#top_pagetop a {
    background-image: url("../../img2014/pagetop.png");
    display: block;
    height: 46px;
    margin: 45px auto 0;
    text-indent: -9999px;
    width: 64px;
}
#top_pagetop a:hover {
    background-position: -64px center;
}





































