
/*--------------------------------------------------------
■全体設定用
--------------------------------------------------------*/
body{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
    font-size: 12px;
	line-height:130%;
	text-align: center;
}


/*　中央揃え用の枠組み　*/
#inbox{
	width: 760px;
	margin: 0px auto 0px auto;
	padding:0px;
	text-align: left;
}


/*　リンク色の設定　*/
a:link { color:#333333; text-decoration:none;}
a:visited { color: #333333; }
a:hover { color: #b70000; text-decoration: underline; }

img{vertical-align: bottom;}

/*--------------------------------------------------------
■メインコンテンツ中央揃え枠組み
--------------------------------------------------------*/

/*　中央枠設定用　*/
#contentsbox{
	width: 760px;
	margin: 0px auto 0px auto;
	padding:0px;
}


/*--------------------------------------------------------
■タイトル用設定
--------------------------------------------------------*/

/*　タイトル　*/
.title1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*　タイトル枠　*/
.title_frame{
	float:left;
	width:760px;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

/*　タイトル　*/
.title2{
	float:left;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

/*--------------------------------------------------------
■メイン用設定
--------------------------------------------------------*/

/*　メイン枠　*/
.main_frame{
	clear:both;
	width:760px;
	height:446px;
	background-image:url(../img//index_20.jpg);
	background-repeat : no-repeat;
	margin: 0px 0px 0px 0px;
}

/*　内容枠　*/
.main_frame2{
	width:620px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 77px;
}



/*-------タイトル-------*/
.main1{
	float:left;
	width:303px;
	margin: 0px 0px 0px 0px;
}

/*　txtbg　*/
.txt_bg{
	width:303px;
	height:260px;
	background-image:url(../img//index_22.jpg);
	background-repeat : no-repeat;
	margin: 0px 0px 0px 0px;
}

/*　txt　*/
.txt{
	margin: 0px 20px 0px 150px;
	padding: 10px 0px 0px 0px;
}

/*　txt2　*/
.txt2{
	margin: 50px 20px 0px 150px;
}


/*-------タイトル2-------*/
.main2{
	float:right;
	width:303px;
	margin: 0px 0px 0px 0px;
}

/*　txtbg2　*/
.txt_bg2{
	width:303px;
	height:260px;
	background-image:url(../img//index_21.jpg);
	background-repeat : no-repeat;
	margin: 0px 0px 0px 0px;
}

/*　txt3　*/
.txt3{
	margin: 0px 20px 0px 150px;
	padding: 10px 0px 0px 0px;
}

/*　txt4　*/
.txt4{
	margin: 50px 20px 0px 150px;
}


/*　スペース　*/
.space{
	margin: 0px 0px 20px 0px;
}







