@charset "UTF-8";

/*========================================

	RAINBOW PLAZA common.css
	Since: 2009.2
	Editor: kiml
	Customize:

=========================================*/
/*========================================
	
		TOC(Table Of Contents)
	
		[1]:browser default
		[2]:common
		[3]:layout
		[4]:header
		[5]:glovalmenu, sidemenu
		[6]:footer

=========================================*/

/* [1]:browser default
=========================================*/
body,h1,h2,h3,h4,h5,h6,div,li,ul,dl,dt,dd,form,input,textarea,p{
	margin:0 ;
	padding:0; 
}
li{
	list-style:none;
}
img {
	border: 0;
	vertical-align: top;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
strong,em{
	font-style:normal;
}
p{
	padding:0.5em 0;
}

/* [2]:common
=========================================*/
/* clear */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/*¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/**/

.clear{
	clear: both;
}
/* base link */
a:link{
	color:#124984;
}
a:visited{
	color:#3C55A8;
}
a:hover{
	text-decoration:none;
	color:#0492FF;
}

div hr{
	display:none;
}

/*backToTop*/
div#backToTop{
	font-size:84%;
	padding:5px 0 5px 670px;
	background:url(../img_common/ico_arrow_top.gif) no-repeat 655px 8px;
}
div.backToTop{
	font-size:84%;
	padding:5px 0 5px 670px;
	background:url(../img_common/ico_arrow_top.gif) no-repeat 655px 8px;
}
/* textLink */
.textLink{
	padding:5px 0 5px 16px;
	background:url(../img_common/ico_arrow_r.gif) no-repeat 0 8px;
}
/* i_arrow_right */
.i_arrow_right {
	text-align: right;
}
.i_arrow_right a {
	padding:5px 0 5px 16px;
	background:url(../img_common/ico_arrow_r.gif) no-repeat 0 8px;	
}


/* [3]:layout
=========================================*/
body{
	background-color:#E1E6E9;
	text-align:center;
}

#container_head{
	width:960px;
	margin:0 auto;
	background:url(../img_common/container_head_bg.jpg) no-repeat;
}

#top_menu2_base{
	width:100%;
	background-color:#B4C1CD;
}
#top_menu2_base_container{
	width:960px;
	margin:0 auto;
	background:url(../img_common/top_menu2_bg.gif) repeat-y;
}

#container_body{
	width:960px;
	margin:0 auto;
	background:url(../img_common/base_bg2.gif) repeat-y;
}
#top #container_body{
	background:url(../img_common/base_bg.gif) repeat-y;
}
#container_body_contents{
	padding:0 25px 10px;
}
#top #container_body_contents{
	padding-top:10px;
}

/* 中ページ　2カラム （左メニュー）*/
#body_contents_sidemenu{
	float:left;
	width:150px;
}
#body_contents_sidemenu img{
	margin-bottom:1px;
}

#body_contents_sidemenu ul#cat1{
	border-top:6px solid #1EA3E9;
	background-color:#fff;
	padding-bottom:3px;
}
#body_contents_sidemenu ul#cat2{
	border-top:6px solid #f60;
	background-color:#fff;
	padding-bottom:3px;
}
#body_contents_sidemenu ul#cat3{
	border-top:6px solid #c00;
	background-color:#fff;
	padding-bottom:5px;
}

/* 中ページ　2カラム （右メインコンテンツ）*/
#body_contents_main{
	float:right;
	width:740px;
	text-align:left;
}
p#topicpass{
	padding:0;
	margin:0 0 7px;
	font-size:84%;
}


/* [4]:header
=========================================*/
#container_head #header{
	padding:14px 25px 0;
}

/* logo */
#container_head #header #header_left_logo{
	float:left;
	width:300px;
	text-align:left;
	margin-top:3px;
}

/* right */
#container_head #header #header_right_control{
	float:right;
	width:600px;
}
/* right --- font-size select Button */
#header #fontsize{
	float:left;
	width:200px;
}
#header #fontsize p{
	float:left;
	padding:0;
	margin:3px 5px 0 0;
}
#header #fontsize li{
	float:left;
	width:30px;
	height:22px;
	margin:3px 3px 0;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
}
#header #fontsize li a{
	display:block;
	width:30px;
	height:22px;
}
#header #fontsize li#sizeswitch1 a{
	background:url(../img_common/btn_fontsmall.gif) no-repeat;
}
#header #fontsize li#sizeswitch2 a{
	background:url(../img_common/btn_fontmedium.gif) no-repeat;
}
#header #fontsize li#sizeswitch3 a{
	background:url(../img_common/btn_fontlarge.gif) no-repeat;
}

/* right --- langage select Button */
#header #langage{
	float:right;
	width:245px;
}
#header #langage li{
	float:left;
	width:60px;
	height:22px;
	margin:0 0 0 1px;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
}
#header #langage li a{
	display:block;
	width:60px;
	height:22px;
}
#header #langage li#lang_ja a{
	background:url(../img_common/btn_japanese.gif) no-repeat;
}
#header #langage li#lang_en a{
	background:url(../img_common/btn_english.gif) no-repeat;
}
#header #langage li#lang_ch a{
	background:url(../img_common/btn_chinese.gif) no-repeat;
	/* cursor:default; */
}
#header #langage li#lang_k a{
	background:url(../img_common/btn_korea.gif) no-repeat;
	/* cursor:default; */
}
/*
#header #langage li#lang_ja a:hover,
#header #langage li#lang_en a:hover{
	background-position: 0 -40px;
}*/


#header #langage li#lang_ja a:hover,
#header #langage li#lang_en a:hover,
#header #langage li#lang_ch a:hover,
#header #langage li#lang_k a:hover{
	background-position: 0 -40px;
}

#header #langage li#cur_lang_ja{
	background:url(../img_common/btn_japanese.gif) no-repeat 0 -40px;
}
#header #langage li#cur_lang_en{
	background:url(../img_common/btn_english.gif) no-repeat 0 -40px;
}
#header #langage li#cur_lang_ch{
	background:url(../img_common/btn_chinese.gif) no-repeat 0 -40px;
}
#header #langage li#cur_lang_k{
	background:url(../img_common/btn_korea.gif) no-repeat 0 -40px;
}


/* right --- serach */
#header form{
	clear:both;
	float:left;
	width:290px;
	text-align:left;
	padding:20px 0 0 0;
}
#header form label{
	vertical-align:middle;
}
#header form #textfield{
	width:150px;
	height:18px;
	font-size:110%;
	border:1px solid #ccc;
}
#header form #as_q{
	margin-left:10px;
}
#header form #searchbtn{
	vertical-align:bottom;
	margin-left:10px;
}

/* right --- sub-menu */
#header #head_smenu{
	clear:right;
	float:right;
	width:250px;
	_width:260px;
	padding:25px 0 0 0;
	font-size:84%;
}
#header #head_smenu ul{
	display:inline;
}
#header #head_smenu li{
	float:left;
	background:url(../img_common/ico_arrow_r.gif) no-repeat 0 0.4em;
	padding:0 0 0 14px;
	margin:0 0 0 12px;
}

/* [5]:glovalmenu, sidemenu
=========================================*/
#gmenu{
	padding:2px 0 10px 25px;
}
#gmenu li{
	float:left;
	width:152px;
}

#body_contents_sidemenu li{
	display:inline;
}
#body_contents_sidemenu ul.ssmenu li a{
	display:block;
	text-align:left;
	background:#E7F6FD url(../img_common/mark_ssmenu.gif) no-repeat 10px 50%;
	padding:5px 0 5px 20px;
	border-top:#fff 1px solid;
	border-bottom:#D1D7D9 1px solid;
	text-decoration:none;
}
#body_contents_sidemenu ul.ssmenu li a:hover{
	background:#A5DAF6  url(../img_common/mark_ssmenu_hover.gif) no-repeat 10px 50%;
	border-top:#E6F7FF 1px solid;
	border-bottom:#89B6CE 1px solid;
	color:#fff;
}
#body_contents_sidemenu ul.ssmenu li.curr{
	display:block;
	text-align:left;
	background:#A5DAF6  url(../img_common/mark_ssmenu_hover.gif) no-repeat 10px 50%;
	border-top:#E6F7FF 1px solid;
	border-bottom:#89B6CE 1px solid;
	color:#fff;
	padding:5px 0 5px 20px;
	text-decoration:none;
}


/* [6]:footer
=========================================*/
#footer{
	background:url(../img_common/footer_bottom_bg.gif) no-repeat bottom;
	/*margin-bottom:10px;*/
	margin:0;
	padding:5px;
}
#footer address{
	background-color:#1EA3E9;
	padding:7px;
	color:#fff;
	font-style:normal;
	font-size:80%;
	letter-spacing:0.1em;
}

/* [7]:margin
=========================================*/
/* top */
.mt0 {
	margin-top: 0px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}

/* bottom */
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
