@charset "utf-8";

/* =========================================================
■Reset of Default Style
========================================================= */
body {
	margin: 0; padding: 0;
}
h1, h2, h3, h4, h5, h6, p, address, blockquote,
ol, ul, li, dl, dt, dd,
table, th, td, form, div {
	margin: 0; padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	zoom: 1; /* hasLayout True */
}
img, strong, em, q, abbr, cite, var {
	font-style: normal; font-size: 100%;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
textarea { font-size: 100%; }
img { border: none; vertical-align: bottom; }
hr { display: none; }
ol, ol li {
	list-style-type: decimal;
	zoom: normal; /* hasLayout False */
}

/* =========================================================
■body
========================================================= */
body {
	color: #333333;
	font-size: 75%;
}
body a:link,
body a:visited {
	color: #0033CC;
	text-decoration: underline;
}
body a:hover,
body a:active {
	color: #FF6600;
	text-decoration: underline;
}

/* =========================================================
■container
========================================================= */
div#container {
	width: 950px;
	margin: 0 auto;
}


/* =========================================================
■header
========================================================= */
div#header {
	position: relative;
	height: 100px;
	margin: 0 auto;
	background: url(../img/header_bg.gif) repeat-x 0 100%;
}

div#header p#tagline {
	padding: 2px 0;
	color: #B6ACA2;
	font-size: 80%;
	font-size: 12px;
}

div#header p#logo {
	margin: 0;
	padding: 0;	
}

div#header ul#subNav {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
}
div#header ul#subNav li {
	float: left;
}

h1 {
	margin: 0 auto 5px;
	border-bottom: 5px #775555 solid;
	text-align: center;
}


/* =========================================================
■footer
========================================================= */
div#footer {
	position: relative;
	margin: 0;
	padding: 10px 10px 1.5em 10px;
	border-top: 0px;
	background-color: #F2F2F2;
	background-image: url(../img/footer_bg_orangeline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	color: #333;
}
div#footer div#footerLogo {
	float: left;
	width: 160px;
}
div#footer div#footerLogo img {
	margin: 25px 0 0 0;
}
div#footer a {
	color: #3e3e3e;
}
div#footer p {
	text-align: center;
}

/* footer navigation
----------------------------------------------- */
div#footer dl {
	float: left;
	width: 18em;
	height: 11em;
	padding: 0 0 0 10px;
	background-image: url(../img/footer_bg_line.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
div#footer dl dt {
	margin: 0 0 5px;
	color: #F66013;
	font-weight: bold;
}
div#footer dl dd {
	margin: 0 0 5px;
	color: #2B88D5;
}
div#footer dl dd a:link {
	color: #2B88D5;
}
div#footer dl dd a:hover {
	color: #cc3366;
}


/* copyright
----------------------------------------------- */
div#footer p#copyright {
	clear: both;
	padding: 5px 0 0 0;
	color: #F66013;
	font: normal 85% Arial, Helvetica, sans-serif;
	text-align: center;
}




/* =========================================================
■contents
========================================================= */
div#contents {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}

div#contents h2 {
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 3px #CFC3C3 solid;
}


/* sesction-flow
----------------------------------------------- */
div#contents div#seciton-flow {
	margin: 0 0 20px;
}

div#contents div#seciton-flow div.step-left {
	float: left;
	width: 420px;
	padding: 0 0 40px;
	background: url(../img/bg_flow_left.gif) no-repeat 100% 70%;
}
div#contents div#seciton-flow div.step-right {
	float: right;
	width: 380px;
}

/* step */
div#contents div#seciton-flow div.step {
	width: 380px;
	margin: 0 0 15px;
	padding: 0 0 35px;
	background: url(../img/ic_flow.gif) no-repeat 48% 100%;
}
div#contents div#seciton-flow div.step.last {
	padding: 0;
	background: none;
}


div#contents div#seciton-flow div.step h3 {
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	border-left: 5px #775555 solid;
}
div#contents div#seciton-flow div.step dl {
	padding: 0 0 10px;
	background: url(../img/bg_flow_step.gif) no-repeat 0 100%;
}
div#contents div#seciton-flow div.step dl dt {
	float: left;
	width: 90px;
	text-align: center;
}
div#contents div#seciton-flow div.step dl dd {
	float: left;
	width: 280px;
	line-height: 1.5;
}
div#contents div#seciton-flow div.step dl dd p {
	margin: 5px 0 0;
	padding: 5px 0;
	border-top: 2px #CCCCCC solid;
	border-left: 2px #CCCCCC solid;
	background: #FFFFFF;
	text-align: center;
}

/* aboutAgent
----------------------------------------------- */
div#contents div.aboutAgent {
	margin: -10px 0 40px;
	border: 5px #E7E1E1 solid;
}

div#contents div.aboutAgent dl {
	padding: 10px;
	border: 1px #777755 solid;
}
div#contents div.aboutAgent dl dt {
	margin: 0 0 5px;
	color: #FF6600;
	font-size: 120%;
	font-weight: bold;
}
div#contents div.aboutAgent dl dd {
	margin: 0 0 10px;
	line-height: 1.5;
}



/* section-office
----------------------------------------------- */
div#contents div#section-office {
	margin: 0 0 50px;
}

div#contents div#section-office div#offices {
	width: 840px;
	margin-right: -40px;
	margin-bottom: 10px;
}

/* office */
div#contents div#section-office div.office {
	display: inline;
	float: left;
	width: 380px;
	margin: 0 40px 0 0;
}
div#contents div#section-office div.office h3 {
	margin: 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 5px #775555 solid;
}
div#contents div#section-office div.office p {
	line-height: 1.5;
}

div#contents div#section-office div.office p.gallery {
	width: 380px;
	height: 250px;
	margin: 0 0 15px;
}

div#contents div#section-office div.office p.area {
	margin: 0 0 10px;
	color: #999999;
	font-size: 84%;
}
div#contents div#section-office div.office table {
	margin: 0 0 10px;
	border-top: 1px #CFC3C3 dotted;
}
div#contents div#section-office div.office table th {
	width: 25%;
	padding: 5px;
	line-height: 1.3;
	text-align: right;
	border-right: 2px #FF6600 solid;
	border-bottom: 1px #CFC3C3 dotted;
}
div#contents div#section-office div.office table td {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px #CFC3C3 dotted;
}

/* contact */
div#contents div#section-office div#contact {
	padding: 15px 20px 20px;
	background: #E7E1E1;
}
div#contents div#section-office div#contact h3 {
	margin: 0 0 15px;
	border-bottom: 1px #FFFFFF solid;
}
div#contents div#section-office div#contact h3 span {
	display: block;
	padding: 0 0 5px;
	border-bottom: 1px #CCCCCC solid;
}
div#contents div#section-office div#contact p {
	margin: 0 0 10px;
}

div#contents div#section-office div#contact div#boxes {
	width: 760px;
	margin: 0 auto;
}

div#contents div#section-office div#contact div.box {
	float: left;
	width: 268px;
	min-height: 8em;
	height: 0 imprtant;
	height: 8em;
	background: #FFFFFF;
	border: 1px #CCCCCC solid;
}
div#contents div#section-office div#contact div.box.register {
	float: right;
	width: 468px;
}
div#contents div#section-office div#contact div.box p {
	margin: 5px 10px; 
}

div#contents div#section-office div#contact div.box h4 {
	margin: 0;
	padding: 5px;
	background: #FF6600;
	border: 1px #FFFFFF solid;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;

}
div#contents div#section-office div#contact div.box.register h4 {
	background: #E3F1F5;
	color: #FF6600;
}

div#contents div#section-office div#contact div.box p.btn {
	margin: 0;
	padding: 20px 0 0;
	background: #FFFFFF;
	text-align: center;
}
div#contents div#section-office div#contact div.box ul {
	margin: 0 10px;
}

div#contents div#section-office div#contact div.box ul li {
	margin: 0 0 5px;
	font-size: 13px;
	font-family: Verdana;
}
div#contents div#section-office div#contact div.box ul li span {
	padding: 0 3px;
	background: #FF6600;
	color: #FFFFFF;
}


/* section-merit
----------------------------------------------- */
div#contents div#section-merit {
	margin: 0 0 20px;
}


div#contents div#section-merit ul {
	width: 810px;
	margin-right: -10px;
}
div#contents div#section-merit ul li {
	display: inline;
	float: left;
	width: 240px;
	margin: 0 10px 0 0;
	padding: 10px;
	background: url(../img/bg_merit_list.gif) no-repeat 0 0;
	line-height: 1.5;
}

/* =========================================================
■Clearfix
========================================================= */
.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.group {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .group { height: 1%; }
.group { display: block; }
/* End hide from IE-mac */

