@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body,td,th {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, Arial, Helvetica, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	color: #111;
}


img {
	zoom: 1;
}


/*--------------------------------------------------*/

.fRight {float: right;}
.fLeft  {float: left;}
.clear  {clear: both;}

.clearfix { /*IE5.5-8*/
	zoom: 1;
}

.clearfix:after { /*Modern*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clearline {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}


/*--------------------------------------------------*/

.tLeft   {text-align: left !important;}
.tCenter {text-align: center !important;}
.tRight  {text-align: right !important;}
.first   {margin-top:0 !important;}
.sp20  {margin: 20px 0;}
.sp40  {margin: 40px 0;}

/*--------------------------------------------------*/



body {
	text-align: center;
}


#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

.s { font-size: 70%;}
.m { font-size: 92%;}
.l { font-soze: 122%;}
.mb { font-weight:bold; font-size: 92%; }
.lb { font-weight:bold; font-size: 122%; }

p {
	margin: 1em 0;
}

#mainTable {
	margin: 0 auto;
	text-align: left;
}

.innerTable {
	margin: 0 auto;
}

.contentList {
	text-align: right;
	font-size: 70%;
	color: #666;
	margin: 10px 10px 10px 0;
}


#topicPath {
	font-size: 10px;
	padding: 10px 16px;
}

.white_box {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

.contact {
	margin: 5px 0px 5px 10px;
}




