html, body, div, h1, h2, h3, h4, h5, h6,
p, address, ul, ol, li, dl, dt, dd,
table, th, td, form{
font-size: 100%;
font-weight: normal;
font-style: normal;
margin: 0;
padding: 0;
list-style-type: none; }

img {
	border-style: none; 
}

li img {
	vertical-align: top; 
}

body {
	color: #444;
	font-size: 90%;
	background: url(../img/bg_body.png) repeat-x center top;
}

table {
border-collapse: collapse;
border-spacing: 0;}

strong {
color: #f60; }

a:link {
color: #3366CC; }
a:visited {
color: #3366CC; }
a:hover {
color: #ce3201; }
a:focus {
color: #840609; }
a:active {
color: #840609; }

/*=========================*/

div#page {
	width: 100%;
}

.skip{
	overflow:hidden;
	position:absolute;
	width:0px;
	height:0px;
	top:-1000px;
	left:-1000px;
}

.italic {
	font-style: italic;
}


div#header {
	width:97%;
	min-width: 988px;
	max-width: 1228px;
	background: url(../img/bg_header.png) no-repeat 255px bottom;
	min-height: 178px;
	margin: 0 auto;
	position: relative;
}

div#header p {
	padding-top: 12px;
}

div#header ul.lang {
	text-align: right;
	float: right;
	background: url(../img/bg_lang.png) no-repeat left top;
	height: 48px;
	width: 284px;
	padding: 14px 0;
}

div#header ul.lang li {
	display: inline;
	margin-right: 35px;
}

div#header ul.crumbs {
	text-align: right;
	margin: 18px 25px 0 0;
	font-size: 80%;
	padding-left: 400px;
	position:absolute;
	bottom: 21px;
	right: 0;
}

div#header ul.crumbs li {
	display: inline;
}

div#header ul.crumbs li:last-child:after {
	content: none;
}

div#main {
	width:97%;
	min-width: 988px;
	max-width: 1228px;
	margin: 0 auto;
}

div#contents {
	width: 100%;
	min-width: 720px; 
	float: right;
	background: url(../img/bg_contents_rb.png) no-repeat right bottom;
	margin-bottom: 120px;
}

div#maincontent {
	margin: 0 24px 0 256px;
	background: url(../img/bg_contents.png) repeat-x center top;
	border-bottom:  2px solid #dadac6;
	padding: 6px 0 50px 0;
}

div#maincontent:after {
	content: url(../img/bg_contents_lb.png) ;
	position: absolute;
	margin-top: 38px;
}

div#contents a.newwin:after {
	content: url(../img/icon_newwin.png);
}

div#footer ul a.newwin:after {
	content: url(../img/icon_newwin_footer.png);
}

div#contents h1 {
	background: url(../img/bg_stitle_rt.png) no-repeat right top;
	color: #630;
	font-size: 160%;
	font-weight: bold;
	background-color: #f3f2ec;
	border-bottom: 1px solid #dadac6;
	margin: 0 0 30px 0;
}

div#contents h1 span {
	background: url(../img/bg_stitle_lt.png) no-repeat left top;
	padding: 10px 20px; 
	display: inline-block;
}

div#contents h1 span.italic {
	background: none;
	padding: 0;
	display: inline;
	font-style: italic;
}

div#contents h2 {
	color: #482706;
	font-weight: bold;
	border-left: 4px solid #482706;
	font-size: 130%;
	margin: 40px 0 20px 3px;
	padding: 1px 0 0 6px;
	line-height: 1;
	clear: both;
}

div#contents h3 {
	font-weight: bold;
	margin: 20px 0 20px 12px;
}

div#contents p {
	margin: 0 0 1em 12px;
	line-height: 1.8;
	text-align:  justify;
	text-justify: inter-ideograph;
}

div#contents p.topimg {
	margin: 30px 0 0 12px;
	text-align: center;
}

div#contents p.topimg img {
	margin: 0 5px 5px 0 ;
	vertical-align: top;
}

div#contents p.date {
	text-align: right;
	margin-top: 4em;
}

div#contents p.date img {
	margin:0 0 10px 0;
}

div#contents h3 img,div#contents p img {
	vertical-align: text-bottom;
}

div#contents a.newwin img {
	vertical-align: middle;
}

div#contents span a.newwin img {
	vertical-align: text-bottom;
	margin: 0 3px;
}

div#contents p.sectiontitle {
	text-align: right;
	margin: -17px -1px -17px 0;
	position: relative;
}

div#contents div.illust {
	margin-bottom: 40px;
	text-align: center;
	font-size: 90%;
}

div#contents div.illust p {
	text-align: center;
}

div#contents div.illust + div.illust {
	margin-top:-40px;
}

div#contents div.nishikie {
	width: 700px;
	margin: 0 auto 40px auto;
}

div#contents div.nishikie p {
	text-align: left;
}

div#contents h2 + div.data {
	margin-top: 20px;
}

div#contents div.data {
	border-top:2px dotted #9f8870;
	padding: 10px 0;
	clear: both;
	margin-top: 40px;
}


div#contents div.data h3 {
	font-weight: bold;
	margin:10px 0 2em 12px;
	font-size: 110%;
	padding-left: 20px;
}

div#contents div.data h3:before {
	content: url(../img/icon_data.png);
	position: absolute;
	margin-top: 4px;
	margin-left: -20px;
}

div#contents div.data h3 span {
	float: right;
}

div#contents div.data h3 span.italic {
	float: none;
	font-style: italic;
}

div#contents div.data h3 span img {
	vertical-align: middle;
}

div#contents div.data h3 + h3 {
	margin-top: -1em;
}

div#contents div.data p.image {
	float: right;
	margin: 10px 0 10px 20px;
	width: 150px;
}

div#contents div.data p.image img {
	margin:0 0 5px 0;
}

div#contents div.data p.wimage {
	float: right;
	margin: 10px 0 10px 20px;
	width: 250px;
}

div#contents div.data p.wimage img {
	margin:0 0 5px 0;
}

div#contents ul.pagelinks {
	height: 60px;
	margin: 0 0 20px 0;
	position: relative;
	clear: both;
}

div#contents ul.pagelinks li {
	position: absolute;
	display: inline;
	margin: 70px 0 40px 0;
	width: 300px;
}

div#contents ul.pagelinks li.prev {
	left: 15px;
	background: url(../img/bt_prev.png) no-repeat left 3px;
	padding-left: 20px;
}
div#contents ul.pagelinks li.next {
	right: 15px;
	background: url(../img/bt_next.png) no-repeat right 3px;
	padding-right: 20px;
	text-align: right;
}

/*detail*/
div#detail p.detailimg {
	text-align: center;
	margin: 10px 0;
}

div#detail p.detailimg img {
	text-align: center;
	margin: 0 0 10px 0;
}

div#detail p.back {
	margin-top: -10px;
	background: url(../img/bt_prev.png) no-repeat left center;
	padding-left: 20px;
	margin-left: 0;
}

/*enlarge*/
div#main div#imagearea {
	text-align: center;
	position: relative;
}

div#main div#imagearea li.previmg {
	position: absolute;
	left: 0;
	top: 250px;
}

div#main div#imagearea li.nextimg {
	position: absolute;
	right: 0;
	top: 250px;
}

div#main p#view {
	text-align: center;
	margin: 10px 0 0 0;
}

div#menu {
	width: 220px;
	float: left;
	margin-right: -250px;
	background: url(../img/bg_menu_top.png) no-repeat left top;
	background-color: #f0f0e8;
	margin-left: 14px;
	padding-top: 6px;
}

div#menu ul{
	background: url(../img/bg_menu_bottom.png) no-repeat left bottom;
	padding: 0 0 10px 0:
}

div#menu ul li {
	vertical-align: middle;
	background: url(../img/menu_line.png) repeat-x left bottom;
	padding-bottom: 2px;
}

div#menu li.present:before {
	content: url(../img/menu_present.png);
	position: absolute;
	margin-top: 0px;
	margin-left: 160px;
}

div#menu ul li.present:before {
	content: url(../img/menu_present.png);
	position: absolute;
	margin-top: 18px;
	margin-left: 180px;
}

div#menu ul li ol li.present:before {
	margin-top: 0;
	margin-left: 140px;
}

div#menu ul li:last-child {
	background: none;
	padding-bottom: 4px;
}

div#menu ul li img {
	vertical-align: middle;
}

div#menu ul li a {
	display:block;
	vertical-align: middle;
	padding: 0;
}

div#menu a:link, div#menu a:visited {
color: #f0f0e8; }

div#menu a:hover, div#menu a:focus, div#menu a:active {
color: #ededc0; }

div#footer {
	font-size: 75%;
	clear: both;
	color: #fff;
}

div#footer:before {
	content: url(../img/bg_flower01.png);
}

div#footer a:link {
color: #fff; }
div#footer a:visited {
color: #fff; }
div#footer a:hover {
color: #fff;
text-decoration: underline; }
div#footer a:active {
color: #fff; }

div#siteinfo {
	min-width: 960px;
	background: url(../img/bg_footer.png) repeat-x left top;
	background-color: #081750;
	text-align: right;
	padding: 80px 0 30px 30px;
	/padding: 80px 0 30px 0;
	margin-top: -60px;	
}

div#footer ul {
	margin: 0 0 10px 0;
	background: url(../img/bg_flower02.png) no-repeat right top;
	padding-top: 185px;
	margin-top: -190px;
	padding-right: 30px;
}

div#footer ul li {
	display: inline;
	margin-left: 10px;
}

div#footer ul li img {
	vertical-align: middle;
}

div#siteinfo p {
	float: left;
	padding-top: 15px;	
}

div#footer p {
	/background: url(../img/bg_flower01.png) no-repeat left top;
	/padding-top: 185px;
	/margin-top: -190px;
	/padding-left: 30px;
}

div#footer address{
	padding-top: 5px;
	padding-right: 30px;
	
}

/*====================*/
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{
  zoom:1;
}
/*====================*/