/* BASE MODE  */
/* UNIVERSAL SELECTOR */
* { 
 margin:0;
 padding:0;
 font-style:normal;
 font-weight:normal;
 zoom:normal;
}

/* TYPE SELECTOR */
body {
 text-align:center;
 background: #FFFFFF;
 margin:0;
 width:100%;
 height:100%;
 text-decoration:none;
 line-height:1.3;
 text-align: center;
 padding-bottom: 1px;
}

li { 
 list-style:none;
}

img	{
 vertical-align:bottom;
}

form {
 margin:0;
 padding: 0;
}

fieldset, img {
 border:0;
}
hr {
	display:none;
}
em {
 font-style:normal;
}

h3, li, dt, a {
 background-repeat:no-repeat;
}

button, fieldset, form, input, label, legend, select, textarea { 
 font-family:inherit;
 font-size:100%;
 font-style:inherit;
 font-weight:inherit;
 vertical-align:baseline;
}  


/* FONT */
body { color:#666666; font:75%/1.22 "Osaka","‚l‚r ‚oƒSƒVƒbƒN",Arial,sans-serif; }
h1, h2, h3, h4, h5 { font-size:100%; }
table { font-size:inherit; font-size:100%;} 

/* LINK */
a:link, a:visited, a:active { outline:none; color:#ff6600; text-decoration: underline; }
a:hover { text-decoration:none; outline:none; }

/* MODAN BROWZER clearfix */
.clearfix:after { display:block; clear:both; content:""; }

/* MacIE5,WinIE7 clearfix */
.clearfix { display:inline-block; }

/* Hide from MacIE \*/
* html .clearfix { height: 1em; }
.clearfix { display: block; }
/* End Hide from MacIE */


/* MARGIN */

.margin_top2 {
	margin-top: 2px;
}
.margin_top5 {
	margin-top: 5px;
}
.margin_left5 {
	margin-left: 5px;
}
.margin_left10 {
	margin-left: 10px;
}
.margin_left15 {
	margin-left: 15px;
}
.margin_left20 {
	margin-left: 20px;
}
.margin_left25 {
	margin-left: 25px;
}
.margin_left30 {
	margin-left: 30px;
}
.margin_right5 {
	margin-right: 5px;
}
.margin_right9 {
	margin-right: 9px;
}
.margin_right10 {
	margin-right: 10px;
}
.margin_right28 {
	margin-right: 28px;
}

.margin_bottom5 {
	margin-bottom: 5px;
}
.margin_bottom10 {
	margin-bottom: 10px;
}

.margin_bottom15 {
	margin-bottom: 15px;
}
.margin_bottom20 {
	margin-bottom: 20px;
}

.margin_bottom30 {
	margin-bottom: 30px;
}

.margin_bottom40 {
	margin-bottom: 40px;
}

.margin_top5 {
	margin-bottom: 5px;
}

.margin_top10 {
	margin-top: 10px;
}

.margin_top15 {
	margin-top: 15px;
}

.margin_top20 {
	margin-top: 20px;
}

.margin_top25 {
	margin-top: 25px;
}

.margin_top30 {
	margin-top: 30px;
}

.padding_left5{ 
	padding-left: 5px;
}

.padding_bottom5{ 
	padding-bottom: 5px;
}

.txt_12 {
	font-size: 12px;
	color:#666666;
	line-height: 18px;
}
.txt_10 {
	font-size: 10px;
	color:#666666;
	line-height: 18px;
}

.txt_blue_b {
	color: #3887A9;
	font-weight: bold;
}

.txt_blue_b a {
	color: #3887A9;
	font-weight: bold;
	text-decoration: underline;
}

.txt_blue_b a:hover {
	color: #ff6600;
}

.txt_bold {
	font-weight: bold;
}

.align_center{
	text-align: center;
}
