@import url(css/style-butudan/0-import.css);

/* Captcha Style */
div#comments-open-captcha {
	margin: 0 20px;
}

div#comments-open-captcha img {
	border: 1px solid black;
}

div#comments-open-captcha input {
	margin: 0.5em 0;
}

div#comments-open-captcha p {
	margin: 0.1em 0 0.7em;
}

/*--------------------------------------
	5-11. Font Size Switcher
---------------------------------------*/

ul#fontSizeSwitcher {
	float: right;
	margin: 0px;
	list-style: none;
}

ul#fontSizeSwitcher li {
	margin: 0 0 0 10px;
	padding: 0.05em 3px;
	float: left;
	width: 1em;
	background-color: white;
	color: 666;
	font-size: 92%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

ul#fontSizeSwitcher li.current {
	color: white;
	background-color: #333;
}

a img {border:0;}

.red_bold {color: #AD3031;font-weight: bold;}

.itemlist {clear:both;}
.itemlist dl {float:left;width:170px;height:250px;text-align: center;padding:0px}
.itemlist dt {border: solid 1px #696969;margin:0px;width:150px;height:150px;}
.itemlist dd {padding:2px 10px;text-align: left;margin:0px}








