@charset "utf-8";

body{
width:760px;
margin:0 auto;
font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
}
a:link, a:visited {
	color: #003399;
}
a:hover, a:active {
	color: #0099FF;
}




/* HEADER */

#header{
width:760px;
height:130px;
padding:10px 0;
background: url(../img/parts/header_bg.jpg) no-repeat center top;
}
#header .logo{
float:left;
width: 290px;
}
#header h1 {
font-size: 12px;
font-weight: normal;
line-height: 30px;
padding: 0 10px;
}
#header address{
float:right;
width:300px;
padding-top: 15px;
}
#header address img{
vertical-align:top;
}


/* SIDE */

#side {
padding: 0;
float: left;
width: 180px;
}
#side .news {
	background: url(../img/side/news_bg.gif) repeat-y center top;
}
#side .news p {
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
}

#side dl {
font-size: 75%;
line-height: 1.5;
padding: 10px 10px 0;
width: 160px;
}
#side dt {
font-weight: bold;
color: #666666;
border-top: 5px solid #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
}
#side dd {
padding: 0 0 10px;
}


/* CONTENTS */
#contents{
padding:0;
list-style:none;
width: 180px;
}
#contents:after{
content:"";
display:block;
clear:both;
}
#contents li{
margin: 0 0 5px;
}
#contents li img{
vertical-align:bottom;
}

/* CONTENT */
#content{
width:580px;
padding:0px;
float: right;
}
#content:after{
content:"";
display:block;
clear:left;
}
#content h2 {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 10px;
	clear: both;
}

#content p {
font-size: 75%;
line-height: 1.5;
padding: 0 10px 10px 20px;
}
#content .menu {
margin: 0px;
padding: 0px;
list-style-type: none;
}
#content .menu li {
display: inline;
float: left;
width: 135px;
margin: 0 0 10px 10px;
}
#content .menu img {
vertical-align:bottom;
height:30px;
overflow:hidden;
}

#pankz {
font-size: 10px;
line-height: 40px;
list-style-type: none;
text-align: right;
padding: 0 10px;
margin: -40px 0 10px;
height: 40px;
}
#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: #FFFFFF;
}
#pankz a:hover, #pankz a:active {
color: #FF9999;
}


#content .to_top {
font-size: 12px;
clear: both;
text-align: right;
line-height: 2;
padding: 10px;
background: url(../img/parts/top_bg.gif) no-repeat center bottom;
}

/* FOOTER */
#footer{
clear: both;
height: 100px;
}
#footer ul{
font-family:Arial, Helvetica, sans-serif;
font-size:75%;
text-align:center;
line-height:30px;
list-style:none;
height:30px;
}
#footer ul li{
padding-left:0.4em;
padding-right:0.2em;
border-left:1px solid #CCCCCC;
display: inline;
}
#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: #666666;
text-align:center;
clear:left;
padding:10px;
background: url(../img/parts/copyright_bg.gif) no-repeat center center;
}
#footer address a:link, #footer address a:visited {
color: #666666;
}
#footer address a:hover, #footer address a:active {
color: #000000;
}
