@charset "utf-8";

/* import files */

@import URL(basic02.css);

/* CSS Document */

body{
background:#7ecef4;
text-align:center;
min-width:830px;
margin:0;
padding:0;
font: 75%/1.35em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
color:#454545;
line-height:1.5em;
}

a,a:visited{
color:#191919;
text-decoration:underline;
}

a:hover{
}

img{
border:none;
}

p{
margin:0;
padding:0;
}

.f-small{
font-size:0.82em;
}

.f-large
{
font-size:1.35em;
font-weight:bold;
}

.strong{
font-weight:bold;
}

br.clear-both, 
div.clear-both,
h1,
h2{
clear:both;
font: 1px/1px monospace;
display: block;
}

hr{
display:none;
}

.style1 {
	color: #ea7baf;
	font: bold;
	
}
.style3 {font-size: 0.9em}

