@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

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

.cb{
	clear: both;
}

a:link {color: #C0002E; text-decoration: none; }
a:visited {color: #C0002E; text-decoration: none; }
a:active {color: #000; text-decoration: underline; }
a:hover {color: #000; text-decoration: underline;}


/* BASE */
body {
	background: #FFF url("/images/bg.gif") repeat-y top center;
	color: #000000;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

div#bodyin {
	background: url("/images/bg.gif") repeat-y top center;
	min-width: 1034px;
}

/* HEADER */
div#header {
	background: #C0002E;
	height: 77px;
	width: 100%;
}

div#headerin {
	background: #C0002E;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	height: 77px;
	padding-left: 684px;
}

div#header h1 {
	width: 350px;
	height: 77px;
	font-size: 80%;
	text-align: right;
}

div#header h1 img {
	margin-top: 33px;
	margin-right: 10px;
}

/* base */
div#main {
	background: url("/images/bg.gif") repeat-y top center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 180px;
}

div#mainin {
	padding-left: 25px;
	padding-right: 25px;
}

/* MAINMENU */
ul#mainmenu {
	float: left;
	width: 164px;
	padding-top: 60px;
	list-style: none;
}

ul#mainmenu li {
	margin-bottom: 21px;
	font-size: 80%;
	line-height: 100%;
}

ul#mainmenu li.home {
	padding-top: 41px;
}

/* FOOTER */
div#footer {
	position: relative;
	background: url("/images/bg2.gif") no-repeat top center;
	margin-top: -120px;
	height:120px;
	min-width: 1000px;
}

div#footer p {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 950px;
	font-size: 10px;
	line-height: 100%;
	text-align: right;
	font-family: Helvetica;
}


/* CONTENTS COMMON */
div#contents {
	float: right;
	padding-top: 60px;
	text-align: left;
}

div.con1 {
	width: 680px;
}

div.con2 {
	width: 720px;
}


span.tf {
	display: block;
	float: left;
	width: 2.1em;
}
