@charset "utf-8";

/* default
------------------------------------------*/	
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%; /* Win IE */
	line-height: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight: normal;
}
/*floatキャンセル*/
.clearfix:after{/*新しいブラウザ用*/
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/*IE用*/
.clearfix{ display:inline-table;clear:both; }
/*Mac-IE用\*/
*html .clearfix{ height:1%;clear:both; }
.clearfix{ display:block;clear:both; }


/* general style
------------------------------------------*/
* {
	margin:0;
	padding:0;
	text-decoration:none;
	font-size:100%;
	font-style:normal;
	
}
html {
	overflow-y:scroll;
	height: 100%;
}
img {
	border:none;
}
p {
	line-height:1.5
}

body, td, th {
	color: #707070;
}
body {
	background-color: #FFF;
	font-size:75%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../images/hirosecollection_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment:fixed;

	
	 color: #000000;
    font-family: Verdana,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: 2em;
	

}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #C9C9C9;
	text-decoration: none;
}

/* OPTION
------------------------------------------*/

.floatR {
	float: right;
}
.floatL {
	float: left;
}



.text_R {
	text-align:right;
}

.text_L {
	text-align:left;
}

.text_C {
	text-align:center;
}



.ma_T5 {
	margin-top: 5px;
}
.ma_T10 {
	margin-top: 10px;
}
.ma_T20 {
	margin-top: 20px;
}
.ma_T30 {
	margin-top: 30px;
}
.ma_T40 {
	margin-top: 40px;
}
.ma_R5 {
	margin-right: 5px;
}
.ma_R10 {
	margin-right: 10px;
}
.ma_R20 {
	margin-right: 20px;
}
.ma_R30 {
	margin-right: 30px;
}
.ma_L5 {
	margin-left: 5px;
}
.ma_L10 {
	margin-left: 10px;
}
.ma_L20 {
	margin-left: 20px;
}
.ma_L30 {
	margin-left: 30px;
}
.ma_B5 {
	margin-bottom: 5px;
}
.ma_B10 {
	margin-bottom: 10px;
}
.ma_B20 {
	margin-bottom: 20px;
}
.ma_B30 {
	margin-bottom: 30px;
}
.ma_5 {
	margin: 5px;
}
.ma_10 {
	margin: 10px;
}
.ma_20 {
	margin: 20px;
}
.ma_30 {
	margin: 30px;
}
.ma_0 {
	margin: 0px;
	padding: 0px;
}
.pa_0 {
	padding: 0px;
}
.pa_10 {
	padding: 10px;
}
.pa_20 {
	padding: 20px;
}
.pa_30 {
	padding: 30px;
}

.pa_t65 {
	padding-top: 50px;
}
