/******************************************************************************/
/* Reset */
/* LinkColor */
/* Headline */
/* Layout */
/* Header */
/* Breadcrumb */
/* Content */
/* Center LR Column */
/* Decoration */
/* Left Right Column */
/* Left Right Column Title */
/* Left Right Column Content */
/* Footer */
/* for accessibility */
/******************************************************************************/

/* Reset */
* {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}

/* LinkColor */
a:link		{
    color: #336699;
}
a:visited	{
    color: #6699cc;
}
a:hover		{
    color: #cc6666;
}
a:active	{
    color: #cc6666;
}

/* Headline */
h1 {
    font-size: 140%;
				margin:0 0 10px;
}
h2, h3 {
    font-size: 120%;
}
h4, h5 {
    font-size: 100%;
}

/* Layout */
body {
    font-size: 0.8em;
    color: #333;
    text-align: center;
				background-color:#DDDDDD;
}
body #Wrapper{
	padding-top:15px;
}
body.ShowBlockL0R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL1R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL0R1 #Wrapper {
    width: 100%;
    float: left;
				margin-right: -200px;
}
body.ShowBlockL1R1 #Wrapper {
    width: 100%;
    float: left;
				margin-right: -200px;
}

body.ShowBlockL0R0 #CenterColumn {
    float: left;
    width: 100%;
}
body.ShowBlockL1R0 #CenterColumn {
    float: right;
    width: 100%;
				margin-left: -270px;
}

body.ShowBlockL0R1 #CenterColumn {
				margin-right: 200px;
}
body.ShowBlockL1R1 #CenterColumn {
    width:100%;
    float:right;
    margin-left: -200px;
}

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 270px;
}
body#staff_blog #CenterWrapper,body#sns #CenterWrapper,body#member_blog #CenterWrapper{
	 margin-left: 200px;
}
body.ShowBlockL1R1 #CenterWrapper {
    margin-right: 200px;
    margin-left: 200px;
}

div#Container {
    margin: 0 auto;
    padding: 0;
    /*width: 100%;*/
	 width: 820px;
    text-align: left;
	background-color:#FFF;
}

div#CenterWrapper {
				padding: 10px;
				padding-top: 0px;
}

/* Header */
div#Header {
    width: 100%;
    height: 40px;
	color: #fff;
				background-color: white;
}
div#Header div#Logo {
	float: left;
	padding-top: 10px;
	padding-left:10px;
	color: gray;
	font-size: 10px;
}
div#Header div#links {
	float: right;
	color: gray;
	font-size: 11px;
	padding-top:23px;
	padding-right: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#Header a:link,
div#Header a:visited {	
    color: #FFF;
				text-decoration: none;
}
/* Breadcrumb */
div#breadcrumb, div#theme_breadcrumbs {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: #DDD solid 1px;
}

/* Content */
div#CenterColumn  h2.BlockTitle {
	 	background-color:#719710;
		background-image: url(images/title_block_bg.gif);
}
div#CenterColumn div.BlockContent {
border: 1px solid gray;
padding:10px;
    font-size: 100%;
    line-height: 1.6;

    clear:both;
}
div#ModuleContents {
    font-size: 100%;
    line-height: 1.6;
    padding: 0;
    clear:both;
}
p {
    margin: 10px 0;
    clear:both;
    margin-bottom: 10px;
}

/* Center LR Column */
div#CenterLColumn {
    float: left;
    width: 49%;
}
div#CenterRColumn {
    float: right;
    width: 49%;
}

div.CenterCblock {
    clear: both;
				margin-bottom:20px;
}
div.CenterCblock2 {
    clear: both;
				/*margin:20px;*/

}
div.CenterCblock2 .BlockContent2{
	
}
div.CenterLblock {
    clear: both;
}
div.CenterRblock {
    clear: both;
}

/* Decoration */
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}

/* Left Right Column */
div#LeftColumn {
    float: left;
    width: 270px;
}
#staff_blog div#LeftColumn,#sns div#LeftColumn,#member_blog div#LeftColumn{
	 float: left;
    width: 200px;
}
div#RightColumn {
    float: right;
    width: 200px;
				background-color:#EEE;
}

div.LeftBlock, div.RightBlock {
				/*padding: 10px 0;*/
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle {
    margin: 0 5px 5px 10px;
				padding: 0 10px;
				color: #FFF;
				line-height: 1.5;
				background-color:#719710;
		background-image: url(images/title_block_bg.gif);

}
div#RightColumn h2.BlockTitle {
    margin: 0 0 5px 0;
				padding: 0 10px;
				color: #FFF;
				line-height: 1.5;
				background-color:#666;

}

/* Left Right Column Content */
div#LeftColumn .BlockContent {
    /*text-align:center;*/
	 text-align: left;
	 	 		margin-left: 10px;
}
body#staff_blog div#LeftColumn .BlockContent {
    /*text-align:center;*/
	 text-align: left;
	 	 		margin-left: 10px;
				margin-top:5px;
				margin-bottom: 5px;
}
div#RightColumn .BlockContent {
    text-align:center;
}
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
    text-align:left;
}

/* Footer */
div#BacktoTop {
    text-align: right;
    margin: 10px 0px 5px;
    clear: both;
    font-size:80%;
}
div#Footer {
    clear: both;
    width: 100%;
    margin: 0 auto;
	 font-size: 12px;
				/*background-color:#CCC;*/
}
div#Footer a{
	color: gray;
	text-decoration: none;
}
div#Footer p {
    margin: 0 10px;
    padding: 10px 0;
    text-align: right;
}

div#Banner {
    clear: both;
    width: 100%;
    margin: 0 auto;
				padding: 20px 0;
}

/* for accessibility */
.Skip {	
    position: absolute;
    left: -999em;
}

/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/

/* XOOPS Main Menu */
.mainmenu, #usermenu {
    margin:0;
    padding:0;
    text-align:left;
}
.mainmenu li, #usermenu li {
    display: inline;
}
.mainmenu a {
    display: block;
    border-bottom: #DDD solid 1px;
				margin:0 1px;
}
.mainmenu a:hover {
    background-color: #EEE
}
.mainmenu a.menuTop {
    padding: 5px 10px;
}
.mainmenu a.menuMain {
    padding: 5px 10px;
}
.mainmenu a.menuSub {
    padding: 5px 5px 5px 15px;
}

#usermenu a {
    display: block;
    border-bottom: #DDD solid 1px;
				margin:0 1px;
    padding: 5px 10px;
}
#usermenu a:hover {
    background-color: #EEE
}
#usermenu a.menuTop {}
#usermenu a.highlight {
    background-color: #FCC;
}

/* XOOPS table */
table {
    width: 100%;
    margin: 0;
    padding: 0;
}
td {
    padding: 5px;
    vertical-align: top;
}
* html td {
    font-size: 0.8em;
} /* IE6 */

.outer {}
.head {
    background-color: #CCC;
    padding: 5px;
    font-weight: bold;
}
.even {
    background-color: #EEE;
    padding: 5px;
}
.odd {
    background-color: #FAFAFA;
    padding: 5px;
}
.foot {
    padding: 5px;
}

tr.even td {
    background-color: #EEE;
    padding: 5px;
}
tr.odd td {
    background-color: #FAFAFA;
    padding: 5px;
}

/******************************************************************************/

/* XOOPS item */
.item {}
.itemHead {
    padding: 3px;
    background-color: #666;
    color: #FFF;
}
.itemInfo {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.itemTitle a {
    font-weight: bold;
    font-variant: small-caps;
    color: #FFF;
    background-color: transparent;
}
.itemPoster {
    font-size: 90%;
}
.itemPostDate {
    font-size: 90%;
}
.itemStats {
    font-size: 90%;
}
.itemBody {
    padding-left: 0px;
}
.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 100%;
}
.itemText:first-letter {}
.itemFoot {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.itemAdminLink {
    font-size: 90%;
}
.itemPermaLink {
    font-size: 90%;
}

/* XOOPS Error Msg */
div.errorMsg {
    background-color: #FFCCCC;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.confirmMsg {
    background-color: #DDFFDF;
    color: #136C99;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.resultMsg {
    background-color : #CCCCCC;
    color: #333333;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    font-weight: bold;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 10px;
}

/* XOOPS Code & Quote */
div.xoopsCode {
    background: #FAFAFA;
    border: 1px inset #000080;
    font-family: "Courier New",Courier,monospace;
    padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
    background-color:#FAFAFA;
    border: #336699 solid 1px;
    padding: 3px;
}

/* XOOPS com */
.comTitle {
    font-weight: bold;
    margin-bottom: 2px;
}
.comText {
    padding: 2px;
}
.comUserStat {
    font-size: 10px;
    color: #2F5376;
    font-weight:bold;
    border: 1px solid silver;
    background-color: #ffffff;
    margin: 2px;
    padding: 2px;
}
.comUserStatCaption {
    font-weight: normal;
}
.comUserStatus {
    margin-left: 2px;
    margin-top: 10px;
    color: #2F5376;
    font-weight:bold;
    font-size: 10px;
}
.comUserRank {
    margin: 2px;
}
.comUserRankText {
    font-size: 10px;font-weight:bold;
}
.comUserRankImg {
    border: 0;
}
.comUserName {}
.comUserImg {
    margin: 2px;
}
.comDate {
    font-weight: normal;
    font-style: italic;
    font-size: smaller;
}
.comDateCaption {
    font-weight: bold;
    font-style: normal;
}
/* module */
#info_body .about{
background-image: url(images/bg_about.jpg);
background-repeat: no-repeat;
background-position: right top;
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
#info_body .gaiyo{
background-image: url(images/bg_gaiyo.jpg);
background-repeat: no-repeat;
background-position: right top;
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
#info_body .jigyou{
background-image: url(images/bg_jigyou.jpg);
background-repeat: no-repeat;
background-position: right top;
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
#info_body .policy{
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
#info_body .jigyou2{
background-image: url(images/bg_jigyou2.jpg);
background-repeat: no-repeat;
background-position: right top;
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
#info_body .over_txt {
width: 450px;
margin-top:30px;
}
.top_hataraku{

}
.top_hataraku img{
	margin-bottom: 5px;
}
.etc_hataraku{
margin-left: 10px;
}
.etc_hataraku img{
	margin-right: 8px;
}
.top_login{
text-align: center;
}
.top_login input{
margin-bottom: 5px;
}

#working_body .about{
background-image: url(images/bg_hataraku.jpg);
background-repeat: no-repeat;
background-position: right top;
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
#working_body .kodomo{
background-image: url(images/bg_kodomo.jpg);
background-repeat: no-repeat;
background-position: right top;
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
#working_body .w2{
background-image: url(images/bg_w2.jpg);
background-repeat: no-repeat;
background-position: right top;
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
#working_body .w3{
background-image: url(images/bg_w3.jpg);
background-repeat: no-repeat;
background-position: right top;
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
#working_body .w4{
background-image: url(images/bg_w4.jpg);
background-repeat: no-repeat;
background-position: right top;
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
#working_body .over_txt {
width: 450px;
margin-top:30px;
}
#kiku_body .about{
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
#kiku_body .tex_left{
float: left;
width:360px;
margin-right: 20px;
text-align: justify; 
text-justify: inter-ideograph;
}
#kiku_body .tex_right{
	float:left;
	width:360px;
text-align: justify; 
text-justify: inter-ideograph;
}
#kiku_body .tex_right img{
padding-left:40px;
padding-bottom:10px;
}
#kiku_body .vol1{
	position: relative;
}
#kiku_body .vol1 .vol1_txt{
position: absolute;
top: 0px;
right: 10px;
	width:280px;
	color: white;
	line-height: 120%;
	font-size: 12px;
}
#kiku_body .vol2{
	position: relative;
}
#kiku_body .vol2 .vol2_txt{
position: absolute;
top: 0px;
left: 10px;
	width:280px;
	color: white;
	line-height: 120%;
	font-size: 12px;
}
#staff_body .about{
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
#staff_body .golist{
	text-align: right;
}
#staff_body .golist a{
	color: #6b8e23;
	text-decoration: none;
}
#staff_body .golist a:hover{
	color: #6b8e23;
	text-decoration: underline;
}
#staff_body table{
border-collapse: collapse;
border: 1px solid gray;
}
#staff_body th{
	padding: 5px;
	text-align: center;
	border-left: 1px solid gray;
	
}
#staff_body td{
	padding: 5px;
	padding-left:10px;
}
#staff_body td a{
text-decoration: none;
color: black;
}
#staff_body td a:hover{
text-decoration: underline;
color: #32cd32;
}
#staff_body tr.bg_top{
	border-left: 5px solid gray;
}
#staff_body tr.bg1{
	background-color: #dcdcdc;
	border-left: 5px solid #6b8e23;
}
#staff_body tr.bg2{
	background-color: #f5f5f5;
	border-left: 5px solid #9acd32;
}
#staff_body td.w1{
	border-right: 1px solid gray;
	vertical-align: middle;
}
#staff_body td.w2{
	border-right: 1px solid gray;
	vertical-align: middle;
}
#staff_body td.w4{
border-left: 1px solid gray;
	vertical-align: middle;
}
#staff_body .namae{
	color: #6b8e23;
	font-weight: bold;
margin-bottom:20px;
font-size: 16px;
}
#staff_body .name_in{
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;

}
#staff_body .keireki{
background-color: #696969;
padding: 5px;
text-align:center;
color:white;
margin-left: 180px;
margin-right: 10px;
margin-bottom: 5px;
font-weight: bold;
}
#staff_body .keireki_txt{
line-height: 110%;
margin-left: 180px;
margin-right: 10px;
}
#staff_body .kobetu{
	clear: both;
	margin-top: 20px;
	
}
#staff_body .kobetu_title{
width:100px;
float: left;
font-weight: bold;
}
#staff_body .kobetu_txt{
float:right;
width:550px;
clear: both;
margin-bottom: 20px;
}
#kodomo_body{
background-image: url(images/bg_kodomo2.jpg);
background-repeat: no-repeat;
background-position: right top;
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
text-align:left;
}
#kodomo_body table{
width:560px;
margin-left: 100px;
border-collapse: separate;
border-spacing: 2px;
background-color: #fbfdfb;
}
#kodomo_body th{
	background-color: #dfecdf;
	border-bottom: 1px solid #2e8b57;
	border-right: 1px solid #2e8b57;
	padding: 5px;
}
#kodomo_body td{
background-color: white;
	border-bottom: 1px dashed #2e8b57;
}
#kodomo_body .child{
}
#kodomo_body .child .child_img{
	width:130px;
	float: left;
}
#kodomo_body .child .child_txt{
	float: left;
	width:600px;
}
#kodomo_body .child .child_detail{
	padding: 10px;
	border-top: 1px dashed silver;
	font-size: 12px;
	line-height: 120%;
}
#inaka{
margin-left: 20px;
margin-right: 20px;
}
#inaka .list img{
	width: 80px;
	height: auto;
}
#inaka2{
margin-left: 0px;
margin-right: 0px;
}
#inaka2 .list img{
	width: 80px;
	height: auto;
}
.navi{
width:100%;
border-bottom: 1px dashed silver;
border-top: 1px dashed silver;
margin: 0px;
margin-top: 5px;
padding:0px;
}
.navi td{
	margin: 0px;
padding:0px;
}

.inaka_list{
	margin-top:20px;
}
.inaka_list th{
	font-size: 14px;
	font-weight: normal;
	text-align:center;
}
.inaka_list th a,.inaka_list th a:visited{
text-decoration: none;
color: #464646;
}
.inaka_list td{
	font-size:12px;
	line-height: 110%;
}
.inaka_list .cel1{
	background-color: #cccccc;
	white-space: nowrap;
	border:1px solid #666666;
	border-right: 0px;
	text-align: center;
	vertical-align: middle;
}
.inaka_list .cel2{
	white-space: nowrap;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align: center;
	vertical-align: middle;
}
.inaka_list .cel3{
	background-color: #cccccc;
	width:300px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
.inaka_list .cel4{
	width:180px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
.inaka_list .celimg{
	width:auto;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
.inaka_list .cel5{
	background-color: #cccccc;
	border:1px solid #666666;
	border-left: 0px;
	text-align: center;
	vertical-align: middle;
}
.inaka_list .cel6{
height: 5px;
font-size:1px;
padding: 0px;
}
.inaka_detail{
	margin-top:10px;
	line-height: 130%;
	font-size: 90%;
}
.inaka_detail .k_img{
	margin-bottom: 10px;
}
.inaka_detail .k_img .bgimg{
background-image: url(images/none.gif);
background-repeat: no-repeat;
width: 70px;
height: 20px;
float: left;
color: white;
text-align: center;
vertical-align: middle;
margin-right: 3px;
padding-top: 3px;
font-size: 12px;
}
.inaka_detail .k_img .bgimg2{
background-image: url(images/none2.gif);
background-repeat: no-repeat;
width: 143px;
height: 20px;
float: left;
color: white;
text-align: center;
vertical-align: middle;
margin-right: 3px;
padding-top: 3px;
font-size: 12px;
}
.inaka_detail td{
	padding:0px;
}
.inaka_detail .title{
color:#6e9506;
font-size: 200%;
line-height: 130%;
}
.inaka_detail .sub{
color:#6e9506;
font-size: 140%;
line-height: 120%;
font-weight: bold;
}
.inaka_detail .in1,.inaka_detail .in2{
	width: 447px;
}
.inaka_detail .in1 img{
margin-right: 5px;
margin-bottom: 5px;
}
.inaka_detail .in3{
	width: 290px;
	border: 1px solid #cdcdcd;
}
.inaka_detail .in3 td{
background-color: #f2f2f2;
}
.inaka_detail .in3 .fsb{
font-size: 100%;
margin-left: 5px;
margin-top: 5px;
}
.inaka_detail .in3 .fss{
margin-left: 15px;
margin-top:2px;
margin-bottom: 2px;
}
.inq_form{
	/*background-color: aqua;*/
	/*border: 1px solid silver;*/
}
.inq_form th{
	text-align: center;
}
.inq_form td{
	/*border: 1px solid silver;*/
	border-bottom: 1px solid silver;
	border-right:1px solid silver;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}
.inq_form .title{
	
}
.inq_form .stext{
	font-size: 12px;
	text-align: left;
}
.inq_form .formtitle{
background-color: #eeeeee;
}
.inq_form .formbtn{
	border:0px;
}
.inq_form input{
	width:200px;
}
#inaka input[type=submit]{
background-color: #9acd32;
	background-image: url(images/title_block_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: white;
	padding: 2px;
	cursor: pointer;
}
.inq_form input[type=submit]{
	width:100px;
}
.inq_form input[type=reset]{
	width:100px;
}
.hikoukai{
	background-color: #ffb6c1;
}
.inaka_detail .db4,.inaka_detail .db3{
	width: 280px;
	border: 1px solid #cdcdcd;
}
.inaka_detail .db4 td,.inaka_detail .db3 td{
background-color: #f2f2f2;
}
.inaka_detail .db4 .fsb,.inaka_detail .db3 .fsb{
font-size: 100%;
margin-left: 5px;
margin-top: 5px;
}
.inaka_detail .db4 .fss,.inaka_detail .db3 .fss{
margin-left: 15px;
margin-top:2px;
margin-bottom: 2px;
}
.inaka_detail .db_inq{
	margin: 10px;
	border: 1px solid silver;
	background-color: white;
	text-align: left;
	padding: 5px;
	word-break: break-all;
}

