/* 全般設定 */
html{
	height:100%;
	margin:0;
	padding0;
	text-align:center;
}

body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	background-image:url(../../images/header/line.gif);
	background-repeat:repeat-x;
	background-position:top left;
	font-size:62.5%;
	line-height:1.6;
	color:#303030;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic","ＭＳ Ｐゴシック";
	text-align:center;
	height:100%;
}


html>/**/body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	background-image:url(../../images/header/line.gif);
	background-repeat:repeat-x;
	background-position:top left;
	font-size:10px;
	line-height:1.6;
	color:#303030;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic","ＭＳ Ｐゴシック";
	text-align:center;
	height:100%;

}



h1,h2,h3,h4,h5,h6,p,{
	margin:0; padding:0;
}


p{
	margin:1.4em 0;
}


table {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

table td {
	padding:4px;
	font-size:1.0em;
}

th {
	padding:10px 4px;
	font-size:100%;
	font-weight:normal;
	white-space:nowrap;
	text-align:left;
	background:#EFEFEF;
}



/* 全般的なリンクの設定 */

a {
	color:#0076A3;
	text-decoration:underline;
}

a:hover {
	color:#606060;
	text-decoration:none;
}


/* 一般タグの設定 */
h1 {
	font-size:1.2em;
	border-bottom:dotted 1px #555555;
	border-top:solid 3px #555555;
	padding:14px 0em;
	margin-top:0px;
	margin-bottom:1.2em;
	color:#555555;
}


h1 a{
	text-decoration:none;
	color:#555555;
}



h2 {
	font-size:1.2em;
	margin:1.2em 0em;
	padding:9px 0px 6px 0px;
	border-top:solid 2px #c0c0c0;
	border-bottom:solid 2px #c0c0c0;
	color:#555555;
}


h2 a{
	text-decoration:none;
}


h3 {
	font-size:1.2em;
	margin:1.2em 0 10px 0 ;
	color:#669900;
}


}

h4 {
	font-size:1.0em;
	margin:1.2em 0 0 0;
	color:#303030;
}


h5 {

}

h6{

}



hr{
	height:1px;
	border-top:dotted 1px #555555;
	margin:1em 0;
}

/* リスト表示の設定 */
ul {
	margin:0px;
	margin-left:15px;
	padding:0px;
	padding-left:15px;
	text-align:left;
	font-size:1.0em;
}

ol {
	margin:0px;
	margin-left:15px;
	padding:0px;
	padding-left:15px;
	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;
}


ul.bulletin{
	margin-left:0px;
	padding-left:0px;
}

ul.bulletin li{
	padding:2px 0px;
	margin:0.5em 0em;
	list-style:none;
	border-bottom:dotted 1px #555555;
	font-size:0.9em;
}


ul.rmenu{
	margin-left:0px;
	padding-left:0px;
	border-top:solid 3px #888888;
}

ul.rmenu li{
	padding:4px 0 8px 0;
	padding-left:25px;
	margin:0.5em 0em;
	list-style:none;
	border-bottom:dotted 1px #555555;
	background-image:url(../../images/common/rmenulist.gif);
	background-repeat:no-repeat;
	background-position:center left;
	line-height:1.2;
	font-size:0.9em;
}

ul.rmenu li a{
	text-decoration:none;
}



p.next{
	margin-top:5px;
	text-align:right;
}



input.formButton {}



#container-outer {
	height: 100%;
}

body > #container-outer {
	height: auto;
	min-height: 100%;
}



#container {
	width:950px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	font-size:1.4em;
	padding-bottom:100px;
}



/*ヘッダーブロックの定義*/

#header{
	width:950px;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-size:1.2em;
}


#logo{
	float:left;
}

#topmenu{
	float:right;
	text-align:right;
}



.hidden{
	display:none;
}






/* 右ブロックの定義*/
#rightcolumn {
	width:200px;
	margin:0;
	margin-top:10px;
	padding:0;
	float:right;
}


#rightcolumn .blockTitle{
	padding:2px 5px;
	font-weight:bold;
	background:#666666;
	color:#FFFFFF;
}

#rightcolumn .blockTitle a{
	color:#FFFFFF;
}



/* 右ブロック　メインメニューの定義*/

#mainmenu{
	border-top:solid 3px #808080;
	border-bottom:solid 1px #808080;

}

#mainmenu a {
	margin:0px;
	padding:6px;
	font-weight:normal;
	border-top:dotted 1px #808080;
	font-size:0.9em;
	text-decoration:none;
}

#mainmenu a.menuTop {
	border-top:none;
}

#mainmenu a.menuMain {
}

#mainmenu a.menuSub {
	background-image:none;
	line-height:1.2;
	border:none;
	background:FAFAFA;
	padding-left:20px;
}

#mainmenu a:hover {
	color:#666666;
	text-decoration:none;
}


/*右ブロック　ユーザーメニューの定義*/

#usermenu{
	border-top:solid 3px #808080;
	border-bottom:solid 1px #808080;
}

#usermenu a {
	margin:0px;
	padding:6px;
	font-weight:normal;
	border-top:dotted 1px #808080;
	font-size:0.9em;
	text-decoration:none;
}

#usermenu a:hover {
	color:#666666;
	text-decoration:none;
}

#usermenu a.menuTop {
	border-top:none;
}

#usermenu a.highlight {
}



/*中央ブロックの定義*/


#centercolumn {
	margin:0px;
	margin-top:10px;
	padding:0px;
	width:725px;
	float:left;
}

#centercolumn-top {
	margin:0px;
	margin-top:10px;
	padding:0px;
	width:950px;
	float:left;
}


#centercolumn table{
	font-size:100%;
}


/*中央-中央ブロックの定義*/
#centerCcolumn {
	margin:0px;
	padding:0px;

}

#centerCcolumn .blockContent {
}



/*中央-左ブロックの定義*/
#centercolumn-top #centerLcolumn {
	width:470px;
	float:left;
	margin-bottom10px;
}


#centerLcolumn {
	width:350px;
	float:left;
	margin-bottom10px;
}

#centerLcolumn .blockTitle {
	padding:2px 5px;
	background:#008EAD;
	color:#FFFFFF;
}


#centerLcolumn .blockContent {
}

/*中央-右ブロックの定義*/
#centercolumn-top #centerRcolumn {
	width:470px;
	float:right;
	margin-bottom10px;
}



#centerRcolumn {
	width:350px;
	float:right;
	margin-bottom:10px;

}

#centerRcolumn .blockTitle {
	padding:2px 5px;
	background:#008EAD;
	color:#FFFFFF;
}


#centerRcolumn .blockTitle_members {
	padding:2px 5px;
	background:#669900;
	color:#FFFFFF;
}


#centerRcolumn .blockContent {
}



/*コンテンツブロックの定義*/


#content {
	text-align:left;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}




/*フッタブロックの定義*/


#footer {
	position:relative;
	margin-top:-100px;
	width:100%;
	height:100px;
	background:#303030;
	color:#FFFFFF;
	font-size:1.2em;
}


#footer img{
	margin:10px 0;
}


/* フォーラムなどの外枠*/
.outer {

}

/* フォーラムなどの投稿情報欄 */
.head {
	padding: 4px;
	font-weight: normal;
	background:#EFEBF1;
/*	background:#dfdfdf;*/
}

/* フォーラムなどの交互に色が変わる部分 */
.even {
	background-color: #DAE2DA;
	padding:4px;
}

.odd {
	background-color: #FFFFFF;
	padding: 4px;
}

/* フォーラムなどのフッター */
.foot {
	padding: 4px;
	font-weight: bold;
}

tr.even td {
	background-color: #DAE2DA;
	padding: 4px;
}

tr.odd td {
	background-color: #FFFFFF;
	padding: 4px;
}

/* 最新ニュースの枠 */
.item {
	
}

/* 最新ニュースのタイトルバー */
.itemHead {
	font-size:1.2em;
	border-bottom:dotted 1px #555555;
	border-top:solid 3px #555555;
	padding:14px 0em;
	font-weight:bold;
	clear:right;
	color:#555555;
}




/* 最新ニュースの投稿情報欄 */
.itemInfo {
	text-align: right;
}

/* 最新ニュースのタイトルの設定 */

.itemTitle a {
	font-variant: small-caps;
	background-color: transparent;
	text-decoration:none;
}



/* 最新ニュースの投稿者 */
.itemPoster {

}

/* 最新ニュースの投稿日 */
.itemPostDate {

}

/* 最新ニュースのステータス */
.itemStats {

}

/* 最新ニュースのコンテンツ部分 */
.itemBody {
}

.itemText {

}

/* 最新ニュースの1文字目 */
.itemText:first-letter {
}

/* 最新ニュースのフッター */
.itemFoot {

}

.itemAdminLink {
	
}

.itemPermaLink {

}



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;
}





.rblock{
	margin-bottom:10px;
}




/*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;
	padding-left:15px;
	line-height:1.2em;
 	background-image:url(/images/common/menulist2.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

div.pico_print_icon {
	text-align:right;
}

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;
	padding:10px;
}

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用スタイル終わり*/






.left{
	float:left;
	margin-right:10px;
}

.right{
	float:right;
	margin-left:10px;
}



.clear{
	clear:both;
}

.clear-l{
	clear:left;
}

.clear-r{
	clear: right;
}


.new1{
	color:red;
}
.new2{
	color:red;
}





/*---- CSS for Gnavi for Xoops ----*/

/*----maps----*/

#map {
	height:600px;
	border:solid 1px #6666FF;
}

#gn_map {
	width:100%;
	background:#999999;
}

#gn_map td {
	background:#FFFFFF;
}

#gn_mkhead {
	text-align:center;
	background:#000000;
	color:#FFFFFF;
	padding:3px;
	height:34px;
	margin:0;
}

#gn_mklist {
	background:#FFFFFF;
	font-size:10px;
	padding:0;
	margin:0;
	height:525px;
	width:150px;
	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:0 0 8px 8px;
	background:#ecc; 
	padding:6px 5px; 
	border-right:solid 1px #ccc; 
	border-bottom:solid 1px #ccc; 
	border-left:solid 10px #c66;
	white-space:nowrap;
}

#gnn_map {
	margin:0 0 8px 8px;
	background:#cec; 
	padding:6px 5px; 
	border-right:solid 1px #ccc; 
	border-bottom:solid 1px #ccc; 
	border-left:solid 10px #6c6;
	white-space:nowrap;
}

#gnn_up {
	margin:0 0 8px 8px;
	background:#cef;
	padding:6px 5px; 
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #66f;
	white-space:nowrap;
}

.gn_cat {
	background:#EFEBF1; 
	padding:6px 5px; 
	border-right:solid 1px #ccc; 
	border-bottom:solid 1px #ccc; 
	border-left:solid 3px #966CB0;
	white-space:nowrap;
}


.gnn_cat {
	float:left;
	margin:5px;
	border:solid 1px #CCCCCC; 
	border-left:solid 3px #008EAD;
	white-space:nowrap;
	width:225px;
	font-weight:bold;
	color:#555555;
}

.gnn_cat img{
	vertical-align:middle;
	margin:5px;
}


#gnn_cat a,.gnn_cat a,.gn_cat a,#gnn_map a,#gnn_up a,#gnn_edit a {
	text-decoration:none;
}


.gnn_navi {
	padding:4px 10px;
	margin-bottom:10px;
	text-align:left;
	border-color:#555555;
	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 {
	background:#EFEBF1; 
	padding:4px 5px; 
	border-right:solid 1px #ccc; 
	border-bottom:solid 1px #ccc; 
	border-left:solid 10px #8F61A9;
	white-space:nowrap;
	margin:10px 0px;
	text-align:right;
	font-size:12px;	
}

#gn_rsmall a {
	text-decoration:none;
	color:8F61A9;
	font-weight:bold;
}

.gn_desc {

}


.gn_desc img{
	border:solid 5px #CCCCCC;
	margin:0 5px;
}


.gn_file {
	background:#CCCCCC;
	padding:5px;
	margin:5px 3px;
	float:left;
}


.gn_file a{
	color:#303030;
	text-decoration:none;
}


.gn_file img {
	border:solid 2px #FFFFFF;

}


.gn_caption {
	font-size:12px;
	padding-top:5px;
}


.gn_outer {
	border:solid 1px #DDDDDD;
	border-collapse: separate; 
	margin:0;
}

#gn_itemheader {

/*	background-color:#EFEBF1;*/
	background-image:url(../../images/gnavi/banabg.gif);
	background-position:left center;
	background-repeat:no-repeat;
/*	border-right:solid 1px #ccc; 
	border-bottom:solid 1px #ccc;*/
	font-size:120%;
	padding:10px 15px;
	color:#8F61A9;
	font-weight: bold;
	text-align:left;
}

#gn_itemheader span {
	font-size:80%;
	margin-left:15px;
	font-weight:normal;
}

#gn_itemheader a {
	color:#8F61A9;
	text-decoration:none;
}

#gn_itemheader span a {
	color:#0076A3;
	text-decoration:underline;
}


.gn_head {
	padding:4px;
	text-align:left;
	background-color:#EFEBF1;
	width:30%;
}


.gn_odd {
	padding:4px;
	text-align:left;
	background-color:#F9F9F6;
	width:70%;
}


.gn_even {
	padding:10px 0px;
	text-align:left;
	background-color:#F9F9F6;
	width:70%;
}


.gn_print{
	text-align:right;
	clear:both;
	margin-bottom:10px;
}


.gn_print img{
	vertical-align:middle;
	margin-right:10px;
}

/*　gnaviスタイル終わり*/

















.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	display:inline-block;
}



/*\*/
* html .clearfix {
	height: 1%;
}
.clearfix{
	display: block;
}
/**/











#menu {
	margin:0 auto;
	padding:0;
	font-size:1.2em;
	width:950px;
	height:65px;
}


#menu ul{
	width:950px;
	height:65px;
	margin:0;
	padding:0;
}

#menu li{
	margin:0;
	padding:0;
	list-style-type:none;
	width:158px;
	height:65px;
	float:left;
	text-align:center;
	line-height:0;
	vertical-align:bottom;
	font-size:0;
}



#menu li.menu01{
	background:url(../../images/header/menu01b.gif);
}
#menu li.menu02{
	background:url(../../images/header/menu02b.gif);
}
#menu li.menu03{
	background:url(../../images/header/menu03b.gif);
}
#menu li.menu04{
	background:url(../../images/header/menu04b.gif);
}
#menu li.menu05{
	background:url(../../images/header/menu05b.gif);
}

#menu li.menu06{
	background:url(../../images/header/menu06b.gif);
}


#menu li a{
	display:block;
	width:158px;
	height:65px;
}


#menu li.menu06 a{
	display:block;
	width:160px;
	height:65px;
}

#menu li a:hover {
	background-color:transparent;
}
#menu li a:hover img{
	visibility:hidden;
}







.piconavi{
	margin:20px 0;
}


.prev{
	width:340px;
	float:left;
	background-image:url(../../images/common/prev.gif);
	background-position:center right;
	background-repeat:no-repeat;
	border:solid 2px #CECDCD;
	padding:6px 4px;
}

.next{
	width:340px;
	float:right;
	text-align:right;
	background-image:url(../../images/common/next.gif);
	background-position:center left;
	background-repeat:no-repeat;
	border:solid 2px #CECDCD;
	padding:6px 4px;
}




.pagenavi{
	padding:0 6px;
	text-align:right;
	background:#EAECF2;
	font-size:1.4em;
	border-bottom:solid 2px #606060;
}



.enkaku{
	margin-bottom:10px;
	border-top:dotted 1px #CCCCCC;
}

.enkaku th{
	background:none;
	border-bottom:dotted 1px #CCCCCC;
	width:10em;
	padding:10px;
}

.enkaku td{
	border-bottom:dotted 1px #CCCCCC;
	padding:10px;
	line-height:1.8;
}


.katudou{
	margin-bottom:10px;
	padding:15px 10px;
	background:#F9F9F6;
	border:solid 1px #DDDDDD;
}

.katudou h3{
	margin:0;
}

.katudou p{
	margin:0;
}

#katu1{
	background-image:url(../../images/common/katu1.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
#katu2{
	background-image:url(../../images/common/katu2.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
#katu3{
	background-image:url(../../images/common/katu3.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
#katu4{
	background-image:url(../../images/common/katu4.gif);
	background-repeat:no-repeat;
	background-position:right center;
}


.card{
	background:#F4F3ED;
	background-image:url(../../images/common/addressbg.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:360px;
	height:15em;
	float:left;
	margin:1px;
}

.card p{
	margin:20px 15px;
}



.bprint{
	text-align:right;
	padding-bottom:10px;

}