@charset "utf-8";
/*------------reset------------*/
html {
	overflow-y:scroll;
}
* {
	margin: 0px;
	padding: 0px;
}
/*body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}*/

img {
	border: none;
}
ul,li{
	list-style: none;
}

/*------------header------------*/
#wrapper_header {
	background:url(images/line_header.gif) repeat-x;
	height:94px;
}

#header {
	margin:0 auto;
	width:900px;
	height:89px;
}

#header h1 {
	font-size:10px;
	font-weight:normal;
	letter-spacing:2px;
	color:#FFFFFF;
	padding-top:1px;
}

#header h2 {
	margin-top: 20px;
	float:left;
}

#hmenu {
	width:322px;
	margin-top:14px;
	height:auto;
	float:right;
}

#tel {
	float:right;
	padding-top:14px;
}

/*------------文字サイズ------------*/
#size {
	width:190px;
	height:24px;
	float:right;
	margin-top:14px;
}
#size img {
	float:left;
}
#size ul {
	width:92px;
	height:26px;
	float:left;
}
#size ul li {
	width:26px;
	height:26px;
	margin-left:3px;
	float:left;
}
#size ul li a {
	width:26px;
	height:26px;
}

/*------------メインメニュー------------*/
#wrapper_menu {
	background:url(images/back_mainmenu.gif) repeat-x;
	height:40px;
}

#menu {
	width:900px;
	height:40px;
	margin:0 auto;
}

#menu ul {
	width:900px;
	height:40px;
	float: left;
}

#menu ul li {
	width:180px;
	height:40px;
	float: left;
}

/*------------トップイメージ------------*/
#topimage02 {
	height:189px;
	margin:0 auto;
	background: url(../common/images/back_topimage.jpg) no-repeat scroll center top;
	margin-bottom:30px;
}
#topimage02 .second {
	width:900px;
	margin:0 auto;
}

/*------------contents------------*/
#contents {
	width: 900px;
	height:auto;
	margin:0 auto;
	clear:both;
}

#contents h3 {
	width: 629px;
	height:auto;
	margin:0 auto;
	clear:both;
}

/*------------パンくずリスト------------*/
#pan {
	width:623px;
	height:18px;
	background: url(images/img_pan.gif);
	margin-bottom:20px;
	padding:5px 0 0 6px;
	font-size:70%;
	color:#747474;
	letter-spacing:2px;
}
#pan a {
	color:#49C0F4;
	text-decoration:underline;
}
#pan a:hover {
	color:#747474;
	text-decoration:underline;
}

/*------------left_contents------------*/
#left_contents {
	width:250px;
	height:auto;
	float:left;
	margin-bottom:30px;
}
#left_contents ul {
	width:250px;
	height:auto;
	margin-top:10px;
}
#left_contents ul li {
	width:250px;
	margin-bottom:10px;
}


/*------------box------------*/
#box {
	width:591px;
	height:auto;
	padding:15px;
	border-bottom:#E7E7E7 solid 4px;
	border-left:#E7E7E7 solid 4px;
	border-right:#E7E7E7 solid 4px;
	margin-bottom:30px;
}
#box .photo {
	float:left;
	margin-right:20px;
}
#box p {
	color:#4d4b4b;
	font-size:80%;
	letter-spacing:2px;
	line-height:18px;
}
/*------------ボタン------------*/
.btn_syousai {
	margin-top:15px;
}
/*------------ボタン------------*/
.btn_syousai {
	margin-top:15px;
}

/*------------テーブル------------*/
#box table {
	width:586px;
	clear:both;
	margin:0 0 20px 0;
	color:#4D4B4B;
	text-align:center;
	vertical-align:middle;
	letter-spacing:1px;
	border-collapse:collapse;
}
#box table th {
	font-weight:normal;
	font-size:80%;
	border:solid 1px #FFFFFF;
	background-color:#FFCCD8;
	padding:5px;
}
#box table td {
	font-size:80%;
	height:26px;
	line-height:16px;
	border:solid 1px #D5D5D5;
	padding:5px;
	text-align:left;
}
#box table a {
	color:#259BCD;
	text-decoration:underline;
}
#box table a:hover {
	color:#259BCD;
	text-decoration:none;
}

/*------------right_contents------------*/
#main_contents {
	width:629px;
	height:auto;
	float:right;
}

/*------------リンクバナー------------*/
.banner {
	border-top:solid #DDDDDD 1px;
	margin-top:5px;
	padding-top:15px;
	width:250px;
}
.banner p {
	color:#999999;
	font-size:70%;
	padding:4px;
	letter-spacing:1px;
}

/*------------ページの先頭へ------------*/
#totop {
	float:right;
	clear:both;
	margin-top:15px;
}

/*------------footer------------*/
#wrapper_footer {
	height:40px;
	background-color:#D8D8D8;
	clear:both;
	margin-top:30px;
}

#footer {
	margin:0 auto;
	clear: both;
	width: 900px;
	height: 23px;
}
#footer p {
	font-size:10px;
	text-align:center;
	color:#4D4B4B;
	letter-spacing:2px;
	padding-top:17px;
}

/* clear --------------------   */

.clear{
	clear: both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* hides from IE-mac \*/

* html .clearfix {height:1%;}

.clearfix {display:block;}

