@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: 390px;}/* タブ */.tabContainer ul.tabMenu li {	float: left;	margin-right: 1px;	padding: 0;	position: relative;	letter-spacing: .1em;}/* 未選択のタブ */.tabContainer ul.tabMenu li a {	width:65px;	display: block;	float: left;	padding: 3px 3px;	background: url(../images/bg.gif) no-repeat right top;	border-left: 1px solid #0066CC;	color: #999;	text-decoration: none;}/* 選択中のタブ */.tabContainer ul.tabMenu li.active a {	width:65px;	position: relative;	top: 1px;	background: url(../images/bg02.gif) no-repeat right top;	border-left: 1px solid #0066CC;	color: #000099;	text-decoration: underline;	font-weight:bold;	}/* カーソルオン時 */.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;	}