@charset "utf-8";

/* ----------basic style---------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	margin: 0 auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #000000;
	font-size: 100%;
	text-align: center;
}

a {
	color: #3366CC;
}

a:visited {
	color: #339999;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

img {
	border: none;
}
img.line {
	border: 1px solid #CCCCCC;
	margin-top: 8px;
}


/* font default */

p,h1,h2,h3,h4,h5,h6 {
	font-size: 0.75em;
	line-height: 1.6em;
}


/* list default */

ul,ol,dl {
	font-size: 0.75em;
	line-height: 1.6em;
}

ul ul,
ul ol,
ul p,
ol ul,
ol ol,
ol p {
	font-size: 1em;
}

ul li {
	margin-left: 1.3em;
}

ol li {
	margin-left: 2.5em;
}

* html body ol li {
	margin-left: 3em;
}

*+html body ol li {
	margin-left: 3em;
}

ol.list_alpha {
	list-style-type: upper-alpha;
}


/* sup for Firefox */

*>/**/sup {
	vertical-align: text-top;
	line-height: 4px;
}


/* clear */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}


/* margin */

.mb1em {
	margin-bottom: 1em;
}

.mb2em {
	margin-bottom: 2em;
}


/* font size */

.small {
	font-size: 0.625em;
}

.small2 {
	margin-bottom: 1em;
	font-size: 0.625em;
}

.large {
	font-size: 0.875em;
}


span.small {
	font-size: 0.83em;
}

span.large {
	font-size: 1.17em;
}


/* color */

.text_gray {
	color: #666666;
}

.text_red {
	color: #FF0000;
}


/* layout */

#container {
	width: 900px;
	margin: 0 auto;
	padding-top: 7px;
	text-align: left;
}


/* ----------header---------- */

#header {
	width: 900px;
	border-bottom: 2px solid #0079E0;
	margin-bottom: 27px;
}

#header_logo {
	float: left;
	width: 150px;
	margin-top: 20px;
}

#header_image {
	float: left;
	width: 175px;
}

#header_tel {
	float: right;
	width: 227px;
	margin-top: 48px;
	margin-right: 8px;
}


/* ----------bottom address---------- */

#bottom_address {
	width: 900px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 7px 0;
}

#bottom_address p {
	font-size: 0.625em;
}

#bottom_address .colored {
	color: #BB2345;
}

#bottom_address .colored_num {
	color: #BB2345;
	font-family: Arial, Helvetica, sans-serif;
}

#logo_g-trust {
	float: left;
	width: 111px;
	margin-right: 17px;
}

#box_text {
	float: left;
	width: 772px;
}


/* ----------footer---------- */

#footer {
	margin: 10px 0;
}

#footer_copyright {
	float: left;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
}

#footer_btn {
	float: right;
	font-size: 0.625em;
}

#footer_btn a {
	background: url(../result/images/demo_icon_close.gif) no-repeat left 3px;
	padding: 3px 0 3px 15px;
	color: #333333;
	text-decoration: none;
}


/* ----------contents---------- */

#demo_head {
	margin-bottom: 28px;
}

#demo_head h2 {
	float: left;
}

#demo_head p {
	float: right;
}


#box_left {
	float: left;
	width: 445px;
	margin-bottom: 30px;
}

#box_right {
	float: right;
	width: 406px;
	margin-bottom: 30px;
}

p.text_ml1 {
	margin-left: 32px;
}

p.text_ml2 {
	margin-left: 32px;
	margin-bottom: 2em;
}

.btn_search {
	text-align: right;
}


/* ----------location view---------- */

#lv_content {
	width: 750px;
	padding: 20px;
}

#lv_content p{
	font-size: 0.875em;
}

#lv_content strong{
	color: #E00033;
}

#lv_link {
	width: 645px;
	padding: 20px;
}
#lv_link p{
	background-image: url(../images/icon_link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 16px;
}
