@charset "utf-8";
/*----------------------------------------------------
	初期化
----------------------------------------------------*/

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

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

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}


/*----------------------------------------------------
	基本
----------------------------------------------------*/

body {
	color: #000;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

#wrapper{
	width: 750px;
	margin: 0px auto;
	margin-top:20px;
	background-color: #FFFFFF;
}


/*----------------------------------------------------
	タブ
----------------------------------------------------*/

.tabContainer {
	width: 392px;
}

/* タブ */
.tabContainer ul.tabMenu li {
	float: left;
	margin-right: 1px;
	padding: 0;
	position: relative;
	letter-spacing: .1em;
}


/* 未選択のタブ */
.tabContainer ul.tabMenu li#tb1 a {
	width:153px;
	display: block;
	float: left;
	padding: 3px 3px;
	background: url(../images/bg_tabl.gif) no-repeat right top;
	border-left: 1px solid #0066CC;
	color: #999;
	text-decoration: none;
}

.tabContainer ul.tabMenu li#tb2 a {
	width:118px;
	display: block;
	float: left;
	padding: 3px 3px;
	background: url(../images/bg_tabc.gif) no-repeat right top;
	border-left: 1px solid #0066CC;
	color: #999;
	text-decoration: none;
}

.tabContainer ul.tabMenu li#tb3 a {
	width:101px;
	display: block;
	float: left;
	padding: 3px 3px;
	background: url(../images/bg_tabr.gif) no-repeat right top;
	border-left: 1px solid #0066CC;
	color: #999;
	text-decoration: none;
	margin-right:0;
	padding-right:0;
}

.tabContainer ul.tabMenu li#tb3 {
margin-right:0;
padding-right:0;
}


/* 選択中のタブ */
.tabContainer ul.tabMenu li#tb1.active a {
	width:153px;
	position: relative;
	top: 1px;
	background: url(../images/bg_tabl_on.gif) no-repeat right top;
	border-left: 1px solid #0066CC;
	color: #000099;
	text-decoration: underline;
	font-weight:bold;	
}

.tabContainer ul.tabMenu li#tb2.active a {
	width:118px;
	position: relative;
	top: 1px;
	background: url(../images/bg_tabc_on.gif) no-repeat right top;
	border-left: 1px solid #0066CC;
	color: #000099;
	text-decoration: underline;
	font-weight:bold;	
}

.tabContainer ul.tabMenu li#tb3.active a {
	width:101px;
	position: relative;
	top: 1px;
	background: url(../images/bg_tabr_on.gif) no-repeat right top;
	border-left: 1px solid #0066CC;
	color: #000099;
	text-decoration: underline;
	font-weight:bold;
	margin-right:0;
	padding-right:0;
}


/* カーソルオン時 */
.tabContainer ul.tabMenu li a:hover {
	color: #000099;
	text-decoration: underline;

}

/* tb */

.news {
	clear: both;
	width: 370px;
	border: 1px solid #0066CC;
	padding:10px;
	text-align:left;
}

.news ul {
	clear: both;
	width: 370px;
	border: 1px solid #666666;
	padding:10px;
	text-align:left;
}

/* Q */
.news ul li {
	margin: 0 0 10px;
	padding-left: 10px;
	background: url(../images/buret.gif) no-repeat 0 7px;
}

.news table{
	margin-top:5px;
	padding-top:5px;	
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #489AD5;	
}









