@charset "utf-8";
/*************************************************　フォント****/

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*************************************************　mozilaフォントバグ *****/

* {
	font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial, Helvetica, sans-serif;
}

/************************************************** タイプセレクタ */

html {
	overflow-y: scroll;
}


body, h1, h2, h3, h4, h5, 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: 76%;
	color: #333;
	text-align: center;

}

ul, li {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

em {
	font-style: normal;
	font-weight: bold;
}


a:link{ color:#333;text-decoration:underline }
a:visited { color:#333;text-decoration:underline }
a:active { color:#999;text-decoration:none}
a:hover { color:#999;text-decoration:none}





/************************************************** clearfix */

.clearfix:after {
	content: url(/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }




/*----------------------------------------------------------------------------------
		 								container 
------------------------------------------------------------------------------------*/
#container {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 8px 25px 0;
	background: url(../images/common/bg_header.jpg) 0 0 no-repeat;
	text-align: left;
	position: relative;
}

/* ie6 */
* html #container {
	width: 1000px;
}





/*----------------------------------------------------------------------------------
		 								header 
------------------------------------------------------------------------------------*/
#header {
	position: relative;
	margin: 0 0 7px;
}


#header h1 {
	padding: 0 0 0 10px;
	font-size: 14px ;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}

#header .logo {
	margin: 0 0 47px 10px;
}

#header .tel {
	position: absolute;
	top: 0;
	right: 0;
}



/*----------------------------------------------------------------------------------
		 								left
------------------------------------------------------------------------------------*/

#left {
	width: 225px;
	float: left;
	padding: 0 0 10px 0;

}

#left ul.menu {
	margin: 0 0 10px;
}

#left ul.menu li {
	margin-top: 2px;
	font-size: 14px;
}

#left ul.menu li a {
	height: 35px;
	line-height: 35px;
	padding: 0 7px 0 18px;
	display: block;
	width:200px;
	text-decoration: none;
}

* html #left ul.menu li a {
	width: 225px;
}

/* メニュー各背景 */

#left ul.bg_red li {
	background: url(../images/common/bg_menu_red.gif) 0 0 no-repeat;
}

#left ul.bg_orange li {
	background: url(../images/common/bg_menu_orange.gif) 0 0 no-repeat;
}

#left ul.bg_yellow li {
	background: url(../images/common/bg_menu_yellow.gif) 0 0 no-repeat;
}

#left ul.bg_green li {
	background: url(../images/common/bg_menu_green.gif) 0 0 no-repeat;
}



/* 住所 */


#left div.address {
	background: url(../images/common/bg_address_top.gif) 0 0 no-repeat;
	width: 225px;
	padding: 7px 0 0 0;
	margin: 0 0 10px;
}


#left div.address_bottom {
	background: url(../images/common/bg_address_bottom.gif) 0 bottom no-repeat;
	width: 225px;
	padding: 0 0 7px 0;
}

#left div.address_bottom div {
	background: url(../images/common/bg_address_center.gif) 0 center no-repeat;
	padding: 2px 10px 0;
}

#left div.address_bottom div p {
	margin-bottom: 1em;
}

#left div.address_bottom div p.map {
	margin: 0;
	text-align: right;
}

#left ul.link_bnr {
	margin: 0 0 10px;
}

#left ul.link_bnr li {
	margin: 5px 0 0 0;
}

#left dl.area {
	margin: 0 7px 10px;
}

#left dl.area dt,
#left dl.area dd {
	line-height: 1.4;
}

#left .mobile {
	margin: 0 0 10px;
}

#left div.soudan_box {
	background: url(../images/common/bg_soudan_box_bottom.gif) 0 bottom no-repeat;
	width: 204px;
	padding: 0 0 10px;
	margin: 0 0 10px 10px;
}

* html #left div.soudan_box {
	width: 214px;
}

#left div.soudan_box h4 {
	background: url(../images/common/bg_soudan_box_top.gif) 0 0 no-repeat;
	padding: 15px 0 0 0;
	text-align: center;
	margin: 0 0 15px;
}

#left div.soudan_box ul {
	text-align: center;
	margin: 0 0 10px;
}

#left div.soudan_box li {
	display: inline;
	padding: 0 1px;
}

#left div.soudan_box p {
	text-align: center;
	margin: 0 0 10px;
	line-height: 1.5;
}

#left div.soudan_box p.tel {
	margin: 0;
}

#left dl.updated {
	padding: 10px 5px 0;
}

#left dl.updated dt {
	float: left;
	width: 120px;
}

#left dl.updated dt img {
	vertical-align: middle;
}

#left dl.updated dd {
	float: left;
	width: 90px;
	line-height: 1.8;
}





/*----------------------------------------------------------------------------------
		 								contents
------------------------------------------------------------------------------------*/

#contents {
	width: 700px;
	float: right;
	padding: 8px 0 25px 0;
}


#contents .page_top {
	clear: both;
	padding: 30px 10px 0 0;
	text-align: right;
}
#contents .page_top a {
	background: url(../images/parts/bg_arrow_02.gif) 0 center no-repeat;
	padding: 3px 0 3px 23px;
} 






/*----------------------------------------------------------------------------------
		 								footer 
------------------------------------------------------------------------------------*/

address#footer {
	zoom: 1;
	clear: both;
	padding: 16px 0 60px;
	text-align: center;
	font-style: normal;
	background: #ccc;

}