@charset "shift_jis";
/*共通設定ファイル*/


/* 01.Reset
-------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td{ 
margin:0;
padding:0;
}

body{
background:#fff;
text-align:center;
}

input, textarea{
margin:0;
}

table{
border-collapse:collapse;
border-spacing:0;
font-size:100%;
}

fieldset, img{
border:0;
}

address, caption, cite, code, dfn, em, th, var{
font-style:normal;
font-weight:normal;
}

ol, ul{
list-style:none;
}

caption, th{
text-align:left;
}

h1, h2, h3, h4, h5, h6{
font-size:100%;
font-weight:normal;
line-height:1;
}

abbr, acronym{
border:0;
}

body{
color:#333333;
font:12px/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

* html body{
font-size:small; /* for IE6 */
}

*:first-child+html body{
font-size:small; /* for IE7 */
}

* html table{
font-size:100%; /* for IE6 table */
}

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

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

a:hover,
a:active {
color:#333333;
text-decoration:underline;
}

.floatleft{
float:left;
}

.floatright{
float:right;
}



/* 02.top
-------------------- */
#toppages{
text-align:left;
width:680px;
margin:0 auto;
}

#toppages h1{
text-align:center;
margin:50px auto 70px auto;
}

#toppages h2{
margin-bottom:5px;
}

#toppages .lead{
font-weight:bold;
font-size:120%;
margin-bottom:10px;
color:#666;
}

#toppages h3{
font-weight:bold;
margin-bottom:5px;
}

#toppages .img{
padding:1px;
border:1px #ccc solid;
margin-right:10px;
}

#toppages table.line{
margin-bottom:15px;
border-bottom:1px #ccc dotted;
}


#toppages table td{
padding-bottom:15px;
vertical-align:top;
}

#toppages table td.fla{
padding-right:20px;
}

#toppages .copy{
padding:5px;
border-top:1px #ccc dotted;
color:#666;
}

/* 99.clearfix
-------------------- */
.clear{
clear:both;
}

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

*:first-child+html .clearfix{
display:inline-block;
min-height:1%;
}

/* Hides from IE6/IE Mac \*/
* html .clearfix{
height:1%;
}
.clearfix{
display:block;
}
/* End hide from IE6/IE Mac */