@charset "UTF-8";

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;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
-webkit-text-size-adjust: 100%;
}

#container {
width: 100%;
position: relative;
min-width: 960px;
}

#header {
	position: fixed;
	width: 220px;
	border-right: #CCCCCC solid 1px;
	left: 0;
	top: 0;
	z-index: 100;
	height: 100%;
}

#contents {
	margin:  0 0 0 220px;
	position: relative;
	min-width: 960px;
}

.main {
	position: relative;
}

.mainIn {
	margin: 0 auto;
	min-width: 960px;
	max-width: 1220px;
}

.cassette {
	position: relative;
}

.pinkBg {
	background: #F8E9EF;
}

.cassetteIn {
	margin: 0 auto;
	width: 960px;
}

p.pageTopLink {
	position: fixed;
	bottom: 20px;
	right: 10px;
}

#footer {
	background: url(../img/footer_bg.jpg) bottom left no-repeat;
	position: relative;
	height: 217px;
	margin: 0 0 -217px;
}
.footerIn {
	padding: 90px 0 0;
}

#footer p{
	text-align: center;
	margin: 0 0 15px;
}

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

#header:after,
#container:after,
#contents:after,
#footer: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;
}

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

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

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