@charset 'UTF-8';

/*==========================

	** TOC **
	reset
	common module

============================*/


/* reset
-------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
	font-family:"Lucida Grande", Verdana, Geneva, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "MS Gothic", Osaka, Sans-serif;
	line-height:1.4;
	overflow:scroll;
}
body,h1,h2,h3,h4,h5,h6,form,p,ul,ol,li,table,tr,th,td,dl,dd,dt{
	margin:0;padding:0;
}

body {
	text-align:center;/* for IE center layout */
	height:100%;
	font-size:12px;
	background-repeat: repeat-x;
	background-image: url(../images/bg.gif);
	background-color: #837178;
}


h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}
img{border:none;}
li{list-style:none;}
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html table{font-size:100%;}
address{font-style:normal;}

h2{font-size:14px;}

table {padding:0;}
th,td {
	border-collapse:collapse;
	padding:0;
	margin:0;
}


/* common module
------------------------------ */

.clear{clear:both; overflow:hidden; height:1px;}
.clearBoth{height:0px; clear:both; overflow:hidden;}

.alignCenter{text-align:center!important;}
.alignleft{text-align:left!important;}
.alignRight{text-align:right!important;}

.floatleft{float:left!important;}
.floatright{float:right!important;}

.mB0{margin-bottom:0px!important;}
.mB5{margin-bottom:5px!important;}
.mB7{margin-bottom:7px!important;}
.mB10{margin-bottom:10px!important;}
.mB15{margin-bottom:15px!important;}
.mB20{margin-bottom:20px!important;}
.mB30{margin-bottom:30px!important;}
.mB40{margin-bottom:40px!important;}
.mR0{margin-right:0px!important;}
.mR15{margin-right:15px!important;}
.m0a{margin:0 auto!important;}

.pT10{ padding-top:10px!important;}
.pT20{ padding-top:20px!important;}
.pB0{ padding-bottom:0px!important;}
.pB10{ padding-bottom:10px!important;}
.pB15{ padding-bottom:15px!important;}
.padding0{padding:0!important;}

.nowrap{white-space:nowrap;}

.alt {
	position:absolute;
	top:-5000px;
	left:-999px;
}

a{color:#0068b7; text-decoration:none;}
a:hover{ color:#1b9dff;}

.font14{font-size:14px;}
.font16{font-size:16px;}

.commonLinkMark{
	background:url(../images/common/list01.gif) 0 8px no-repeat;
	padding-left:15px;
}

a.list02,
span.list02{
	padding-left:13px;
	background:url(../images/common/list_02.gif) no-repeat 3px 4px;
	}



.mgnB10{margin-bottom:10px;}
.mgnB15{margin-bottom:15px;}
.mgnB20{margin-bottom:20px;}
.mgnB25{margin-bottom:25px;}
.mgnB30{margin-bottom:30px;}

.bdrBD{ border-bottom:1px dotted #776b4f;}
.bdrTD{ border-bottom:1px dotted #776b4f;}