@charset "UTF-8";

/*-------------------------------------------------------
Dream Creation for Movable Type templates
nema:t10-02g
designer: Dream Creation
dsigner_url: http://www.dream-creation.co.jp

-------------------------------------------------------*/


/* base
---------------------------------------------------------------------- */

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333333;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: center top;
}

body {
	text-align: center;
	line-height: 1.5em;
	
	background-image: url(../img/bg-body.png);
	background-repeat: repeat;
	background-color: #000;
}

* html body #side {
	width: 240px;
	float: left;
	margin-left: 10px;
}

* html body #side h2 {
	margin-bottom: 10px;
}

img {
	border: none;
}

strong {
	color: #840000;
}

.none{
	display: none;
}

blockquote {
	margin-top: -5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
}

pre {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin: -5px 40px 0 40px;
	overflow: scroll;
}

#wrap {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #EAE8D9;
	background-image: url(../img/bg-cont.png);
	background-repeat: repeat-y;
}

.floatclear {
	clear: both;
}


* html .iepngfix { 
behavior: expression(IEPNGFIX.fix(this)); 
} 



/* header
---------------------------------------------------------------------- */

#header {
	margin: 0;
	padding:0;	
	display:block;
	height:50px;
	background-image: url(../img/logo.png);

}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}
#header a:hover {
	color: #FF0000;
}
#header p {
	font-size: 70%;
	color: #494846;
	padding-top: 5px;
}

#header ul {
	float:right;
	position: relative;
	list-style-type:none;
	padding:0;
	height:30px;
}

#header ul li {
	float:left;
	color:#999;
}

#header ul li a{
	font-size:90%;
	list-style-type:none;
}

#header-image {
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 240px;
	margin: 0 0 0 0px;
	clear: both;
behavior: expression(IEPNGFIX.fix(this));
}

#header-image h1 a {
	float:right;
	position: relative;
	padding:0;
	display:block; 
	text-indent:-9999px;
	overflow:hidden;
	display: block;
	width: 400px;
	height: 220px;
}


/* pan
---------------------------------------------------------------------- */

#pan {
	font-size: 70%;
	margin: 0 20px;
	clear: both;
}
#pan a {
	text-decoration: none;
	color: #FF0000;
}
#pan a:link {
	color: #003399;
}

#pan a:link:hover,
#pan a:link:active {
	text-decoration: underline;
	color: #FF0000;
}

#pan a:visited {
	color: #003399;
}

#pan a:visited:active,
#pan a:visited:hover {
	color: #FF0000;
}


/* main contents
---------------------------------------------------------------------- */

/* contents */

#content {
	font-size: 80%;
	line-height: 2em;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	width: 528px;
	float: right;

}

#content a {
	text-decoration: none;
	color: #FF0000;
}
#content a:link {
	color: #003399;
}

#content a:link:hover,
#content a:link:active {
	text-decoration: underline;
	color: #FF0000;
}

#content a:visited {
	color: #003399;
}

#content a:visited:active,
#content a:visited:hover {
	color: #FF0000;
}

#content .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	margin: 10px 0 5px 5px;
	clear: both;
}

#content h2 {

	margin: 20px 0px 15px 15px;
}

#content h2.top-title {
	font-size: 140%;
	background-image: url(../img/idx-h2-intro.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	margin: 20px 25px 0 15px;
	padding: 10px 0 6px 40px;
}

#content h3 {
	font-size: 100%;
	background-image: url(../img/h3-cont.png);
	background-position: center center;
	margin: 10px 0;
	text-align: center;
	color: #BFAE5F;
behavior: expression(IEPNGFIX.fix(this));
}

#content h4 {

	margin: 20px 0px 15px 15px;
}

#content h5 {

	font-size: 100%;
	background-image: url(../img/h5-cont.png);
	background-position: center center;
	margin: 20px 0px 15px 15px;
	padding-left: 60px;
	color: #643612;
	behavior: expression(IEPNGFIX.fix(this));
}


#content h6 {

	font-size: 100%;
	background-image: url(../img/h6-cont.png);
	background-position: center center;
	margin: 20px 0px 15px 15px;
	padding-left: 60px;
	color: #643612;
	behavior: expression(IEPNGFIX.fix(this));
}



#content dt {
	padding: 0 0 0 5px;
}

#content p {
	margin: 8px 25px 8px 15px;
}

#content ul {
	margin: 8px 25px 8px 55px;
}

#content ol {
	margin: 8px 25px 8px 55px;
}
#content table{
	margin: 8px 25px 8px 40px;
}
#content ul li {
	background-image: url(../img/side-list-top.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 20px;
	list-style-type: none;
}
#content .imageleft{
	padding-right: 10px;
	float: left;
}


#content .imageright{
	padding-left: 10px;
	float: right;
}

#content .sitemap-ul {
	margin: 20px 25px 8px 35px;
}


#content .sitemap-li {
	margin: 5px 25px 5px 35px;
	list-style-type: square;
}

#content ul.title-list {
	clear: both;
	list-style-type: none;
	margin: 20px 15px 5px 15px;
}

#content li.title-list {
	font-size: 100%;
	background-image: url(../img/h3-cont.png);
	background-position: 50% 100%;
	margin: 10px 0;
	padding-bottom: 0.5em;
	text-align: center;
	list-style-type: none;
	font-weight: bold;
	line-height: 2em;
	clear: both;
behavior: expression(IEPNGFIX.fix(this));

}
#content h3.title-list {
	font-size: 100%;
	background-image: url(../img/h3-cont.png);
	background-position: 50% 100%;
	margin: 10px 0;
	padding-bottom: 0.5em;
	text-align: center;
	list-style-type: none;
	font-weight: bold;
	line-height: 2em;
	clear: both;
behavior: expression(IEPNGFIX.fix(this));

}



/* contents meta */

#content #meta 
{
	font-size: 100%;
	margin-left: 300px;
	margin-right: 25px;
}

#content #meta h4
{
	font-size: 100%;
	border-top: 1px dashed #999999;
}

#content #meta ul li
{
	display: inline;
}


/* contents trackbacks,comments */

#content #trackbacks h3,
#content #comments h3
{
	font-size: 100%;
	background-image: url(../img/h3-acce.png);
	background-position: 20px center;
	margin: 30px 25px 10px 15px;
	padding: 0;
}

#content #comments, #content #trackbacks
{
	margin: 8px 25px 8px 15px;
}

#content #comments #comments-open-data{
	margin-top: 10px;
	margin-bottom: 10px;
}

#content #comments #comment-greeting,
#content #comments #comment-form-name,
#content #comments #comment-author,
#content #comments #comment-form-email,
#content #comments #comment-form-url,
#content #comments #comment-form-remember-me,
#content #comments #comment-form-reply,
#content #comments #comments-open-text,
#content #comments #comments-open-captcha,
#content #comments #comments-open-footer
{
	margin: 5px 25px 5px 15px;
}


/* side
---------------------------------------------------------------------- */

#side {
	font-size: 80%;
	line-height: 140%;
	width: 240px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

#side a {
	text-decoration: none;

}

#side a:link {
	text-decoration: none;

}

#side a:link:hover {
	text-decoration: none;

}

#side a:link:active {
	text-decoration: none;

}

#side a:visited {
	text-decoration: none;

}

#side a:visited:hover {
	text-decoration: none;

}

#side a:visited:active {
	text-decoration: none;

}

#side h2 {
	font-size: 100%;
	background-image: url(../img/side-h2.png);
	background-repeat: no-repeat;
	clear: both;
	height: 40px;
	margin: 15px 0 0 0;
	padding: 10px 0 0 50px;
}

#side h3 {
	font-size: 100%;
	color: #333333;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 2px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	clear: both;
}

#side p{
	margin: 3px 0 0 15px;
	padding-bottom: 0px;
} 

#side input,
#side label  {
	margin-left: 10px;
}


/* side menu */

#menu,#contact {
	padding-top: 3px;
}

#menu ul,#contact ul {
	margin-top: 0;
	margin-left: 15px;
	list-style-type: none;
}

#menu ul ul,
#contact ul ul,
#menu ul ul ul,
#contact ul ul ul
{
	padding: 0;
}

#menu ul li,#contact ul li {
	background: url(../img/side-list-top.png) no-repeat left top;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
}

#menu li a,#contact li a {
	text-decoration: none;
	color: #003366;
}

#menu ul li ul li,#contact ul li ul li {
	background-image: url(../img/side-list-sub.png);
	padding: 0 0 0 15px;
	margin: 0 0 3px 0;
	height: 17px;
}

#menu li a:hover,#contact li a:hover{
	text-decoration: none;
	color: #336699;
}

#menu img,#contact img {
	margin-top: 10px;
	border-style: none;
	margin-bottom: 10px;
}

div#side li {
	display: inline;
}

ul#Navi1 { /* text navi */
	padding: 0;
	margin-bottom: 10px;
}

ul#Navi1 li a {
	display: block;
}

ul#Navi1 li a:link, ul#Navi1 li a:visited {
	text-decoration: none;
}

ul#Navi1 li a:hover {
	text-decoration: none;
}

ul#Navi2 {
	line-height: 40px;
}

ul#Navi2 li a:link, ul#Navi2 li a:visited  {
	text-decoration: none;
}

ul#Navi2 li a:hover  {
	text-decoration: none;
}

ul#Navi3 li a {
	display: block;
}

ul#Navi3 {
	font-size: 85%;
	line-height: 30px;
}

ul#Navi3 li a:link, ul#Navi3 li a:visited  {
	line-height: 30px;
	background: url(../img/navi3.png) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #BFAE5F;
	text-align: center;
}

ul#Navi3 li a:hover  {
	line-height: 30px;
	background: url(../img/navi3.png) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #BFAE5F;
	text-align: center;
}



/* footer
---------------------------------------------------------------------- */

address {
	font-size: 70%;
	color: #FFFFFF;	
	font-weight: bold;
	text-align: center;
	padding: 15px;
}

#footer-navi {
	background-image: url(../img/footer-navi.png);
	background-repeat: repeat-x;
	background-position: 50% 100%;
	padding-top: 50px;
	clear: both;
}
#footer-navi a {
	color: #FFFFFF;	
}


#footer-navi-inner {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	}

#footer-navi-inner ul {
	list-style:none;
	margin:0 15px;
	font-size: 70%;
	}
#footer-navi-inner ul li {
	display:inline;
	}

#footer {
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #040809
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: 66px;
}


/* tabel cost
---------------------------------------------------------------------- */

table.entry1Table {
	margin: 0;
	border-collapse: collapse;
	border-top: 1px solid #BFAE5F;
	border-right: 1px solid #BFAE5F;
	width: 450px;
	font-size: 1em;
}

table.entry1Table th {
	padding: 10px 5px;
	border-bottom: 1px solid #BFAE5F;
	border-left: 1px solid #BFAE5F;
	text-align: center;
	font-size: 0.75em;
	line-height: 1.35;
	background: #EFEFEF;
}

table.entry1Table td {
	padding: 10px 5px;
	border-bottom: 1px solid #BFAE5F;
	border-left: 1px solid #BFAE5F;
	font-size: 0.75em;
	line-height: 1.35;
}
 
table.entry1Table th.captionCell {
	background: #EFE2A4;
}
table.entry1Table td.level0Cell {
	background: #EFDFC2;
}

table.entry1Table td.level1Cell {
	background: #EFDC86;
}
table.entry1Table td.level2Cell {
	background: #CFC881;
}
table.entry1Table td.level3Cell {
	background: #AFA38E;
}
