@charset "utf-8";

@import url("default.css");

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

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/* iepngfix */

.iepngfix {
	behavior: url(images/iepngfix.htc);
}

/* ----------------------------------------------- */
/* リンクのスタイル */

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #7acd20;
    text-decoration: underline;
}


a:active {
    color: #000000;
    text-decoration: none;
}

/* ----------------------------------------------- */
/* 全体 */

body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 14px;
    height: 100%;
}

/* ----------------------------------------------- */
/* ヘッダー */

.header {
    width: 900px;
    margin: 10px auto;
}

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

.main {
    width: 900px;
    margin: 10px auto;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.entry_title {
    width: 700px;
    height: 177px;
    background: url("../images/title.png") no-repeat;
    margin: 45px auto 0;
    text-indent: -9999px;
}

.entry_box {
    width: 560px;
    background: url("../images/bg_bottom.png"),url("../images/bg.png");
    background-repeat: no-repeat,repeat-y;
    background-position: bottom,top;
    margin: 0 auto;
    padding: 30px 70px 40px;
}

.entry_sub_title {
    width: 379px;
    height: 31px;
    background: url("../images/sub_title.png") no-repeat;
    text-indent: -9999px;
    margin: 0 auto;
}

.entry_text {
    margin-top: 30px;
}

.entry_guide {
    width: 349px;
    height: 110px;
    background: url("../images/figure_guide.png");
    margin: 30px auto 0;
    text-indent: -9999px;
}

.entry_btn {
    width: 350px;
    margin: 30px auto 0;
}

/* ----------------------------------------------- */
/* フッター */

#footer {
    width: 100%;
    background-color: #ededed;
    font-size: 12px;
    padding: 20px 0 40px;
}

.footer_inner {
    width: 900px;
    margin: 0 auto;
}

.footer_nav li {
    background: url("../images/icon_arrow.gif") left 50% no-repeat;
    padding-left: 12px;
}

.footer_btnarea {
    float: right;
}

.footer_btn {
    text-align: right;
}

.footer_btn li {
    display: inline-block;
}