@charset "shift_jis";

* {
margin:0;
padding:0;
zoom:normal;
}
html{
height:100%;
overflow-y:scroll;
}
html:first-child body{
min-height:100%;
padding-bottom:1px;
}


body {
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
text-align:center;
font-size:90%;
line-height:1.4;
background:url(../parts/body_bg.gif) repeat;
}



/*リンク設定
----------------------------------------------------------------*/
a {/*\*/overflow:hidden;/**/}
a:link { color: #4040CB; }
a:visited { color: #631147; }
a:hover, a:active { color: #FF4955; }


/*見出し設定
----------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
clear:both;
font-weight:bold;
line-height:1.2;
}
h4,h5,h6 {
clear:none;
}


/*テーブル
----------------------------------------------------------------*/
table {
border:none;
border-spacing:0;
border-collapse:collapse;
}
th,td {
font-weight:normal;
text-align:left;
vertical-align:top;
_line-height:1.4;
_font-size:90%;
}


/*リスト
----------------------------------------------------------------*/
ul,dl {
list-style:none;
line-height:1.4;
}
ol {
line-height:1.4;
}
li {
display:list-item;
zoom:normal;
}
dd {
margin-bottom:1em;
}


/*諸要素
----------------------------------------------------------------*/

br { font-size:10px; }

hr { display:none; }

img	{ border:0; vertical-align:middle; }

strong { font-weight:bold; }

img.right {
float:right;
padding:0 0 0 5px; 
}
img.left {
float:left;
padding:0 5px 0 0;
}

.clear { clear:both; }
.clearnone { clear:none; }

.mt15{margin-top:1.5em;}