body {
	color: #353535;
}

.green_txt {
	color: #238b44;
}

#detail_container div {
	display: none;
}
.purple_txt {
	color: #a360a6;
	font-weight:bold;
}


#detail_container {
	width:611px;
}

.txt_box {
	width:572px;
	padding: 5px 20px 10px 20px;
	height:auto;
}
.clear {
	clear:both;
}
.txt_box img {
	margin: 0 0 10px 0;
}
.text_space {
	margin:10px;
}

/**あかさたなメニュー**/
#menu_a{
	width:265px;
	height:auto;
	margin:5px 0 0px 0;
	padding:0 0 5px 0;
	background:url(../kanpo/images/a_gyou1.gif) top left no-repeat;
}

#menu_ka{
	width:265px;
	height:auto;
	margin:5px 0 0px 0;
	padding:0 0 5px 0;
	background:url(../kanpo/images/ka_gyou1.gif) top left no-repeat;
}
#menu_sa{
	width:265px;
	height:auto;
	margin:5px 0 0px 0;
	padding:0 0 5px 0;
	background:url(../kanpo/images/sa_gyou1.gif) top left no-repeat;
}
#menu_ta{
	width:265px;
	height:auto;
	margin:5px 0 0px 0;
	padding:0 0 5px 0;
	background:url(../kanpo/images/ta_gyou1.gif) top left no-repeat;
}
#menu_na{
	width:265px;
	height:auto;
	margin:5px 0 0px 0;
	padding:0 0 5px 0;
	background:url(../kanpo/images/na_gyou1.gif) top left no-repeat;
}
#menu_ha{
	width:265px;
	height:auto;
	margin:5px 0 0px 0;
	padding:0 0 5px 0;
	background:url(../kanpo/images/ha_gyou1.gif) top left no-repeat;
}
#menu_ma{
	width:265px;
	height:auto;
	margin:5px 0 0px 0;
	padding:0 0 5px 0;
	background:url(../kanpo/images/ma_gyou1.gif) top left no-repeat;
}
#menu_ya{
	width:265px;
	height:auto;
	margin:5px 0 0px 0;
	padding:0 0 5px 0;
	background:url(../kanpo/images/ya_gyou1.gif) top left no-repeat;
}
#menu_ra{
	width:265px;
	height:auto;
	margin:5px 0 0px 0;
	padding:0 0 5px 0;
	background:url(../kanpo/images/ra_gyou1.gif) top left no-repeat;
}

ul{
	margin:0 0 10px 0;
	padding:10px 0 0 25px;
}

li{
	margin:0 0 2px 5px;
	padding:0 0 0 10px;
	list-style:none;
}

/**全体**/
.continer {
	width:950px;
	
