@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Meiryo, Osaka, verdana, arial, sans-serif;
	font-size: 74.5%;
	line-height: 1.6;
	color: #330000;
	background: #FFFFFF;
}

a  {text-decoration: none;}
a:link,
a:visited {color: #330000;}
a:hover,
a:active {color: #FF6600;}

img {
	border: none;
	vertical-align: bottom;
}

h2 {
	border-left: 8px solid #6C2800;
	border-bottom: 1px solid #6C2800;
	margin-bottom: 15px;
}

h2 img {
	padding-left: 10px;
}

h3 {
	margin: 0 0 20px 10px;
}

h3.business {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 10px;
	padding-top: 20px;
}

h3.business span {
	clear: both;
	border: 3px double #330000;
	padding: 5px;
}

/*----------------------------------------
__Container
----------------------------------------*/
div#container {
	width: 800px;
	height: auto;
	margin: 10px auto 20px;
	text-align: left;
	position: relative;
}

/*----------------------------------------
__Header
----------------------------------------*/
div#header {
	width: 800px;
	border-bottom: 5px solid #6C2800;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
}

div#header h1 {
	padding: 50px 0 0;
	text-align: right;
}

div#header div.banakoDL {
	position: absolute;
	top: 3px;
}


/*----------------------------------------
__Main
----------------------------------------*/
div#main {
	float: right;
	width: 580px;
	margin-bottom: 30px;
}

div#main p {
	line-height: 1.6em;
}

div#main h5 {
	margin: 0;
	padding: 15px 0 5px 10px;
	color: #6C2800;
	font-size: 1.0em;
}

/*----------------------------------------
__Sub
----------------------------------------*/
div#sub {
	float: left;
	width: 200px;
	margin-bottom: 30px;
}

div#sub p.naviCap {
	background-color: #6C2800;
	line-height: 35px;
	font-weight: bold;
	font-size: 1.4em;
	padding-left: 10px;
}

div#sub p.naviCap a {
	color: #FFFFFF;
}

div#sub ul {
	border: 1px solid #6C2800;
	font-size: 1.3em;
}

div#sub ul li {
	line-height: 40px;
	background: url(images/navi_line.gif) no-repeat bottom;
	padding-left: 10px;
	list-style-type: none;
	color: #000;
}

div#sub ul li.end {
	background: none;
}

div#sub ul li a {
	padding-left: 12px;
	background: url(images/navi_glue.gif) no-repeat left;
}

div#sub ul li a.current {
	color: #FF6600;
}

div#sub h5 {
	margin: 15px 0 5px 0;
	padding: 0;
	color: #6C2800;
	font-size: small;
}

/*----------------------------------------
__Footer
----------------------------------------*/
div#footer {
	clear: both;
	width: 800px;
	padding: 5px 0;
	border-top: 2px solid #6C2800;
	text-align: right;
}

/*----------------------------------------
__Common
----------------------------------------*/
/*===== clearfix =====*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

dl {
	padding: 0 10px;
}

dl dt {
	clear: left;
	float: left;
	margin-bottom: 1.5em;
	width: 8em;
	font-weight: bold;
}

dl dd {
	margin-bottom: 1.5em;
	margin-left: 8em;
}

dl dd a:link,
dl dd a:visited {
	text-decoration: underline;
}

dl.layout {
	padding: 0 0 0 10px;
}

dl.layout dt {
	clear: both;
	float: right;
	margin-bottom: 5px;
	width: 558px;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px dotted #CCCCCC;
	background: url(images/navi_glue.gif) no-repeat left;
	padding-left: 12px;
}

dl.layout dt a {
	text-decoration: underline;
}

dl.layout dt a:link,
dl.layout dt a:visited {
	color: #FF6600;
}

dl.layout dt a:hover,
dl.layout dt a:active {
	color: #FFCC00;
}

dl.layout dd {
	margin: 0 0 20px;
}

/*
dl.layout dd.asabanana {
	clear: both;
	background: url(images/book_asabanana.jpg) no-repeat top right;
	height: 132px;
}

dl.layout dd.asabanana p {
	width: 450px;
}
*/

dl.layout dd.futariblog {
	clear: both;
/*　 2010/02/05 奥本コメント化
	background: url(images/2blog_img.gif) no-repeat top right;
*/
	height: 526px;
}

dl.layout dd.futariblog p {
	width: 350px;
}

dl.layout dd dl {
	margin: 0;
	padding: 0;
}

dl.layout dd dl dt {
	float: right;
	width: 180px;
	background: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
}
dl.layout dd dl dt.asabanana {
	width: 160px;
	text-align: center;
}
dl.layout dd dl dt.asabanana img {
	margin-bottom: 10px;
}

dl.layout dd dl dd {
	float: left;
	margin: 0;
	padding: 0;
}

/*===== 社歌 =====*/
div.companySong {
	margin-top: 5px;
}

div.companySong p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
/*for IE6 */
* html .companySong p {
	display: inline;
	zoom: 1;
}
/*for IE7 */
*:first-child+html .companySong p {
	display: inline;
	zoom: 1;
}

div.companySong p.type {
	width: 225px;
}

div.companySong p img {
	border: 1px solid #330000;
	margin-right: 10px;
}






div.topImg {
	text-align: center;
}

ul#postcard {
	margin-top: 5px;
}

ul#postcard li {
	list-style-type: none;
	display: inline;
	
}

ul#postcard img {
	border: 1px solid #330000;
	margin: 0 10px 10px 0;
}

p.author {
	text-align: right;
	margin-bottom: 10px;
}

.att {
	border: 3px double #cccccc;
	padding: 5px 10px;
	margin-top: 10px;
}

p.contTxt {
	padding: 0 10px;
}


/*===== 余白 =====*/
.spBtm {
	margin-bottom: 80px;
}


/*===== おみやげ =====*/
div.omiyage {
	position: relative;
}

ul.omiyageLink {
	position: absolute;
	top: 3px;
	right: 0;
}
ul.omiyageLink li {
	display: table-cell;
	/display: inline;
	/zoom: 1;
	padding-left: 20px;
}
ul.omiyageLink li a {
	padding-left: 12px;
	background: url(images/navi_glue.gif) no-repeat left center;
}


/*===== 上部お問合せ =====*/
div.topContact {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 5px;
	border: 1px solid #6C2800;
}

div.topContact a {
	padding-left: 20px;
	background: url(images/head_contact.gif) no-repeat left center;
}



