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

body {
	font-family: "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ丸ゴ Pro W4", "Osaka", sans-serif;
	margin: 0px;
	letter-spacing: 1px;
	color: #666;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
.main_merumaga_box{
	width: 410px;
	height: 107px;
	float: left;
	background-image: url(../images/mailmagazine.jpg);
	background-repeat: no-repeat;
}
.main_merumaga_text{
	height: 104px;
	width: 180px;
	margin-top: 3px;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	font-weight: bold;
	float: right;
	margin-right: 5px;
}
input[type=text] {
	font-family: "メイリオ","ヒラギノ丸ゴ Pro W4","Osaka","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", sans-serif;
	letter-spacing: 1px;
	border:1px solid #abaca4;
	padding-right: 5px;
	padding-left: 5px;
}

