@charset "utf-8";

body{
background: #FFFFFF url(../img/parts/body_bg.gif) repeat-x center top;
font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
width:800px;
margin:0 auto;
}


/* HEADER */

#header{
width:800px;
height:135px;
padding:10px 0 0;
}
#header .logo{
float:left;
width: 185px;
margin: 0;
padding: 5px 0 0;
}
#header h1 {
font-size: 10px;
font-weight: normal;
line-height: 25px;
color: #666666;
padding: 0 75px;
}

/* CONTENTS */
#contents{
background: url(../img/parts/contents_bg.gif) no-repeat center center;
width:788px;
height:38px;
padding:1px 0 1px 12px;
overflow:hidden;
list-style:none;
}
#contents:after{
content:"";
display:block;
clear:both;
}
#contents li{
display:inline;
float: left;
margin: 0 1px 0 0;
}
#contents li img{
vertical-align:top;
}

/* CONTENT */
.flash_content{
height:125px;
padding: 0;
float: right;
width: 600px;
}
#content{
width:800px;
padding:0;
}
#content:after{
content:"";
display:block;
clear:left;
}
#content a:link, #content a:visited {
color: #666666;
}
#content a:hover, #content a:active {
color: #999999;
}
#content h2 {
	line-height: 40px;
	width: 780px;
	padding: 35px 10px 5px;
	height: 30px;
	color: #FFFFFF;
	background-image: url(../img/parts/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
}
#content h3 {
	line-height: 2;
	font-size: 20px;
	padding: 10px;
}
#content h4 {
	font-size: 14px;
	line-height: 2;
	padding: 0 10px;
	color: #003366;
}


#content .main_img {
margin: 0px;
padding: 0 0 10px;
width: 740px;
}
#content p {
font-size: 75%;
line-height: 1.5;
padding: 0 20px 10px;
}

#pankz {
font-size: 10px;
line-height: 1.5;
list-style-type: none;
text-align: left;
padding: 0 10px;
margin: -25px 0 0;
height: 25px;
}
#pankz li {
display: inline;
}
#pankz li a {
background: url(../img/parts/pankz.gif) no-repeat left center;
padding-left: 15px;
}
#pankz a:link, #pankz a:visited {
color: #666666;
}
#pankz a:hover, #pankz a:active {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
}

#top {
clear: both;
text-align: right;
font-size: 75%;
line-height: 3;
padding: 0 20px;
margin: 0px;
}

/* FOOTER */
#footer{
background: url(../img/parts/footer_bg.gif) no-repeat center top;
width:780px;
clear: both;
height: 70px;
margin: 0px;
padding: 10px;
}
#footer ul{
font-family:Arial, Helvetica, sans-serif;
font-size:75%;
text-align:center;
line-height:30px;
list-style:none;
height:30px;
}
#footer ul a:link,
#footer ul a:visited{
color:#FFFFFF;
text-decoration:none;
}
#footer ul li{
display:inline;
}
#footer ul li{
padding-left:0.4em;
padding-right:0.2em;
border-left:1px solid #CCCCCC;
}
#footer ul li.first_child{
padding-left:0;
border-left:none;
}
#footer ul li.last_child{
padding-right:0;
}
#footer address{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #000000;
padding:0;
line-height: 30px;
text-align: center;
}
#footer address img {
float: left;
margin-top: 10px;
}

#footer a:link, #footer a:visited {
color: #000000;
}
#footer a:hover, #footer a:active {
color: #FFFFFF;
background-color: #000000;
}
