/* 全般設定 */
html {
	background:#303030;
}

body {
	margin:0px;
	padding:0px;
	background-image:url(../../images/common/bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background:#ffffff;
	font-size:75%;
	line-height: 1.6em;
	color:#000000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Helvetica,Arial,Verdana,sans-serif;
	text-align:center;
}


img{
	vertical-align:text-bottom;
	border: none;
}


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 #0d3560;
}

table td {
	padding:4px;
	font-size:1.0em;
	line-height:1.6em;
	border:solid 1px #0d3560;
}

th {
	padding:8px 4px;
	font-size:1.0em;
	font-weight:normal;
	white-space:nowrap;
	text-align:left;
	background: #dddfe3;
	border:solid 1px #0d3560;
}

table.bordernone{
	border:none;
}

table.bordernone td{
	border:none;
}


table.bordernone th{
	border:none;
}




/* 全般的なリンクの設定 */
a {
	color:#0066cc;
	text-decoration:none;
}

a:hover {
	color:#0066cc;
	text-decoration:underline;
}




/* 一般タグの設定 */
h1 {
	margin:0;
	padding:14px 0px 14px 10px;
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
	line-height:1.2em;
	background-image:url(../../images/headline/h1bg.gif);
	background-repeat:repeat-y;
	background-position:right top;
}

h1 a {
	text-decoration:none;
	color:#ffffff;
}


h2 {
	margin:1.4em 0em;
	padding: 12px 0px 12px 10px;
	border-top: 1px solid #6f87a1;
	border-bottom: 1px dotted #6f87a1;
	color:#0d3560;
	font-weight: bold;
	font-size:1.2em;
	background-image:url(../../images/headline/h2bg.gif);
	background-repeat:repeat-x;
}


h2 a{
	color:#0d3560;
	text-decoration:none;
}

h3 {
	margin:0px;
	padding:12px 0px 10px 25px;
	line-height:1.5em;
	text-decoration:none;
	color:#303030;
	font-size:1.0em;
	font-weight: bold;
	background-image:url(../../images/headline/h3bg.gif);
	background-repeat:no-repeat;
	background-position:left top;

}

h3 a{
	color:#303030;
	text-decoration:none;

}

h4 {
	margin:1.0em 0em;
	padding: 5px;
	font-size:1.0em;
	color:#0d3560;
}


h5 {

}

h6{

}



hr{
	height:1px;
	border-top:dotted 1px #cccccd;
	margin:1em 0;
}




/* リスト表示の設定 */
ul {
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-left:10px;
	text-align:left;
	font-size:1.0em;
}

ol {
	list-style-type:decimal;
	margin:0px;
	margin-left:15px;
	padding:0px;
	padding-left:10px;
	text-align:left;
	font-size:1.0em;
}

ul li{
	list-style:outside;
	margin:0.5em 0em;
	background-image:none;
}


ol li{
	list-style-type:decimal;
	margin:0.5em 0em;
	background-image:none;
}


dl,dt,dd,
form,fieldset,input,textarea,button{
	margin:0;
	padding:4px 0px;
	font-size:1.0em;
}

dd{
	margin-bottom:1em;
}




p.next{
	margin-top:5px;
	text-align:right;
}




/* 回り込みの設定 */
.left{
	float:left;
	margin-right:10px;
}

.right{
	float:right;
	margin-left:10px;
}

.clear-l{
	clear: left;
}

.clear-r{
	clear: right;
}

.clear{
	clear: both;
}




/* 枠組装飾の設定 */
.waku01{
	border:solid 1px #535F74;
	margin:1.4em 0px;
	padding:10px;
}

.waku02{
	border:solid 1px #0D3560;
	margin:1.4em 0px;
	padding:10px;
}

.topic01{
	background: #EDEDED;
	margin:1.4em 0px;
	padding:10px;
}

.topic02{
	background: #D4E3F5;
	margin:1.4em 0px;
	padding:10px;
}




/* 画像枠ありの設定 */
.img-waku{
	padding:0px;
	border:solid 5px #e5e8f1;
}

.img-waku-l{
	padding:0px;
	border:solid 5px #e5e8f1;
	float:left;
	margin-right:10px;
}

.img-waku-r{
	padding:0px;
	border:solid 5px #e5e8f1;
	float:right;
	margin-left:10px;
}


/* 文字装飾の設定 */
span.marker {
	padding:4px;
	background: #D4E3F5;
}

span.notice {
	color:#D31A1A;
	font-weight:bold;
	background: #EFC6C7;

}

input.formButton {
}




#container {
	width:900px;
	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;
	/**/
}
.clearfix {display:block;}




/*ヘッダーブロックの定義*/
#header{
	margin:0px;
	padding: 0px;
	text-align:left;
	font-size:1.2em;
	height:95px;
}

#logo{
	width:400px;
	margin:0;
	margin-top: 20px;
	float:left;
}


#submenu {
	width:500px;
	margin:0;
	padding: 0;
	padding-top: 20px;
	text-align:right;
	float:right;
}

#header a:hover img{
	position : relative;
	top : 1px;
	left : 1px;
}


/*グローバルメニューの定義*/
#globalmenu {
	width:900px;
	height: 50px;
	margin:0;
	padding: 0;
	clear: both;
}

#globalmenu ul{
	margin:0;
	padding:0;
}


#globalmenu ul li{
	margin:0;
	padding:0;
	width:149px;
	height: 50px;
	text-align:left;
	list-style-type:none;
	float:left;
}


#globalmenu ul li a{
	display:block;
	width:149px;
	height: 50px;
}

#globalmenu ul li a:hover {
	background-color:transparent;
}

#globalmenu ul li a:hover img{
	visibility: hidden;
}


#globalmenu ul li.menu01 {
	background:url(../../images/globalmenu/gm001a.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

#globalmenu ul li.menu02 {
	background:url(../../images/globalmenu/gm002a.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:1px;
}
#globalmenu ul li.menu03{
	background:url(../../images/globalmenu/gm003a.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:1px;
}
#globalmenu ul li.menu04{
	background:url(../../images/globalmenu/gm004a.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:1px;
}
#globalmenu ul li.menu05{
	background:url(../../images/globalmenu/gm005a.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:1px;
}
#globalmenu ul li.menu06{
	background:url(../../images/globalmenu/gm006a.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:1px;
}


.hidden{
	display:none;
}



/* 右ブロックの定義*/
#rightcolumn{
	margin:0;
	padding:0;
}


.rblock{
	margin:0;
	padding:0;
}



/* 右ブロック・看板画像部分の定義*/
.signboard {
	margin:0px;
	padding:0px;
}

.l-banner {
	float:left;
	width: 580px;
	margin:0px;
	padding:0px;
}

.r-banner {
	float:right;
	width: 210px;
	margin:0px;
	padding:0px;
}

.r-banner img.middle{
	margin: 8px 0px;
}




/* 左ブロックの定義*/
#leftcolumn {
	width:250px;
	margin:0px;
	margin-top:10px;
	padding:0px;
	float:left;
	font-size:1.0em;
}


#leftcolumn .blockContent {
	margin:0px;
	margin-bottom: 10px;
	padding:0px;
}


.leftmenu{
	margin:0;
	padding:12px 0px 12px 10px;
	font-size:1.1em;
	font-weight:bold;
	color:#ffffff;
	line-height:1.2em;
	background-image:url(../../images/common/menubg.gif);
	background-repeat:repeat-y;
	background-position:right top;
}




/* 左ブロック　メインメニューの定義*/

#mainmenu{
	background: #ffffff;
}

#mainmenu a {
	margin:0px;
	padding:12px 0px;
	line-height:1.5em;
	text-decoration:none;
	font-weight:normal;
	border-bottom: 1px dotted #6f87a1;
	background-image:url(../../images/common/listbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#mainmenu a.menuTop {
	border-top:none;
	padding-left:30px;
}

#mainmenu a.menuMain {
	padding-left:30px;
}

#mainmenu a.menuSub {
	background-image:none;
	background: #DDEDFF;
	line-height:1.2em;
	border-bottom: 1px dotted #6f87a1;
	padding: 10px 5px 10px 40px;
}

#mainmenu a:hover.menuTop {
	background: #d4e3f5;
	background-image:url(../../images/common/listbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#mainmenu a:hover.menuMain {
	background: #d4e3f5;
	background-image:url(../../images/common/listbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#mainmenu  a:hover.menuSub {
	background: #d4e3f5;
}


/*左ブロック　ユーザーメニューの定義*/

#usermenu{
	background: #ffffff;
}

#usermenu a {
	margin:0px;
	padding:12px 0px;
	padding-left:30px;
	line-height:1.5em;
	text-decoration:none;
	font-weight:normal;
	border-bottom: 1px dotted #6f87a1;
	background-image:url(../../images/common/listbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#usermenu a:hover {
	background: #d4e3f5;
	background-image:url(../../images/common/listbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#usermenu a.menuTop {
	text-decoration:none;
}

#usermenu a.highlight {
}




/* 左ブロック・カスタムブロックの定義*/
.lblock01 {
	margin:1.4em 0px;
}

.lblock02 {
	margin-bottom:1em;
	padding: 5px;
	background: #ffffff;
}

.banner {
	margin-bottom:10px;
}



/*中央ブロックの定義*/
#centercolumn {
	background: #ffffff;
	margin:0px;
	margin-top:10px;
	margin-left:5px;
	padding:0px 5px;
	width:630px;
	float:right;
}


#centercolumn table{
	font-size:1.0em;
}



/*中央-中央ブロックの定義*/
#centerCcolumn {
	margin:0px;
	padding:0px;
}


#centerCcolumn .blockTitle {
	margin:0;
	padding:14px 0px 14px 10px;
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
	line-height:1.2em;
	background-image:url(../../images/headline/h1bg.gif);
	background-repeat:repeat-y;
	background-position:right top;
}

#centerCcolumn .blockContent {
	font-size:1.0em;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}




/*中央-左ブロックの定義*/
#centerLcolumn {
	width:300px;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}


#centerLcolumn .blockTitle {
	margin:0px;
	padding:8px 12px;
	background-image:url(../../images/headline/h1bgb.gif);
	background-repeat:repeat-y;
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
}

#centerLcolumn .blockContent {
	margin:0px;
	margin-bottom:10px;
	font-size:1.0em;
}

/*中央-右ブロックの定義*/
#centerRcolumn {
	width:300px;
	float:right;
	margin-left:5px;
	margin-bottom:10px;
}

#centerRcolumn .blockTitle {
	margin:0px;
	padding:8px 12px;
	background-image:url(../../images/headline/h1bgb.gif);
	background-repeat:repeat-y;
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
}

#centerRcolumn 
 {
	margin:0px;
	margin-bottom:10px;
	font-size:1.0em;
}



/*コンテンツブロックの定義*/
#content {
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:1.0em;
}



/*トップへ戻る*/

#return{
	clear:both;
	margin-top: 1em;
	margin-bottom: 1px;
	padding:0px;
	padding-top:1em;
	text-align:right;
}


/*フッタブロックの定義*/
#footer {
	background:#303030;
	color:#ffffff;
	padding:0px;
	text-align:center;
}

#footer-inner {
	width:900px;
	margin:0 auto;
	padding:1em 0px 2em 0px;
	text-align:left;
}

#l-footer{
	width:500px;
	margin:0;
	padding: 0px;
	text-align:left;
	float:left;
}

#r-footer {
	width:400px;
	margin:0;
	margin-top: 1.4em;
	padding:0px;
	text-align:right;
	float:right;
}

#footer a:hover img{
	position : relative;
	top : 1px;
	left : 1px;
}




/* フォーラムなどの外枠*/
.outer {

}

/* フォーラムなどの投稿情報欄 */
.head {
	padding: 4px;
	font-weight: normal;
	background:#cdd5e5;
}

/* フォーラムなどの交互に色が変わる部分 */
.even {
	background-color: #DDEDFF;
	padding:4px;
}

.odd {
	background-color: #FFFFFF;
	padding: 4px;
}

/* フォーラムなどのフッター */
.foot {
	padding: 4px;
	font-weight: bold;
}

tr.even td {
	background-color: #DDEDFF;
	padding: 4px;
}

tr.odd td {
	background-color: #FFFFFF;
	padding: 4px;
}

/* 最新ニュースの枠 */
.item {
	
}

/* 最新ニュースのタイトルバー */
.itemHead {
	margin:1.4em 0em;
	padding: 12px 0px 12px 10px;
	border-top: 1px solid #6f87a1;
	border-bottom: 1px dotted #6f87a1;
	color:#0d3560;
	font-weight: bold;
	font-size:1.2em;
	background-image:url(../../images/headline/h2bg.gif);
	background-repeat:repeat-x;
}

.itemHead a{
	color:#0d3560;
	text-decoration:none;
}


.itemHead_cat {
	margin:0px;
	padding:12px 0px 10px 25px;
	line-height:1.5em;
	text-decoration:none;
	color:#303030;
	font-size:1.0em;
	font-weight: bold;
	background-image:url(../../images/headline/h3bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.itemHead_cat a{
	color:#303030;
	text-decoration:none;
}


/* 最新ニュース(お知らせ)のタイトルバー */
.itemHead_info {
	margin: 0px 0px 1.0em 0px;
	padding: 10px 0px 10px 10px;
	color:#ffffff;
	background:#535f74;
	font-weight: normal;
	font-size:1.0em;
	
}

.itemHead_info a{
	color:#ffffff;
	text-decoration:none;
}


/* 最新ニュースの投稿情報欄 */
.itemInfo {
	text-align: right;
	margin:0;
	padding:0;
}


/* 最新ニュースのタイトルの設定 */

.itemTitle a {
	font-variant: small-caps;
	background-color: transparent;
	color:#0d3560;
	text-decoration:none;
}

.itemTitle a:hover {
	font-variant: small-caps;
	background-color: transparent;
	color:#0d3560;
	text-decoration:underline;
}

.itemTitle_cat a {
	font-variant: small-caps;
	background-color: transparent;
	text-decoration:none;
}

.itemTitle_cat a:hover {
	font-variant: small-caps;
	background-color: transparent;
	color:#303030;
	text-decoration:underline;
}


/* 最新ニュース(お知らせ)のタイトルの設定 */
.itemTitle_info a {
	font-variant: small-caps;
	background-color: transparent;
	color:#ffffff;
	text-decoration:none;
}

.itemTitle_info a:hover {
	font-variant: small-caps;
	background-color: transparent;
	color:#ffffff;
	text-decoration:underline;
}


/* 最新ニュースの投稿者 */
.itemPoster {

}

/* 最新ニュースの投稿日 */
.itemPostDate {

}

/* 最新ニュースのステータス */
.itemStats {

}

/* 最新ニュースのコンテンツ部分 */
.itemBody {
	padding: 0px 5px;
}

.itemText {
}

.itemIcon {
	float:right;
	margin-left:10px;
	*margin-top:1.4em;
}


/* 最新ニュースの1文字目 */
.itemText:first-letter {
}

/* 最新ニュースのフッター */
.itemFoot {
	text-align: right;
}

.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;
}




/*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-top:2em;
	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{
	margin-top:10px;
	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;
}


.pico_pagenavigation {
	margin:0px;
	margin-top: 20px;
	padding: 0px;
	width: 570px;
}


.pico_pagenavigation .navicon_prev{
	width:280px;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	padding: 0px;
	text-align:left;
}

.pico_pagenavigation .navicon_prev a{
	text-decoration:none;
}

.pico_pagenavigation .navicon_next{
	width:280px;
	float:right;
	margin-left:5px;
	margin-bottom:10px;
	padding: 0px;
	text-align:right;
}

.pico_pagenavigation .navicon_next a{
	text-decoration:none;
}

span.pagenavi_text {
	margin-bottom: 10px;
	padding: 10px 0px;
	color:#0066CC;
	font-weight: normal;
	font-size:1.1em;
}


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-right: 1px solid #535F74;
	border-bottom: 1px solid #535F74;
	background: #EDEDE;
	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: right;
	margin-bottom: 4px;
}


/*左メニュー・block_menu */
ul.menulist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.menulist li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type:none;
	line-height:1.5em;
	font-weight:normal;
	border-bottom: 1px dotted #6f87a1;
}

ul.menulist li a {
	margin:0px;
	padding:12px 0px;
	padding-left:30px;
	display: block;
	background-image:url(../../images/common/listbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
}

ul.menulist li a:hover{
	margin:0px;
	padding:12px 0px;
	padding-left:30px;
	display: block;
	background: #d4e3f5;
	background-image:url(../../images/common/listbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
}




/*bulletin　最新ブロック*/
ul.bulletin {
	margin:0px;
	padding:0px;
}

ul.bulletin li{
	margin:0.5em 0em;
	padding:10px 5px;
	list-style:none;
	font-size: 1.0em;
	border-bottom: 1px dotted #6f87a1;
}

span.newmark{
	background:#600d0d;
	color: #ffffff;
	font-weight:normal;
	padding:0px 4px;
	font-size: 0.9em;
}


/*お知らせ　最新ブロック*/
ul.bulletin_lblock{
	margin:0px;
	margin-bottom:1em;
	padding:0px;
}

ul.bulletin_lblock li{
	margin:0.4em 0px;
	padding:8px 0px;
	list-style:none;
	font-size: 1.0em;
	border-bottom: 1px dotted #6f87a1;
}


/*お知らせ　関連記事リスト部分*/
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:10em;
	border-bottom:dotted 1px #535F74;
}


input.formButton {
	text-align:center;
	border-right: 1px solid #535F74;
	border-bottom: 1px solid #535F74;
	background: #EDEDE;
	padding: 4px;
}




/*---- CSS for Gnavi for Xoops ----*/
/*----maps----*/

#map {
	height:500px;
	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 {
	background:#ecc; 
	border-right:solid 1px #ccc; 
	border-bottom:solid 1px #ccc; 
	border-left:solid 10px #c66;
}

#gnn_map {
	background:#cec; 
	border-right:solid 1px #ccc; 
	border-bottom:solid 1px #ccc; 
	border-left:solid 10px #6c6;
}

#gnn_up {
	background:#cef;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #66f;
}

.gnn_cat {
	padding: 5px;
	border:solid 1px #cccccd; 
	text-align: center;
}

.gnn_cat,#gnn_map,#gnn_up,#gnn_edit{
	float:left;
	white-space:nowrap;
	margin:0 8px 8px 0;
	padding:2px 5px; 
}

.gnn_cat a,#gnn_map a,#gnn_up a,#gnn_edit a {
}

#gnn_cat a:hover,.gnn_cat a:hover,#gnn_map a:hover,#gnn_up a:hover,#gnn_edit a:hover{
}

.gnn_navi {
	margin: 10px 0;
	padding:4px 20px;
	text-align:left;
}

.gnn_navi span {
	padding:4px;
	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 {
	margin:5px;
	text-align:right;
}

#gn_desc {
	text-align:left;
	margin:4px;
}

.gn_file {
	margin:1em 0px;
	padding:0px;
	text-align: center;
}

.gn_file img {
	margin:0px;
	padding:4px;
	border:solid 1px #EDEDED;
}

.gn_file_con {
	margin:0;
	padding:10px;
}

.gn_file_con p{
	margin:1.4em 0px;
}

.gn_caption {
	font-size:12px;	
	background-color:#606060;
	margin-top:2px;
	color:white;
	padding:1px;
	text-align:left;
}

.gn_outer {
	border:solid 1px #EDEDED;
	border-collapse: separate; 
	margin:4px;
	width:100%;
}

.gn_outer td{
	vertical-align:middle;
}

.gn_outer td.photofile{
	width:190px;
	margin:0px;
	padding:0px;
}

.gn_outer td.gn_itemheader {
	font-size:1.2em;
	font-weight: bold;
	background-color:#D4E3F5;
	padding:12px 4px;
	line-height:1.6em;
	text-align:left;
}

.gn_outer td.gn_itemheader span {
	font-size:80%;
	margin-left:15px;
	font-weight:normal;
}

.gn_outer td.gn_itemheader a{
	color:#0066cc;
	text-decoration:none;
}

.gn_outer td.gn_itemheader span a {
	color:#D31A1A;
	text-decoration:none;
}


.gn_outer td.gn_itemheader a:hover{
	color:#0066cc;
	text-decoration:underline;
}

.gn_outer td.gn_itemheader span a:hover{
	color:#D31A1A;
	text-decoration:underline;
}

.gn_outer td.gn_head {
	padding:2px;
	text-align:center;
	background-color:#cdd5e5;
	width:20%;
}
.gn_outer td.gn_head a {}

.gn_outer td.gn_odd {
	padding:2px 2px 2px 5px;
	text-align:left;
	background-color:#ffffff;
	width:80%;
}

.gn_outer td.gn_odd_emp {
	padding:2px 2px 2px 5px;
	text-align:left;
	color:#D31A1A;
	font-weight:bold;
	background-color:#ffffff;
	width:80%;
}

#gn_print {
	line-height:2.5em;
	padding:2px 10px;
	border:solid 1px #666;
	background-color:#eee;
}

.gn_cat{
	margin:5px 0px;
	padding: 10px;
}

.gn_cat_text{
	margin:0;
	padding:10px 0 0 0;
}

.gn_cat img{
	padding: 2px;
	border:solid 2px #cccccd;
}




/*物件情報*/
.article_cat_img a {
	float:left;
	margin:5px 2px;
	padding:0px;
	width:295px;
	border:solid 5px #e5e8f1;
	text-align:center;
}

.article_cat_img a:hover {
	border:solid 5px #6F87A1;
}

.article_cat_text a{
	float:left;
	margin:5px 6px 5px 0px;
	padding:10px 0;
	width:140px;
	border:solid 5px #e5e8f1;
	text-align:center;
}

.article_cat_text a:hover {
	border:solid 5px #6F87A1;
}

span.article_cat_sum {
	color:#000000;
}



/*物件情報 個別ページ*/
.gn_photofile {
	margin:1em 0px;
	padding:0px;
	text-align: center;
}

.gn_photofile img {
	margin:0px;
	padding:4px;
	border:solid 1px #EDEDED;
}

.gn_photofile_con {
	margin:0;
	padding:5px;
}


/*物件情報 個別ページテンプレート*/
table.article_photo {
	margin: 1em 0;
}

table.article_photo td {
	width:205px;
	vertical-align:middle;
}



/*物件情報 ランダム画像表示ブロック*/
.article_ritem_p {
	margin:0px 0px 1.6em 0px;
	width:630px;
	text-align:center;
}

.article_ritem_p_item {
	width:194px;
	float:left;
	margin:5px 3px;
	padding:5px 3px 0px 3px;
	border:solid 1px #0d3560;
	height:100%;
	overflow:hidden;
}

.article_ritem_p_item div.item_img{
	text-align:center;
}

.article_ritem_p_item div.item_title {
/*	height:3.6em;*/
}

.article_ritem_p_item div.item_price {
	margin:4px 2px;
	color:#D31A1A;
	font-weight:bold;
	background:#EFC6C7;
	text-align:center;
}

.article_ritem_p_item div.item_com {
/*	height:3.6em;*/
	padding:4px 0;
}



/*トップページ　左メニュー*/
.infobox {
	margin-top:1em;
	padding:15px 12px;
	color:#D31A1A;
	background:#EFC6C7;
	font-weight:bold;
	font-size: 1.8em;
}

.employment {
	margin:0.5em 0;
	padding:8px;
	line-height: 1.4em;
	border:2px solid #535F74;
}

.employment_title {
	font-size: 1.4em;
	font-weight:bold;
	padding: 6px 0px;
}

