﻿@charset "utf-8";

/* CSS Document */

body {
	color: #1F1F1F;
	background-attachment: scroll;
	background-position: center top;
	font-family: "メイリオ",Meiryo,"Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 15px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat;
}

h1,h2,h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p {
	padding: 0px;
	margin: 0px;
}

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

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

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

a img {border-style:none;}
img {border:0;vertical-align:bottom;}
embed {vertical-align:bottom}
td img {display: block;}

ul {
	margin:0;
	padding:0;
}

li {
	list-style: none;
	margin:0;
	padding:0;
}

.fR {float: right;}
.fL {float: left;}
.center{text-align:center;}
.t_right{text-align:right;}
.clear {clear: both;}


/*----------------------------------------------------
	font (bass:15px)
----------------------------------------------------*/
.font10 { font-size:67%; }
.font11 { font-size:74%; }
.font12 { font-size:80%; }
.font13 { font-size:87%; }
.font14 { font-size:94%; }
.font15 { font-size:100%; }
.font16 { font-size:107%; }
.font17 { font-size:114%; }
.font18 { font-size:120%; }
.font19 { font-size:127%; }
.font20 { font-size:134%; }
.font21 { font-size:140%; }
.font22 { font-size:147%; }
.font23 { font-size:154%; }
.font24 { font-size:160%; }
.font25 { font-size:167%; }
.font26 { font-size:174%; }

.bold{font-weight:bold;}

.MG-R30 { margin-right: 30px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T30 { margin-top: 30px !important; }
.MG-T40 { margin-top: 40px !important; }
.MG-T50 { margin-top: 50px !important; }
.MG-B50 { margin-botoom: 50px !important; }