/* ------------------------------
 タグ設定
------------------------------ */
body
{
	font-size:11px;
	background-color:#FFFFFF;
	background-image: url(/img/common/background.jpg);
	background-repeat: repeat-x;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","sans-serif";
	text-align:center;
	margin:0px;
	margin-top:10px;
	line-height:120%;
}

a
{
}
a:link {
}

a:visited {

}

a:active {
}

a:hover {
	color : #FE9901;
}

dl
{
	width:480px;
	margin:auto;
}

dd
{
	border-bottom: 1px dashed #679968;
	margin:0px;
	margin-top:20px;
	line-height:150%;
	text-align: left;
}
dt
{
	text-align:right;
	line-height:150%;
	color:#679968;
}

img
{
	border:1px solid #666666;
	margin:0px;
	padding:5px;
	background-color:#FFFFFF;
}

table, tr, td
{
	margin:0px;
	padding:0px;
	border-spacing: 0px;
}


.arrow
{
	display: block;
	text-indent:13px;
	float:left;
	background-image: url(/img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-right:15px;
}
/* ------------------------------
 枠組み
------------------------------ */
#wrapper
{
	width:500px;
	margin:auto;
	text-align: center;
}
