/*1ペイン式表示　css*/

#text_box {
	width: 870px;
	float: left;
	padding-left: 15px;
	/*background-color: #FFFFFF;*/
	opacity: 0.8;
}

#text_box_txt {
	padding: 5px;
	border: 2px solid #5C4033;
	font-size: 75%;
	/*height: 550px;
	overflow: auto;*/
	height: auto;
	text-indent: 1em;
	clear:both;
}



#text_box_txt a {
	text-decoration: none;
}

#text_box_txt a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#text_box_txt  h3 {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:1em;
	background-color: #cc6600;
	border-bottom: 2px groove  #5C4033;
	border-left: 2px groove #5C4033;
	clear:both;
}

#text_box_txt  ul {

	text-indent: 3em;
	padding-top:3em;
	padding-bottom:3em;
	padding-left:3em;
}

#text_box_txt  li {

	padding-top:1em;
	list-style-type:decimal;
}



#text_box_txt  img {

	margin:10px;
	border: 2px groove  #5C4033;
}

#text_box_txt h2 {

	padding:5px;
	background-color: #5C4033;
	color: #5C4033;

}


#h2_menu {
	color: #000000;
	/*background-color: #990033;*/
	padding-left:1em;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	opacity: 0.8;
}

#h2_menu h2 {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}

#h2_menu a {

	width:12em;
	height:1em;
	display:block;
	padding-left: 0.5em;
	margin-right:1em;
	margin-bottom: 1em;
	border-left: inset 2px #FFFF00;
	float:left;
	background-color:#FFFFFF;
}



#h2_menu a:hover {

	
	color:red;
	border-left: inset 2px #336699;
	background-color:#FFCC00;
}

#h2_menu a,a:visited{
	/*color: #3366FF;*/
	text-decoration: none;
	
	
}


/*QandA形式の使用*/
p.text_q {
	clear:both;
	font-weight:bold;
	color:red;
	letter-spacing:2px;
	background-color:#ffffff;
	border-top:1px solid red;
	border-right:1px solid red;
	border-bottom:3px solid red;
	border-left:3px solid red;
	margin-top:5px;
	margin-bottom:5px;
	width:400px;
}

p.text_a {
	float:right;
	font-weight:bold;
	color:#0080ff;
	letter-spacing:2px;
	background-color:#ffffff;
	border-top:1px solid #0080ff;
	border-right:1px solid #0080ff;
	border-bottom:3px solid #0080ff;
	border-left:3px solid #0080ff;
	margin-top:10px;
	margin-bottom:10px;
	width:400px;
	text-indent:-2em;

}




