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

/*デフォルトリセット用*/
body, div, p, form, input, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address {
	font-size: 100%;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/*img {
	border-style: none;
}*/

ul {
	list-style: none;
}

/*IE6以下用の設定*/
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 75%;
	background-color: #FFFFFF;
}

/*IE7以外のモダンブラウザ用設定*/
html>/**/body {
font-size: 12px;
}
.right   {
	float: right;
	display: inline;
}
.left  {
	float: left;
	display: inline;
}



/*フロート設定の解除用*/
.clearBoth {
	clear: both;
}
.topReturn  {
	margin-top: 10px;
	margin-bottom: 20px;
	clear: right;
	float: right;
/*	margin-right: 40px;*/
	display: inline;
}
.topReturn a {
	background-image: url(../../img/return_top.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 125px;
	text-indent: -9999px;
	display: block;
}
.topReturn a:hover {
	background-image: url(../../img/return_top_f2.gif);
	background-repeat: no-repeat;
}



a {
	color: #333333;
        outline: none;
}

a:visited {
	color: #333333;
}
a:hover {
	color: #b9a186;
}
