@charset "utf-8";

* {
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:'ＭＳ Ｐゴシック',sans-serif;
color:#262c29;
background-color:#FFFFFF;
margin:0 auto;
font-size:small;
line-height:1.7;
}


/*リンク設定
----------------------------------------------------------------*/

a					{ cursor:pointer;}
a:link 				{ color:#0556c7; }
a:visited			{ color:#530c9c; }
a:hover, a:active	{ color:#f27200; }

a {/*\*/overflow:hidden;/**/}


/*見出し設定
----------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
clear:both;
line-height:1.4;
}
h2,h3,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;
}*/


/*リスト
----------------------------------------------------------------*/
ul,dl {
list-style:none;
line-height:1.7;
}
ol {
line-height:1.7;
margin:0 0 0 20px;
}
ol {
/margin:0 0 0 28px;
}

#content ul,
#content dl {
margin:0 0 0 15px;
}

li {
display:list-item;
zoom:normal;
}
#content ul {
list-style-type:disc;
}
#content ol {
list-style-type:decimal;
}

address{
margin:0;
padding:0;
font-style:normal;
}

/*諸要素
----------------------------------------------------------------*/
p {
margin:0;
padding:0;
}

br { font-size:10px; }

hr { display:none; }

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

strong { font-weight:bold; }
em { font-weight:normal; }