@charset "utf-8";
/* CSS Document */

#faq_ul {
	width:900px;
	margin-right: auto;
	margin-left: auto;
}
#faq_ul li {
border-bottom: 1px dotted #ff8000;
margin: 0 0 20px;

}
.question {
height: 55px;
	font-weight:bold;
	font-size:1.0em;
	color:#e60000;
	padding-left: 40px;
	background-image: url("../images/question_ico.jpg");
	background-repeat: no-repeat;
					margin: 0 70px;
	}
#main_menu > li > ul {
				display:none;
				margin: 0 150px;
	}
			
.answer {
	font-size:0.9em;
	color:#666666;
	padding: 0 0 30px 60px;
	background-image: url("../images/answer_ico.jpg");
	background-repeat: no-repeat;
	}
	

iframe {
border: none; 
}

.main_left {
	width:640px;
	float: left;
	margin-bottom: 20px;
}

.main_left li {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.photo350_r {
	width:1020px;
} 

.photo350_r  li {
margin-left: 20px;
}
.faq_set {
	width:940px;
	height: 1000px;
}

#inquiry {
	background-image:url("../images/inquiry_bg.jpg");
	background-repeat:no-repeat;
	background-position:right;
}


/*中央*/
.section_mm {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}
div#section_mm p{
text-align: center;
}
.section_mm li{
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
	
}

div#section_mm {
   position:relative;
   overflow:hidden;
}
div#section_mm img {
//    background-color: #FFFFFF;
//    border: 1px solid #E6E6E6;
padding: 5px;
    }

div#section_mm ul {
   position:relative;
   left:50%;
   float:left;
}

div#section_mm li {
list-style: none outside none;
    float: left;
    left: -50%;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-right: 1px;
    position: relative;
       color: #666666;
    font-size: 0.8em;
}
table {
    margin-bottom: 20px;
}
table, td, th {
    border: 2px dotted #6666CC;
    font-size: 0.9em;
    padding: 5px;
   
}

.imgFrame {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 2px;
}
.imgRight {
    float: right;
    margin-left: 10px;
}