/* CSS Document */


@import "reset.css";
@import "base.css";
@import "inner.css";


/*------------------------
インデックスタイトル
------------------------*/

#tit_index  h3{

	width:620px;
  height:130px;
  margin:0px;
  padding:0px;

	}
	
/*------------------------
サブタイトル
------------------------*/

h4 {

	width:620px;
	height:44px;
  margin:10px auto 10px;
	text-indent:10px;
  background: url(../img/h4_tit.jpg) no-repeat center;
  font-size:122%;
	font-weight:bold;
  color:#333333;
  line-height:270%;
  display:block;

	}
h5{ width:595px; font-size:100%; font-weight:bold; margin:2em auto; padding-bottom:0.5em; padding-left:0.5em;
	background-image:url(../img/tit_blue.jpg); background-repeat:no-repeat; background-position:bottom;}


/*
h6.question{ width:550px; margin:25px auto; padding-left:50px; background: url(../faq/img/question_2.jpg) no-repeat left top; font-weight:bold; color:#333333; border-bottom:#CCCCCC 1px dotted;font-size:114%; min-height:30px; height:auto !important; height:30px; border:#FF0000 1px solid;}*/

h6.question{ width:550px;margin:10px 0 10px 10px; padding-left:50px; background: url(../faq/img/faq_tit.gif) no-repeat left top; font-size:104%;font-weight:bold;color:#333333;display:block; border-bottom:1px dotted #CCCCCC; min-height:30px; height: auto !important; height:30px;}

dl.answer { width:590px; margin:10px auto 10px;}
dl.answer dt {  float:left; width:50px;} 
dl.answer dd { float:right; width:540px;}
* html dl.answer dd { float:right; width:530px; height:1%;}

dl.answer p{ text-indent:1em; margin:0; width:auto;}

dl.answer div.summaryText{ width:500px; margin:10px auto; background-color:#EEEEEE; border:1px solid #CCCCCC; padding:10px;}

.btn{ width:620px; text-align:center; margin:2em auto;}

/*
ul.faq_link{ width:570px; margin:auto;}
ul.faq_link li{ background:url(../img/arrow.jpg) no-repeat left; padding-left:25px;}*/

ul.faq_link{ padding-left:1.5em; margin:0.5em auto 3em;}
ul.faq_link li{ margin-bottom:0.8em; list-style-image:url(../img/arrow.jpg);}

  
