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

* {
	margin:0;
	padding:0;
}


body {
	font-family:"メイリオ",Meirio,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:75%;
	line-height:1.7;
	background:url(../img/bg.gif) repeat-x;
	color:#1c1c1c;
	}

img {
	border:0;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}


dl {
	list-style-type: none;
}


li {
	list-style-type: none;
}

a{
	color:#1750c2;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}

.clear {
	clear:both;
}

.hid{
	visibility:hidden;
	}
	
.font_small{
	font-size:80%;
	}
	
.font_small02{
	font-size:80%;
	margin:0 0 25px 0;
	}

.font_small03{
	font-size:70%;
	}

.font_big{
	font-size:120%;
	}
	
.font_red{
	color:#ff0000;
	font-weight:bold;
	}
	
.display_block{
	display:block;
	margin:0 0 20px 0;
	}
	
.link_right{
	display:block;
	text-align:right;
	padding:5px 0;
	}