/* =========================================================
  FEU Style Sheet
  editor:   INDEX CO.,ltd
  lastdate: 2009.05.11
  
========================================================= */

/* ----- Base Setting ----- */
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
li {
	list-style-type: none;
}
img {
	border:none;
}
a {
	color: #fff;
	text-decoration:underline;
/*	outline:none;*/
}
a:hover {
	color: #fff;
	text-decoration:underline;
}
.tx-center {
	text-align: center;
}
.tx-left {
	float:left;
}
.tx-right {
	float:right;
}
.tx-none { text-indent: -9999px; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }
.tx-bold { font-weight: bold; }
.tx-black { color:#000000; }
.tx-c00 { color: #c00; }
.tx-B90000 { color: #B90000; }
.tx-roman {	font-family:"Times New Roman", Times, serif }
.img-left {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.img-right {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.hr-ccc{
	border: none;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 20px 0;
}
/* Base Style
-------------------------------------------------- */

body {
	font-size: 13px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	*font-size:small;
	*font:x-small;
	line-height: 160%;
	text-align: center;
}
#wrapper {
	margin: 0px auto;
	width: 900px;
	text-align:left;
}
#wrapper_bgw {
	margin: 0px auto;
	width: 900px;
	text-align:left;
	background-color: #000;
}
#bgw {
	background-color:#FFF;
}

/* headerArea
-------------------------------------------------- */
#header {
	width: 100%;
	height: 68px;
	position: relative;
	border-bottom: 3px solid #FF9634;
}

#head_logo h1 {
	background-repeat:no-repeat;
	background-image:url(../images/base/top_logo.gif);
	background-position:0 15px;
	width: 141px;
	height: 62px;
	text-indent: -9999px;
}
#head_logo a {
	display: block;
	width: 141px;
	height: 47px;
	position: relative;
	top: 15px;
	left: 0px;
	
}

/* sub Global Menu */


/* footerArea
-------------------------------------------------- */
#footer {
	text-align: center;
	padding-top: 7px;
	width: 900px;
	position:relative;
	height:20px;
}
/* top_navi
-------------------------------------------------- */
#head_navi {
	position: absolute;
	right: 0;
	top: 15px;

}
ul#head_navi li {
	float: left;
}

a#english {
	background-repeat:no-repeat;
	background-image:url(../images/base/top_navi-01_ov.gif);
	display: block;
	height: 12px;
	width: 36px;
	text-indent: -9999px;
	outline: none;
}
a:hover#english  {	background-position: 0 -12px;}

/* gmArea
-------------------------------------------------- */
#gm {
	position: absolute;
	top: 30px;
	left: 200px;
}
#gm li {
	float: left;
	margin-right: 20px;

}
#gm li a{
	background-repeat:no-repeat;
	background-image:url(../images/base/gm.gif);
	display: block;
	height: 32px;
	width: 91px;
	text-indent: -9999px;
	outline: none;
}

#gm_01 a {	background-position:0 0;}
#gm_02 a {	background-position: -115px 0;}
#gm_03 a {	background-position: -232px 0;}
#gm_04 a {	background-position: -349px 0;}
#gm_05 a {	background-position: -468px 0;}
#gm_06 a {	background-position: -583px 0;}

#gm_01 a:hover,
#gm_01-a a {	background-position: 0 -32px;}
#gm_02 a:hover,
#gm_02-a a {	background-position: -115px -32px;}
#gm_03 a:hover,
#gm_03-a a {	background-position: -232px -32px;}
#gm_04 a:hover,
#gm_04-a a {	background-position: -349px -32px;}
#gm_05 a:hover,
#gm_05-a a {	background-position: -468px -32px;}
#gm_06 a:hover,
#gm_06-a a {	background-position: -583px -32px;}

/* contentsArea
-------------------------------------------------- */
#contents {
	position: relative;
	width: 900px;
	padding: 0;
	margin: 0;
}

/* key-imgArea
-------------------------------------------------- */
#top_key-img {
	width: 900px;
	height: 460px;
	overflow: hidden;
}
/* MainArea
-------------------------------------------------- */
#main {
	width: 600px;
	display: inline;  /* IE */
	position:relative;
	overflow:hidden;
}
/* MainContent Area
-------------------------------------------------- */
#main-cont{
}
/* MainContentsArea
-------------------------------------------------- */
#main-conts {
}
/* RightMenu Area

/* leftCont Area 
-------------------------------------------------- */
#left_cont {
	padding: 0 15px;
	margin:0 0;
	width: 270px;
	height: 460px;
	overflow-y: scroll;
}
#left_cont ul {
	color: #fff;
}
#left_cont dl {
	color: #fff;
}



/* common class 
--------------------------------------------*/
.cont_box01 {
	margin:35px 0;
	width:250px;
}
.cont_box01 h2 {
	margin-bottom: 30px;
}
.cont_box01 h3 {
	font-weight:normal;
}
.cont_box01 h3.link_menu a {
	display:block;
	height:15px;
	padding-bottom:5px;
	border-bottom:2px solid #CCC;
}
.cont_box01 h3.link_menu a:hover,
.cont_box01 h3.link_menu_ov a {
	display:block;
	height:15px;
	padding-bottom:5px;
	border-bottom:2px solid #FF9634;
}
.cont_box01 h3.link_menu_wr a {
	background-image:url(../images/base/marriage_report_v.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	height:23px;
	width:220px;
	padding-top:25px;
	padding-left:20px;
	padding-bottom:15px;
}
.cont_box01 h3.link_menu_wr img {
	margin:0px;
	padding:0px;
}
.cont_box01 h3.link_menu_wr a:hover,
.cont_box01 h3.link_menu_wr_ov a {
	background-image:url(../images/base/marriage_report_ov.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	height:23px;
	width:220px;
	padding-top:25px;
	padding-left:20px;
	padding-bottom:15px;
}
.cont_box01 h3.link_menu_sub a {
	display:block;
	height:15px;
	padding:2px 5px;
	color:#666;
	border-bottom:1px solid #CCC;
}
.cont_box01 h3.link_menu_sub a:hover,
.cont_box01 h3.link_menu_sub_ov a {
	display:block;
	height:15px;
	padding:2px 5px;
	border-bottom:1px solid #FF9634;
}
.cont_box01 h4 {
	color:#FF9634;
	font-weight: normal;
	margin-bottom:15px;
	border-bottom:1px solid #CCC;
}
.cont_box01 h5 {
	color:#FFF;
	font-weight:normal;
}
.cont_box01 p {
	color:#FFF;
}
.b20bline {
	padding-bottom:10px;
	margin-bottom: 20px;
	border-bottom:1px solid #CCC;
}
.b20 {
	padding-bottom:10px;
	margin-bottom: 20px;
}
.ul_list-01 li {
	padding-bottom:10px;
	margin-bottom: 10px;
	line-height: 130%;
	border-bottom:1px solid #CCC;
}
.ul_list-02 li {
	padding-bottom:10px;
	margin-bottom: 10px;
	line-height: 130%;
	color:#000000;
	border-bottom:1px solid #CCC;
}
.ul_list-02 table {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.ul_list-02 th {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#EFEFEF;
	font-weight:normal;
	padding:2px ;
}
.ul_list-02 td {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding: 2px;
}
.dl_list-01 {
	margin-bottom: 10px;
	line-height: 130%;
}
.dl_list-01 dt {
	float:left;
	width:200px;
	padding-right:10px;
	padding-bottom:20px;
}
.dl_list-01 em {
	line-height: 100%;
}
.dl_list-01 dd {
	float:left;
	width:40px;
	margin-bottom:10px;
}
	


/*clearfix
--------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

/*scroll 
--------------------------------------------*/
.scroll {
  scrollbar-track-color: #333;
  scrollbar-face-color: #000;
  scrollbar-shadow-color: #000;
  scrollbar-darkshadow-color: #333;
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #333;
  scrollbar-arrow-color: #333;
}

.tx-ffffff {
color: #FFFFFF;
}
