@charset "utf-8";
/* CSS Document */

/*リセット*/
*{
	margin:0;
	padding:0;
	font-size:13px;
}

br.clear{
	clear:both;
}

/* レイアウト */

html{
	background-color:#999;
}
/* 全体 */
#countainer {
	width: 910px;
	margin: 0 auto;
	background:url(../images/bg.png);
}

/* トピックパス */
#topicpass {
	margin:0 auto;
	width: 890px;
	height: 30px;
	background:url(../images/topic_path_bg.png);
}

#topicpass li {
	float:left;
	list-style:none;
	border:none;
}

/* コンテンツ */
#contents {
	width: 890px;
	margin: 0 auto;
}

#title {
	width:890px;
	height:80px;
	margin: 0 auto;
	background:url(../images/title_bg.png) no-repeat;
}
p#apply {
    margin: 0 auto;
}

p#apply a {
    background: url("../images/entry_btn_off.png") no-repeat scroll 0 0 transparent;
    color: #FF66CC;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    margin: 0 auto;
    padding-top: 20px;
    text-decoration: none;
    text-indent: 360px;
    width: 600px;
	border:none;
}

p#apply a:hover, a:active {
    background: url("../images/entry_btn_on.png") no-repeat scroll 0 0 transparent;
}

#main {
	width: 890px;
	height:900px;
	margin:0 auto;
	padding:60px 0 0 0;
	background:url(../images/img.jpg) no-repeat;
}
/* フッター */

div#footer {
	width: 890px;
	height: 60px;
	margin: 0 auto;
	padding:30px 0 0 0;
	background:url(../images/footer.jpg) top center no-repeat;
	background-color:#000;
    text-align: center;
}
p#foot_menu {
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    width: 880px;
}
p#foot_menu a {
    color: #FFFFFF;
}
p#copy {
    color: #FFFFFF;
    margin: 0 auto;
    padding: 8px 0 15px;
    text-align: center;
    width: 880px;
}