/*******************************************
common.css
MENU
-------------------------------------------
01 Basic Setting
02 Common Setting
03 Text and Color
04 Anchor
********************************************/

/*===========================================
01 Basic Setting
===========================================*/

body {
	color: #333;
	font-family:Arial,Helvetica,sans-serif;
	background:#FFF;
	margin:0;
	padding: 0px;
}

p,div,span,h1,h2,h3,h4,h5,h6,form,ul,li {
	color: #333;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin: 0px;
	padding: 0px;	
}

/*===========================================
02 Common Setting
===========================================*/
img{
	display:block;
	border:0;
}

a img {
	border:0;
}

.blockNo{
    display: inline;
	padding-left: 5px;
}

.hide{
	display:none;
}

.inline{
	display:inline;
}

/*===========================================
03 Text and Color
===========================================*/
.bold{
	font-weight:bold;
}	

.italic{
	font-style:italic;
}	

.c_red{
	color:#F00;
}	

.c_org{
	color:#F60;
}

.c_blu{
	color:#369;
}

.c_grn{
	color:#090;
}

.c_redbold{
	color:#C00;
	font-weight:bold;
}


.c_orgbold{
	color:#F63;
	font-weight:bold;
}

.c_blubold{
	color:#369;
	font-weight:bold;
}

.caption_a{
	font-weight:bold;
}

.caption_b{
	font-size:11px;
	font-style:italic;
}

.caption_c{
	font-size:11px;
}

.caption_c p{
	padding-bottom: 10px;
}

/*===========================================
04 Anchor
===========================================*/
a {
	color: #039;
	color: #669;
	text-decoration: underline;
}

a:hover {
	color: #09F;
	color: #E80000;
	text-decoration: none;
}

a.more, a.btm {
	color: #669;
	font-weight:bold;
	text-decoration: underline;
}

a.more:hover, a.btm:hover  {
	color: #E80000;
	font-weight:bold;
	text-decoration: none;
}



