@charset "UTF-8";
/* CSS Document */

#wrap {
	width: 1008px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	color: #333;
	line-height: 1.5em;
}
#header {
	height: 100px;
	width: 1008px;
	background: url(images/bg_head.jpg) no-repeat left top;
}
#main_img {
	width: 1008px;
}
#header p {
	margin-right: 25px;
	text-align: right;
	margin-top: 0px;
	padding-top: 20px;
}
#header .font01 {
	font-size: 117%;
	font-weight: bold;
}
#header h1 {
	margin-left: 25px;
	margin-top: 5px;
	float: left;
}
#header #head_tel {
	width: 225px;
	float: right;
	margin-right: 25px;
	margin-top: 8px;
}
#contents {
	width: 928px;
	background: #fff url(images/bg_contents_shadow.gif) repeat-y center top;
	padding-right: 40px;
	padding-left: 40px;
}
#footer {
	width: 1008px;
	background: url(images/bg_footer.jpg) no-repeat left top;
	padding-top: 50px;
	height: 50px;
	color: #fff;
	clear: both;
}
#footer p {
	text-align: right;
	margin-right: 25px;
	font-size: 92%;
}
#footer address {
	font-style: normal;
	text-align: right;
	margin-right: 25px;
}

/*以下2ページ目から*/
#content02 {
	width: 928px;
	background: #fff url(images/bg_shadow_content02.gif) no-repeat center top;
	padding-right: 40px;
	padding-left: 40px;
}
#side {
	float: left;
	margin-right: 40px;
}
#grobal_nav {
	list-style-type: none;
	padding-top: 40px;
}
#grobal_nav li {
	border-bottom: 1px solid #ccc;
	display: block;
	width: 210px;
	font-size: 84%;
}
#grobal_nav    p#font_thisPage {
	color: #f29600;
}
#grobal_nav li a {
	display: block;
	width: 204px;
	padding-left: 6px;
	padding-top: 4px;
}
#grobal_nav a:hover {
	background: #eee;
	display: block;
}
#mainContent {
	float: left;
	width: 676px;
	border-left: 1px solid #dcdcdc;
	padding-top: 20px;
	border-bottom: 1px solid #dcdcdc;
}
