@charset "utf-8";

html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/*ブラウザスタイルの初期化*/
body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend {
	margin:0;
	padding:0;
	font-family:Verdana,Arial,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",san-serif;
}

/*font-size初期化*/
body {
	font-size:10px;
	_font-size:62.5%;/*IE6向け*/
	line-height:1.4;
	color:#333;
}

/*border初期化*/
img,object {
	border:0;
}

/*table設定*/
table {
	xborder-collapse:collapse;
	xborder-spacing:0;
}
/*テキスト設定*/
p {
	text-align:justify;
	text-justify:distribute;
}

ul {list-style:none;}

/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */



.floatL {float:left;}
.floatR {float:right;}
.clear {clear:both;}
.center {text-align:center;}
.right {text-align:right;}

.mB10 {margin-bottom:10px;}
.mB20 {margin-bottom:20px;}
.mB30 {margin-bottom:30px;}
.mR10 {margin-right:10px;}


/*  global_navi
-------------------*/
#global_navi li {
	float:left;
	width:170px;
}

#global_navi li a img {
	vertical-align:bottom;
}

/*  段組
--------------------------------------------------------*/
#container {
	width:850px;
	margin:0 auto;
}

#header {
	height:67px;
	background:url(../image/header_bg.gif) right 20px no-repeat;
}

#header p {
	font-size:1.1em;
	height:27px;
	line-height:27px;
}

/*-----------*/
#content2 {
	clear:both;
	padding:20px 0;
}

#content {
	clear:both;
}

#primary {
	float:right;
	width:580px;
}

/*-----------*/
#secondary {
	float:left;
	width:240px;
}

#information {
	border:1px solid #ccc;
	padding:8px;
}

#information p {
	font-size:1.3em;
}

#information h3 {
	font-size:1.3em;
	margin-bottom:20px;
}

#information h3 span {
	font-size:0.8em;
}

/*  rzseo 
--------------------------------------------------------*/
#information h3 span strong {
	font-weight: bold;
}


/*  text 
--------------------------------------------------------*/
.txt_box {
	border:1px solid #ccc;
	background-color:#F8F7F1;
	padding:20px 8px;
	margin-bottom:20px;
	font-size:1.2em;
}

#list_orderhouse li {
	float:left;
	width:133px;
}

/*  Topics
--------------------------------------------------------*/
#teigi_topics {
	border:1px solid #ccc;
	padding:16px 9px 0;
	font-size:1.2em;
	margin-bottom:10px;
	height:245px;
	overflow:auto;
}

#teigi_topics dt {
	color:#0094C4;
}

#teigi_topics dd {
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}

/*  footer
--------------------------------------------------------*/
#footer {
	clear:both;
}

#footer ul {
	text-align:center;
	border-bottom:1px solid #999;
	padding:10px 0;
}

#footer ul li {
	display:inline;
	font-size:1.2em;
	color:#999;
}

#footer ul li a {
	color:#E06823;
	text-decoration:none;
	margin:0 10px;
}

address {
	font-style:normal;
	font-size:1.2em;
	text-align:right;
	line-height:30px;
}

/*  見出し
--------------------------------------------------------*/
h2.v2 {
	margin-bottom:20px;
}

h3.v2 {
	margin-bottom:10px;
}

h3.v3 {
	margin-bottom:10px;
	font-size:1.5em;
	color:#666;
	border-bottom:1px solid #666;
	clear:both;
}
