/***** メイン設定 *****/
body {
	font-family: "ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4","Osaka", "sans-serif";
	color: #333;
	font-size: 80%;
	line-height:130%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

}
form, p { margin:0px;}

a:link {color: #312BB8;text-decoration: none;}
a:visited {color: #312BB8; text-decoration: none;}
a:active {color: #312BB8; text-decoration: none;}
a:hover {color: #312BB8; text-decoration: none; background:#E0DFF4;}


/***** 基本テキスト*****/

 .text_ll{
	font-size: 115%;
    letter-spacing:-1px;
	font-weight:bold;
    line-height:130%;
	}

.text_l{
	font-size: 105%;
	letter-spacing:-1px;
	font-weight:bold;
    line-height:120%;
	}
	
.text_m{  
     font-size: 80%; 
	 font-weight:normal;
	 line-height: 150%
	 }
	 
.text_s{
	font-size: 70%;
    font-weight:normal;
    line-height:120%;
	}
 
