
@import url("reset.css");


body	{
	background: #f5f5f5;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka;
	font-size: 62.5%;
	font-weight: normal;
}
html>body	{
	font-size: 10px;
}


/* リンク */
a	{
	color: #666;
	text-decoration: underline;
}
a:focus, a:hover, a:active	{
	color: #ddd !important;
	text-decoration: underline;
}
a:visited	{
	color: #666;
	text-decoration: underline;
}


/*-----------------------------------------

		一般設定

-----------------------------------------*/

img	{
	padding: 0;
	vertical-align: bottom;
}

.bold	{
	font-weight: bold;
}

.red	{
	color: #c6070c;
}

.center	{
	text-align: center !important;
}

.fontL	{
	font-size: 1.15em;
}

.clear	{
	clear: both;
}


/*-----------------------------------------

		フォーム共通

-----------------------------------------*/

input	{
	background: #fff;
	border: solid 1px #939596;
	color: #666;
	font-size: 1.4em;
	padding: 8px;
	vertical-align: middle;
	_height: 34px;
}


/*-----------------------------------------

		layout

-----------------------------------------*/

#wrp	{
	margin: 0 auto;
	text-align: center;
}

#main	{
	background: url(../images/main.png) repeat-y center;
	clear: both;
	margin: 0 auto;
	text-align: center;
	width: 830px;
}


/*-----------------------------------------

		コンテンツ / Content

-----------------------------------------*

/* タイトル */
h2	{
	padding: 20px 0;
	text-align: center;
}

h3	{
	padding: 50px 0 30px;
	text-align: center;
	font-size: 2.3em;
	font-weight: bold;

}

h4{
	padding: 20px 0 20px;
	font-size: 2em;
	font-weight: bold;
}

#gold h4{
	padding: 20px 0 15px;
	font-size: 1.8em;
	font-weight: bold;
}



/* テキスト */
.textsection	{
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: left;
	width: 700px;
}

.left	{
	float: left;
	padding-left: 65px;
	width: 450px;
	_width: 515px;
}


/* テキスト */
p	{
	font-size: 1.6em;
	line-height: 2;
	margin-bottom: 1.5em;
}




/* 上部フォーム */
.form_top	{
	background: url(../images/form_top.png) no-repeat;
	height: 372px;
	margin: 20px auto 50px;
	text-align: center;
	width: 589px;
}
	.form_top img	{
		margin: 30px 0 12px;
	}
	.form_top input	{
		width: 266px;
	}
	.form_top input.btn_top	{
		background: url(../images/btn_top.png) no-repeat 0 0;
		border: none;
		height: 43px;
		margin-left: 5px;
		width: 232px;
		cursor: pointer;
	}
	.form_top input:hover.btn_top	{
		background: url(../images/btn_top.png) no-repeat 0 -43px;
	}	
	
/* 下部フォーム */
.form	{
	background: url(../images/form.png) no-repeat;
	height: 162px;
	margin: 30px auto;
	text-align: center;
	width: 469px;
}
	.form input	{
		margin-top: 35px;
		width: 360px;
	}
	.form input.btn	{
		background: url(../images/btn.png) no-repeat 0 0;
		border: none;
		height: 53px;
		margin-top: 12px;
		width: 322px;
		cursor: pointer;
	}
	.form input:hover.btn	{
		background: url(../images/btn.png) no-repeat 0 -53px;
	}	



/* リスト */
.textsection ul	{
	margin: 0 auto 40px;
	width: 675px;
}
	.textsection ul li	{
		padding-bottom: 10px;
	}


/*---------------------------
m 追記

----------------------------*/
.indexGo img{
	margin-left: 25px;
	margin-right: 25px;
}
.indexGo a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.indexOrder img{
	margin: 0;
}
.indexOrder a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
table{
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 50px;
}

table td {
    padding: 5px;
    border-left: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    padding: 10px;
}

table h5{
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
table p{
	font-size: 1.3em;
}

blockquote{
color:#555555; 
border-style:dotted; 
border-width:2px 2px 2px 2px;
border-color:#C71585;
}

/*-----------------------------------------

		フッター / Footer

-----------------------------------------*/

#footer	{
	background: #000 url(../images/footer.png) repeat-x top;
	clear: both;
	height: 110px;
	margin: 40px auto 0;
	text-align: center;
	width: 800px;
}
#footer #btmlinks	{
	color: #999;
	font-size: 1em;
	padding-top: 70px;
}
#footer #btmlinks a	{
	color: #999;
	padding: 0 30px;
	text-decoration: none;
}




