@import "reset.css";


body {
	font-size: 13px;
	background-color: #000000;
}
h2 {
	display:block;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F7F7F7;
}
a:link{
	color: #ee0a25;
	text-decoration: none;
}
a:hover{
	color: #ee0a25;
	text-decoration:underline;
}
a:visited{
	color: #ee0a25;
	text-decoration: none;
}
p{
	line-height:18px;
}


/*--------------------------------------------------------------
================================================================
header
================================================================
--------------------------------------------------------------*/
#header{
	background-color: #000000;
	background-image: url(../img/common/giza.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	
	/*min-max width*/
	min-width:820px;
	max-width:3000px;
	
	height:140px;
	width:100%;
	
	padding-bottom:25px;
}
#header_title{
	float:left;
	margin: 35px 20px 0 20px;
	width:239px;
	height:55px;
}
#header_title h1 a{
	width:240px;
	height:72px;
	background-image: url(../img/common/rogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display:block;
}
#motomu
{
	position:relative;
	float:right;
	margin: 24px 20px 0 0;
	width:520px;
	height:90px;
	background: url("../img/common/motomu.jpg") no-repeat 0 0;
}
#motomu .motomu01
{
	position:absolute;
	left:185px;
	top:55px;
	display: block;
	width: 125px;
	height: 23px;
}
#motomu .motomu01 span
{
	display:none;
}


#motomu .motomu02
{
	position:absolute;
	left:405px;
	top:55px;
	display: block;
	width: 100px;
	height: 23px;
}
#motomu .motomu02 span
{
	display:none;
}


/*--------------------------------------------------------------
================================================================
	container
================================================================
--------------------------------------------------------------*/
#container{
	background-image: url(../img/common/bg.gif);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#container_inner{
	width:720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F7F7;
	padding:0 20px;
	background-image: url(../img/common/back_rogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container_inner2{
	width:720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F7F7;
	padding:0 20px;

	margin-top: 0px;
	margin-bottom: 0px;
}
#pankuzu{
	line-height:30px;
	padding-bottom:4px;
}
#contents{
	width:720px;
	margin-bottom: 40px;
}
/*--------------------------------------------------------------
================================================================
	footer
================================================================
--------------------------------------------------------------*/
#footer {
	padding: 0px 0px 10px 0px;
	margin: 0 0 0 15px;
	width: 690px;
	height:12px;

	border-bottom: 2px solid;
}

#footer li{
	float: left;
	display: inline;
	text-indent: -9999px;
}
#footer li a{
	display: block;
	height: 12px;
}
#footer .li0{
	width: 112px;
	margin: 0 31px 0 48px;
	background: #F7F7F7 url("../img/common/f_li0.gif") no-repeat 0 0;
}
#footer .li1{
	width: 63px;
	margin: 0 31px 0 0;
	background: #F7F7F7 url("../img/common/f_li1.gif") no-repeat 0 0;
}
#footer .li2{
	width: 60px;
	margin: 0 31px 0 0;
	background: #F7F7F7 url("../img/common/f_li2.gif") no-repeat 0 0;
}
#footer .li3{
	width: 82px;
	margin: 0 31px 0 0;
	background: #F7F7F7 url("../img/common/f_li3.gif") no-repeat 0 0;
}
#footer .li4{
	width: 90px;
	margin: 0 31px 0 0;
	background: #F7F7F7 url("../img/common/f_li4.gif") no-repeat 0 0;
}

#footer .li5{
	width: 24px;
	margin: 0 31px 0 0;
	background: #F7F7F7 url("../img/common/f_li5.gif") no-repeat 0 0;
}

/*--------------------------------------------------------------
================================================================
	copyright
================================================================
--------------------------------------------------------------*/
#copyright{
	margin-right: 15px;
	margin-left: 15px;
	height: 50px;
	vertical-align:bottom;
	background-color: #F7F7F7;
	padding:20px 0px 20px 0px;
}
#copyright_right{
	float:right;
	background-image: url(../img/common/copy_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 198px;
	text-indent: -9999px;
	display: block;
	margin-top: 40px;
}
#copyright_left{
	float:left;
	width:202px;
	height:50px;
}

