@charset "utf-8";

/* UI Reset CSS
----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
/*ol,ul {
	list-style:none;
}*/
/*hr {
	display: none;
}*/
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* base desin
----------------------------------------*/

/*--- Firefox_sideRollbar ---*/
html {overflow-y:scroll;}

/*--- font ---*/
body {
	font-size: 14px; /* besefont 16px 87.5%=14px */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
/* IE6 */
*html body{font-size: 87.5%;}
/* IE7 */
*:fist-child+html body{font-size: 87.5%;}
p {
	color:#333333;
	line-height: 1.8;
	text-align: left;
	text-justify: inter-ideograph; /* IE6 */
}

/*--- link ---*/

/* Firefox linkArea */
a {outline: 0;}

a:link,
a:visited {
	color: #ff9900;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #FF9900;
	text-decoration: underline;
}
a.active{
	color: #FF9900;
	text-decoration: none;
}

/*--- line ---*/
hr.none {
	clear:both;
	display:none;
}
.dot-g {
	background-image: url(../images/common/dot_g.gif);
	background-repeat:repeat-x;
	background-position: center;
	height: 1px;
	clear:both;
}
.dot-g hr {
	display:none;
}
.dec {
	background-image: url(../images/common/dec_line.gif);
	background-repeat: no-repeat;
	background-position:center;
	width:400px;
	height: 30px;
}
.dec hr {
	display:none;
}

/*--- clearfix ---*/
.clearfix:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
