/*----------------------------------------
__Default_style
----------------------------------------*/
body,div,dl,dt,dd,ul,ol,h1,h2,h3,h4,h5,h6,form,p,table,th,td{
	margin:0;
	padding:0;
	list-style:none;
	font-size:100%;
}
body{
	font-family: "ＭＳ Ｐゴシック", "MS PGothic",Osaka,sans-serif;
	font-size:81.2%;/*13pxにリセット*/
	line-height:1.6;
	font-style:normal;
	color:#333333;
	background:#ffffff;
}
img{
	border:none;
	vertical-align:bottom;
}
a{
	text-decoration:none;
	color:#000;
}
a:active,
a:focus,
a:hover{
	text-decoration:underline;
	color:#663300;
}
.red{
	color:#F00;
}
/* ===================
スクロールバーの有・無によるページのズレを防ぐ
===================*/
*html body {
     overflow-y: auto;
}

*+html body {
     overflow-y: auto;
}

body {
     overflow-y: scroll;
}

/*----------------------------------------
__basic_style
----------------------------------------*/
#wrapper{
	margin:0 auto;
	min-width:886px;
}
#header{
	background:url(images/hed_01.jpg) no-repeat top center;
	padding-top:220px;
}
#index #header{
	background:url(images/index_hed_01.jpg) no-repeat top center;
	padding-top:220px;
}
#index #contents h1 img{
	margin:100px 182px 0px;	
}
#index #footer ul{
	visibility:hidden;
}
#description{
	text-align:center;
}
#abaut h1,
#web h1,
#logo h1,
#print h1,
#contents,
#globalnav,
#footer{
	margin:0 auto;
	width:886px;
	background:url(images/wr_bg.gif) repeat-y top center;
}
#abaut h1 img,
#web h1 img,
#logo h1 img,
#print h1 img{
	margin-left:411px;
}
#abaut h1,
#web h1,
#logo h1,
#print h1{
	height:150px;
}
#globalnav{
	position:relative;
	zoom:1;
}
#globalnav img{
	position:absolute;
	top:-40px;
	left:0;
	zoom:1;
}
#wrapper{
	background:url(images/fot.jpg) no-repeat bottom center;
	padding-bottom:144px;
}
h3{
	font-size:107.8%;
	color:#000;
	margin-bottom:0.5em;
	border-bottom:#81511c dotted 1px;
	padding-bottom:0.1em;
}

/*========================================
__topicPath
========================================*/
ol#topicPath{
	text-align:right;
	margin:0 auto;
	width:866px;
	background:url(images/wr_bg.gif) repeat-y top center;
	padding-right:20px;
	font-size:84.6%;
}
ol#topicPath li{
	display:inline;
	font-size:1.2em;
}
ol#topicPath li.last-child{
	color:#3d929d;
}
ol#topicPath li a{	
	padding-right:1em;
	background:url(images/glue.gif) no-repeat right center;
	color:#333;
}
/*========================================
__about_style
========================================*/
#contents.about{
	position:relative;
	zoom:1;
}
#contents.about h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:123.1%;
}
#contents.about .box{
	height:300px;
	padding:30px 20px;
}
.about h3{
	border:none;
	color:#81511c;
}
.shikaku{
	margin:2em 0;
}
#mihokophoto{
	position:absolute;
	top:80px;
	left:550px;
	zoom:1;
}

/*========================================
__footer_style
========================================*/
#footer ul{
		text-align:center;
		background:url(images/fot_bg.gif) no-repeat;
		width:439px;
		margin:0 auto;
		height:46px;
}
#footer{
		padding:20px 0 0 0;
}
#footer ul li{
	display:inline;
}
#footer ul li img{
	margin:10px 10px;
}

address{
	font-style:normal;
	text-align:center;
	margin-top:10px;
}
/*========================================
__contents_
========================================*/
.box{
	margin:0 20px;
	padding:20px 0px;
	border-top:#96937c 1px solid;
	zoom:1
}
.box#lastBox{
	border-bottom:#96937c 1px solid;
}
.box:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}
.left{
	float:left;
	display:inline;
	padding:0 10px;
}
.logo .left{
	width:400px;
}
.web .left{
	width:310px;
}

.print .left{
	width:380px;
}
text_right{
	float:right;
	display:inline;
	padding-left:10px;
}
.logo .text_right{
	margin-left:420px;
}
.web .text_right{
	margin-left:330px;
}
.print .text_right{
	margin-left:400px;
}
.web .left a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	background-color:transparent;
}
html{/*ロールオーバー画像のちらつき解消（IEのみ）*/
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
#blog{
	margin-left:720px;
	margin-top:-35px;
}
#newsite{
	position:absolute;
	top:27px;
	right:-10px;
}