@charset "utf-8";

/*********************** フォント **/

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*********************** mozilaフォントバグ **/

* {
	font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial, Helvetica, sans-serif;
}

/******************************************************* 初期リセット **/

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	line-height: 1.25;
	font-size: 100%;
	font-weight: normal;
}

body {
	font-size: 0.9em;
	background: url(../images/common/bg_body.gif) 0 0 repeat-x;
}

ul, li {
	list-style-type: none;
}

em {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

/**************************************************************** hide **/

.hide {
	display: none !important;
}


/************************************************************ clearfix **/

.clearfix:after {
	content: url(../images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }
/************************************************************ container **/
#container {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	font-size: 0.86em;
}

#container h1 {
	background: #46a6ed;
	font-size: 10px;
	color: #FFF;
	height: 14px;
	line-height: 14px;
	padding: 0 10px 0 0;
	text-align: right;
}

/*************************************************************** header **/

#header {
	position: relative;
	background: url(../images/common/bg_header.jpg) 0 0 no-repeat;
	padding: 18px 0 0 21px;
	margin: 0;
	height: 306px;
}

#header h2 {
	font-size: 10px;
	color: #FFF;
	height: 10px;
	line-height: 10px;
	padding: 0 0 0 8px;
	margin: 0 0 13px 0;
}

#header p {
	padding: 0 0 0 4px;
	margin: 0 0 52px;
}

#header ul {
	margin: 0;
}

#header li {
	margin: 9px 0 0 0;
}

#header .tel {
	position: absolute;
	right: 0;
	top: 0;
}

/***************************************************** h-menu **/
#h-menu {
	background: url(../images/common/bg_menu.gif) 0 0 repeat-x;
	height: 30px;
	padding: 0 25px 0 0;
	margin: 0 0 11px 0;
}

#h-menu li {
	float: right;
	line-height: 30px;
	margin: 0 0 0 21px;
	background: url(../images/common/bg_btn1_on.gif) 0 center no-repeat;
}

#h-menu li a {
	background: url(../images/common/bg_btn1.gif) 0 center no-repeat;
	padding: 0 0 0 17px;
	width: auto;
	display: block;
	text-decoration: none;
	color: #fff;
}

#h-menu li a:hover {
	background: url(../images/common/bg_btn1_on.gif) 0 center no-repeat;
	color: #092fd1;
}


/*************************************************************** left **/
#left {
	clear: both;
	float: left;
	width: 202px;
	padding: 13px 10px 39px 9px;
	background: #f3f2e2;
	margin: 0 21px 2px 0;
}

#left h3 {
	margin: 0 0 3px 0;
}

#left .menu {
	width: 200px;
	padding: 0 2px 2px 0;
	background: url(../images/common/bg_menu_left.gif) right bottom no-repeat;
	margin: 0 0 9px 0;
	font-size: 12px;
}

#left .menu li a {
	width: 177px;
	padding: 0 0 0 23px;
	background: url(../images/common/bg_btn2.gif) 0 0 no-repeat;
	height: 25px;
	line-height: 25px;
	display: block;
	text-decoration: none;
	color: #333;
}

#left .menu li a:hover,#left .menu li {
	background: url(../images/common/bg_btn2_on.gif) 0 0 no-repeat;
}

#left .menu .bottom a {
	height: 26px;
	line-height: 26px;
}

#left .bnr {
	
}
	
#left .bnr li {
	margin: 9px 0 0 0;
}

/*************************************************************** right **/
#right {
	width: 533px;
	float: left;
	margin: 0 0 2px 0;
	padding: 0 0 40px;
}

/************************************************************ clearfix **/

#right:after {
	content: url(../images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

#right { display: inline-block; }
#right { display: block; }

/*************************************************************** footer **/
address {
	clear: both;
	text-align: center;
	font-style: normal;
	border-top: 4px solid #75c7fd;
	padding: 10px 0 30px 0;
}



/***************************************************************************************** テンプレ部分ここまで**/

.map {
  height: 100px;
}
.h1230{ height:1150px;}
html body .h150{ height:50px;}
*:first-child+html .h150{ height:0px;}
