@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      style.css
 Author:         hira (admin)
 Style Info:     デフォルトの指定以外全部
----------------------------------------------------------- */
/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.tabContainer dl,dt,dd,p,ul,ol {
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココから▽▽▽
 * 
----------------------------------------------------*/

.tabContainer {
	width: 666px;
	margin: 0;
	padding: 0;
}

/* タブ */
.tabContainer ul.tabMenu li {
	float: left;
	padding: 0;
	position: relative;
	list-style-type: none;
	margin: 0 0 -5px 0;
}

/* 未選択のタブ */
.tabContainer ul.tabMenu li a {
	display: block;
	float: left;
	padding: 5px 10px;
	background: url(../img/qa/bg_qa.gif) no-repeat right top;
	border-left: 1px solid #999;
	color: #999;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
}

/* 選択中のタブ */
.tabContainer ul.tabMenu li.active a {
	position: relative;
	top: 1px;
	background: url(../img/qa/bg_qa.gif) no-repeat right top;
	border-left: 1px solid #595959;
	color: #000;
font-weight:bold;
	list-style-type: none;
	margin: 0;
}

/* カーソルオン時 */
.tabContainer ul.tabMenu li a:hover {
	color: #000;
font-weight:bold;
	margin: 0;
}

/* Q&A */
.tabContainer dl {
	clear: both;
	width: 636px;
	padding: 15px;
	background: url(../img/qa/bg_qa.gif) no-repeat;
	margin: 0;
}

/* Q */
.tabContainer dl dt {
	margin: 0 0 5px;
	padding-left: 25px;
	background: url(../img/qa/q.gif) no-repeat;
	font-weight: bold;
}

/* A */
.tabContainer dl dd {
	margin-bottom: 15px;
	padding: 0 10px 0 25px;
	background: url(../img/qa/a.gif) no-repeat 0px 0px;
	border-bottom: 1px dotted #CCC;
}

/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココまで△△△
 * 
----------------------------------------------------*/
