/*1ペイン式表示　css*/

#text_box {
	width: 740px;
	float: left;
	padding-left: 15px;
	background-color: inherit;
}
#text_box_txt {
	padding: 5px;
	border: 2px solid #5C4033;
	font-size: 75%;
	height: 550px;
	overflow: auto;
	text-indent: 1em;
}

#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: #FFFFFF;
	background-color: #990033;
	padding-left:1em;
	padding-top: 5px;
	padding-bottom: 10px;


}

#h2_menu h2 {
	padding-bottom: 10px;
	font-size: 110%;
}

#h2_menu a {

	padding-bottom:5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	margin-bottom:10px;
}



#h2_menu a:hover {

	background-color: #FFFFFF;
	color:#000099;
}

#h2_menu a,a:visited{
	color: #FFFFFF;
	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;

}



