
/*******************************************
Basic CSS [basic]
*******************************************/

/*===========================================
Basic Settings
===========================================*/
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 120%;
	background:url("../../i/com/bg_body.gif") repeat-x top left;
	background-color:#000000;
	text-align:center;
}

p,div,h1,h2,h3,h4,h5,h6,form,ul,ol,li,dl,dt,dd,th,td,img {
	margin:0px;
	padding:0px;	
	color:#000000;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	line-height:140%;
}

#wrapper{
	width:740px;
	text-align:left;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	background-color:#BDC1C4;
}

/*===========================================
Common Style
===========================================*/
img{
	display:block;
	border:0;
}

a img {
	border:0;
}

.hide{
	display:none;
}


.inline{
	display:inline;
}

/* Float
--------------------------*/
.f_left {
	float: left;
}

.f_right {
	float: right;
}

.clear{
	clear:both;
}		

.m_auto {
	margin:auto;
}

.t_right {
	text-align:right;
}

.t_center {
	text-align:center;
}

/*===========================================
Common Text
===========================================*/
.bold{
	font-weight:bold;
}	

.large {
	font-size:1.2em;
}

.small {
	font-size:0.85em;
}

.idt {
	text-indent:-1em;
	margin-left:1em;
}

/*===========================================
Common Text Color
===========================================*/
.c_lblue{
	color:#32F1FC;
}	


/*===========================================
Accessibility
===========================================*/

/* For Speaking
--------------------------*/
.ab_message {
	display:none;
}

.ab_message p,
.ab_message ul {
	display:none;
}

.ab_reader {
	margin-left:-7000px;
}

/* For Javascript Off
--------------------------*/
.JavascriptOff {
	border-top:2px solid #D00000;
	border-right:2px solid #460000;
	border-bottom:2px solid #460000;
	border-left:2px solid #D00000;
	padding:3px;
	width:390px;
	background-color:#FF2727;
	position:absolute;
	top:5px;
	left:245px;
}

.JavascriptOff p {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	line-height:1.3em;
}

/*===========================================
Ben's Block
===========================================*/
.bens_block:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
}

.ben_block {
	height:100%;
}


