/* 
*/



.imagebox {
	text-align: center;
	margin-bottom : 5px;
}

/*
.imagebox img{
	width: 200px;
}*/

.textbox {
	text-align: left;
	margin-bottom : 15px;
	padding : 5px 5px;
}

.textbox img{
	float: right;
	margin-left : 5px;
	margin-bottom : 5px;
}


#tostomach {
	background-color: #72cd49;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#72cd49));
	background: -moz-linear-gradient(#ffffff, #72cd49);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px 0;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin : 30px 30px 30px 30px;
	clear : both;
}

#tocolon {
	background-color: #41b088;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#41b088));
	background: -moz-linear-gradient(#ffffff, #41b088);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px 0;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin : 30px 30px 30px 30px;
	clear : both;
}

.textbox a {
	display: inline;
	text-decoration: underline;
}


aside table {
	border-top: 1px solid #CCCCCC;
	width: 100%;
	margin-top : 10px;
	margin-bottom : 20px;
}

.td170 {
	background-color: #eafbc1;
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;
}

.td200 {
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:middle;
}


.textbox p {
	padding : 10px 5px;
}



.big120 {
	font-size : 120%; 
	font-weight: bolder;
	}



#redhot {
	color: #cc3333;
	font-size : 130%; 
	font-weight: bolder;
	}


.hemorrhoids_type {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #eaffde;
	list-style: none;
}
.hemorrhoids_type li:last-child{
	text-align: center;
}
.hemorrhoids_type li:last-child img{
	width: 100%;
	height: auto;
	padding-top: 10px;
}
