@charset "utf-8";
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
select,input,button,textarea {font:99%;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
hr {display: none;}

/*
------------------------------------------------------------
基本
------------------------------------------------------------
*/
html {background: #442D02; margin:0; padding:0; }
body {text-align: center; background: #FFFFFF url(img/bg.png) repeat-x 0 0; font:13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS P Gothic", sans-serif; *font-size:small; *font:x-small; color:#444;}
;;body { font-family: "メイリオ", Meiryo, sans-serif;} /* for Opera9 */
*+html body { font-family: "メイリオ", Meiryo, sans-serif; } /* for IE7 */
*html body { font-family: "メイリオ", Meiryo, sans-serif;} /* for IE6 */
html>/**/body { overflow-y:scroll; }
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal; }
img { border: 0; vertical-align: bottom; }
strong { font-weight: bold; }
a:link, a:visited { text-decoration:none; }
a:hover, a:active { color:#0033cc; text-decoration:underline; }

/*
------------------------------------------------------------
Clearfix
------------------------------------------------------------
*/
#container,
.menubox,
.clearfix {zoom:1;}

#container:after,
.menubox:after,
.clearfix:after{content:".";display: block;height:0px;clear:both;visibility:hidden;}

* html #container,
* html .menubox,
* html .clearfix{ display:inline-table;/*\*/display:block;/**/}


/*
------------------------------------------------------------
レイアウト
------------------------------------------------------------
*/

#wrap { width: 880px; text-align: left; margin: 0 auto; }
#header { height: 175px; position: relative; margin-bottom: 50px; }
#container { }
#content { float: left; width: 600px; margin-left: 25px; }
#sidebar { float: right; width: 215px;}
#blog {
	background: transparent url(img/chaya.gif) no-repeat right bottom;
	height: 250px;
	clear: both;
}
#footer {
	clear: both;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	background: #442D02;
	padding: 15px 0 40px;
}

#header  h1 a {
	background: transparent url(img/logo.png) no-repeat 0 0;
	width: 314px;
	height: 0;
	padding-top: 173px;
	display: block;
	overflow: hidden;
	position: absolute;
}
#header ul { position: absolute; top: 0; right: 0; }
#header li { float: left; }
#header li a {
	background-color: transparent;
	background-image: url(img/headnavi.png);
	width: 130px;
	margin-right: 1px;
	height: 0;
	padding-top: 30px;
	display: block;
	overflow: hidden; 
}
#header li#navAccess a { background-position: 0 0; }
#header li#navBlog a { background-position: 131px 0; }
#header li#navAccess a:hover { background-position: 0 -30px; }
#header li#navBlog a:hover { background-position: 131px -30px; }
#header p {
	background: transparent url(img/catch.png) no-repeat 0 0;
	width: 470px;
	height: 0;
	padding-top: 79px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 65px;
	left: 345px;
}


#content h2 { display: none; }
#content p.reed { 
	background: transparent url(img/menu_reed.png) no-repeat 0 0;
	width: 487px;
	height: 0;
	padding-top: 46px;
	display: block;
	overflow: hidden;
	margin: 0 0 20px;
}

#content h3.titleA {
	background: transparent url(img/menutitle_9-4.png) no-repeat 0 0;
	width: 550px;
	height: 0;
	padding-top: 65px;
	display: block;
	overflow: hidden;
}

#content h3.titleB {
	background: transparent url(img/menutitle_5-9.png) no-repeat 0 0;
	width: 550px;
	height: 0;
	padding-top: 65px;
	display: block;
	overflow: hidden;
	margin-top: 20px;
}

#content ul {
	padding: 5px 12px 10px 12px;
}

#content ul.menubox {
	background: transparent url(img/menubox.png) no-repeat 0 100%;
}

#content ul.menubox li.imgmenu {
	float: left;
	margin: 0 3px 6px;
}

#sidebar dl {
	font-weight: bold;
	margin-bottom: 5px;	
}

#sidebar dl dt {
	background: transparent url(img/logo_mini.png) no-repeat 0 0;
	width: 188px;
	height: 0;
	padding-top: 35px;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}

#sidebar dl dd {
	line-height: 1.5em;
}

#sidebar img {
	margin-bottom: 5px;
}

#blog h4 {
	background: transparent url(img/blog.png) no-repeat 0 0;
	width: 449px;
	height: 0;
	padding-top: 34px;
	display: block;
	overflow: hidden;
	margin: 30px 0 15px 30px;
}

#blog ul {
	margin-left: 30px;
	line-height: 1.7em;
}

#blog ul li a {
	background: transparent url(img/listmark.png) no-repeat 0 2px;
	padding-left: 15px;
}

#footer dl { width: 820px; text-align: left; margin: 0 auto; }

#footer dt {
	background: transparent url(img/sawata.png) no-repeat 0 0;
	width: 74px;
	height: 0;
	padding-top: 17px;
	display: block;
	overflow: hidden;
	float: left;
}

#footer dd {
	margin-left: 90px;
}

#footer p.copyright { font-family: Arial, Helvetica, Sans-serif; margin-top: 1em; font-size: 85%;}

