@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,th,td {
	padding: 0;
	margin: 0;
}

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;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

abbr,acronym {
	border: 0;
}

li {
	list-style:none;
}

/* -- link -- */
a {
	overflow:hidden;
}

a:link {
	color: #333333;
	text-decoration:underline;
}

a:visited {
	color: #333333;
	text-decoration:underline;
}

a:hover {
	color: #333333;
	text-decoration:none;
}

a:active {
	color: #333333;
	text-decoration:underline;
}





/* ========== clearfix ========== */
.clrfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}


/* ========== base layout ========== */
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	color:#333333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:81.25%;
	line-height:1.6;
}



/* ========== float ========== */
.flright {
	float:right;
}

.flleft {
	float:left;
}


/* ========== align ========== */
.alignrig {
	text-align:right;
}

.aligncen {
	text-align:center;
}

.alignlef {
	text-align:left;
}


/* ========== clear float ========== */
.clbo {
	clear: both !important;
}

.clle {
	clear: left !important;
}

.clri {
	clear: right !important;
}

.clrnon {
	clear:none!important;
}


/* ========== none ========== */
.bgnone {
	background:none !important;
}

.bdrnone {
	border:none!important;
}

/* ========== border ========== */
.bbot {
	border-bottom:#CCC 1px solid;
}

/* ========== margin ========== */
/* -- left -- */

.ml0 {
	margin-left:0!important;
}

.ml5 {
	margin-left:5px;
}

.ml10 {
	margin-left:10px;
}

.ml20 {
	margin-left:20px;
}



/* -- right -- */
.mr0 {
	margin-right:0!important;
}

.mr5 {
	margin-right:5px;
}

.mr10 {
	margin-right:10px;
}

.mr15 {
	margin-right:15px;
}

.mr20 {
	margin-right:20px;
}



/* -- top -- */

.mt5 {
	margin-top:5px;
}

.mt10 {
	margin-top:10px;
}

.mt20 {
	margin-top:20px;
}

.mt_5 {
	margin-top:-5px;
}


/* -- bottom -- */
.mb0 {
	margin-bottom:0 !important;
}

.mb05 {
	margin-bottom:5px;
}

.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom:20px;
}

.mb30 {
	margin-bottom:30px;
}

.mb40 {
	margin-bottom:40px;
}



