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

html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,
table,td,th,form,input,fieldset{
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:99%;
	font-style:normal;
	font-weight:normal;
	vertical-align:baseline;
}

body{
line-height:1.5em;
}


table{
border-collapse:collapse;
border-spacing:0;
}

ul,ol,li{
list-style:none;
}

a{/*リンクされた文字*/
    color:#001B40;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#001B40;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#753B9F;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#08598E;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

/*//////////////////////////////////////////////*/

.clearfix:after{
content: "url(/shared/img/spacer.gif)"; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
overflow:auto;
}

.clearfix {
display: inline-block;
min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix{
height: 1%;
}
.clearfix{
display: block;
}
/* End hide from IE-mac */



/*--------------------
.clearfix{
overflow:hidden;
}

---------*/

