@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++
	RESET
+++++++++++++++++++++++++++++++++++++++++++*/
html,body,div,
ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
overflow:scroll;
}

body {
	text-align: center;
}
		 
h1,h2,h3,h4,h5,h6,
pre,code,address,caption,cite,code,em,strong,th {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

ul,ol { list-style: none; }

img {
	border: none;
}

caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/*++++++++++++++++++++++++++++++++++++++++++
	Ancher Setting
+++++++++++++++++++++++++++++++++++++++++++*/
a {
	text-decoration: none;
}	
a:visited {
	text-decoration	:none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/* ================================================================================ */
/*      1.gbWallpaper                                                               */  
/* ================================================================================ */
div#gbWallpaper {
	background-image: url(../img/background.gif);
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* ================================================================================ */
/*      2-1.gbContainer                                                             */  
/* ================================================================================ */
div#gbContainer {
	width: 800px;
	padding-left: 10px;
}

/* ================================================================================ */
/*      2-2.gbHeader                                                                */  
/* ================================================================================ */
div#gbHeader {
	height: 64px;
	background-image: url(../img/Header_Bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

div#gbHeader h1 img {
	margin-left: 40px;
	margin-top: 15px;
	float:left;
}

div#gbHeader a {
	margin-right: 40px;
	margin-top: 25px;
	float:right;
	color: #ffa128;
	
}

div#gbHeader a:visited {
	color: #ffa128;
	text-decoration	:none;
}
div#gbHeader a:hover {
	color: #ffa128;
	text-decoration: underline;
}
div#gbHeader a:active {
	color: #ffa128;
	text-decoration: underline;
}

/* -------------------------------------------------------------------------------- */
/*      2-2-1.gbNavi                                                                */  
/* -------------------------------------------------------------------------------- */
div#gbNavi {
	height: 28px;
	background-image: url(../img/Menu_Bg.gif);
	background-repeat: repeat-x;
}

div#gbNavi ul {
	margin-left: 40px;
}

div#gbNavi ul li {
	display: inline;
}

div#gbNavi ul li a {
	height: 0pt;
	overflow:hidden;
	width: 144px;
	float: left;
	background-image: url(../img/Menu_Btn.jpg);
	background-repeat: no-repeat;
	padding-top: 28px;
}

/* BUTTONS */
div#gbNavi ul li#gbNaviHome a {		background-position:0px 0px;}
div#gbNavi ul li#gbNaviOutline a {	background-position:-144px 0px;}
div#gbNavi ul li#gbNaviProduct a {	background-position:-288px 0px;}
div#gbNavi ul li#gbNaviAccess a {	background-position:-432px 0px;}
div#gbNavi ul li#gbNaviInquiry a {	background-position:-576px 0px;}

/* OVER STATES */
div#gbNavi ul li#gbNaviHome a:hover {		background-position:0px -28px;}
div#gbNavi ul li#gbNaviOutline a:hover {	background-position:-144px -28px;}
div#gbNavi ul li#gbNaviProduct a:hover {	background-position:-288px -28px;}
div#gbNavi ul li#gbNaviAccess a:hover {		background-position:-432px -28px;}
div#gbNavi ul li#gbNaviInquiry a:hover {	background-position:-576px -28px;}

/* ================================================================================ */
/*      2-3.gbContent                                                               */  
/* ================================================================================ */
div#gbContent {
	height: 300px;
	background-image: url(../img/Top_img.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	width: 720px;
}

div#gbContent p {
	text-indent: -9999px;
}

/* index.html以外 */
div#gbContent_etc {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

div#gbContent_etc h1 {
	font-size: 120%;
	font-weight: bold;
	color: #002F7C;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #002F7C;
	padding-left: 5px;
	line-height: 1em;
	margin-bottom: 20px;
}


/* corporate_info.html */
dl.dl_inline dt {
	float: left;
	width: 9.5em;
}

table {
	font-size: 85%;
	width: 100%;
	margin-bottom: 10px;
	color: #333333;
	line-height: 1.4em;
}

table caption {
	font-weight: bold;
	margin-bottom: 5px;
}

table thead tr th.TableHead1st {
	width: 120px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C8C8C8;
	vertical-align: top;
}


table tr th {
	background-color: #F5F5F5;
	width: 120px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C8C8C8;
}

table thead tr th {
	background-color: #0F2364;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	width: auto;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/Thead_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

table tr th,
table tr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	vertical-align: top;
	padding: 0.5em;
}

table#tb_corporate_info {
}

table#tb_corporate_history {
}

/* item_info.html */
table#tb_item_info {
}

/* access_info.html */
div#access_contents_area {
}

div#access_contents_area div#map {
	border: 1px solid #666666;
	margin-bottom: 20px;
}

div#access_contents_area h2,
div#Inquiry h2 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 85%;
	color: #333333;
}

div#access_footer {
}

div#access_img {
	float: left;
}

div#access_text {
	float: left;
	width: 260px;
	margin-left: 25px;
}

div#access_text dl {
	margin-bottom: 10px;
	line-height: 1.3em;
}

div#access_text dl dt.Big {
	font-size: 105%;
	font-weight: bold;
}

div#access_text dl dt {
	font-size: 85%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 0.3em;
	line-height: 1.4em;
}

div#access_text dl dd {
	font-size: 75%;
	line-height: 1.4em;
}

div#access_text_eng {
	float: left;
	width: 300px;
	margin-left: 25px;
}

div#access_text_eng dl {
	margin-bottom: 10px;
	line-height: 1.3em;
}

div#access_text_eng dl dt.Big {
	font-size: 105%;
	font-weight: bold;
}

div#access_text_eng dl dt {
	font-size: 85%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 0.3em;
	line-height: 1.4em;
}

div#access_text_eng dl dd {
	font-size: 75%;
	line-height: 1.4em;
}

/* -------------------------------------------------------------------------------- */
/*      2-2-1.Promos                                                                */  
/* -------------------------------------------------------------------------------- */
div#Promos {
	height: 80px;
	background-image: url(../img/Billboard_Bg.gif);
	background-repeat: repeat-x;
	padding-left: 40px;
	padding-top: 20px;
}

/* ================================================================================ */
/*      2-0.gbFooter                                                                */  
/* ================================================================================ */
div#gbFooter {
	background-color: #787878;
	font-size: 10px;
	text-align: right;
	padding-right: 40px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ================================================================================ */
/*      2-0.Inquiry                                                                 */  
/* ================================================================================ */
div#Inquiry {
	color: #333333;
}

div#Inquiry ul {
	margin-bottom: 20px;
}

div#Inquiry ul li {
	background-image: url(../img/inquiry_win.gif);
	height: 80px;
	width: 280px;
	float: left;
	padding: 30px;
}

div#Inquiry ul li img {
	float: left;
	margin-right: 20px;
}

div#Inquiry ul li dl {
	float: left;
	width: 190px;
}

div#Inquiry ul li dl dt {
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 0.2em;
	padding-bottom: 0.5em;
}

div#Inquiry ul li dl dd a {
	font-size: 77%;
}


/* ================================================================================ */
/*      X-1.XXX                                                                */  
/* ================================================================================ */
.TelNumber {
	font-weight: bold;
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.4em;
}

.TelNumber_eng {
	font-weight: bold;
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.4em;
}

.Bold {
	font-weight: bold;
}

.LeftMargin {
	margin-right: 40px;
}

/*
===== 1: CLEARFIX ==========================================
*/
.clearfix{
	zoom:1;
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

/*
outline.html Main Agency <li>
*/



ul.balance li{
	
	float:left;
	width:49%;
	
}