@chartset "shift_jis";



/* 共通
---------------------------------------------------- */
#wrapper h1 {
	margin: 0 12px 14px;
	}
	
#wrapper h2 {
    margin: 0 25px 20px 0;
	}
	
.large_box {
	margin: 0 12px 10px 0;
	padding-left: 12px;
	width: 674px;
	background: url(../image/bg_right-gray.gif) 11px 0 repeat-y;
	}

.large_box .medium_box_left ul, 
.large_box .medium_box_left ol {
    margin: 0 25px 20px 0;
	}

/* --IE以外に適用-- */
html>/**/body .large_box .medium_box_left ul, 
html>/**/body .large_box .medium_box_left ol {
    margin: 0 25px 20px 20px;
	}
/**/

#wrapper .cap {
	margin: -20px 28px 30px;
	text-align: right;
	}



/* medium_box_left
---------------------------------------------------- */
.large_box .medium_box_left {
    float: left;
    width: 493px;
    margin: 0;
    padding-left: 14px;
    }
   
.large_box .medium_box_left h3 {
    margin: 0 25px 20px 0;
	padding-left: 12px;
    font-size: 100%;
	background: url(../image/p_square.gif) no-repeat 0 0.4em;
    }
   
.large_box .medium_box_left p {
    margin: 0 25px 20px 0;
    }



/* question_box
---------------------------------------------------- */
.question_box {
    margin: 20px 25px 20px 0;
	padding: 10px 20px 10px 58px;
		background: url(../image/p_question.gif) no-repeat 20px 50%;
	border: 3px double #d5d5d5;
	}

body #wrapper .question_box p {
    margin-right: 0;
    margin-bottom: 0;
	text-decoration: none;
	}
	
body #wrapper .question_box p a {
	text-decoration: none;
	}
	
body #wrapper .question_box p a:hover {
	text-decoration: underline;
	}
	


/* question_box_details
---------------------------------------------------- */
.question_box_details {
    margin: 20px 25px 20px 0;
	padding: 10px 20px 10px 58px;
	background: url(../image/p_question.gif) no-repeat 20px 50%;
	border: 3px double #d5d5d5;
	}

body #wrapper .question_box_details p {
    margin-right: 0;
    margin-bottom: 0;
	text-decoration: none;
	}
	
body #wrapper .question_box_details p a {
	text-decoration: none;
	}
	
body #wrapper .question_box_details p a:hover {
	text-decoration: underline;
	}



/* answer_box_details
---------------------------------------------------- */
.answer_box_details {
    margin: 20px 25px 30px 0;
	padding: 0px 20px 0px 20px;
	}

body #wrapper .answer_box_details p {
    margin-right: 0;
    margin-bottom: 10px;
	}

	
	
/* small_box_details
---------------------------------------------------- */
#small_box_details {
    margin: 0 25px 20px 0;
	padding: 4px 0 4px 12px;
	border: 1px solid #bababa;
	text-align: right;
	background: #f5f5f5;
	}
	
body #wrapper #small_box_details p {
    margin-bottom: 0;
	padding-right: 10px;
    background: url(../image/p_triangle2.gif) no-repeat right 6px;
    }


/* suspention
---------------------------------------------------- */
body #wrapper h2.suspention_title {
    margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 8px 5px 12px;
	display: block;
	border-top: 3px #bababa solid;
    font-size: 100%;
	background: #f5f5f5;
	}
   
.small_box_suspention {
    margin: 0 25px 10px 0;
    background: url(../image/bg_dashed.gif) repeat-x bottom;
	width: 468px;
   }

.small_box_right_suspention {
   width: 109px;
   float: right;
   margin: 0 12px 20px 0;
   border: 1px solid #bababa;
   }
   
.small_box_left_suspention {
   /*width: 329px;
   float: left;*/
   margin: 0 0 20px 12px;
   float: left;
   }
   
#wrapper .small_box_suspention h3 {
    margin: 0;
	padding: 0;
    background: none; 
   }
   
#wrapper .small_box_suspention p {
   margin: 0;
   }

#wrapper .small_box_suspention .link {
    margin: 0;
	padding-left: 10px;
	display: inline-block;
    background: url(../image/p_triangle2.gif) no-repeat 0 6px;
	}
   
#wrapper .small_box_suspention img {
   margin: 0 0 10px 12px;
   float: left;
   }
   
.bt-details {
    margin: 0;
	padding-left: 12px;
	background: url(../image/p_triangle.gif) no-repeat 0 6px;
   }

/* --IE以外に適用-- */
html>/**/body .bt-details, 
html>/**/body .bt-details {
   margin: 0 0 12px;
	}
/**/