@charset "utf-8";

/* +===================================+
   | Overall Layout Plan               |
	 +===================================+ */
body												{ color:#464646;background:#f5f5f5; } 
	#wrapper									{ color:inherit;background:#ffffff; }
		#wrapper-inner					{ color:inherit;background:transparent;	}
			#header								{ color:inherit;background:transparent; }
				#header-inner				{ color:inherit;background:transparent; }
			#contents							{ color:inherit;background:transparent; }
				#contents-inner			{ color:inherit;background:transparent; }
					#main							{ color:inherit;background:transparent; }
						#main-inner			{ color:inherit;background:transparent; }
					#sidebar					{ color:inherit;background:transparent; }
						#sidebar-inner	{ color:inherit;background:transparent; }
					#sidebar2					{ color:inherit;background:transparent; }
						#sidebar2-inner	{ color:inherit;background:transparent; }
			#footer								{ color:#000000;background:transparent; }
				#footer-inner				{ color:#ffffff;background:transparent; }
					#extra						{ color:inherit;background:transparent; }
						#extra-inner		{ color:inherit;background:transparent; }
					#copyright				{ color:inherit;background:transparent; }


					#page							{ color:#464646;background:transparent; }	/* for page */
						#page-inner			{ color:inherit;background:transparent; }
/* +===================================+
   | Indivisual Layout Settings        |
	 +===================================+ */
@media screen {
body {
	text-align: center;
	margin:0;
	padding:0;
	width:100%;
	min-width: 750px;
		/* ページ全体の背景イメージ */
		background-image:url(../img/bg_img.png);
		background-repeat:repeat;
		background-position:left top;	
}
#wrapper {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 0px;
	margin: 0 auto;		/* コンテンツ全体の中央寄せ */
	height: auto;
	width: 750px;
	/* デザイン用イメージ。 稼働時はコメントアウトして消してください
	background-image:url(../img/blueprint_grid_20+10x18.png);
	background-repeat:repeat;
	background-position:left top;*/
}
}
@media print {
body {
	text-align: center;
	margin:0;
	padding:0;
	width:100%;
	background:transparent;
}
#wrapper {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 0px;
	margin: 0 auto;		/* コンテンツ全体の中央寄せ */
	width: 100%;				/* 必要に応じてページの幅を変えてください */
	height: auto;
	/* デザイン用イメージ。 稼働時はコメントアウトして消してください
	background-image:url(../img/blueprint_grid_20+10x18.png);
	background-repeat:repeat;
	background-position:left top;*/
}
}
#wrapper-inner {
}
#header {
	background-color: #fff;
	background-image: url(../img/header_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
}
#header-inner {
}
#header_imgBox {
	width: 80px;
	height: 150px;
	float: right;
}
.iCell {
	width: 8px;
	height: 75px;
	float: left;
}
#titleBar {
	text-align: left;
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	height: 40px;
	background-image: url(../img/header_bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#titleBar h1 {
	margin-top: 15px;
	margin-left: 5%;
	font-size: 1.95em;
	font-style: normal;
	font-weight: bolder;
	color: #fff;
}
* html #titleBar h1 { /* IE6 and below */
	margin-top: 16px;
	margin-left: 5%;
}
*:first-child+html #titleBar h1 { /* only for IE7 */
	margin-top: 16px;
	margin-left: 5%;
}
#titleBar h1 span {
	font-size: 0.6em;
	font-style: normal;
	font-weight: bolder;
	color: #fff;
	padding-left: 20px;
}

/* +----------------------------------------------------------------------------+
 	 |                                                                            |
	 +----------------------------------------------------------------------------+ */
#contents {
}
#contents-inner {
	width: 100%;
}

/* +-----------------------------------+
   | Footer                            |
	 +-----------------------------------+ */
#footer {
	clear: both;
}
#footer-inner {
	clear: both;
	width: 100%;
	height: 40px;
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat;
	background-position: left top;
}
#copyright {
	clear: both;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.leftC {
	margin: 0px;
	float: left;
}
.rightC {
	margin: 0px;
	float: right;
}
.e-mail {
	clear: both;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	padding-top: 0px;
	padding-left: 20px;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../img/mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Footer Navigation  */
#footer ul {
	text-align: right;
}
#footer li {
	display: inline;
	font-size: 0.75em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	position: relative;
	top: 11px;
}

#footer a         { color: #543f32; } /* 憲法色 けんぽういろ #543f32 */
#footer a:link    { color: #543f32; } /* 憲法色 けんぽういろ #543f32 */
#footer a:visited { color: #640125; } /* 葡萄色 えびいろ #640125 */
#footer a:hover   { color: #bb5520; } /* 代赭 たいしゃ #bb5520 */
#footer a:active  { color: #bb5520; } /* 代赭 たいしゃ #bb5520 */


/* +-----------------------------------+
   | anchor                            |
	 +-----------------------------------+ */
a         { color: #543f32; } /* 憲法色 けんぽういろ #543f32 */
a:link    { color: #543f32; } /* 憲法色 けんぽういろ #543f32 */
a:visited { color: #640125; } /* 葡萄色 えびいろ #640125 */
a:hover   { color: #bb5520; } /* 代赭 たいしゃ #bb5520 */
a:active  { color: #bb5520; } /* 代赭 たいしゃ #bb5520 */
a 				{	text-decoration: none; }
a img			{ border: none }
.pagetop 	{
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* +-----------------------------------+
   | pagemenu (navigation)						 |
	 +-----------------------------------+ */
ul#pagemenu {
	padding: 0px;
	list-style-type: none;
	background-color: #69821b; /* #69821b 苔色 こけいろ */
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
ul#pagemenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
ul#pagemenu li a {
	color: #fff; /* #ffffff 白 しろ */
	text-decoration: none;
}
/* +-----------------------------------+
   | Navigation												 |
	 +-----------------------------------+ */
#navigation {
	background: #69821b; /* 苔色 こけいろ #69821b */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aacf53; /* 萌黄 もえぎ #aacf53 */
}
#navi {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navi ul {
	text-align: center;
}
#navi li {
	display: inline;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	position: relative;
	top: 11px;
}

html>body #navi li {
	background: #000;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#navi a, #navi a:link, #navi a:visited {
	border: 1px solid #FFF;
	color: #FFF;
	cursor: pointer;
	display: inline;
	height: 1.2em;
	margin: 0;
	padding: 3px 5px 3px 5px;
	position: relative;
	right: 2px;
	bottom: 2px;
	text-decoration: none;
	background-color: #c9171e; /* 深緋 こきひ #c9171e */
}

#navi a:hover {
	bottom: 1px;
	color: #FFF;
	position: relative;
	right: 1px;
	background-color: #f0908d; /* 薄紅 うすべに #f0908d */
}

#navi a:active {
        background: #999;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}

#navi li#active {
        background: #369;
        display: inline;
        margin: 0 3px 0 0;
        padding: 0;
        position: relative;
				bottom: 13px;
}

html>body #navi li#active {
        background: #000;
        margin: 0 4px 0 4px;
}

#navi #active a, #navi #active a:link, #navi #active a:visited, #navi #active a:hover {
	border-top: none;
	border-left: 1px solid #aacf53; 	/* 萌黄 もえぎ #aacf53 */
	border-right: 1px solid #aacf53; 	/* 萌黄 もえぎ #aacf53 */
	border-bottom: 1px solid #aacf53; 		/* 萌黄 もえぎ #aacf53 */
	color: #FFFFFF;
	cursor: text;
	margin: 0;
	padding: 2px 5px 0 5px;
	position: relative;
	right: 0;
	bottom: 0;
	background-color: #69821b; /* 苔色 こけいろ #69821b */
}

/* <<<<<  >>>>> */

/* +===================================+
   | commonly used styles						   |
	 +===================================+ */
.alignLeft, .alignRight, .alignCenter, .alignJust {
	padding: 0px;
	margin-bottom: 1em;
	letter-spacing: 0.15em;
	line-height: 1.3em;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignJust {
	text-align: justify;
	text-justfy: inter-ideograph; /* for IE */
}
.leftPad10 {
	padding-left: 10px;
}
.topPad10 {
	padding-top: 10px;
}
.topMar20 {
	margin-top: 20px;
}
.imgLeft {
	float: left;
}
.imgRight {
	float: right;
	border: none;
	margin: 10px;
}
h1, h2, h3, h4, h5, h6 { color: #69821b; /* 苔色 こけいろ #69821b */ }

/* +-----------------------------------+
   | for all pages										 |
	 +-----------------------------------+ */
.sectionBlock {
	background-color: #ede4cd; /*練色 ねりいろ #ede4cd */
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#singlePage {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}
#singlePage h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
}
#singlePage h3 {
	font-size: 1.3em;
	font-weight: bold;
	background-image: url(../img/momoicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-left: 32px;
}
#singlePage p {
	font-size: 1.0em;
	margin-right: 20px;
	margin-left: 20px;
}
#singlePage ul {
	margin-right: 20px;
	margin-left: 40px;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 10px;
}
#singlePage li {
	text-align: left;
	font-size: 0.975em;
	padding: 0px;
	letter-spacing: 0.25em;
	line-height: 1.3em;
}

/* +-----------------------------------+
   | for index.html										 |
	 +-----------------------------------+ */
#wrapperToppage { color:inherit;background:#ffffff; }
#wrapperToppage {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 0px;
	margin: 0 auto;		/* コンテンツ全体の中央寄せ */
	width: 500px; 
	height: auto;
	/* デザイン用イメージ。 稼働時はコメントアウトして消してください
	background-image:url(../img/blueprint_grid_20+10x18.png);
	background-repeat:repeat;
	background-position:left top;*/
}
#topPage {
	margin: 0px;
}
#page_imgBox {
	width: 278px;
	height: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.pimg_Line {
	width: 278px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

/* +-----------------------------------+
   | ホーム														 |
	 +-----------------------------------+ */
#homePage {
/*	background-color: #ede4cd;*/ /*練色 ねりいろ #ede4cd */
/*	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;*/
}
#homePage h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
}
#homePage h3 {
	font-size: 1.3em;
	font-weight: bold;
}
#homePage p {
	font-size: 1.1em;
	margin-right: 20px;
	margin-left: 20px;
}
#homePage ul {
	margin: 0;
	padding-left: 20px;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../img/donguri_chiisaino.gif);
}
#homePage ul li {
	text-align: left;
	font-size: 0.975em;
	padding: 0px;
	letter-spacing: 0.25em;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.homePageIndex {
	padding-left: 20px;
	background-image: url(../img/donguri_futsuuno.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 3px;
	border-top-style: ridge;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.homePageIndexB {
	padding-left: 20px;
	background-image: url(../img/donguri_futsuuno.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.homeFrame {
	margin-right: 5%;
	margin-left: 5%;
}
.paneCenter {
	width: 80%;
	min-width: 230px;
	margin: 0px auto;
	border: 3px ridge #fff;	
}
.paneCenterWOFrame {
	width: 90%;
	min-width: 230px;
	margin: 0px auto;
}

/* +-----------------------------------+
   | ご利用上のお願い									 |
	 +-----------------------------------+ */
#noticePage {
/*	background-color: #ede4cd;*/ /*練色 ねりいろ #ede4cd */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}
#noticePage h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#noticePage h3 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;	
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 0.8em;
	margin-left: 20px;
	letter-spacing: 0.15em;
	background-image: url(../img/momoicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
}
#noticePage p {
	font-size: 1.0em;
	margin-right: 20px;
	margin-bottom: 1.1em;
	margin-left: 20px;
	color: #464646;
}
#linkBlock {
	margin-left: 10px;
	margin-right: 10px;
}
.browserNotice {
	margin-right: 50px;
	margin-left: 50px;
	list-style-type: circle;
}
.browserNotice li {
	text-align: left;
	font-size: 0.975em;
	padding: 0px;
	letter-spacing: 0.25em;
	line-height: 1.3em;
}
.linkNotice {
	list-style-type: square;
}
.linkNotice li {
	text-align: left;
	font-size: 0.975em;
	padding: 0px;
	letter-spacing: 0.25em;
	line-height: 1.3em;
}

.close {
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


