@charset "UTF-8";

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

body, div, p,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, input, textarea,
table, th, td{  
margin:0px; 
padding:0px; 
}

ul, ol{
list-style-type: none;
}

img{
border:0px;
vertical-align:bottom;
}

table{
border-collapse:collapse;
border-spacing:0px;
width: 100%;
}

th, td {
padding: 5px 10px;
border: 1px solid #999999;
vertical-align: top;
}

th {
background-color: #eee;
}


/* common
------------------------------------*/

a:link { color: #003399; }
a:visited { color: #003399; }
a:hover { color: #FF3B37; }
a:active { color: #FF3B37; }

body{
background:url(../img/bg_01.gif) repeat-x left top;
font-size:80%;
text-align:center;
line-height:1;
color: #221E1F;
border-top: 3px solid #327DC1;
font-family: "ヒラギノ角ゴ Pro W3","メイリオ",sans-serif,"ＭＳ Ｐゴシック", Osaka ;
-webkit-text-size-adjust: 100%;
}


header { background: url(../img/header_bg.jpg) left bottom repeat-x;}

#main {
	position: relative;
	left: 50%;
	width: 1280px;
	margin: 0 0 0 -640px;
	overflow: hidden;
}

footer { background: url(../img/footer_bg.jpg) left top repeat-x;}



/* clearfix
------------------------------------*/

#container:after,
#contents:after,
#main .cassette div:after,
#main .cassette ul:after,
#main .cassette p:after,
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
font-size: 0;
line-height: 0;
}

#container,
#contents,
#main .cassette div,
#main .cassette ul,
#main .cassette p,
.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html #container,
* html #contents,
* html #main .cassette div,
* html #main .cassette ul,
* html #main .cassette p,
* html .clearfix {
height: 1%
}

#container,
#contents,
#main .cassette div,
#main .cassette ul,
#main .cassette p,
.clearfix {
display:block;
}
/* end MacIE5 */
