@charset "utf-8";

/* basics */
* { margin: 0; padding: 0; }

body {
	color: #000;
	background-color: #fff;
	font-family: HiraKakuPro-W3, HiraKakuPro-W6, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "平成角ゴシック", Osaka, 'Lucida Grande', verdana, arial, helvetica, Sans-Serif;
	line-height: 160%;
	font-size: 12px;
	text-align: center;
}

/* commons */
#container, 
#main_container, 
#sub_container {
	margin: 0 auto;
	text-align: center;
}
#container { width: 1000px; margin-top: 20px; }
#main_container { width: 800px; margin-bottom: 35px; }

.divider { clear: both; }

img { border: none; }

a.img_link {
	display: block;
	background: transparent no-repeat 0 0;
	text-decoration: none;
	text-indent: -1000em;
	overflow: hidden;
}

.img_left { float: left; margin: 0 0.5em 0.5em 0; }
.img_right { float: right; margin: 0 0 0.5em 0.5em; }
.img_center { margin: 0 auto; }

h2 {
	display: block;
	width: 160px;
	height: 160px;
	float: left;
	margin: 0 60px 0 10px;
	text-indent: -1000em;
	overflow: hidden;
	background: transparent no-repeat 0 0;
}

.article {
	width: 500px;
	height: 450px;
	float: left;
	padding: 1em;
	overflow: auto;
	border: 1px solid #f2f2f2;
}
.article p, .article ul, .article dl, .article h3 { text-align: left; }
.article p.right { text-align: right; }
.article p.center { text-align: center; }

ul { list-style: none; }
ul li {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #f2f2f2;
	padding-left: 15px;
	background: url(../images/bullet_o.gif) no-repeat 0 6px;
}

.bold { font-weight: bold; }

strong, em { font-weight: bold; font-style: normal; }

/* commons: navigation */
#common_nav { width: 770px; margin: 0 auto 15px; }

ul#nav {
	width: 600px;
	float: left;
	list-style: none;
}
ul#nav li {
	width: 80px;
	float: left;
	margin: 0;
	padding: 0 40px 0 0;
	border: none;
	background: none;
}
ul#nav li a {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent no-repeat 0 0;
	text-decoration: none;
	text-indent: -1000em;
	overflow: hidden;
}
ul#nav li a.nav_news { background-image: url(../images/icon_news.gif); }
ul#nav li a.nav_biography { background-image: url(../images/icon_biography.gif); }
ul#nav li a.nav_gallery { background-image: url(../images/icon_gallery.gif); }
ul#nav li a.nav_books { background-image: url(../images/icon_books.gif); }
ul#nav li a.nav_oneday { background-image: url(../images/icon_oneday.gif); }
ul#nav li a.nav_news:hover, 
ul#nav li a.nav_biography:hover, 
ul#nav li a.nav_gallery:hover, 
ul#nav li a.nav_books:hover, 
ul#nav li a.nav_oneday:hover {
	background-position: 0 -80px;
}
body#news ul#nav li a.nav_news, 
body#biography ul#nav li a.nav_biography, 
body#gallery ul#nav li a.nav_gallery, 
body#books ul#nav li a.nav_books, 
body#oneday ul#nav li a.nav_oneday {
	background-position: 0 -160px;
}

#gotop {
	width: 80px;
	float: left;
	margin-right: 60px;
	padding-left: 30px;
}
#gotop a.img_link {
	width: 80px;
	height: 80px;
	background-image: url(../images/icon_gotop01.gif);
}
#gotop a.img_link:hover {
	background-image: url(../images/icon_gotop02.gif);
}

/* #mailto { width: 80px; float: left; } */
/* #mailto a.img_link { width: 80px; height: 80px; background-image: url(../images/icon_mailto.gif); } */
/* #mailto a.img_link:hover { background-position: 0 -80px; } */

/* commons: sub-navigation */
.h2 {
	width: 160px;
	float: left;
	margin: 0 60px 0 10px;
	text-align: left;
}
.h2 ul.sub_nav {
	clear: both;
	padding: 20px 0 0 40px;
	font-weight: bold;
	color: #808080;
}
.h2 ul.sub_nav li {
	margin-bottom: 1em;
	padding-bottom: 0;
	border: none;
	background-image: url(../images/bullet_g.gif);
}
.h2 ul.sub_nav li a { color: #808080; text-decoration: none; }
.h2 ul.sub_nav li a:hover { color: #ff7e00; }
.h2 ul.sub_nav li .thispage { color: #ff7e00; }

/* commons: footer */
p.footer { font-size: 12px; color: #ccc; }

/* top */
body#top #container { margin-top: 30px; }
body#top #main_container { margin-bottom: 25px; }

h1 {
	display: block;
	width: 400px;
	height: 122px;
	margin: 0 auto 40px;
	text-indent: -1000em;
	overflow: hidden;
	background: url(../images/titIe.jpg) no-repeat 0 0; }

#top_news {
	width: 220px;
	height: 255px;
	margin: 0 auto;
	background: url(../images/top_news_bg.jpg) no-repeat 0 0;
	text-align: left;
}
#top_news a.img_link {
	width: 135px;
	height: 90px;
	position: relative;
	top: 98px;
	left: 40px;
	background-image: url(../images/top_news_text01.gif);
}
#top_news a.img_link:hover {
	background-image: url(../images/top_news_text02.gif);
}

#top_news.update a.img_link {
	width: 135px;
	height: 90px;
	position: relative;
	top: 98px;
	left: 40px;
	background-image: url(../images/top_news_update_text01.gif);
}
#top_news.update a.img_link:hover {
	background-image: url(../images/top_news_update_text02.gif);
}

#top_nav { width: 640px; margin: 0 auto; }
#top_nav ul#nav { width: 480px; margin: 20px 0 0 0; }
#top_nav ul#nav li { padding: 20px 40px 0 0; }
#top_nav ul#nav li.new {
	background: url(../images/widget_new.gif) no-repeat 0 0;
}
#top_nav ul#nav li.update {
	background: url(../images/widget_update.gif) no-repeat 0 0;
}
/* #top_nav #mailto { margin-top: 40px; } */

#top_cat {
	width: 150px;
	height: 150px;
	float: left;
	padding-left: 10px;
}

/* biography */
body#biography h2 {
	clear: both;
	margin: 0;
	background-image: url(../images/title_biography.jpg);
}

body#biography .article dl {
	clear: both;
	margin-bottom: 1.5em;
}
body#biography .article dl dt {
	margin-bottom: 0.5em;
	color: #999;
	font-weight: bold;
}
body#biography .article dl dd {
	clear: both;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #f2f2f2;
}
body#biography .article dl dd .bullet {
	dosplay: block;
	width: 4em;
	text-align: right;
	float: left;
	margin: 0 1.5em 1em 0;
	color: #666;
	font-weight: bold;
	font-style: normal;
}

/* news */
body#news h2 { background-image: url(../images/title_news.jpg); }

/* gallery */
body#gallery #main_container { margin-bottom: 11px; }
body#gallery h2 {
	margin: 0;
	background-image: url(../images/title_gallery.jpg);
}
body#gallery .article {
	width: 600px;
	height: 500px;
	padding: 0;
	border: none;
}

/* books */
body#books h2 { background-image: url(../images/title_books.jpg); }
body#books .img_left { margin: 0 30px 20px 0; }
body#books .article .block ul { float: left; margin-top: 1em; }
body#books .article .block ul li { border: none; }

/* one day */
body#oneday h2 {
	clear: both;
	margin: 0;
	background-image: url(../images/title_oneday.jpg);
}

body#oneday .column {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #f2f2f2;
}
body#oneday .column h3 { font-size: 14px; border-bottom: 1px solid #ccc; }
body#oneday .column p { margin-bottom: 1em; }
body#oneday .column p.date { color: #808080; }

/* for print */
@media print {
h2 { text-indent: 0; }
.article { height: auto; }
ul#nav { display: none; }
}
