/* --------基本設定-------- */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4,h5 {
	line-height: 15pt;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

p {
    font-size: small;
    color: #333333;
    font-weight: normal;
    line-height: 15pt;
    text-align: left;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
}

b {
	color: #0099FF;
	font-weight: bold;
}

strong,em { font-weight: normal; font-style: normal; }

a {
	color: #3366FF;
	text-decoration: underline;
}

a:visited {
	color: #3366FF;
	text-decoration: underline;
}

a:active {
	color: #FF6666;
	text-decoration: underline;
}

a:hover {
	color: #FF6666;
	text-decoration: underline;
}

img {
	border-width: 0px;
}

.text_center {
	text-align: center;
}


/* --------全体-------- */

#wrapper {
    margin: 0px auto 0px;
    padding: 0px;
    width: 900px;
}

.lineup_price {
	font-size: 15px;
	color: #000000;
	font-weight: bolder;
	line-height: 30px;
	vertical-align: middle;
}


/* --------メルマガ-------- */

#mailmaga_box {
	margin: 0px;
	padding: 50px 100px;
	width: 700px;
	background-color: #99FF33;
}

#mailmaga_box02 {
	text-align: center;
	margin: 50px 100px 0px;
	padding: 0px;
	width: 500px;
}