@charset"Shift_JIS";

*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	background-color: #e3ddb2;
	color: #333333;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6;
	text-align: center;
}

html{
	overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6,
p{
	margin: 0;
}

img{
	border: 0;
}

.clear{
	clear: both;
}


/* 大枠レイアウト */

#container{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/container_bg.jpg) repeat-y;
}

#contents{
	width: 960px;
	margin: 0 auto 30px;
	padding: 0;
	text-align: left;
}

/* 見出し */

h2{
	text-indent: -9999px;
}

/* テキストサイズ */
p,li,dt,dd{
	font-size: 1.4em;
}

td,th{
	font-size: 14px;
	line-height: 1.8;
}

/* ヘッダー */

#header{
	padding: 0 15px 0;
	margin: 0 5px 5px;
	background: #FFFFFF url(../img/head_bg.jpg) repeat-y right top;
	border-top: 4px #bca77d solid;
}

#header h1{
	margin: 2px 0 2px 0;
	color: #666666;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}

#header #logo{
	width: 324px;
	float: left;
}

#header #logo_right{
	width: 320px;
	float: right;
	margin-top: 4px;
}


#logo_right ul li{
	margin-left: 4px;
	padding: 0;
	float: left;
	text-indent: -9999px;
	list-style: none;
}

#logo_right a{
	display: block;
}

#logo_right a#japan{
	width: 70px;
	height: 39px;
	background: url(../img/japanese.gif) no-repeat;
}

#logo_right a#korea{
	width: 70px;
	height: 39px;
	background: url(../img/korean.gif) no-repeat;
}

#logo_right a#contact{
	width: 226px;
	height: 39px;
	background: url(../img/numbers.gif) no-repeat;
}


#header #logo_right table{
	margin-left: auto;
}


/* グローバルナビゲーション */

#menu{
	width: 990px;
	height: 40px;
	margin: 0 auto 10px;
	background-color: #bfb781;
	clear: both;
}

#menu ul{
	margin: 0;
	padding: 0;
} 

#menu ul li{
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	list-style: none;
}

#menu ul li a{
	display: block;
}


#menu li a#m_home{
	width: 139px;
	height: 40px;
	background: url(../img/top_menu/m_home.gif) no-repeat 0 0;
}

#menu li a#m_oji{
	width: 177px;
	height: 40px;
	background: url(../img/top_menu/m_oji.gif) no-repeat 0 0;
}

#menu li a#m_semi{
	width: 208px;
	height: 40px;
	background: url(../img/top_menu/m_semi.gif) no-repeat 0 0;
}

#menu li a#m_con{
	width: 164px;
	height: 40px;
	background: url(../img/top_menu/m_con.gif) no-repeat 0 0;
}

#menu li a#m_art{
	width: 162px;
	height: 40px;
	background: url(../img/top_menu/m_art.gif) no-repeat 0 0;
}

#menu li a#m_fee{
	width: 140px;
	height: 40px;
	background: url(../img/top_menu/m_fee.gif) no-repeat 0 0;
}

#menu li a:hover#m_home{
	width: 139px;
	height: 40px;
	background: url(../img/top_menu/m_home.gif) no-repeat 0 -40px;
}

#menu li a:hover#m_oji{
	width: 177px;
	height: 40px;
	background: url(../img/top_menu/m_oji.gif) no-repeat 0 -40px;
}

#menu li a:hover#m_semi{
	width: 208px;
	height: 40px;
	background: url(../img/top_menu/m_semi.gif) no-repeat 0 -40px;
}

#menu li a:hover#m_con{
	width: 164px;
	height: 40px;
	background: url(../img/top_menu/m_con.gif) no-repeat 0 -40px;
}

#menu li a:hover#m_art{
	width: 162px;
	height: 40px;
	background: url(../img/top_menu/m_art.gif) no-repeat 0 -40px;
}

#menu li a:hover#m_fee{
	width: 140px;
	height: 40px;
	background: url(../img/top_menu/m_fee.gif) no-repeat 0 -40px;
}

/* 左の枠 */

#left_box{
	width: 695px;
	float: left;
}

/* 右の枠 */

#right_box{
	width: 250px;
	float: right;
	text-align: center;
	background: url(../img/deer.gif) 50% 100% no-repeat;
	padding-bottom: 90px;
}

/* 右の枠　バナーボックス上 */

#top_bana_box{
	background-color: #FFFFFF;
}


/* 右の枠　バナーボックス下 */

#bottom_bana_box{
	background: url(../img/bg_small.jpg) repeat-x #f6f6f6;
	padding: 10px 0;
}

/* セル色付の表---------------------------*/

td{
	color: #555555;
}

table.data{
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

table.data td.title{
	border: 1px solid #CCCCCC;
	background-color: #cee6f3;
	padding: 6px;
	color: #666666;
	font-weight: bold;
}

table.data td.title2{
	border: 1px solid #CCCCCC;
	background-color: #f6f6f6;
	padding: 6px;
	color: #666666;
	font-weight: bold;
}

table.data td.usual{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 6px;
}
table.data td.trance{
	border: 1px solid #CCCCCC;
	padding: 6px;
}

table.data td.mark{
	border: 1px solid #CCCCCC;
	background-color: #f0ffff;
	padding: 6px;
}

td.no{
	padding: 4px;
}

td.b_line{
	border-bottom: dotted #999999 1px; 
	padding: 4px;
}

td.t_line{
	border-top: dotted #999999 1px; 
	padding: 4px;
}

th.detail_list{
	padding: 4px 4px 4px 30px;
	background: url(../img/detail_list.gif) no-repeat 10px 7px;
	border-bottom: dotted #999999 1px;
	color: #990033;
}

th.detail_listn{
	padding: 4px 4px 4px 30px;
	background: url(../img/detail_list.gif) no-repeat 10px 7px;
	color: #990033;
}


/* テキスト装飾 */

.color_waku{
	border: 2px solid #e2d4a9;
	background-color: #feffd9;
	margin-bottom: 10px;
}

.color_waku2{
	border: 2px solid #e2d4a9;
	background-color: #feffd9;
	margin-bottom: 10px;
	padding: 10px;
}


.koko{
	color: #FF3333;
}

.koko2{
	color: #FF3399;
}

.koko3{
	color: #9a6200;
	font-weight: bold;
	margin: 6px 0 10px;
	padding-left: 6px;
	border-left: 4px solid #9a6200;
}

.koko4{
	color: #990033;
}

.bold{
	font-weight: bold;
}

.space{
	margin: 20px 0;
}

.space2{
	margin: 10px;
	line-height: 1.9;
}

.space3{
	margin: 0 0 10px 8px;
}

.text_s{
	font-size: 1em;
	margin: 0 10px;
}

.text_l{
	font-size: 1.2em;
	margin: 0 0 10px;
}

.text_large{
	font-size: 2.0em;
	margin: 0 0 10px;
}

.text_right{
	text-align: right;
	margin: 5px 10px 10px 0;
}

.pagetop a{
	background: url(../img/pagetop.gif) no-repeat bottom;
	display: block;
	width: 164px;
	height: 14px;
	text-indent: -9999px;
	margin: 0 0 15px 525px;
	padding-top: 10px;
}

.underline{
	border-bottom: 1px dashed #999999;
	display: block;
	color: #FF9966;
	padding: 0 0 2px;
	margin: 0 6px 10px;
}

/* 緑のスクエアのリスト */

div.g_link{
	margin: 16px 0 0;
}

div.g_link ul li{
	background: url(../img/g_link.gif) 5px 6px no-repeat;
	list-style-type: none;
	padding-left: 22px;
	margin-bottom: 2px;
}

/* 資料請求用の真ん中よせボックス */

div#center_box{
	margin: 10px;
	text-align: center;
}


/* 画像の余白関係 */

img.m_b{
	margin-bottom: 10px;
}

img.m_t{
	margin-top: 10px;
}


img.m_b_left{
	margin: 0 10px 15px 0;
}

img.m_b_right{
	margin: 0 0 15px 0;
}

img.f_txt{
	float: left;
	margin: 0 6px 0 0;
}

/* リンク関係 */
a.to_top{
	margin: 0 20px 10px 0;
}

a:link{
	color: #077aaf;
	text-decoration: underline;
}
a:visited{
	color: #077aaf;
	text-decoration: underline;
}
a:hover{
	color: #3399cc;
	text-decoration: none;
}
a:active {
	color: #3399cc;
	text-decoration: none;
}


/* フッター ---------------------------*/

#footer{
	clear: both;
	margin: 0 auto;
	text-align: center;
}

#footer ul{
	padding: 15px 0;
}

#footer ul li{
	display: inline;
	margin-right: 20px;
	padding-left: 20px;
	background: url(../img/f_link_list.gif) 5px 3px no-repeat;
	list-style-type: none;
	font-size: 1.2em;
}


/* コピーライト */

#copy{
	width: 960px;
	background:  url(../img/copy_bg.jpg) repeat-x #b5a17c;
	padding: 10px 15px 8px;
	margin: 0 auto;
	color: #666666;
	border-top: 2px solid #a38f64;
}

#copy p#copyright{
	width: 450px;
	float: right;
	font-size: 10px;
	text-align: right;
}

#copy p#copyleft{
	width: 350px;
	float: left;
	font-size: 10px;
	text-align: left;
}

