@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 {
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 #CCCCCC;
vertical-align: top;
}

th {
background-color: #ECF5FF;
color: #666;
font-weight: bold;
width: 20%;
}

table tr span{
	color: #4599FF;
	font-weight: bold;
}


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

a:link { color: #666666; }
a:visited { color: #666666; }
a:hover { color: #3291E0; }
a:active { color: #3291E0; }

body{
font-size:85%;
text-align:center;
line-height:1;
color: #666666;
font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
background-color: #FFFFFF;
}

#header {
	background-image: url(../../img/header_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0 auto;
}

#gNavi {
	width: 960px;
	margin: 0 auto;
}

#gNavi ul li {
	float: left;
}

h2 {
}

#pankuzu {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 0;
}

#pankuzu a {
	text-decoration: none;
}

#contents {
background-image: url(../../img/footer_bg.jpg);
background-repeat: repeat-x;
background-position: bottom;
text-align: center;
}

#main {
width: 960px;
background-color: #FFFFFF;
margin: 0 auto;
}

#main .cassette {
}

#menu {
}

.pageTop {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	padding: 20px 0 0;
}

#footer {
	color: #FFF;
}

#footer #copyright {
	text-align: right;
	width: 960px;
	margin: 0 auto;
}

.columnRight {
display: block;
float: right;
}

.columnLeft {
display: block;
float: left;
}

.txtRed {
color: #CC0000;
}

.txtCenter {
text-align: center;
}

/* indexLayout
------------------------------------*/

.indexLayout {
	background-image: url(../../img/index_maining.jpg);
	background-repeat: no-repeat;
	background-position: center 166px;
	margin: 0 auto;
}

.indexLayout #contents {
	background-image: url(../../img/index_footer_bg.jpg);
	margin: 300px auto 0;
}

.indexLayout #main {
width: 960px;
background-color: #FFFFFF;
margin: 0 auto;
}


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

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

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

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

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