/***********************************************/
/* 全体のフォーマット                          */
/***********************************************/

body {
	font-size			:100%;
	margin				: 0px;
	padding				: 0px;
	text-align			: center;
	font-family:"MS UI Gothic", "ＭＳ Ｐゴシック", Osaka
}

a:link       {color: #666666; text-decoration: none}
a:visited    {color: #666666; text-decoration: none}
a:active     {color: #666666; text-decoration: none}
a:hover      {color: #666666; text-decoration: underline}


img {
	border				: none;
	vertical-align			: top;
}

br.clear{
	clear: both;
	line-height: 0px;
}




/***********************************************/
/* フォントのフォーマット                          */
/***********************************************/

.moji_s{font-size:80%;	line-height:1.3em;}
.moji_sb{font-size:80%;	line-height:1.3em;}
.moji_m{font-size:900%;	line-height:1.3em;}
.moji_mb{font-size:900%;line-height:1.3em;}
.moji_l{font-size:100%;	line-height:1.3em;}
.moji_lb{font-size:100%;line-height:1.3em;}

h1{
	margin				:0px;
	padding				:0px;
}

h2{
	margin				:0px 0px 10px 0px;
	padding				:0px;
}

.red {
	color				:#CC3300;
}
.red_b {
	color				:#CC3300;
	font-weight			: bold;
}

.gr {
	color				:#1F7C21;
}


