@charset "euc-jp";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;font-size: 12px;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   border-top:5px solid #003aaa;
}

.contmain1{
	width: 950px;/* ←ページ全体の幅 */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.contmain_left{
	width: 950px;/* ←ページ全体の幅 */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background: url("images/back_center.jpg") repeat-y;
}

.contmain_top{
	width: 950px;/* ←ページ全体の幅 */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background: url("images/back_center.jpg") repeat-y;
}




.pulldownbt{
	width: 914px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
}


#leftcolumn {
	width: 180px;/* ←メニューの幅 */
	padding: 0px 10px 0px 0px;
}

table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0033ff;
	text-decoration: underline;
}

h1 {
	font-size: 125%;
}
h2 {
	font-size: 112%;
}
h3, h4, h5 {
	font-size: 100%;
}

ul { margin: 2px; padding: 2px; list-style: decimal outside; text-align: left;}
li {
	list-style: square inside;
	color: #777777;
	margin-top: 3px;
	margin-bottom: 3px;
}



.bg1{
	background-color: #fff;
	background-repeat: repeat-x;
	
}

/*** ヘッダープルダウンメニューバーバック部分 ***/
.bg2 {
   width:100%;
   float:left;
   height:60px;
   background:url("images/bg2.gif") 0 0 repeat-x;
}


/*** フラッシュ及びメインバック部分 ***/
.bg3{
	background-color: #EDEDED;
	background-repeat: repeat-x;
}





/*** ヘッダーメニューバー部分 ***/

#header {
	display: block;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #fff;
}



#header .logotext {
	color: #666666;
}

#header .logo {
	float: left;/* ←ロゴの左からの距離 */
	padding-left: 16px;
}

#header .logoimg {
	padding-top: 2px;
}

#header .menu {
	float: right;
	padding-top: 35px;
	padding-right: 36px;/* ←検索とメニューのセットの右からの距離 */
	padding-left: 4px;
}

#header .search {
	text-align:right;
	padding-top: 14px;
}

#header .searchbtn {
	font-size: 10px;
	border: 1px solid #999999;
}

#header .headermenu {
	text-align:right;
	padding-top: 4px;
	display: block;
	overflow: hidden;
}

#header .headermenulink {
	margin-left: 10px;
	background-image: url(images/headermenuimg.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
	padding-bottom: 0px;
	font-size: x-small;
	float: left;
}





/* 日本語版、英語版切替ボタン */
a.bt_english{ 
display:block;
background: url(images/bt_english.gif) no-repeat;
width:128px;
height:37px;
margin:-39px 0px 0 650px;
text-indent: -10000px;/* 文字を画面上から外へ */
}

a.bt_english:hover{ 
background-position:
top right;
}

a.bt_english:active{ 
background-position:top right;
}




a.bt_japanese{ 
display:block;
background: url(images/bt_japanese.gif) no-repeat;
width:128px;
height:37px;
margin:-39px 0px 0 650px;
text-indent: -10000px;/* 文字を画面上から外へ */
}

a.bt_japanese:hover{ 
background-position:
top right;
}

a.bt_japanese:active{ 
background-position:top right;
}





/*** メイン画像 ***/
.mainphoto {
	text-align: center;
}

#contmain_top.headerflash{
	margin:0px;
	padding:0px;
	width:914px;
	height:200px;
	vertical-align:bottom;
}





/*** メインコンテンツ部分 ***/
#maincontens {
	background-position: top;
	padding: 10px 30px 10px 30px;
	

}

th {
	color: #FFFFFF;
	padding : 4px;
	vertical-align : middle;
	background-image: url(images/th.gif);
}





/*中央ブロックの定義*/
#centercolumn {
	padding: 0px 3px 0px 3px;
}

#centerCcolumn .blockTitle {
	padding: 5px 2px 5px 10px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-bottom: 0px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	background-image: url(images/center_bar.jpg);
}

#centerCcolumn .blockContent {
	border-top: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	padding: 5px;
	margin-bottom: 12px;
	background-color: #F8F8F8;
}

#centerCcolumn th {
	padding: 2px;
	background-color: #FFFFE1;
	color: #808080;
	vertical-align: middle;
}

/*中央-左ブロックの定義*/
#centerLcolumn {
	width:50%;
	padding: 0px 3px 0px 3px;
}

#centerLcolumn .blockTitle {
	padding: 5px 2px 5px 10px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-bottom: 0px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	background-image: url(images/center_left_bar.jpg);
}

#centerLcolumn .blockContent {
	border-top: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	padding: 5px;
	margin-bottom: 12px;
	background-color: #F8F8F8;
}

/*中央-右ブロックの定義*/
#centerRcolumn {
	width: 50%;
	padding: 0px 3px 0px 3px;
}

#centerRcolumn .blockTitle {
	padding: 5px 2px 5px 50px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	background-color: #3CB371;
	border-top: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-bottom: 0px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	background-image: url(images/center_right_bar.jpg);
}

#centerRcolumn .blockContent {
	border-top: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	padding: 5px;
	margin-bottom: 12px;
	background-color: #F8F8F8;
}

#content {
	text-align: left;
/*	padding: 8px;*/
}

/*右ブロックの定義*/
#rightcolumn {
	width: 160px;
	margin:10px;
	padding: 0px 0px 7px 7px;
	border-top: 0px solid #E6E6E7;
	border-left: 2px dotted #CFCFCF;
	border-right: 0px solid #E6E6E7;
	border-bottom: 0px dashed #CFCFCF;
	background-color: #FFFFFF;
}

#rightcolumn .blockTitle {
	padding: 8px 2px 7px 27px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	border-top: 0px solid #B5B5B5;
	border-right: 0px solid #B5B5B5;
	border-bottom: 3px solid #DCDCDC;
	border-left: 0px solid #B5B5B5;
	background-image: url(images/menutitle_r.jpg);
}

#rightcolumn .blockContent {
	border-top: 0px solid #B5B5B5;
	border-right: 0px solid #B5B5B5;
	border-bottom: 1px dashed #B5B5B5;
	border-left: 0px solid #B5B5B5;
	padding: 5px 5px 10px 5px;
	margin-bottom: 12px;
}



div#content {text-align: left;}

#banner{
	text-align: center;
	margin-top: 20px;
}





/*** レフトサイドメニューブロックタイトルの定義 ***/

#leftcolumn div.blockTitle {
	background-image: url(images/menutitle.jpg);
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C3C3C3;
	border-right-color: #C3C3C3;
	border-left-color: #C3C3C3;
}

#leftcolumn div.blockContent {
	background-color: #FFFFFF;
	padding: 4px;
	margin-bottom:10px;
	border: 1px solid #C3C3C3;
}





/*レフトサイドメニューの定義*/
#mainmenu a {
	display: block;
	background-image: url(images/menulink1.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}

#mainmenu a:hover {
	background-image: url(images/menulink2.gif);
	background-repeat: no-repeat;
}

#mainmenu a.menuTop {padding-left: 10px;}
#mainmenu a.menuMain {padding-left: 10px;}
#mainmenu a.menuSub {
	padding-left: 10px;
	margin-left: 15px;
	display: block;
}

#usermenu a {
	display: block;
	background-image: url(images/menulink1.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
#usermenu a:hover {
	background-image: url(images/menulink2.gif);
	background-repeat: no-repeat;
}
#usermenu a.menuTop {}
#usermenu a.highlight {background-color: #fcc;}



.outer {border: 1px dotted #CCCCCC;}
.head {
	padding: 5px;
	background-image: url(images/foot.gif);
	background-repeat: repeat-x;
	background-color: #EBEBEB;
}

.even {
	padding: 5px;
	background-image: url(images/even.gif);
	background-repeat: repeat-x;
}

.odd {
	padding: 5px;
	background-image: url(images/even.gif);
	background-repeat: repeat-x;
}

.foot {
	padding: 5px;
	background-image: url(images/foot.gif);
	background-repeat: repeat-x;
	background-color: #EBEBEB;
}

tr.even td {
	padding: 5px;
	background-image: url(images/even.gif);
	background-repeat: repeat-x;
}

tr.odd td {
	padding: 5px;
	background-image: url(images/even.gif);
	background-repeat: repeat-x;
}

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;}

div.xoopsCode { 
	background: #FFFFFF; 
	border: 1px inset #000080;
	padding: 0px 6px 6px 6px;
	width: 400px;
	overflow: auto;
}

div.xoopsQuote { 
	background: #FFFFFF; 
	border: 1px inset #000080; 
	padding: 2px;
	width: 400px;
	overflow: auto;
}


.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;}






/* ========ページTOPにもどるボタン========= */
div#totop {
   margin:0 10px;
   text-align:right;
   font-size:70%;/* 11px相当 */
}

div#totop a {
   padding-left:8px;
   background: url("images/bg_totop.gif") 0 50% no-repeat;
}

/* ========フッター======== */
div#footer {
   background: url("images/foot_back.jpg") repeat-x;
}

div#footMenu {
   width:880px;
   margin:0 auto;
}

div#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:60%;
   color:#ccc;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   color:#ccc;
   background: url("images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:30px 0;
   font-size:70%;/* 11px相当 */
   font-style:normal;
   color:#fff;
   text-align:center;
}　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　




input.formButton {}

/* 最新ニュースの枠 */
.item {
	border: 1px solid #E6E6E7;
}

/* 最新ニュースのタイトルバー */
.itemHead {
	padding: 5px;
	background-color: #97B5DC;
	color: #FFFFE0;
}

/* 最新ニュースの投稿情報欄 */
.itemInfo {
	text-align: right;
	padding: 5px;
	background-color: #97B5DC;
}

/* 最新ニュースのタイトルの設定 */
.itemTitle a {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	background-color: transparent;
}

/* 最新ニュースの投稿者 */
.itemPoster {
	font-size: 90%;
	color: #000;
}

/* 最新ニュースの投稿日 */
.itemPostDate {
	font-size: 90%;
	color: #000;
}

/* 最新ニュースのステータス */
.itemStats {
	font-size: 90%;
}

/* 最新ニュースのコンテンツ部分 */
.itemBody {
	padding: 20px;
}

.itemText {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
}



/* 最新ニュースのフッター */
.itemFoot {
	text-align: right;
	padding: 5px;
	background-color: #CCCCCC;
}

.itemAdminLink {
	font-size: 90%;
}
.itemPermaLink {
	font-size: 90%;
}
