/* CSS Document */
/*---スタイルリセット---*/


img {
border: 0px;
}



h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, dt, dd, ol, ul,
th {
font-weight: normal;
font-style: normal;
font-size:1em;
}



/*--ページプロバティ--*/

body{
background:#ffffff;
text-align:center;
font-size:75%;
line-height:180%;
color:#666666;
font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", "sans-serif";
}

a{
border:0px;}

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

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

a:hover{
color:#F0037F;
text-decoration: underline;}

a:active{
color:#82A5D6;
text-decoration:none;}


.txt_l{
text-align: right;
}

h3{
font-size:150%;
color:#F0037F;
font-weight: bold;
}

h4{
font-size:120%;
color:#F0037F;
font-weight: bold;
}

td{
text-align:left;
vertical-align:top;}