@charset "UTF-8";
html,
body,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th,
td {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

fieldset,
img {
	border: none;
}

caption,
th {
	text-align: left;
	font-weight:normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup {
	font-size:60%;
	vertical-align:text-top;
}

/*テキストリンク*/
a:link,
a:visited {
	color:#003366;
}

a:hover {
	color:#0099CC;
}

/*clearfix*/
.cfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.cfix {
	overflow:hidden;
}

/* Hides from IE-mac \*/
* html .cfix {
	height:1%;
	overflow:visible;
}

/* End hide from IE-mac */
body {
	text-align:center;
	background:#f5f5eb url(../imgs/bodyBg.gif) center top;
	}
	
.mainContainer{
	background:transparent url(../imgs/ContainerBg.gif) center top repeat-y;
	}

body,td,th {
	font-size:12px;
	_font-size:12px;
	line-height:1.5;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}
#mainHeader,
#mainContents,
#mainFooter{
	width: 920px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	}
#mainHeader{
	height:102px;
	border-bottom:1px solid #ccc;
	}
#mainHeaderNav{
	padding-top:70px;
	}
#mainHeaderNav li{
	float:left;
	width:180px;
	padding-right:4px;
	}
#logotype{
	position:absolute;
	left:0;
	top:15px;
}
#headerContactLink{
	position:absolute;
	right:0;
	top:10px;
}
#mainFooter{
	margin-top:20px;
	padding-top:10px;
	padding-bottom:50px;
	border-top:4px solid #e5e5dc;
	}
#mainFooterNav li{
	float:left;
	padding:5px 20px;
	line-height:1;
	background-image:url(../imgs/linkBlockAllow.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:12px;
	}
#footerCopyright{
	position:absolute;
	right:0px;
	font-size:10px;
	}

.divided{
	background-image:url(../imgs/contentsDevider.gif);
	background-repeat:repeat-y;
	background-position:199px 0;
	}

#mainContents{
	margin-top:24px;
	padding-bottom:24px;
	}

.indexColumn {
	text-align: left;
	width: 920px;
	}
.mainColumn{
	width:680px;
	float:right;
	}
.subColumn{
	width:200px;
	float:left;
	}
.centerColumn{
	width:800px;
	margin:0 60px;
	}
.footColumn {
	clear: both;
	float: none;
}

