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



body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",/* "メイリオ", Meiryo, Osaka,*/ "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.72em;
	color: #62615d;
	line-height: 2;
	letter-spacing: normal;
}

a,a:hover {
	color: #25aee5;
	text-decoration: none;
}

a:hover{
	background: #d9f3fe;
}



/* ヘッダー、グローバルナビゲーション
/////////////////////////////////////////*/
#header{
	width: 960px;
	margin: 0 auto;
	padding: 21px 0 0;
	overflow: hidden;
	font-size: 0px;
}

h1,#header ul,#header dl {
	float: left;
}

#header ul {
	overflow: hidden;
	background: url(../img/bg_nav.gif) repeat-y left;
	padding: 0 0 0 1px;
	margin: 0 0 0 18px;
	height: 49px;
}

#header ul li {
	float: left;
	background: url(../img/bg_nav.gif) repeat-y right;
	padding: 0 2px 0 1px;
}

#header dl {
	margin: 0 0 0 15px;
}

#header dd {
	margin: 7px 0 0 13px;
}





/* コンテンツ
/////////////////////////////////////////*/

#contents_wrapper {
	background: url(../img/bg_body.jpg) no-repeat center bottom;
}

#contents{
	width: 947px;
	padding: 0 9px 0 7px;
	margin: 0 auto;
	overflow: hidden;
}

h2 {
	margin: 19px 0 0;
}



#contents #main .contents_to_pagetop {
	text-align: right;
	margin: 3px 0 0;
}

.contents_to_pagetop a {
	padding: 0 0 3px 14px;
	background: url(../img/bg_to_pagetop.gif) no-repeat left bottom;
}

.contents_to_pagetop a:hover {
	background: url(../img/bg_to_pagetop.gif) no-repeat left bottom #d9f3fe;
}


.to_pagetop {
	width: 960px;
	margin: 192px auto 0;
	text-align: right;
}

.to_pagetop a {
	font-size: 0px;
}

/* メイン
/////////////////////////////////////////*/

#main {
	float: right;
	width: 691px;
}


h3 {
	color: #504f4b;
	height: 36px;
	padding: 1px 0 0 35px;
	vertical-align: middle;
	font-size: 1.4em;
	font-weight: bold;
	margin: 45px 0 0;
	background: url(../img/bar_contents_title.gif) no-repeat;
}


/* サイド
/////////////////////////////////////////*/


#side {
	padding: 48px 0 0 ;
	float: left;
	width: 209px;
}

.side_menu {
	margin: 0 0 -9px 4px;
	line-height: 1;
}

.side_menu li {
	border-bottom: #f0eee3 1px solid;
	border-right: #f0eee3 1px solid;
	border-left: #f0eee3 1px solid;
	padding: 2px;
	width: 198px;
}


.side_menu a {
	color: #62615d;
	display: block;
	background: url(../img/bg_side_linemarker.gif) repeat-y;
	width: 198px;
}

.side_menu a:hover {
	color: #62615d;	
	background: url(../img/bg_side_linemarker_on.gif) repeat-y;
	width: 198px;
}

.side_menu em {
	display: block;
	padding: 11px 0 13px 25px;
	background: url(../img/ico_side_arrow.gif) no-repeat 13px 14px;
	font-weight: bold;
}

.side_menu a:hover em {
	background: url(../img/ico_side_arrow_on.gif) no-repeat 13px 14px;
}

.side_menu span {
	display: block;
	background: url(../img/bg_side_subtext.gif);
	padding: 7px 0 8px 8px;
	margin: 0 0 0 7px;
	font-size: 0.85em;
	line-height: 1.2;
}

.side_menu a:hover span {
	background: url(../img/bg_side_subtext_on.gif);
}

.side_banner {
	padding: 47px 0 0 0;
	margin: 0 0 16px 16px;
	font-size: 0px;
	width: 181px;
}

.side_banner li {
	margin: 0 0 16px;
}

.side_contact {
	width: 209px;
	height: 214px;
	background: url(../img/bg_contact_side.png) no-repeat;
	margin: 31px 0 0 1px;
	font-size: 0px;
}

.side_contact dt {
	padding: 12px 0 0 28px;
}

.side_contact dd {
	text-align: center;
	padding: 13px 0 27px;
}

.side_contactbtn {
	margin: 11px 0 19px;
}


/* フッター
/////////////////////////////////////////*/
#footer_wrapper {
	background: url(../img/bg_footer.gif);
}

#footer {
		width: 960px;
		margin: 0 auto;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
	color: #fff;
	background: none;
}

#footer ul {
	padding: 14px 0 16px 9px;
	background: url(../img/bg_footer_line.gif) repeat-x bottom;
	overflow: hidden;
}

#footer li {
	float: left;
	margin: 0 80px 0 0;
	padding: 0 0 0 9px;
	background: url(../img/ico_footer.gif) no-repeat left 50%;
}

.address {
	overflow: hidden;
	color: #2e3b40;
	margin: 28px 0 0 9px;
}


.address p,.address dl {
	float: left;
}

.address p {
	padding: 2px 0 0;
}

.address dl {
	margin: 0 0 0 16px;
}

.address dt {
	line-height: 1;
}

.address dd {
	padding: 6px 0 0;
	line-height: 1.2;
}

.tel,.post {
	padding: 0 1em 0 0;
}

.fax {
	padding: 0 1em 0 1.5em;
}

address {
	padding: 16px 0 3px;
	text-align: right;
}


