@charset "shift_JIS";
/****** 基本設定 ******/
* {
  margin: 0;
  padding: 0;
}

body {
	margin:0;
	font-size:80%;
	font-family: Verdana,Chicago,Arial,sans-self,"ＭＳ Ｐゴシック",Osaka;
	line-height:130%;
	padding: 0px;
	font color:#333333;
	text-align: center;
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-image: url(img/back.gif);
	float: center;
}

/* リンク */

a { color: #003333;
}
a:hover {
  color: #99cccc;
}
a:visited {
  color: #af0075;
}

a[name]:hover {
    color: #003333;
    background-color: white;
}

/* 文字強調 */
em {
  font-style: normal;
  color: #000000;
}
/****** ページの整形 ******/
img {
  border: 0;
}

br {
   letter-spacing:normal;
}

td, th {
  font-size: 90%;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #000000;
}

#page{
  text-align: left;
  margin: 0;
  width: 100%;
}

#main_area_table {
	height: auto;
	width: 880px;
	margin: 0px;
	position: relative;
	background-image: url(img/backcolorw.jpg);
	background-repeat: repeat;
	background-position: center;
	margin-left:auto;
	margin-right:auto;
}

#header_table {
	height: 100px;
	width: 880px;
	margin: 0px;
}

#sidebox_table {
	height: auto;
	width: 210px;
	margin: 0px;
	padding: 0px;
}

#small_table {
	padding : 1px;
	margin : 1px;
	height : auto;
	border: solid 1px #000000;
	border-collapse: separate;
	border-spacing: 1px;
	margin-left:auto;
	margin-right:auto;
}

#table01 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding:3px 3px 3px;
	text-align: left;
}

#table02 {
	background-color: #ccffcc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding:3px 3px 3px;
}
#table03 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding:4px 3px 3px 5px;
	text-align:left;
}

#table04 {
	background-color: #ccffcc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding:4px 3px 3px 5px;
	text-align:left;
}

#table05 {
	background-color:#0000ff;
	padding:10px 5px 5px 5px;
}

#waku {
	border-bottom: solid 2px #000080;
	padding: 0px 0px;
        color: #000000;
}

#enkaku {
	border-bottom: dashed 1px #6666ff;
	padding: 0px 0px;
        color: #000000;
}

#info {
	height: 97px;
	width: 210px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: auto;
}
#info p {
	font-size: 85%;
	color: #333333;
	line-height: 130%;
	text-align: left;
}

#line1 {
	margin: 30px 30px;
	padding: 10px;
	border: medium dashed #808080;
}

LI { list-style-type:none; }

/****** フッター *******/
#footer .f_menu {
	text-align: center;
	font-size: 70%;
	line-height: 140%;
	color: #666666;
	padding-left: 3px;
	padding-top: 3px;
	background-image: url(img/backcolor.jpg);
}
#footer .copyright {
	font-size: 70%;
	color: #666666;
	text-align: right;
	padding-right: 15px;
	padding-top: 12px;
	background-image: url(img/backcolor.jpg);
}


/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココから▽▽▽
 * 
----------------------------------------------------*/

.tabContainer {
	width: 560px;
}

/* タブ */
.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(img/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(img/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(img/bg_qa.gif) no-repeat;
}

/* Q */
.tabContainer dl dt {
	margin: 0 0 5px;
	padding-left: 25px;
	padding-bottom: 10px;
	background: url(img/q.gif) no-repeat;
	font-weight: bold;
}

/* A */
.tabContainer dl dd {
	margin-bottom: 15px;
	padding: 0 10px 10px 25px;
	background: url(img/a.gif) no-repeat 0px 0px;
	border-bottom: 1px dotted #CCC;
	display: none;
}

/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココまで△△△
 * 
----------------------------------------------------*/




/*----------------------------------------------------
	#navSkip (Navigation Skip)
----------------------------------------------------*/

span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}
