@charset "UTF-8";

/* ============================================================
 リセット
============================================================= */
*{
	font-size: 100.01%;
	font-family: "Klee","クレー","Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ",Meiryo, serif;
	line-height: 1.6;
	color:#000;
}

body,h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ul,ol,li,blockquote,th,td,pre,form,fieldset,input,textarea{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img{
	border: 0;
}

address,caption,cite,code,dfn,em,th,var{
	font-style: normal;
	font-weight: normal;
}

ol,ul{
	list-style: none;
}

caption,th{
	text-align: left;
}

q:before,q:after{
	content: '';
}

abbr,acronym{
	border: 0;
}

body{
	font-family: Arial, sans-serif;
	height: 100.5%;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

.right{
	text-align:right;
}

.none{
	display: none;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

.fclear{
	clear: both;
}

.accessibility{
	display: none;
}

/* --- fix
--------------------------------------------------------------------------*/
.fix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
/* ie7 */
.fix { display: inline-block; }
/* macIE5 \*/
* html .fix { height: 1% }
.fix {display:block;}
/* end MacIE5 */

.mr0{ margin-right:0 !important;}
.mr10{ margin-right:10px !important;}
.ml0{ margin-left:0 !important;}
.mt5{ margin-top:5px !important;}
.mb0{ margin-bottom:0 !important;}
.mb5{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}