@charset "utf-8";
/* CSS Document */
@import "tab.css";
*{
	margin: 0px;
	padding:0px;
}

body{
	text-transform:capitalize;
}
.error{
	font-size:0.8em;
	color:#c00;
}
span.blue{
	color:#0080c0;
}
a img{
	border:none;
}

/*----------------------  header style --------------------------------*/
div#header{
	width:100%;
	height:60px;
	position:relative;
	border-bottom:solid 10px #9ad53f;
}
#header img{
	position:absolute;
	top:10px;
	left:40px;
}
#header p{
	position:absolute;
	right:20px;
	bottom:5px;
	font-size:0.9em;
}
#header p a{
	text-decoration:none;
}

/*------------------------- header end ----------------------------------*/

/*------------------------- contentsarea style ----------------------------*/

div#box{
	margin:20px auto 0 auto;
}
#box h1{
	color:#c00;
	font-size:1.4em;
	text-align:center;
}
div#floatbox{

	margin:0 auto;
	width:84%;

}
div#floatbox:after{
	display:block;
	content:'';
	clear:both;
	height:1px;
	visibility:hidden;
}
ul.radius{
	list-style:none outside;
	margin:0 auto;
	float:left;
	margin-left:10px;
	_margin-left:5px;

}
ul.radius li{
		position:relative;
}
*:first-child+html ul.radius{
	width:48%;
}
* html ul.radius{
		width:48%;
}
ul.radius li.bar ul li{
	margin-top:10px;
	list-style:none;
}
span.dropcap{
	font-size:2em;
	font-weight:bold;
	float:left;
	margin:0 3px 3px 0;
	padding-top:10px;
	display:block;
}
table{
	border-collapse:collapse;
}
table th{
	padding-top:5px;
	font-size:0.8em;
	vertical-align:top;
}
.center{
	padding-top:5px;
	text-align:center;
}
table td.cell2{
	width:70%;
}
table td.cell2 input,textarea{
	width:100%;
}
table td.cell2 input.check{
	width:auto;
}

p.right{
	float:right;
	margin-right:20px;
	position:relative;

}
p.right img{
	margin-bottom:20px;
}
.red{
	color:#c00;

}


/*-----------------------------------archive style ---------------------------*/
div#comment_box{
	border:solid 1px #ccc;
	margin-top: 5px;
	text-transform : none;
	max-height : 600px;
	overflow : auto;

}
* html div#comment_box{
	height : 600px;
	overflow-y : auto;
}
div#comment_box div.cm{
	border :dotted 2px #f7f700;
	margin : 10px;
	padding : 5px;
	background : #ffffe6;
	
}
/*-----------------------------------contentsarea end -----------------------*/

/*---------------------------------- footer style ----------------------------*/

div#footer{
	width:100%;
	text-align:center;
	padding:10px;
	color:#fff;
	font-size:0.9em;
	background-color:#9ad53f;
	margin-top:20px;
}