@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 {
	width: 500px;
}

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

/* 未選択のタブ */
.tabContainer ul.tabMenu li a {
	display: block;
	float: left;
	padding: 5px 10px;
	background: url(/prx/000/https/css-happylife.com/template/22/img/qa/bg_qa.gif) no-repeat right top;
	border-left: 1px solid #999;
	color: #999;
	text-decoration: none;
}

/* 選択中のタブ */
.tabContainer ul.tabMenu li.active a {
	position: relative;
	top: 1px;
	background: url(/prx/000/https/css-happylife.com/template/22/img/qa/bg_qa.gif) no-repeat right top;
	border-left: 1px solid #595959;
	color: #000;
}

/* カーソルオン時 */
.tabContainer ul.tabMenu li a:hover {
	color: #000;
}

/* Q&A */
.tabContainer dl {
	clear: both;
	width: 470px;
	padding: 15px;
	background: url(/prx/000/https/css-happylife.com/template/22/img/qa/bg_qa.gif) no-repeat;
}

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

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

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

















/*----------------------------------------------------
	#navSkip (Navigation Skip)
----------------------------------------------------*/

span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	text-align: left;
}


/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	background: #000;
	border-bottom: 10px solid #690;
}

#header h1 {
	margin: 0 auto;
	padding: 10px 0;
	width: 860px;
	color: #FFF;
	letter-spacing: .1em;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	width: 860px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: #FFF;
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
	float: left;
	width: 580px;
	padding: 0 10px;
}

#main h2 {
	margin: 10px 0;
	padding: 5px 10px;
	background: #CCC;
	font-size: 1.1em;
}



/*----------------------------------------------------
	#sub
----------------------------------------------------*/

#sub {
	float: right;
	width: 240px;
	padding: 0 10px 10px;
	background: #EEE;
}

#sub dl {
	width: 210px;
	margin-top: 10px;
	padding: 0 10px;
	background: #FFF;
	border: 5px solid #000;
}

#sub dl dt {
	margin: 0 -10px;
	padding: 5px 10px;
	font-weight: bold;
	background: #666;
	letter-spacing: .1em;
	color: #FFF;
}

#sub dl ul {
	margin-top: -1px;
}

#sub dl ul li {
	padding: 5px 10px;
	border-top: 1px dotted #666;
}


#sub dl.bad ul li {
	border-top: 0;
	border-bottom: 1px dotted #666;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	padding: 10px 0 20px;
	background: #000;
	border-top: 10px solid #690;
	color: #FFF;
}

#footer a {
	color: #FFF;
}

#footer ul,
#footer p {
	width: 860px;
	margin: 0 auto;
	padding: 3px 0;
	text-align: center;
	letter-spacing: .1em;
}

#footer ul li {
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 5px solid #FFF;
}

#footer ul li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}