/*
ブラウザごとの差異をなくす
*/
* {
	margin:  0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

/*
	body
*/
body {
	text-align: center;
	background-color: #FFFFFF;
	/*font-family: "ＭＳ ゴシック", "Osaka−等幅";*/
	font-size: 14px;
}

#wrap {
	height: Auto;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: left;
}

#wrap #header_1 {
	text-align: left;
	height: 80px;
	width: 850px;
}

#wrap #header_2 {
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 5px;
	width: 850px;
}

#wrap #header_3 {
	height: 300px;
	width: 850px;
	margin-bottom: 20px;
}

#wrap #column_1 {
	text-align: center;
}

#wrap #left_column #news_1 {
	line-height: 20px;
}

#wrap #column_2 {
	margin-left: 70px;
}

#wrap #column_2 h2 {
	background-image: url(img/title_2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 15px;
}

#wrap #column_3 {
	text-align: left;
	line-height: 25px;
}

#wrap #column_4 {
	line-height: 30px;
	width:850px;
	height:300px;
	overflow:auto;
	padding-top: 30px;
}

#wrap #right_column {
	float: right;
	height: auto;
	width: 230px;
	padding-left: 20px;
}

#wrap #right_column img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrap #left_column {
	float: left;
	height: auto;
	width: 600px;
}

#wrap #left_column h2 {
	background-image: url(img/title_1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 5px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#wrap #left_column .partner_1 {
	width: 600px;
	clear: none;
	margin-bottom: 15px;
	
}

#wrap #left_column .partner_1 img {
	float: left;
	padding-right: 10px;
}


#footer {
	clear: both;
	text-align: center;
	font-weight: bold;
	padding-top: 120px;
}

#footer_2{
	clear: both;
	text-align: center;
	font-weight: bold;
}

/*
	共通
*/

.clear_both {
	clear: both;
}

.moji_1 {
	font-size: 12px;
	font-weight: bold;
}

.moji_br_1 {
	margin-bottom: 15px;
}

#wrap #column_1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*
	めくる広告用
*/
#pageflip {
	position: relative;
}

#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}

#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(img/subscribe.gif) no-repeat right top;
	text-indent: -9999px;
}