@charset "utf-8";
/* CSS Document */


* {
font-family:inherit;
font-size:100%;
font-style:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
vertical-align:baseline;
}
body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, table, th, tr, td, pre, form, textarea, fieldset, input, select, blockquote, address, iframe {
margin:0;
padding:0;
}
h1, h2, h3, h4, h5, h6 { font-weight:normal;}
img { vertical-align:bottom;}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
fieldset, img { border:0 none;}
address, caption, cite, code, dfn, em, strong, th, var {
font-style:normal;
font-weight:normal;
}
caption, th { text-align:left;}
q:before, q:after { content:'';}
abbr, acronym { border:0 none;}
span.red{
color: #FF4D51;
font-size: 0.9em;
}
span.pink{
color: #ff009b;
font-weight: bold;
}

h1,h2{ display:inline; font-size: 1.2em;}

/*--------　リンク  --------*/
a img { border:medium none; text-decoration: none;}
a:link {color: #212121; text-decoration: underline;}
a:visited {color: #212121; text-decoration: none;}
a:hover {color: #a9914c; text-decoration: none;}
a:active {color: #a9914c; text-decoration: none;}
a:focus {
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: medium;
}
/*--------　//リンク//  --------*/



body{
color: #212121;
font-family: "ＭＳ Ｐゴシック","Osaka","Verdana",'Hiragino Kaku Gothic Pro',"メイリオ", 'Lucida Grande','sans-serif';
text-align: center;
background: #fff;
font-size: 10px;
}

#container{
width: 600px;
margin: 50px auto 0 auto;
padding: 10px 0;
}

/*--------　タイトル  --------*/

#Title{
color: #aaa;
line-height: 2em;
font-size: 1.1em;
width: 600px;
margin: 0 auto;
}
/*--------　//メイン//  --------*/
#main{
background: url(../images/enter/main_image.gif) no-repeat;
width: 600px;
height: 100px;
margin: 5px auto 10px auto;
padding-top: 200px;
}
.btn{
text-align: right;
width: 588px;
height: 88px;
margin-right: 12px;
}
.btn img.enter{ margin-bottom: 10px;}
.warning{
color: #777;
font-size: 1.2em;
line-height: 1.6em;
margin: 5px 0 30px 0;
}

#linkbox{
margin-bottom: 10px;
}
#linkbox img{
margin: 0 2px;
border: solid 1px #f9c;
}

/*--------　フッター  --------*/
#footer{
background: url(../images/enter/footer.gif) no-repeat top center #fff;
text-align: right;
width: 600px;
height: auto;
padding: 10px 0;
margin: 0 auto;
}
.foot_inner{
height: auto;
margin: 0 auto;
padding: 0 10px 15px 10px;
}
.foot_inner .copy{
clear: left;
text-align: right;
line-height: 1.6em;
}
/*--------　//フッター//  --------*/



/*クリア*/
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}

