@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	margin:0 auto;
	padding:0;
	font-size: 11px;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #333;
	line-height:1.5;
	position: relative;
	text-align:left;
}

h1,h2,h3,h4,h5,h6{font-weight: normal;}
h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dd,dt,pre,object,embed,fieldset,
address,table,th,td,form,blockquote{
	margin:0;
	padding:0;
}

a img{border: none; text-decoration:none;}
br{letter-spacing:0;}
ul{list-style-type: none; margin:0px; padding:0px;}
strong{color:font-weight:bold; color: #990033;}
fieldset{border:none;}
address{font-style:normal;font-size:11px;}

table {
    float:left;
	}

.clear {
    clear:both;
	}
	
.left {
    float:left;
	}
	
a {
    text-decoration:none;
	color: #993300;
	}
	
a:hover {
    text-decoration:none;
	color: #FF9900;
	}
	
table a {
    font-weight:bold;
	}
	
p.border {
    border-bottom:1px dotted #999;
	padding-bottom:5px;
	margin-bottom:5px;
	}
	
.bold {
    font-weight:bold;
	}
	
.gold {
    color:#FF9900;
	}
	
h2.top-hedline {
    border-left:5px solid #000;
	padding-left:5px;
	line-height:20px;
	margin-bottom:10px;
	color:333;
	font-family:serif;
	letter-spacing: 0.2em;
	}
	
h3 {
    font-size:14px;
	font-weight:bold;
	}
	
/* clearfix */
	
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
    }

.clearfix{display: inline-block; }
* html .clearfix{height: 1%; }
.clearfix {display: block; }

/* clearfix - Safari Only */
@media screen and (-webkit-min-device-pixel-ratio:0){
    .centerfix {padding: 0 0 0 1px;}
    }

