@charset "utf-8";
/* ---------- 基本設定---------- */
* {
	margin:0;
	padding:0;
	}

html {
	overflow-y: scroll; /*FireFoxのスクロールバー分のズレをとるCSS*/
	height:100%;
	}

img {
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
/* ---------- 全般設定---------- */
body {
font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 0.9em;
	line-height: 1.8;
	background-image:url(../images/body_bg_top.gif);
	background-repeat:repeat-x;
	height:100%;
	}
	
body, x:-moz-broken{font-family:"Verdana","ＭＳ ゴシック", "Osaka－等幅"}
html* body{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;}
	
*html body {
	font-family:Verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino
Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka", sans-serif;
text-align:center;
	}
*:first-child+html body {
	font-family:Verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino
Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka", sans-serif;
	height:100%;
	}


* html div#bodybox{
    height:100%;
	}


input.kensaku {
	width: 243px;
	height:17px;
	}

*html input.kensaku {
	height:21px;
	}

input.id {
	width: 148px;
	margin:0 0 9px 5px;
	}

* html input.id {
	width: 148px;
	margin:0 0 3px 5px;
	}
*:first-child+html input.id {
	width: 148px;
	margin:0 0 4px 5px;
	}


input.pass {
	width: 148px;
	margin:0 0 3px 5px;
	}

* html input.pass {
	width: 148px;
	margin:0 0 0px 5px;
	}

/* ---------- リンクの色を指定---------- */
a:link { color:#0066FF; text-decoration: underline; }
a:visited { color:#0066FF; text-decoration: underline; }
a:active { color:#0066FF; text-decoration: underline;}
a:hover { color: #000066; text-decoration: underline;}
a:name { text-decoration: none;}





/* ---------- 見出し設定 ---------- */


/* ====================== 骨組み ====================== */

#bodybox {
	width:100%;
	margin:0 auto;
    position:relative;
    min-height: 100%;
	}
	
*html #bodybox {
	display:block;
	margin:0px auto !important;
	padding:0;
    position:relative;
	}
	
	

#clear {
	clear:both;
    padding-bottom:80px;
	}

*html #clear {
	clear:both;
	}

.clear {
	clear:both;
    padding-bottom:0px;
	}


div#Container {
    margin: 0 auto;
    padding: 0;
    width: 815px;
    text-align: left;
	height: 100%;
	min-height: 100%;
}


div#CenterWrapper {
				padding: 10px;
}


/* ================== ヘッダー ================== */

div#Header {
    width: 815px;
    height: 126px;
	background-color:none;
}

*:first-child+html div#Header {
    width: 815px;
    height: 126px;
	background-color:none;
	margin-bottom:6px;
}

div#Header div#Logo {
	padding:6px 0 0 0;
	height:122px;
	float:left;
	width:302px;
}
div#Header div#h_navi{
float:right;
text-align:right;
width:320px;
height:126}

div#Header div#h_navi a.h_home {
	display: block;
	margin:20px 0 0 0;
	padding: 0;
	background: url(../images/home.jpg) no-repeat left top;
	width: 56px;
	height: 17px;
	float:left;
	}
div#Header div#h_navi a:hover.h_home {
	background: url(../images/home.jpg) no-repeat left bottom;
	}
	
	
div#Header div#h_navi a.h_sitemap {
	display: block;
	margin:20px 0 0 10px;
	padding: 0;
	background: url(../images/sitemap.jpg) no-repeat left top;
	width: 86px;
	height: 17px;
	float:left;
	}
div#Header div#h_navi a:hover.h_sitemap {
	background: url(../images/sitemap.jpg) no-repeat left bottom;
	}
div#Header div#h_navi  div#search{
clear:both;
width:315px;
margin:20px 5px 0 0;
}

div#Header div#h_navi  div#nyukai{
clear:both;
width:320px;
margin:0;
text-align:right;
}
div#Header div#h_navi  div#nyukai a.h_nyukai {
	display: block;
	margin:0 0 0 0;
	padding: 0;
	background: url(../images/bnr_nyukain.jpg) no-repeat left top;
	width: 248px;
	height: 56px;
	float:right;
	}
div#Header div#h_navi  div#nyukai a:hover.h_nyukai {
	background: url(../images/bnr_nyukain.jpg) no-repeat left bottom;
	}
	
	

/* --------------------------------------------------------	 */		




/* ================== メインナビゲーション ==================- */

div#menu{
margin:0;
padding:0;
width:815px;
height:74px;}
*html div#menu{
margin:-3px 0 0 0;}

*:first-child+html div#menu{
margin:-3px 0 0 0;
padding:0;
width:815px;
height:74px;}

div#menu a.menu_01 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/menu_01_top.jpg) no-repeat left top;
	width: 140px;
	height: 74px;
	float:left;
	}
div#menu a:hover.menu_01 {
	background: url(../images/menu_01_top.jpg) no-repeat left bottom;
	}

div#menu a.menu_02 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/menu_02_top.jpg) no-repeat left top;
	width: 134px;
	height: 74px;
	float:left;

	}
div#menu a:hover.menu_02 {
	background: url(../images/menu_02_top.jpg) no-repeat left bottom;
	}
div#menu a.menu_03{
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/menu_03_top.jpg) no-repeat left top;
	width: 134px;
	height: 74px;
	float:left;
	}
div#menu a:hover.menu_03 {
	background: url(../images/menu_03_top.jpg) no-repeat left bottom;
	}
div#menu a.menu_04 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/menu_04_top.jpg) no-repeat left top;
	width: 135px;
	height: 74px;
	float:left;
	}
div#menu a:hover.menu_04 {
	background: url(../images/menu_04_top.jpg) no-repeat left bottom;
	}
div#menu a.menu_05 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/menu_05_top.jpg) no-repeat left top;
	width: 132px;
	height: 74px;
	float:left;
	}
div#menu a:hover.menu_05 {
	background: url(../images/menu_05_top.jpg) no-repeat left bottom;
	}
div#menu a.menu_06 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/menu_06_top.jpg) no-repeat left top;
	width: 140px;
	height: 74px;
	float:left;
	}
div#menu a:hover.menu_06 {
	background: url(../images/menu_06_top.jpg) no-repeat left bottom;
	}


/* --------------------------------------------------------	 */	









/* ==================  footer  ================== */
#footer
	{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
    position:absolute;
    bottom:0px;
	background-color: #ececec;
	border-top:solid 3px #d9d9d9;
	text-align:center;
	height:80px;
	color:#828282;
	}
*html #footer
	{
	left:0;
	}

#footer a:link { color: #666666; text-decoration: none; }
#footer a:visited { color:#666666; text-decoration: none; }
#footer a:active { color:#666666; text-decoration: none;}
#footer a:hover { color: #666666; text-decoration: none; background-color:#C9C9C9;}

#footer_in{
width:815px; margin:0 auto; padding:3px 0 0 0; height:77px; text-align:left; font-size:90%;}

#footer_navi{
width:527px; float:left; padding-top:7px;
}

#footer_navi span.copy{ font-size:11px;}

#footer_logo{
width:288px; float:right;
}

/* Content */
div#CenterColumn  h2.BlockTitle {
    border-bottom: #DDD dashed 1px;
}
div#CenterColumn div.BlockContent, 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.CenterLblock {
    clear: both;
}
div.CenterRblock {
    clear: both;
}

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

}

/* Left Right Column */
div#LeftColumn {
    float: left;
    width: 540px;
	margin:0;
	padding:0;
	min-height:300px;
	text-align:left;

}
div#RightColumn {
    float: right;
    width: 254px;
	margin:0;
	padding:0;
	text-align:left;


}

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

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, 
div#RightColumn h2.BlockTitle {
    margin: 0 0 5px 0;
				padding: 0 10px;
				color: #FFF;
				line-height: 1.5;
				background-color:#ccc;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent {
    text-align: left;
}
div#RightColumn .BlockContent {
    text-align: center;
}
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
    text-align: center;
	margin:3px 0 0 0;
}
div#RightColumn .BlockContent p a:hover img{
margin:0 auto;
display:block;
filter: alpha(opacity=60);
-moz-opacity:0.6;
opacity:0.6;

}
.clear{
clear:both;
padding-bottom:80px;}

/* Footer */
div#BacktoTop {
    clear: both;

    text-align: right;
    margin: 10px 0px 5px;
    font-size:80%;
}

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

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



/* ==================  トップバナー  ================== */
div#RightColumn a.bnr_01 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/bnr_22_springmeeting.jpg) no-repeat left top;
	width: 254px;
	height: 78px;
	float:left;
	}
div#RightColumn a:hover.bnr_01 {
	background: url(../images/bnr_22_springmeeting.jpg) no-repeat left bottom;
	}
div#RightColumn a.bnr_02 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/bnr_60_autummeeting.jpg) no-repeat left top;
	width: 254px;
	height: 78px;
	float:left;
	}
div#RightColumn a:hover.bnr_02 {
	background: url(../images/bnr_60_autummeeting.jpg) no-repeat left bottom;
	}

div#RightColumn a.bnr_03 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/bnr_annai.jpg) no-repeat left top;
	width: 254px;
	height: 59px;
	float:left;
	}
div#RightColumn a:hover.bnr_03 {
	background: url(../images/bnr_annai.jpg) no-repeat left bottom;
	}


div#RightColumn a.bnr_04 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/bnr_shouroku.jpg) no-repeat left top;
	width: 254px;
	height: 58px;
	float:left;
	}
div#RightColumn a:hover.bnr_04 {
	background: url(../images/bnr_shouroku.jpg) no-repeat left bottom;
	}


div#RightColumn a.bnr_05 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/bnr_guidline.jpg) no-repeat left top;
	width: 254px;
	height: 58px;
	float:left;
	}
div#RightColumn a:hover.bnr_05 {
	background: url(../images/bnr_guidline.jpg) no-repeat left bottom;
	}


div#RightColumn a.bnr_06 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/bnr_kamei.jpg) no-repeat left top;
	width: 254px;
	height: 60px;
	float:left;
	}
div#RightColumn a:hover.bnr_06 {
	background: url(../images/bnr_kamei.jpg) no-repeat left bottom;
	}


div#RightColumn a.bnr_07 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../images/bnr_are.jpg) no-repeat left top;
	width: 254px;
	height: 73px;
	float:left;
	}
div#RightColumn a:hover.bnr_07 {
	background: url(../images/bnr_are.jpg) no-repeat left bottom;
	}


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

/* 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;
	border-bottom:solid 1px #999999;
}
.mainmenu a.menuMain {
    padding: 5px 10px;
	border-bottom:solid 1px #999999;
}
.mainmenu a.menuSub {
    padding: 5px 5px 5px 15px;
	border-bottom:solid 1px #999999;
}

#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 {
	font-size: 11px;
	width:60px;
    padding: 5px;
    font-weight: normal;
}
.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;
	margin-height: 20px;
    padding: 3px;
}
.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;
	min-height: 300px;
}
.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 100%;

}
.itemText:first-letter {}
.itemFoot {
    text-align: right;
    padding: 3px;

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

img { border:0; }



.fl_left { float:left; width: 47%; padding: 5px; text-align:left; }
.fl_right {  float:right; width: 47%; padding: 5px; text-align:left; }
.col3 { width: 99%; margin:0px; padding:5px; }
.col3 h3 { width: 100%; }
.breadcrumbs { border-bottom:solid 1px #999999; margin-bottom:10px; }



/* Menu */

#mainmenu {
	border-bottom: dotted 1px #b0b0b0;
	padding:0px 0 0px 0px;
	width: 185px;
}
#mainmenu a { color:#3366CC; }
#mainmenu a:hover { color:#FF3300; }
#mainmenu a:visited { color:#666666; }
/*#mainmenu a.menuTop {
	padding:5px 0 5px 10px;
	width: 177px;
	}*/
#mainmenu a.menuMain, #mainmenu a.menuTop {
	border-top: dotted 1px #b0b0b0;
	background-color:#ffffff;
	padding:6px 0 5px 10px;
	width: 177px;
}
#mainmenu a:visited.menuMain, #mainmenu a:visited.menuTop {
	background-color:#ffffff;
/*	padding:5px 0 5px 10px;*/
	width: 177px;
}
#mainmenu a:hover.menuMain, #mainmenu a:hover.menuTop {
	background-color:#FAFAFA;
/*	padding:5px 0 5px 10px;*/
}
/* IE6 */
* html #mainmenu a:hover.menuMain, * html #mainmenu a:hover.menuTop {
	background-color:#FAFAFA;
	padding:6px 0 5px 10px;

}


/* 該当ページの場合 */
#mainmenu a.menuMainOn {
	border-top: dotted 1px #b0b0b0;
	border-bottom: dotted 1px #b0b0b0;
	background-color:#FEF9E9;
	padding:6px 0 5px 10px;
	width: 177px;
}
#mainmenu a:visited.menuMainOn {
	background-color:#FEF9E9;
	padding:6px 0 5px 10px;
	width: 177px;
}


#mainmenu a.menuSub, #mainmenu a:visited.menuSub {
	background-color:#FAFAFA;
	border-left: dotted 1px #b0b0b0;
	margin:0px 5px 2px 15px;
	padding:6px 5px 5px 10px;
	width: 156px;
	color:#3354A2;
}
/* IE6 */
* html #mainmenu a.menuSub, * html #mainmenu a:visited.menuSub {
	background-color:#FAFAFA;
	border-left: dotted 1px #b0b0b0;
	margin:1px 5px 1px 15px;
	padding:6px 5px 6px 10px;
	width: 156px;
	color:#3354A2;
}

#mainmenu a:hover.menuSub {
	background-color:#ffffff;
	border-left: dotted 1px #FF3300;
	color:#FF3300;
}
/* IE6 */
* html #mainmenu a:hover.menuSub {
	background-color:#ffffff;
	border-left: dotted 1px #FF3300;
	color:#FF3300;
}

.outer { width: 90%; margin:10px; background-color: #F6F6F6; border: solid 1px #999999; }


.thispage {
	background-color:#ffffff;
	padding: 2px 4px 1px 4px;
	color:#333333;
}

#login{
width:163px;
height:95px;
margin:0 0 0 6px;
padding:38px 18px 5px 60px;
background-image:url(../images/login_bg.jpg);
background-repeat:no-repeat;
text-align:left;}



#logout{
width:241px;
margin:0 0 0 6px;
text-align:left;}



	
div#info{
width:504px;
margin:10px 0 0 0;
padding:0;
font-size:90%;}

div#info dl{
width:504px;
margin:10px 0 15px 40px;
padding:0;}

div#info dt{
width:100px;
color: #666666;
float:left;}

div#info dd{
width:390px;
margin-left:104px;}

div#info dd a:link { color: #666666; text-decoration: none; }
div#info dd a:visited { color:#666666; text-decoration: none; }
div#info dd a:active { color:#666666; text-decoration: none;}
div#info dd a:hover { color: #666666; text-decoration: none; background-color: #C9C9C9;}

div.bar{
clear:both;
margin:0 0 0 40px;
}

div.more{
clear:both;
margin:5px 0 0 40px;
width:504px;
}

div.more a.past {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/past.jpg) no-repeat left top;
	width: 88px;
	height: 17px;
	float:right;

	}
div.more a:hover.past {
	background: url(../images/past.jpg) no-repeat left bottom;
	}