@charset "utf-8";
/*-----------------------------------

■reset&common_elements property

-------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}

body,h1,h2,h3,h4,p,ul,li,dl,dt,dd,table,button,div{
	margin:0px;
	padding:0px;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache",false, true));
	height:100%;
}

body {
	font:13px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	*font-size:small;
	*font:x-small;
	color : #565656;
	height:100%;
	/*letter-spacing:0.1em;*/
	line-height:148%;
	text-align:center;
	background:url(../images/back.jpg) no-repeat 30% top;
	}

table {
	empty-cells: show;
}

a,object{
overflow:hidden;
outline:none;
}

img {
	border: none;
	vertical-align:top;
}

ul {
	list-style:none outside;
}

.fs10 {
	font-size:77%;
	font-weight:normal;
}

.fs14 {
	font-size:108%;
	font-weight:normal;
}

.fs14B {
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

.fs16 {
	font-size:123.1%;
	font-weight:normal;
}

.fsB {
	font-weight:bold;
}

.fcW{
	color:#FFFFFF;
}

.TXTred {color:#990033; }

.imgRep {
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration: none;
	display:block;
}

.alL {
	text-align:left;
}

.alC {
	text-align:center;
}

.alR {
	text-align:right;
}

.flL {
	float:left;
}

.flR {
	float:right;
}

.clB {
	clear:both;
}

.vaB {
	vertical-align:bottom;
}

.vaM {
	vertical-align:middle;
}

.mtL {
	margin-top:4em;
}

.underLine {
	text-decoration:underline;
}

.wd50{
	width: 50%;
	overflow:hidden;
}

.wd68{
	width: 68%;
	overflow:hidden;
}

.wd400{
	width: 400px;
}


.maA{
	margin: 15px 0px 15px 0px;	
}

.maB{
	margin: 0px 8px 0px 8px;
}

.maC{
	margin: 20px 0 20px 0;	
}

.paA{
	padding: 2px 8px 0 0px;	
}

.paB{
	padding: 0 15px 0 15px;	
}

.TXTindent {
text-indent:30px;
}
.borderBT {border-bottom:1px solid #ECE9D8; padding-bottom:15px; margin-bottom:20px; overflow:hidden;}



.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
line-height: 0;
}

.clearfix {
display: inline-block;
min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */


