@charset "utf-8";

/*		Styles for all
----------------------------------------------------------*/

body,div,ul,li,h1,h2,h3,p
{
	margin: 0;
	padding: 0;
}

html {
	background:  0 url(../../img/bg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-base-color:#99ccff;   /*ベース*/
    scrollbar-track-color:#99CC66;  /*ない部分*/
    scrollbar-face-color:#30691E;   /*表面*/
    scrollbar-arrow-color:#FFFF33;  /*矢印*/
    scrollbar-3dLight-color:#99CC99;/*左上*/
    scrollbar-darkshadow-color:#003300;/*右下*/
}

body {
	text-align: center;
	color:#333333;
	background-image: url(../../img/bg/sogen.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

a:link {
	color: #006633;
}
a:visited {
	color: #006633;
}
a:hover {
	color: #CC3366;
}
a:active {
	color: #00FF00;
}
img {
	border: 0;
	vertical-align: bottom;
}

#wapper {
	width: 946px;
	margin: 0 auto;
}
#wapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wapper {
	display: inline-table;
	clear: both;
}
/* MacIE begin \*/
*+html #wapper {height: 1%;}
* html #wapper {height: 1%;}
#wapper {display: block;}
/* MacIE end */


/*		Main Content Area
----------------------------------------------------------*/
#mainContentArea {
	width: 660px;
	float: left;
}


/*		Header
-------------------------*/
#header	{
	width: 100%;
	position: relative;
}

#header h1 {
	margin: 0 auto;
	padding-top: 0px;
	color: #CC0066;
	font-size: 18px;
	text-align: center;
}


#header p {
	color: #333333;
	text-align: center;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 14px;
	font-weight: normal;
}






/*		Topics Area
-------------------------*/
#topicsArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* MacIE begin \*/
*+html #topicsArea {height:1%;}
* html #topicsArea {height:1%;}
#topicsArea {display:block;}
/* MacIE end */

#topicsArea h2{
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	height: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

/* 
■topicL1
========================================================= */
ol#topicL1 {
	margin: 0px 0;
	padding: 0;
	list-style: none;
}

ol#topicL1 li {
	float: left;
	padding-right: 6px;
	padding-left: 12px;
	background:   0 url(../../img/ico_arro.gif) no-repeat 50%;
}

ol#topicL1 li.home {
	padding-left: 18px;
	background:   0 url(../../img/ico_home.gif) no-repeat 50%;
}

ol#topicL1 li a:link,
ol#topicPath02 li a:visited {
	color: #006600;
	text-decoration: underline;
}

ol#topicL1 li a:hover,
ol#topicL1 li a:active {
	color: #0000FF;
	text-decoration: underline;
}

ol#topicL1 li em {
	font-style: normal;
	font-weight: normal;
	color: #99CC00;
}

/* 
■Clear
========================================================= */

ol:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

ol {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html ol {
	height: 1%;
}

ol {
	display: block;
}
/* End hide from IE-mac */


/* MacIE begin \*/
*+html ol#topicL1 {height: 1%;}
* html ol#topicL1 {height: 1%;}
#ol#topicL1 {display: block;}
/* MacIE end */



/*		Post
-------------------------*/
div.comm {
	padding: 18px 0;
	background: #FFFFFF;
	border: 1px solid #99CC66;
}
div.title {
	width: 640px;
	margin: auto;
}
div.title:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* MacIE begin \*/
*+html div.title {height:1%;}
* html div.title {height:1%;}
div.title {display:block;}
/* MacIE end */

div.title div.category {
	display: block;
	width: 3.5em;
	height: 3em;
	padding-top: 0.5em;
	background-color: #FFFFFF;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	float: left;
	background-image: url(../../img/acs001.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.title div.category p.cateName {
	font-size: 88%;
	font-weight: normal;
}
div.title div.category p.no {
	font-size: 150%;
	font-weight: 600;
}
div.commTitle {
	margin:0 0 0px 70px;
}
div.commTitle h3,
div.commTitle p {
	text-align: left;	
}
div.commTitle h3 {
	font-size: 10px;
	color: #663333;
	text-align: right;
	padding-top: 10px;
	font-weight: normal;
}
div.commTitle h3:first-letter {
	font-size: 138%;
}
div.commTitle h4,
div.commTitle p {
	text-align: left;	
}
div.commTitle h4 {
	padding-top: 5px;
	font-size: 18px;
	color: #CC6699;
}
div.commTitle h4:first-letter {
	font-size: 138%;
}
div.commTitle h5,
div.commTitle p {
	text-align: left;	
}
div.commTitle h5 {
	padding-top: 5px;
	font-size: 18px;
	color: #CC6699;
}
div.commTitle h5:first-letter {
	font-size: 138%;
}
div.commTitle p {
	font-size: 12px;
	color: #3366FF;
	text-align: left;
	text-indent: 10px;
}
div.comm div.read {
	width: 474px;
	margin: 0 auto;
}
div.comm div.read p {
	color: #333333;
	text-align: left;
	font-size: 75%;
	line-height: 1.8em;
}
div.comm div.read p em {
	font-style: normal;
	font-size: 150%;
	line-height: 1.8em;
	font-weight: normal;
}
div.comm div.read img {
	float: right;
}
div.comm p.more {
	width: 500px;
	margin: 5px auto auto;
	color: #565656;
	text-align: right;
	font-size: 75%;
	line-height: 1.7em;
	clear: both;
}
div.comm p.more a:link,
div.comm p.more a:visited {
	background-color: #CC3366;
	color: #FFFFFF;
	text-decoration: none;
}
div.comm p.more a:hover,
div.comm p.more a:active {
	background-color: #FFE1E1;
	color: #990066;
	text-decoration: underline;
}
.txLb {
    font-size: 12px;
	color: #000099;
	background-image: url(../img/title/bg_l_S.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}


/*		Side Content Area
----------------------------------------------------------*/
#sideContentArea {
	width: 244px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#localNavigation {
	margin-top: 0px;
	background:  0 url(../../img/sideBg.png) repeat-y;
	padding: 0px;
}
#localNavigation ul {
	width: 242px;
	margin: 0px;
	padding: 0px 1px;
	list-style: none;
}
/*\*/
* html #localNavigation ul {}	/* For Win IE */
/* */

#localNavigation ul li span {
	display:none;
}
#localNavigation ul li,
#localNavigation ul li a {
	display: block;
	width: 100%;
	height: 36px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


/*		Local Navigation
----------------------------*/
#localNavigation ul li.lnavi01 a:link,
#localNavigation ul li.lnavi01 a:visited{
	background:  url(../../img/lnavi01.png) no-repeat left bottom;
}
#localNavigation ul li.lnavi01 a:hover,
#localNavigation ul li.lnavi01 a:active {
	background:  url(../../img/lnavi01.png) no-repeat left top;
}
#localNavigation ul li.lnavi01active {
	background:  url("../img/lnavi01.png") no-repeat left top;
}

#localNavigation ul li.lnavi02 a:link,
#localNavigation ul li.lnavi02 a:visited{
	background:  url(../../img/lnavi02.png) no-repeat left bottom;
}
#localNavigation ul li.lnavi02 a:hover,
#localNavigation ul li.lnavi02 a:active {
	background:  url(../../img/lnavi02.png) no-repeat left top;
}

#localNavigation ul li.lnavi03 a:link,
#localNavigation ul li.lnavi03 a:visited{
	background:  url(../../img/lnavi03.png) no-repeat left bottom;
}
#localNavigation ul li.lnavi03 a:hover,
#localNavigation ul li.lnavi03 a:active {
	background:  url(../../img/lnavi03.png) no-repeat left top;
}

#localNavigation ul li.lnavi04 a:link,
#localNavigation ul li.lnavi04 a:visited{
	background:  url(../../img/lnavi04.png) no-repeat left bottom;
}
#localNavigation ul li.lnavi04 a:hover,
#localNavigation ul li.lnavi04 a:active {
	background:  url(../../img/lnavi04.png) no-repeat left top;
}

#localNavigation ul li.lnavi05 a:link,
#localNavigation ul li.lnavi05 a:visited{
	background:  url(../../img/lnavi05.png) no-repeat left bottom;
}
#localNavigation ul li.lnavi05 a:hover,
#localNavigation ul li.lnavi05 a:active {
	background:  url(../../img/lnavi05.png) no-repeat left top;
}

#localNavigation ul li.lnavi06 a:link,
#localNavigation ul li.lnavi06 a:visited{
	background:  url(../../img/lnavi06.png) no-repeat left bottom;
}
#localNavigation ul li.lnavi06 a:hover,
#localNavigation ul li.lnavi06 a:active {
	background:  url(../../img/lnavi06.png) no-repeat left top;
}

#localNavigation ul li.lnavi07 a:link,
#localNavigation ul li.lnavi07 a:visited{
	background:  url(../../img/lnavi07.png) no-repeat left bottom;
}
#localNavigation ul li.lnavi07 a:hover,
#localNavigation ul li.lnavi07 a:active {
	background:  url(../../img/lnavi07.png) no-repeat left top;
}

#localNavigation ul li.Ch01 a:link,
#localNavigation ul li.Ch01 a:visited{
	background:  url(../../img/title/navi_use01.jpg) no-repeat left bottom;
}
#localNavigation ul li.Ch01 a:hover,
#localNavigation ul li.Ch01 a:active {
	background:  url(../../img/title/navi_use01.jpg) no-repeat left top;
}

#localNavigation ul li.Ch02 a:link,
#localNavigation ul li.Ch02 a:visited{
	background:  url(../../img/title/navi_use02.jpg) no-repeat left bottom;
}
#localNavigation ul li.Ch02 a:hover,
#localNavigation ul li.Ch02 a:active {
	background:  url(../../img/title/navi_use02.jpg) no-repeat left top;
}

#localNavigation ul li.Ch03 a:link,
#localNavigation ul li.Ch03 a:visited{
	background:  url(../../img/title/navi_use03.jpg) no-repeat left bottom;
}
#localNavigation ul li.Ch03 a:hover,
#localNavigation ul li.Ch03 a:active {
	background:  url(../../img/title/navi_use03.jpg) no-repeat left top;
}

#localNavigation ul li.Ch04 a:link,
#localNavigation ul li.Ch04 a:visited{
	background:  url(../../img/title/navi_use04.jpg) no-repeat left bottom;
}
#localNavigation ul li.Ch04 a:hover,
#localNavigation ul li.Ch04 a:active {
	background:  url(../../img/title/navi_use04.jpg) no-repeat left top;
}

#localNavigation ul li.Ch05 a:link,
#localNavigation ul li.Ch05 a:visited{
	background:  url(../../img/title/navi_use05.jpg) no-repeat left bottom;
}
#localNavigation ul li.Ch05 a:hover,
#localNavigation ul li.Ch05 a:active {
	background:  url(../../img/title/navi_use05.jpg) no-repeat left top;
}


#localNavigation ul li.home00 a:link,
#localNavigation ul li.home00 a:visited{
	background:  url(../../img/title/home00.jpg) no-repeat left bottom;
}
#localNavigation ul li.home00 a:hover,
#localNavigation ul li.home00 a:active {
	background:  url(../../img/title/home00.jpg) no-repeat left top;
}
/* Fnavi
-------------------------------------------------*/
#fnavi {
	clear: none;
	margin: 0;
	padding: 0;
	width: 946px;
	text-align: center;
}

#fnavi:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}

/* MacIE begin \*/
* html #fnavi {
	height: 1%;
}
#fnavi {
	display: block;
}
/* MacIE end */






/* Footer
-------------------------------------------------*/
#footer {
	clear: both;
	margin: 0 auto;
	padding: 0px 0 0;
	text-align: center;
	font-size: 0.85em;
	background: #30691E;
	bottom: 0px;
}
*:first-child+html #footer {
	margin-left: -2px;
}
.tx {

    font-size: 14px;
	color: #333333;
	text-align: left;
}
.tx_s {


    font-size: 10px;
	color: #333333;
	text-align: center;
}
.page_top {
	font-size: 10px;
	color: #990066;
	text-align: right;
	font-weight: normal;
	padding: 5px;
	background-image: url(../img/title/up.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.page_top {
	font-size: 10px;
	color: #990066;
	text-align: right;
	font-weight: normal;
	padding: 5px;
	background-image: url(../img/title/up.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer p {
	color: #99CC66;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}

.ln_g {

	font-size: 10px;
	background-image: url(../../img/ico_arro.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

#bnArea {
	font-size: 10px;
	font-weight: normal;
	width: 242px;
	padding: 0px;
	text-align: center;
}
#bnArea p {
	font-size: 10px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 242px;
	text-align: left;
}
/* MacIE begin \*/
* html #bnArea {
	height: 1%;
}
#bnArea {
	display: block;
}
/* MacIE end */
