@charset "Shift_JIS";

/*----------------------------------------
	body setting
-----------------------------------------*/

body {
　　margin:0 auto 0 auto;　
	/*background-color: #FFF;*/
	text-align:center;
	color: #303030;
}

.contents { width: 930px; text-align:left; margin:0px auto 0px auto; padding:20px 20px 50px 20px; background-color:#FFF; 
}

/*----------------------------------------
	コンテンツ
-----------------------------------------*/

.layout {
    width:750px;
    margin:0 auto 30px auto;
	padding:0px;
	text-align:left;
	color:#303030;
	font-size:12px;
	line-height:20px;
	
}

.layout h2 {padding:10px; color:#FFF; margin-bottom:10px;}

.layout02 {
    width:750px;
    margin:0 auto 0px auto;
	padding:0px;
	text-align:right;
	color:#303030;
	font-size:12px;
	
}
.box_l { float: left; width:185px; padding:10px 15px 10px 0px; text-align:left; 
	
}
.box_r { float: left; width:550px; padding:10px 0px 10px 0px; text-align:left; 
	
}

.colorbox_l {
    float: left;
    width:180px;
	padding:5px 5px 5px 0px;
	margin:0 15px 20px 0;
	text-align:left;
	border-top:1px solid #333333;
}
.colorbox_r {
    float: left;
    width:535px;
    margin:0 0px 20px 0;
	padding:10px 5px 10px 10px;
	text-align:left;
	background-color:#DDDDDD;
	
}

h2 {
   width:735px;
   padding:4px 5px 4px 10px;
   margin:0px 0 10px 0;
   background-color:#444444;
   color:#FFF;
   font-size:12px;
   font-weight:lighter;
}

.line{
    width:750px;
    background-image: url(/contents/images/line_tensen02.gif);
	background-repeat: repeat-x;
	background-position:top;
	margin: 20px 0 0px 0;
	padding: 15px 0 0px 0;
}

.faq_ttl {
    width:727px;
	margin:1px 0 5px 0;
	
}
.faq_ttl a {
	padding:0px 0 0 23px;
	text-align:left;
    color: #545552;
	text-decoration: none;
    background-image: url(/contents/images/icon_q01.gif);
	background-repeat: no-repeat;
	line-height:15px;
}
.faq_ttl a:visited {
	padding:0px 0 0 23px;
	text-align:left;
	color: #545552;
	text-decoration: none;
	background-image: url(/contents/images/icon_q01.gif);
	background-repeat: no-repeat;
	line-height:15px;
}
.faq_ttl a:hover {
	padding:0px 0 0 23px;
	text-align:left;
	color: #d90303;
	text-decoration: none;
	background-image: url(/contents/images/icon_q01_on.gif);
	background-repeat: no-repeat;
	line-height:15px;
}
.faq_q {
    width:717px;
	margin:30px 0 8px 0;
	padding:6px 5px 6px 28px;
	background-image: url(/contents/images/icon_q.gif);
	background-repeat: no-repeat;
	background-color:#c50202;
	color:#FFF;
	background-position:center left;
	line-height:16px;
	
}
.faq_a {
    width:712px;
	margin:0px 0 5px 0;
	padding:10px 10px 10px 28px;
	background-image: url(/contents/images/icon_a.gif);
	background-repeat: no-repeat;
	background-color:#e8e9eb;
	color:#545552;
	background-position:top left;
	line-height:20px;
	
}
.faq_a a {
    color: #d90303;
	text-decoration: underline
}
.faq_a a:visited {
	color: #d90303;
	text-decoration: underline
}
.faq_a a:hover {
	color: #d90303;
	text-decoration: none
}
.faq_btn{
    width:750px;
	margin:0px 0 0px 0;
	padding:0px;
	text-align:right;
}
/*----------------------------------------
	パンクズ
-----------------------------------------*/
.bread_list{
	width:950px;
	margin:0px 0px 0px 0px;
	font-size:10px;
	text-align:left;
	background-color:#FFF;
	padding:5px 0 15px 20px;
}
.bread_list a {
    color: #545552;
	text-decoration: underline;
}
.bread_list a:visited {
    color: #545552;
	text-decoration: underline;
}
.bread_list a:hover {
    color: #000;
	text-decoration: none;
}

h1{ 
	font-style: normal;
	font-weight: normal;
	font-size:10px;
	display:inline;
	margin: 0;
	padding: 0;
}


/*----------------------------------------
	link setting
-----------------------------------------*/

a {
    color: #545552;
	text-decoration: underline;
}
a:visited {
    color: #545552;
	text-decoration: underline;
}
a:hover {
    color: #000;
	text-decoration: none;
}



/*----------------------------------------
	font
-----------------------------------------*/
.read {
     font-size:12px;
	 color:#303030;
	 line-height:18px;
}
.textw12 {
     font-size:12px;
	 color:#FFF;
}
.textb12 {
     font-size:12px;
	 color:#000;
}
.textb10 {
     font-size:10px;
	 color:#000;
	 line-height:15px;
}
.textr12 {
     font-size:12px;
	 color:#e00101;
}
.textr10 {
     font-size:10px;
	 color:#e00101;
}

/*----------------------------------------
	form
-----------------------------------------*/
.formstyle {
     margin:0px;
	 padding:0px;
}
.formsize {
     width:98%;
}


/*----------------------------------------
	common setting
-----------------------------------------*/

.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}
