@charset "utf-8";



/*-----------------------------------------------
Reset
-----------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { 
	margin:0;
	padding:0;
}
.c.mgt100.box_900 dl dd {
	margin-left: 48px;
	margin-right: 48px;
	line-height: 1.5em;
	text-align: left;
	font-size: 15px;
	margin-top:5px;
	margin-bottom:30px
	
}
.c.mgt100.box_900 dl dd strong {
	font-size: 18px;
	text-decoration:underline;
	line-height:1.8em;
}
.box_900 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}


.clearfix:after {	/*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.clearfix {
	min-height: 1px;	/*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

html {
	height: 					100%;
	margin-bottom: 				1px;
	line-height: 0px;	
}

fieldset,img { 
	border:0;
}

.clear {
	clear:						both;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}


ol,ul {
	list-style:none;
}

address , small{
	font-size:medium;
	font-weight:normal;
	font-style: normal;	
}

.fr{
	float:right
}
