/* 全般設定 */
html {
	background:#6BC827;
}

body {
	margin:0px;
	padding:0px;
	background:#ffffff;
	background-image:url(../../images/common/bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-attachment: fixed;
	font-size:75%;
	line-height:1.9em;
	color:#333333;
	font-family:"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	text-align:center;
}


html>/**/body {
	margin:0px;
	padding:0px;
	background:#ffffff;
	background-image:url(../../images/common/bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-attachment: fixed;
	font-size:12px;
	line-height:1.9em;
	color:#333333;
	font-family:"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	text-align:center;
}


h1,h2,h3,h4,h5,h6,p,{
	margin:0px; padding:0px;
}


p{
	margin:1.4em 0px;
}


table {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border:solid 1px #B1C0A6;
}

table td {
	padding:4px;
	font-size:1.0em;
	line-height:1.6em;
	border:solid 1px #B1C0A6;
}

th {
	padding:10px 4px;
	font-size:1.0em;
	font-weight:normal;
	white-space:nowrap;
	text-align:left;
	background-image:url(../../images/common/thbg.gif);
	border:solid 1px #B1C0A6;
}

table.bordernone{
	border:none;
}

table.bordernone td{
	border:none;
}


table.bordernone th{
	border:none;
}




/* 全般的なリンクの設定 */
a {
	color:#009966;
	text-decoration:underline;
}

a:hover {
	color:#339999;
	text-decoration:none;
}

/* リンク・触れたらへこむ */
.movelink a {
	text-decoration:none;
}

.movelink a:hover {
	position:relative ;
	top:3px ;
	left:3px ;
}


/* 一般タグの設定 */
h1 {
	background-image:url(../../images/headline/h1bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:1.2em;
	border:solid 1px #DBF0B8;
	padding:12px 0em;
	padding-left: 40px;
	margin:0px;
	margin-bottom:1.4em;
}

h1 a {
	text-decoration:none;
	color:#333333;
}


h2 {
	font-size:1.1em;
	margin:1.4em 0em;
	padding:9px 0px 5px 5px;
	border-bottom:solid 4px #58C10C;
	background-image:url(../../images/headline/h2bg.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#363647;
}


h2 a{
	color:#363647;
	text-decoration:none;
}

h3 {
	background-image:url(../../images/headline/h3bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:1.0em;
	margin:1.0em 0 5px 0 ;
	color:#363647;
	padding: 13px 0px 5px 30px;
}

h3 a{
	color:#363647;
	text-decoration:none;

}

h4 {
	font-size:1.0em;
	margin:1.4em 0 0 0;
	color:#363647;
}


h5 {

}

h6{

}



hr{
	height:1px;
	border-top:dotted 1px #58C10C;
	margin:1em 0;
}




/* リスト表示の設定 */
ul {
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-left:10px;
	text-align:left;
	font-size:1.0em;
}

ol {
	margin:0px;
	margin-left:15px;
	padding:0px;
	padding-left:10px;
	text-align:left;
	font-size:1.0em;
}

li {
	list-style:outside;
	margin:0.5em 0em;
	background-image:none;
}


dl,dt,dd,
form,fieldset,input,textarea,button{
	margin:0;
	padding:0;
	font-size:100%;
}

dd{
	margin-bottom:1em;
}




p.next{
	margin-top:5px;
	text-align:right;
}




/* 枠組装飾の設定 */
.waku{
	border:solid 1px #58C10C;
	padding:10px;
}

.waku02{
	background: #E0EEE0;
	padding:10px;
}

.topic01{
	border:solid 1px #58C10C;
	margin:1.4em 0px;
	padding:10px;
}

.topic02{
	background: #E0EEE0;
	margin:1.4em 0px;
	padding:10px;
}



input.formButton {
}




#container {
	width:750px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	display:inline-block;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/*ヘッダーブロックの定義*/

#header{
	margin:0px;
	padding: 0px;
	text-align:left;
	font-size:1.2em;
	height:110px;
}

#logo{
	width:350px;
	margin:0;
	float:left;
}

#logo1{
	margin:0;
	margin-top:23px;
}

#logo2{
	width:400px;
	margin:0;
	text-align:right;
	float:right;
}

#headermenu {
	width:350px;
	margin:0;
	margin-top: 45px;
	text-align:right;
	float:right;
}


/*
#logo{
	width:450px;
	margin:0;
	float:right;

}

#logo2{
	width:400px;
	margin:0;
	margin-top:15px;
	float:left;
}

#headermenu {
	width:350px;
	margin:0;
	margin-top: 40px;
	text-align:right;
	float:left;
}
*/

.hidden{
	display:none;
}



/* 右ブロックの定義*/
#rightcolumn{
	margin-bottom:10px;
}


.rblock{
	margin-bottom:5px;
}

#navi1{
	padding:0 0 10px 0;
}




/* 左ブロックの定義*/
#leftcolumn {
	width:170px;
	margin:0px;
	padding:0px;
	float:left;
	font-size:1.0em;
}


#leftcolumn .blockContent {
	margin:0px;
	padding:0px;
}


.leftmenu{
	margin:0;
	font-size:1.0em;
	font-weight:bold;
	border:solid 1px #DBF0B8;
	background-image:url(../../images/common/leftmenubg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px 0px;
	padding-left: 30px;
	line-height:1.2em;
}


/* 左ブロック　メインメニューの定義*/

#mainmenu{
	background: #ffffff;
	border-top:solid 1px #B1C0A6;
	border-bottom:solid 2px #B1C0A6;
}

#mainmenu a {
	margin:0px;
	font-weight:normal;
	border-bottom:solid 1px #B1C0A6;
	background-image:url(../../images/common/listbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:8px 0px;
	line-height:1.5em;
}

#mainmenu a.menuTop {
	border-top:none;
	padding-left:25px;
}

#mainmenu a.menuMain {
	padding-left:25px;
}

#mainmenu a.menuSub {
	background-image:none;
	line-height:1.2em;
	border-bottom:dotted 1px #B1C0A6;
	background:#F4FFE0;
	padding: 10px 5px 10px 8px;
}

#mainmenu a:hover.menuTop {
	color:#666666;
	text-decoration:none;
	background: #EAF7E1;
	background-image:url(../../images/common/listhoverbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#mainmenu  a:hover.menuMain {
	color:#666666;
	text-decoration:none;
	background: #EAF7E1;
	background-image:url(../../images/common/listhoverbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#mainmenu  a:hover.menuSub {
	color:#666666;
	text-decoration:none;
	background: #EAF7E1;
}


/*左ブロック　ユーザーメニューの定義*/

#usermenu{
	background: #ffffff;
	border-top:solid 1px #B1C0A6;
	border-bottom:solid 2px #B1C0A6;
}

#usermenu a {
	margin:0px;
	padding:6px;
	font-weight:normal;
	border-bottom:solid 1px #B1C0A6;
	line-height:1.5em;
}

#usermenu a:hover {
	color:#666666;
	text-decoration:none;
	background: #EAF7E1;
}

#usermenu a.menuTop {
	text-decoration:none;
}

#usermenu a.highlight {
}




/* 左ブロック・カスタムブロックの定義*/
.lblock01 {
	margin-bottom:1em;
}

.lblock02 {
	margin-bottom:1em;
	padding: 5px;
	background: #ffffff;
}

.banner {
	margin-bottom:10px;
}



/*中央ブロックの定義*/
#centercolumn {
	background: #ffffff;
	margin:0px;
	margin-left:5px;
	padding:0px 5px;
	width:560px;
	float:right;
}


#centercolumn table{
	width:100%;
	font-size:1.0em;
}



/*中央-中央ブロックの定義*/
#centerCcolumn {
	margin:0px;
	padding:0px;
}

#centerCcolumn2 {
	clear:both;
	margin:0px;
	padding:0px;
}


#centerCcolumn .blockTitle {
	margin-bottom:5px;
}

#centerCcolumn .blockContent {
	font-size:1.2em;
	margin:0px;
	padding:0px;
}




/*中央-左ブロックの定義*/
#centerLcolumn {
	width:270px;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}

#centerLcolumn .blockTitle {

}

#centerLcolumn .blockContent {
	font-size:1.2em;

}

/*中央-右ブロックの定義*/
#centerRcolumn {
	width:270px;
	float:right;
	margin-left:5px;
	margin-bottom:10px;
}

#centerRcolumn .blockTitle {

}

#centerRcolumn .blockContent {
	font-size:1.2em;
}



/*コンテンツブロックの定義*/
#content {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	text-align:left;
	font-size:1.2em;
}



/*トップへ戻る*/

#return{
	clear:both;
	margin-top: 1em;
	text-align:right;
}


/*フッタブロックの定義*/
#footer-outer {
	background-image:url(../../images/footer/fbg.gif);
	background-repeat:repeat-x;
	padding:0px;
	padding-top: 60px;
	text-align:center;
}

#footer {
	background:#6BC827;
	text-align:center;
}

#footermenu {
	width:750px;
	margin:0 auto;
	padding:0.8em 5px;
	text-align:right;
}

#footermenu a {
	color:#333333;
}


#footer-inner {
	width:750px;
	margin:0 auto;
	padding:0.5em 5px;
	padding-bottom: 5em;
	text-align:left;
}




/* フォーラムなどの外枠*/
.outer {

}

/* フォーラムなどの投稿情報欄 */
.head {
	padding: 4px;
	font-weight: normal;
	background:#D7E5CD;
}

/* フォーラムなどの交互に色が変わる部分 */
.even {
	background-color: #F4FFE0;
	padding:4px;
}

.odd {
	background-color: #FFFFFF;
	padding: 4px;
}

/* フォーラムなどのフッター */
.foot {
	padding: 4px;
	font-weight: bold;
}

tr.even td {
	background-color: #F4FFE0;
	padding: 4px;
}

tr.odd td {
	background-color: #FFFFFF;
	padding: 4px;
}

/* 最新ニュースの枠 */
.item {
	
}

/* 最新ニュースのタイトルバー */
.itemHead {
	font-size:1.0em;
	font-weight:bold;
	margin:1.2em 0em;
	padding:9px 0px 5px 5px;
	border-bottom:solid 4px #58C10C;
	background-image:url(../../images/headline/h2bg.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#363647;
}


.itemHead_cat {
	background-image:url(../../images/headline/h3bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border-bottom:solid 2px #B1C0A6;
	font-size:1.0em;
	margin:1.0em 0 5px 0 ;
	color:#363647;
	padding: 13px 0px 5px 30px;
}


/* 最新ニュースの投稿情報欄 */
.itemInfo {
	text-align: right;
}

/* 最新ニュースのタイトルの設定 */

.itemTitle a {
	font-variant: small-caps;
	background-color: transparent;
	text-decoration:none;
	color:#333333;
}

.itemTitle a:hover {
	font-variant: small-caps;
	background-color: transparent;
	text-decoration:none;
	color:#339999;
}

.itemTitle_cat a {
	font-variant: small-caps;
	background-color: transparent;
	text-decoration:none;
	color:#333333;
}

.itemTitle_cat a:hover {
	font-variant: small-caps;
	background-color: transparent;
	text-decoration:none;
	color:#339999;
}


/* 最新ニュースの投稿者 */
.itemPoster {

}

/* 最新ニュースの投稿日 */
.itemPostDate {

}

/* 最新ニュースのステータス */
.itemStats {

}

/* 最新ニュースのコンテンツ部分 */
.itemBody {
	padding: 0px 5px;
}

.itemText {

}

/* 最新ニュースの1文字目 */
.itemText:first-letter {
}

/* 最新ニュースのフッター */
.itemFoot {
	text-align: right;
}

.itemAdminLink {
	
}

.itemPermaLink {
	padding: 2px 0px;
}



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コードを記述する部分 */
div.xoopsCode {
	background: #FFFFFF;
	border: 1px inset #000080;
	font-family: "Courier New",Courier,monospace;
	padding: 0px 6px 6px 6px;
}

/* 引用部分の定義 */
div.xoopsQuote {
	background: #FFFFFF;
	border: 1px inset #000080;
	font-family: "Courier New",Courier,monospace;
	padding: 0px 6px 6px 6px;
}


.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;
}




/* 回り込みの設定 */
.left{
	float:left;
	margin-right:10px;
}

.right{
	float:right;
	margin-left:10px;
}

.clear-r{
	clear: right;
}

.clear{
	clear: both;
}


/* 画像枠ありの設定 */
.img-waku{
	padding:0px;
	border:solid 7px #E0EEE0;
}

.img-waku-l{
	padding:0px;
	border:solid 7px #E0EEE0;
	float:left;
	margin-right:10px;
}

.img-waku-r{
	padding:0px;
	border:solid 7px #E0EEE0;
	float:right;
	margin-left:10px;
}


/* 文字装飾の設定 */
span.marker {
	padding:5px 15px;
	background: #E0EEE0;
}




/*PICO用スタイル*/


div.pico_breadcrumbs{
}

.pico_body{
}

div.pico_menu h1 {
}

div.pico_menu h2 {

}

pico_menu h3 {
}

div.pico_menu h4 {
}

div.pico_menu h5 {
}

div.pico_menu div.level1 {
	margin-left: 0;
}

div.pico_menu div.level2 {
	margin-left: 10px;
}

div.pico_menu div.level3 {
	margin-left: 20px;
}

div.pico_menu div.level4 {
	margin-left: 30px;
}

div.pico_menu div.level5 {
	margin-left: 40px;
}

em.pico_notice {
	font-weight: bold;
	font-style: normal;
	color: #FF0000; }


div.pico_controllers_in_menu {
	margin:0px;
	margin-top:-20px;
	padding:0px;
	text-align:right;
/*	float: right;
	position: relative;
	top : -4em;*/
}

div.bottom_of_content_body {
	clear: right;
}

ul.pico_list_contents {
	margin-bottom:2em;
}

ul.pico_list_contents li {
	list-style: outside;
}

ul.pico_list_contents_in_menu{
	padding:10px 0px;
}

ul.pico_list_contents_in_menu li { 
	list-style: none outside;
	margin:0;
	padding:5px 0px;
	line-height:1.2em;
}

div.pico_print_icon {
	float: right;
	width: 40px;
	height: 40px;
}

div.pico_tellafriend_icon {
	float: right;
	width: 40px;
	height: 40px;
}

div.pico_vote form {
	display: inline;
}

table.pico_pagenavigation {
	border-top: 1px #aaa solid;
	margin-top: 20px;
}


table.pico_form_table th.pico_waiting {
	color: red;
}

table.pico_form_table td.pico_waiting {
	color: red;
	background-color: white ;
}

table.pico_form_table td,table.pico_form_table th{
	color: black;
	vertical-align:top !important;
	text-align:left;
}

p.pico_submit{
	text-align:center;
	margin: 0.8em 0px;
	padding: 5px 0px;
}


p.pico_submit input{
	text-align:center;
	border: 1px solid #B1C0A6;
	background: #E5E8E6;
	padding: 4px;
}

input.pico_ascii_only {
	ime-mode: disabled;
}

input.pico_number_only {
	ime-mode: disabled;
	text-align: right;
}

pre.pico_history_diff del {
	color: red;
}

pre.pico_history_diff ins {
	color: blue;
}

.pico_block_content {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
}


/*PICO用スタイル終わり*/



/*パンくずリスト*/
.breadcrumbs {
	font-size: 0.8em;
	text-align: left;
	margin-bottom: 4px;
}


/*左メニュー・block_menu */
ul.menulist {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	list-style-type: none;
	background: #ffffff;
}

ul.menulist li {
	list-style-type:none;
	display: inline;
	line-height:1.5em;
}

ul.menulist li a {
	display: block;
	margin:0px;
	padding:8px 0px;
	padding-left:25px;
	border-bottom:solid 1px #B1C0A6;
	background-image:url(../../images/common/listbg.gif);
	background-repeat:no-repeat;
	background-position:left top;

}

ul.menulist li a:hover{
	display: block;
	margin:0px;
	padding:8px 0px;
	padding-left:25px;
	color:#666666;
	text-decoration:none;
	background: #EAF7E1;
	background-image:url(../../images/common/listhoverbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}




/*お知らせ　最新ブロック*/
ul.bulletin{
	width: 560px;
	margin:0px;
	padding:0px;
}

ul.bulletin li{
	padding:4px;
	list-style:none;
	font-size: 1.0em;
	border-bottom:solid 1px #B1C0A6;
}

.oldlist {
	text-align: right;
/*	margin-bottom: 0.5em;*/
}

span.new1{
	color: #ff0000;
	font-weight:bold;
}

span.new2{
	color: #ff0000;
}


/*お知らせ　関連記事リスト部分*/
dl.bulletin{
	margin-left:0px;
	padding-left:0px;
}

dl.bulletin dt{
	float:left;
	padding:4px 0px;
}

dl.bulletin dd{
	margin:0px;
	padding:4px 0px;
	padding-left:8em;
	border-bottom:solid 1px #B1C0A6;
}


input.formButton {
	text-align:center;
	border: 1px solid #B1C0A6;
	background: #E5E8E6;
	padding: 4px;
}




/*---- CSS for Gnavi for Xoops ----*/
/* 切り絵の森便り */

/*----maps----*/
#map {
	height:500px;
	border:solid 1px #6666FF;
}

#gn_map {
	width:100%;
	border:solid 1px #ccc;
	margin:10px 0px;
}

#gn_map td {
	background:#FFFFFF;
}

#gn_mkhead {
	text-align:center;
	background:#000000;
	color:#FFFFFF;
	padding:3px;
	height:34px;
	margin:0;
}

#gn_mklist {
	background:#FFFFFF;
	padding:0;
	margin:0;
	height:525px;
	width:200px;
	overflow:auto;
}

#gn_mklist ul,#gn_mklist div{
	padding:3px 0 3px 3px;
	margin:0;
}

#gn_latlng {}

/*----sortbox----*/

#gnn_sort {
	border:#a2e0ff solid 1px;
	background-image:url(../images/back1.gif);
	margin-bottom:8px;
}

#gnn_sort td {
	text-align:center;
	padding : 0 3px ;
	margin : 0 ;
	line-height:22px;
	height:22px;
	white-space: nowrap; 
}

#gnn_sort a {
	color:#41bfff;
}

#gnn_sort a:hover {
	color:#ff6600;
}

/*----navigations----*/

#gnn_edit {
	margin: 5px;
	padding: 10px;
}

#gnn_map {

}

#gnn_up {
	background:#cef;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #66f;
}

.gnn_cat {
	margin:0px;
}

.gnn_cat a{
	text-decoration:none;
}

.gnn_cat,#gnn_map,#gnn_up,#gnn_edit{
	white-space:nowrap;
	margin:0 8px 8px 0;
	padding:2px 5px; 
}

.gnn_cat a,#gnn_map a,#gnn_up a,#gnn_edit a {
	border: none;
}

#gnn_cat a:hover,.gnn_cat a:hover,#gnn_map a:hover,#gnn_up a:hover,#gnn_edit a:hover{
	text-decoration:none;
}

.gnn_navi {
	margin:0px;
	padding:4px;
	text-align:left;
	border-color:#B1C0A6;
	border-width:0 0 2px 0;
	border-style:solid;
}

.gnn_navi span {
	color:#990100;
	font-weight:bold;
}

/*----common----*/

#gn_breadcrumbs {}

#gnn_title {
	margin:3px 0 8px 0;
	font-size:120%;
	font-weight:bold;
	padding:0px 10px;
	border-color:#666;
	border-width:0px 20px 0px 0px;
	border-style:solid;
	background:#000;
	color:#fff;
	height:25px;
	line-height:25px;
}

#gnn_title span {
	font-size:80%;
	margin-left:15px;
	font-weight:normal;
}

#gnn_title a {
	color:#ff9900;
}

.gn_rsmall {
	font-size: 0.8em;
	text-align: right;
	margin: 0px;
	padding: 0px 10px;
}

#gn_desc {
	margin: 0px;
	padding: 5px 0px;
}

.gn_file01 {
	text-align: center;
}

.gn_file01 img {
	margin:0px;
	padding: 0px;
	border:solid 10px #B1C0A6;
}

.gn_caption01 {
	text-align: center;
	font-size:1.0em;	
	margin: 10px;
	padding: 10px;
	border:solid 1px #B1C0A6;
}



.gn_file02 {
	border:none;
	padding:2px;
	text-align:center;
	margin:2px;
	margin-bottom:5px;
}

.gn_file02 img {
	padding:10px;
	margin:0px;
	background: #ffffff;
	border:solid 1px #cccccc;
}

.gn_caption02 {
	text-align: center;
	font-size:1.0em;
	margin: 5px;
	padding: 5px;
}



.map_img{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}


.gn_outer {
	border-collapse: separate; 
	width:90%;
}
.gn_outer td{
	vertical-align:middle;
}
.gn_itemheader {
	font-size:120%;
	background-color:#bbbbbb;
	padding:0px 10px;
	height:25px;
	line-height:25px;
	color:#000000;
	font-weight: bold;
	text-align:left;
}
.gn_itemheader span {
	font-size:80%;
	margin-left:15px;
	font-weight:normal;
}
.gn_itemheader a {color:#2a35ca;}
.gn_itemheader span a {color:#d31a1a;}

.gn_head {
	padding:2px 5px;
	text-align:left;
	background-color:#cccccc;
	width:30%;
}
.gn_head a {color:#2a35ca;}

.gn_odd {
	padding:2px 2px 2px 5px;
	text-align:left;
	width:70%;
}

.gn_odd img{
	margin:0px;
	margin-bottom: 5px;
	padding: 0px;
	border:solid 8px #B1C0A6;
}



#gn_print {
	line-height:2.5em;
	padding:2px 10px;
	border:solid 1px #666;
	background-color:#eee;
}


.gn_cat{
	background:#F8F5E2;
	padding:10px;
}

.gn_cat p{
	margin:0;
	padding:10px 0 0 0;
}




.photogallerycat{
	float:left;
	margin:5px;
	width:250px;
	padding:10px 0 20px 0;
	text-align:center;
}

.photogallerycat img{
	margin:0px;
	padding: 1px;
	border:solid 5px #B1C0A6;
	text-align:center;
}

.photogallerycat p{
	width:240px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
	font-weight:nomal;
}


.photogallery{
}



.pg_block {
	margin:0px;
	margin-bottom:1.2em;
	padding:0px;
	width:560px;
/*	border: solid 1px #B1C0A6; */
}


.pg_block_photo img{
	margin:10px 10px 10px 0px;
	padding: 0px;
	border:solid 10px #B1C0A6;
	float: left;
}

.pg_block_title {
	margin-left: 185px;
	margin: 5px;
	padding: 10px 5px 0px 5px;
	color: #C86905;
	font-size: 1.1em;
	font-weight: bold;
}

.pg_block_text {
	margin-left: 185px;
	margin: 5px;
	padding: 5px 0px;
}




/*---- CSS for Gnavi for Xoops ----*/
/* 公園 */
#parkpage {
}


#parkpage .gn_file {
	text-align: center;
}

#parkpage .gn_file img {
	margin:0px;
	padding:0px;
	border:solid 10px #E0EEE0;
	text-align:center;
/*	padding: 10px;
	background-color: #ffffff;
	border-top:solid 1px #cccccc;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border-left:solid 1px #cccccc;
*/
}

#parkpage .gn_caption {
	text-align: center;
	font-size:1.0em;
	margin: 5px;
	padding: 10px;
	border:none;
}


.park_gn_cat {
	text-align: center;
	margin-bottom:1em;
	margin:0px;
	padding:0px;

}

.park_gn_cat_desc {
	margin:0px;
	padding:5px;
	text-align: left;
}

.park_gn_cat_subtitle {
	margin: 5px;
	padding: 10px;
	text-align:left;
	background-color:#E0EEE0;
}


.parkcat_cateimg img{
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	border:solid 5px #E0EEE0;
	text-align:center;
/*
	padding: 10px;
	background-color: #ffffff;
	border-top:solid 1px #cccccc;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border-left:solid 1px #cccccc;
*/
}


.parkcat{
	float:left;
	margin:5px;
	width:260px;
	padding:10px 0 20px 0;
	text-align:center;
}

.parkcat p{
	width:240px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
	font-weight:nomal;
}

.parkcat img{
	margin:0px;
	padding:0px;
	border:solid 10px #E0EEE0;
	text-align:center;
/*
	padding: 10px;
	background-color: #ffffff;
	border-top:solid 1px #cccccc;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border-left:solid 1px #cccccc;
*/
}

.park_block {
}

.park_block table td{
	width:48%;
	margin:0px;
	padding:5px 0px;
	text-align:center;
	vertical-align:top;
}


.park_block table td img{
	margin:0px;
	margin-top: 5px;
	padding: 0px;
	border:solid 5px #ffffff;
	text-align:center;
/*
	padding: 5px;
	background-color: #ffffff;
	border-top:solid 1px #cccccc;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border-left:solid 1px #cccccc;
*/
}




/*トップページ　公園一覧リストの定義*/
ul.park_block_topnews {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	list-style-type: none;
}

ul.park_block_topnews li{
	list-style-type:none;
	margin:0px;
	padding:5px 0px;
	padding-left: 25px;
	background-image:url(../../images/common/listbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}




/*公園トップ　中央-左ブロックの定義*/
#centerl1 {
	background: #ffe5eb;
	margin-bottom: 1em;
}

#centerl2 {
	background: #fffae5;
	margin-bottom: 1em;
}

#centerl3 {
	background: #ebe5ff;
	margin-bottom: 1em;
}



/*公園トップ　中央-右ブロックの定義*/
#centerr1 {
	background: #e5f6ff;
	margin-bottom: 1em;
}

#centerr2 {
	background: #ffede5;
	margin-bottom: 1em;
}


#centerr3 {
	background: #f8ffe5;
	margin-bottom: 1em;
}


/* サイトマップ */
dl.sitemapmenu {
	margin: 0px;
}

dl.sitemapmenu dt {
	font-size:1.0em;
	margin:1.2em 5px;
	margin-left: 5px;
	padding: 5px;
	border-bottom:solid 4px #58C10C;
	background-image:url(../../images/headline/h2bg.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#363647;
	font-weight:bold;
}


dl.sitemapmenu dd {
	margin-left: 5px;
	padding: 5px;
}




/* プライバシーポリシー */
ol.pp_list {
	list-style-type:decimal;
	margin:0px;
	margin-left:15px;
	padding:0px;
	padding-left:10px;
	text-align:left;
	font-size:1.0em;

}

ol.pp_list li {
	list-style-type:decimal;
	margin:0.5em 0em;
	background-image:none;
}




/* 写真掲載 部分指定 */
.lphotolist{
	float:left;
	margin:10px 0px;
	margin-right:5px;
	width:270px;
	padding:0px;
	text-align:center;
}

.lphotolist p{
	width:250px;
	margin:5px auto;
	padding:5px 0;
	text-align:center;
}

.rphotolist{
	float:right;
	margin:10px 0px;
	margin-left:5px;
	width:270px;
	padding:0px;
	text-align:center;
}

.rphotolist p{
	width:250px;
	margin:5px auto;
	padding:5px 0;
	text-align:center;
}

.cphotolist{
	margin:10px 0px;
	width:550px;
	padding:0px;
	text-align:center;
}


.cphotolist p{
	width:540px;
	margin:5px auto;
	padding:5px 0;
	text-align:center;
}

span.phototitle {
	margin:10px auto;
	padding:5px 15px;
	background: #E0EEE0;
}




/* ご意見箱 */
.mf_breadcrumbs{
	width:560px;
	height:100%;
	font-size: 0.8em;
	text-align: right;
	margin: 0px;
	padding-right: 10px;
	position: absolute;
	top:370px;
	left:auto;
}

.mailform{
	border-bottom:solid 1px #E0EEE0;
	font-size: 100%;
}


.mailform dt{
	width:160px;
	padding:6px 0px;
	padding-left:10px;
	border-top:solid 1px #E0EEE0;
	float:left;
}

.mailform dd{
	margin-left:180px;
	padding:6px 0px;
	border-top:solid 1px #E0EEE0;
}

.mailerror{
	background-color: #FFCCCC;
	padding: 10px;
	line-height:2;
}

.mailresult{
	border:solid 1px #B1C0A6;
	padding: 10px;
	line-height:2;
}


.mailform fieldset{
	border:none;
}

.mailform textarea,input{
	padding:0.2em;
	border: 1px solid #B1C0A6;
}

.mailform input#add,#mail {
	width:350px;
}

.mailform textarea#note{
	width:350px;
}


#form1 span.red{
	color: #ff0000;
}




/* 切り絵の森・お知らせ配信の設定 */
.waku_eqr{
	background: #D3E3F0;
	padding:10px;
}

.waku_cqr{
	background: #F0DBD3;
	padding:10px;
}




