@charset "utf-8";

/* ---------------------------
 共通要素
--------------------------- */
a, a:visited {
	color: #39f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


html {

}
body{
	background-color: #FEF7E5;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 0em;
	font-size: 80%;
	margin:0;
	padding:0;
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: center;
}

table {
	border-collapse: separate;
}
/* ---------------------------
 ヘッダー
--------------------------- */
#header {
	background: url(../images/header.png) center top no-repeat;
	width: 770px;
	height:281px;
	text-indent: -9999px;
}

/* ---------------------------
 コンテンツ
--------------------------- */

#contents {
	width: 600px;
	height: auto;
	margin:0 auto;
	text-align: left;
}

#contents .copyMain {
	background: url(../images/copy.png) center top no-repeat;
	width: 600px;
	height: 144px;
	display: block;
	margin: 50px 0 50px 0;
	text-indent: -9999em;
}

#contents .ttlMenu {
	background: url(../images/subttl_1.png) center top no-repeat;
	width: 600px;
	height: 27px;
	display: block;
	margin: 0 0 30px 0;
	text-indent: -9999em;
}

#contents .boxMenuTop {
	background: url(../images/menu_bg_1.png) center top no-repeat;
	width: 600px;
	height: auto;
	margin: 0 0 0 0;
	padding-top: 20px;
}

#contents .menuBox {
	width: 560px;
	height: auto;
	margin: 0 10px 0 20px;
}

#contents .menuDetail {
	width: 375px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;
}

#contents .menuPic {
	width: 165px;
	height: auto;
	float: left;
}

#contents .clear {
	width: 1px;
	height: 1px;
    clear: both;
}

#contents .boxMenuBottom {
	background: url(../images/menu_bg_2.png) center bottom no-repeat;
	width: 600px;
	height: 21px;
	display: block;
	margin: 0 0 20px 0;
	clear: both;
}

#contents .ttlApply {
	background: url(../images/subttl_2.png) center top no-repeat;
	width: 600px;
	height: 27px;
	display: block;
	margin: 40px 0 30px 0;
	text-indent: -9999em;
}

#contents .ttlNotice {
	background: url(../images/subttl_3.png) center top no-repeat;
	width: 600px;
	height: 27px;
	display: block;
	margin: 50px 0 30px 0;
	text-indent: -9999em;
}


/* ---------------------------
 フッター
--------------------------- */
#footer {
	background-color: #262626;
	width: 900px;
	margin:0 auto;
	text-align: left;
}

#footer_inner {
	padding:10px 15px;
}

#footer_left {
	width: 200px;
	float: left;
}

p#footer_logo {
	margin: 8px 5px 10px;
}

#footer_right {
	width: 600px;
	float: right;
	text-align: right;
}

p#supported {
	color:#999;
	margin: 80px 0 0;
}

p#copy {
	color: #808080;
	clear: both;
}
