/* main.css */
html {
	height:100%;
	margin-bottom:1px;
}
body {
	height: 100%;
	text-align:center;
	margin: 0px;
	background: #FFFFFF url(/info/body.gif) repeat-y center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	line-height: 1.3em;
}
* html div#wrap { height:100%; }
div#wrap {
	width: 800px;
	min-height: 100%;
	margin: 0px auto;
	text-align:left;
	position:relative;
}
body > #wrap { height: auto; }
div#pagecell1 { padding-bottom:20px; }
#pageNav {
	margin: 0px;
	padding: 0px 0px 20px;
	float: left;
	width: 190px;
}
#content {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 600px;
}
/************* breadCrumb styles ***************/
#breadCrumb {
	padding: 0px 0px 5px 10px;
	color: #AAAAAA;
	font-size: 10pt;
}
#breadCrumb a { color: #660000; }
#breadCrumb a:hover {
	color: #005FA9;
	text-decoration: underline;
}
#footer {
	height: 45px;
	width: 800px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	clear: both;
	text-align: right;
}
#footer img { right: 0px; }
#footerimg {
	background: #330100;
	width: 100%;
	height: 24px;
	display: block;
}
.c-both { clear: both; }
/************** pageName styles ****************/
#pageName { padding: 10px 0px 0px 10px; }
#pageName h1 {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #330000;
}
#pageName h2 { margin: 0px 5% 0px 30px; }
#pageName img { display: inline; }
.sectionLinks h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
/************ sectionLinks styles **************/
.sectionLinks {
	padding: 5px 0px;
	margin: 0px;
	background: #F3EFED;
	width: 190px;
}
.sectionLinks a {
	padding: 0px;
	display: block;
	font-weight: bold;
	line-height: 25px;
	background: url(navi/navi_bg1a.gif) no-repeat;
	width: 180px;
	text-indent: 10px;
	margin: 3px 5px;
	color: #513a1b;
}
.sectionLinks a:hover {
	background-image: url(/navi/navi_bg2a.gif);
	color: #513A1B;
}
a.sub, a.sub2 {
	margin-left: 10px!important;
	border-top: none!important;
	border-bottom: none!important;
	color: #000000!important;
	line-height: 10pt;
	background-color: #f5f7f7!important;
	width: 175px;
	text-indent: 15px;
}
a.sub {
	background-position: left!important;
	background-repeat: no-repeat!important;
	background-image: url(/info/dot1.gif)!important;
}
a.sub2 {
	font-size: 8pt!important;
	line-height: 10px!important;
	background-image:none!important;
}
a.sub:hover, a.sub2:hover { background-color: #FFCC00!important; }
/************* relatedLinks styles **************/
.relatedLinks {
	padding: 0px 0px 5px 20px;
	margin: 0px;
}
.relatedLinks h3 {
	width: 100%;
	padding: 10px 0px 2px;
	margin: 0px 0px 0px -15px;
	border: none;
	font-size: 12px;
	line-height: 1em;
	background-image: none;
}
.relatedLinks a { display: block; }
/*************** story styles ******************/
.story {
	margin: 20px 30px 30px;
	padding: 20px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	width: 500px;
}
.story img { margin: 5px; }
.img_l {
	float: left;
	margin: 0px 20px 10px 0px!important;
}
.img_r {
	float: right;
	margin: 0px 20px 10px 0px!important;
}
td.storyLeft { padding-right: 12px; }
/**************** advert styles *****************/
#advert {
	padding: 10px;
	text-align: center;
}
/************** feature styles *****************/
.feature {
	height: auto;
	padding: 10px 0px 10px 30px;
	display: inline-block;
}
.feature img {
	float: left;
	padding: 0px 10px 0px 0px;
	margin-right: 10px;
}
.feature ul {
	margin-left: 30px;
	list-style-position: inside;
}
p {
	line-height: 1.2em;
	margin-left: 40px;
}
p.feature img {
	position:relative;
	top:-10px;
}
td {
	font-size: 10pt;
	white-space: nowrap;
}
td>h4 {
	margin: 5px 0px 3px 0px;
	padding-left: 5px;
}
table.detail {
	background-color: #F5F7F7;
	border-spacing:1px;
}
table.detail td {
	border: 1px solid #66CC66;
	padding: 3px;
	margin: 1px;
	white-space: nowrap;
}
form { display: inline; }
a {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #CCFFFF;
}
a:active { text-decoration: underline; }
.vlarge {
	font-size: 14pt;
	font-weight: bold;
}
.large, .white-large, .Lblue-large, .red-large, .orange-large, .green-large {
	font-size: 12pt;
	font-weight: bold;
}
.small, .white-small, .Lblue-small, .red-small, .orange-small, .green-small {
	font-size: 8pt;
	line-height: 10px;
}
.white, .white-small, .white-large { color: #FFFFFF; }
.Lblue, .Lblue-small, .Lblue-large { color: #00FFFF; }
.red, .red-small, .red-large { color: #FF0000; }
.orange, .orange-small, .orange-large { color: #FF6600; }
.green, .green-small, .green-large { color: #006600; }
.brown { color: #990000; }
.gyoukan { line-height: 2pt; }
.caption {
	font-size: 8pt;
	line-height:10px;
}
#content>h1 {
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 30px;
	margin-right: 3%;
	margin-bottom: 0.8em;
	border: 3pt double #990000;
	font-size: 12pt;
	color: #660000;
	line-height: 1em;
}
h2 {
	margin-left: 1em;
	font-size: 11pt;
	line-height: 24px;
	margin-bottom: 0px;
	background: url(/info/h2.gif) no-repeat;
	font-weight: bold;
	text-indent: 25px;
	margin-top: 5px;
}
h3 {
	margin-left: 1em;
	font-size: 11pt;
	line-height: 24px;
	margin-bottom: 0px;
	background: url(/info/h3.gif) no-repeat;
	font-weight: bold;
	text-indent: 25px;
}
h4 {
	width: 350px;
	padding: 0.3em 0.2em 0.2em 1.5em;
	margin-left: 1em;
	border-top: 3pt double #990000;
	border-bottom: 3pt double #990000;
	font-size: 11pt;
	color: #000000;
	line-height: 1em;
	white-space: nowrap;
	background-image: url(/info/p_1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;}h5{
	padding-top: 0.1em;
	padding-left: 1em;
	color: #FFFFFF;
	line-height: 1.6em;
	display: block;
	background: url(/info/menu1.gif);
	padding-bottom: 0px;
	margin: 10px 10px 10px;
}
.lb_brown, .lb_green, .lb_blue, .lb_orange, .lb_lightblue {
	border-left-style: solid;
	border-left-width: 20px;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	padding: 10px;
}
.lb_brown {
	border-left-color: #660000;
	background: #993333;
}
.lb_green {
	border-left-color: #003300;
	background: #006600;
}
.lb_blue {
	border-left-color: #000033;
	background: #000066;
}
.lb_orange {
	border-left-color: #CC0000;
	background: #FF6600;
}
.lb_lightblue {
	border-left-color: #006699;
	color: #000066;
	background: #CCCCFF;
}
.underline { border-bottom: thin solid #993300; }
#content hr { clear: both; }
img {
	border:none;
	vertical-align: middle;
}
input { vertical-align: middle; }
.logo {
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	text-align: center;
}
.logo .asmo {
	background: #000066;
	float: left;
	width: 280px;
	color: #FFFFFF;
	height: 130px;
	padding: 10px;
}
.logo .asmo img { margin: 5px; }
.detail {
	width: 220px;
	float: right;
	vertical-align: middle;
	display: table-cell;
	height: 150px;
}
.furoshiki_tutumi tr { vertical-align: text-top; }
.furoshiki_tutumi img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
