@charset "UTF-8";

/* --------------------------------------------------
 Base
-------------------------------------------------- */
body,ol,ul,dl,li,dt,dd,table,th,td,input,textarea,select,h1,h2,h3,h4,h5,h6{
color:#333;
font-weight:normal;
font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
letter-spacing:0.1em;
}

body{
background: url(../img/bg.jpg) repeat;
text-align:center;
line-height:180%;
font-size:14px;
word-wrap:break-word;
}

input{
padding:2px;
}

textarea{
padding:3px;
}

ol{
margin:0px 0px 0px 21px;
}

ol > li{
list-style:decimal outside;
margin:0px 0px 10px;
}

a:link,
a:visited{
color:#FF6600;
text-decoration:underline;
}

a:hover,
a:active{
color:#FF9900;
text-decoration: none;
}

em{
font-style:normal;
font-weight:bold;
color:#f39700;
}

strong{
font-style:normal;
font-weight:bold;
}

/* --------------------------------------------------
 Wrapper
-------------------------------------------------- */
#wrapper{
margin:0px auto;
text-align:left;
overflow:visible;

}

/* --------------------------------------------------
 Header
-------------------------------------------------- */
header{
position:relative;
text-align:left;
overflow:visible;
background:url(../img/top_bg.jpg) center top no-repeat;

}

/* ロゴ --------------- */
header .logo{
display:block;
position:absolute;
top:15px;
left:10px;
background:url(../img/common/logo.png) left top no-repeat;
width:200px;
height:50px;
text-indent:-9999px;
overflow:hidden;
}

header .logo a{
display:block;
width:200px;
height:50px;
}

/* --------------------------------------------------
 Contents
-------------------------------------------------- */
#contents{
clear:both;
position:relative;
margin:20px 0px 0px;
padding:0px;
text-align:center;
min-height:330px;
overflow:visible;
}




/* --------------------------------------------------
 Text
-------------------------------------------------- */
.txtLine{
margin:0px 0px 15px;
}

.txtBig{
font-size:115%;
}

.txtSmall{
font-size:85%;
}

.txtRed{
color:#e60000;
}


/* --------------------------------------------------
 Footer
-------------------------------------------------- */


/* ロゴ --------------- */
footer .logo{
margin:0px 0px 10px;
}

/* ナビ --------------- */
#footerNav > ul{
padding:40px 0px 30px;
}

#footerNav > ul li{
display:inline;
color:#7da833;
}

#footerNav > ul li:after{
content:" | ";
}

#footerNav > ul .last:after{
content:"";
}

#footerNav > ul li a{
color:#7da833;
text-decoration:none;
}

/* コピーライト --------------- */
footer .copyright{
padding:10px;
font-size: 11px;
color: #999999;
text-align:center;
}

/* HOMEのみ */
footer #netop{
clear:both;
padding:10px 0px 0px;
text-align:left;
}

/* --------------------------------------------------
 SPサイトへ
-------------------------------------------------- */
#spLinkBlockInPc{
display:none;
}

#spLinkBlockInPc a{
display:block;
background:-moz-linear-gradient(center top,#F7F7F7 0%,#bbbbbb 100%);
background:-webkit-gradient(linear,center top, center bottom,from(#F7F7F7),to(#bbbbbb));
background:linear-gradient(center top,#F7F7F7 0%,#bbbbbb 100%);
width:100%;
height:150px;
line-height:150px;
font-size:50px;
font-weight:bold;
color:#222 !important;
text-decoration:none;
}


/* --------------------------------------------------
 Topic Pass（パンくずリスト）
-------------------------------------------------- */
#topicPass{
margin:5px 0px 0px;
font-size:11px;
line-height:1;
letter-spacing:0;
text-align:right;
}

#topicPass a{
text-decoration:none;
}

#topicPass span:after{
content:" > ";
}
