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

.box1 {
	width:550px;
	height:245px;
	margin:0 0 20px 60px;
	float:left
} 

.box2 {
	width:210px;
	height:245px;
	margin:0 60px 20px 0;
	float:right;
} 

.box3 {
	width:70px;
	height:280px;
	padding-left:60px;
	float:left;
} 

.box4 {
	width:480px;
	height:280px;
	float:left;
}

.titletext {
	font-family: "MS 明朝",serif;
	font-size:12pt;
	font-weght:bold;
	width:490px;
	padding-bottom:2px;
	float:left;
}

.maintext {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size:8pt; font-weght:normal;
	letter-spacing:-0.05em;
	color:#393939;
	line-height:14px;
	padding-bottom:5px;
	width:490px;
	float:left;
} 

.subtext {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size:7pt; font-weght:bold;
	letter-spacing:-0.05em;
	width:490px;
	padding-top:2px;
	float:left;
}

.subtext2 {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size:8pt;
	font-weght:bold;
	line-height: 1.5;
	width:490px;
	padding-top:2px;
	float:left;
}

.subtext3 {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size:8pt;
	text-align: right;
	font-weght:bold;
	line-height: 1.5;
	width:50px;
	padding-top:2px;
	float:left;
}