@charset "EUC-JP";

@import url(kurainfo.css);

/* blue #1d2088 */
/* green #14ae67 */

body{ 

	font-size: 90%;
	font-family: Verdana, Tahoma;
	line-height: 1.6em;
/*	text-align: center; */
	text-align: left;
/*
	margin: 0;
	padding: 5px;
	background-color: #fff;
*/
	color: #111;
}

table,tr,td,input,textarea{
	}

th{
	padding: 3px;
	}

th a:link, th a:active, th a:visited{
    color: #fff;
    text-decoration: none;
}

hr{
	}

img{
	border: 0px;
	}

p{
	}

h1,h2,h3,h4,h5{
	padding: 0;
	margin: 0;
	}



/* Link - リンク
-------------------------------------------------------- */

a:link, a:visited, a:active{
	}

a:hover{
	}


/* Form - フォーム
-------------------------------------------------------- */

form {
	margin:0;
	padding:0
	}

input,select,textarea {
/*
	font-family: Tahoma, sans-serif;
	font-size: 90%;
	border: 0px solid #999;
*/
	background-color: #f0f0f0;
	border: 1px solid #999;
}

input:focus,select:focus,textarea:focus{
	}


textarea {
	width: 450px;
	height: 12em;
	line-height: 1.4em;
}


/* List - リスト
-------------------------------------------------------- */

ul	{
	margin: 0 0 0 20px;
	padding: 0px;
	list-style: disc outside;
	}

ol{
	margin: 0 0 0 23px;
	padding: 0px;
	list-style: decimal outside;
	}

li	{
	}


/* BB Code -------------------------------------------------------- */

.xoopsQuote {
    margin: 4px;
    padding: 0 3px;
    border-left: 4px solid #CCCCA8;
}

.xoopsQuote blockquote{
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0.5em;
    background-color: #eee;
}

.xoopsCode {
    font-family: "Courier New", Courier, monospace;
    overflow: auto;
    margin: 4px;
    padding: 0.5em;
    border-left: 4px solid #CCCCA8;
}


/* Layout - レイアウト
-------------------------------------------------------- */


#wrap{ /* Wrap - サイト全体の幅 */
	width: 1020px; 
	min-width: 600px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border:0px solid red;
	background-color: #fff;
	}


.wrap_tl{ /* Top Left */
    width: 11px;
    height: 11px;
}
.wrap_tc{ /* Top Center */
    width: 11px;
    height: 11px;
}
.wrap_tr{ /* Top Right */
    width: 11px;
    height: 11px;
}


.wrap_ml{ /* Middle Left */
}
.wrap_mb{ /* Middle Background */
    width: 100%;
}
.wrap_mr{ /* Middle Right */
}


/* Header Layout - ヘッダー */
div#header {
    width: 100%;
    clear: both;
    border: 0px solid green;
}

span.sitename {
    border: 0px solid red;
}

.header_tc{ /* Header Center */
    width: 100%;
    text-align: center;
    border: 0px solid red;
    margin: 30px 0px;
}


/* Content Layout - コンテンツ */
.content_mb{ /* Middle Background */

}




/* Left Column - 左カラム */
#leftcolumn{
    padding: 0;
    vertical-align: top;
    width: 210px;
    border: 0px solid blue;
}

#leftcolumn .blockTitle{
    font-weight: bold;
    padding: 4px 0px 4px 6px;
    text-align: left;
    background-color: #1d2088;
    color: #fff;
}
#leftcolumn .blockTitle_info{
    font-weight: bold;
    padding: 4px 0px 4px 6px;
    text-align: left;
    background-color: #14ae67;
    color: #fff;
}

#leftcolumn .blockContent{
/*    font-size: 86%; */
    padding-bottom: 8px;
}



/* Center Column - 中央カラム */

#centercolumn{
    width: 600px;
    vertical-align: top;
    border: 0px solid #c0f;
}

#centercolumn .blockTitle{
    font-weight: bold;
/*
    height: 23px;
    line-height: 23px;
*/
    background-color: #0000a0;
    color: #fff;
}

#centercolumn .blockTitleLeft{
	}

#centercolumn .blockTitleRight{
	}

#centercolumn .blockContent{
	padding: 8px 3px;
	}

#centerleftcolumn{
	vertical-align: top;
	width: 50%;
	border: 0px solid red;
	}

#centerrightcolumn{
	vertical-align: top;
	width: 50%;
	border: 0px solid blue;
	}


/* Right Column - 右カラム */

#rightcolumn{
    width: 210px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    border: 0px solid blue;
}

#rightcolumn .blockTitle{
    font-weight: bold;
    padding: 4px 0px 4px 10px;
    background-color: #14ae67;
    color: #fff;
}

#rightcolumn .blockContent{
    padding: 0px;
    margin: 0px;
}



/* Footer - フッター */

#footer{
    background-color: #142160; 
    padding: 10px;
    font-size: 90%;
    text-align: center;
    color: #ccc;
}

.footer {
    background-color: #1d2088;
}
.footer_bar {
    background-color: #142160; 
}

/* Mainmenu - メインメニュー
-------------------------------------------------------- */

td#mainmenu {
	line-height: 1.0em;
	}

td#mainmenu a {
	text-decoration: none;
	}

td#mainmenu a:hover {
	text-decoration: none;
	}

td#mainmenu a.menuTop {
	padding-left: 20px;
	}

td#mainmenu a.menuTop:hover {
	background-position: 0 -30px;
	}

td#mainmenu a.menuMain {
	padding-left: 20px;
	}

td#mainmenu a.menuMain:hover{
	background-position: 0 -30px;
	}

td#mainmenu a.menuSub {
	background: none;
	line-height: 0.8em;
	margin-left: 10px;
	}

td#mainmenu a.menuSub:hover {
	text-decoration: underline;
	}


/* Usermenu - ユーザーメニュー
-------------------------------------------------------- */

td#usermenu {
	line-height: 1.0em;
	}

td#usermenu a {
	text-decoration: none;
	padding-left: 20px;
	}

td#usermenu a:hover {
	background-position: 0 -30px;
	text-decoration: none;
	}

td#usermenu a.menuTop {
	padding-left: 20px;
	}

td#usermenu a.menuTop:hover {
	background-position: 0 -30px;
	text-decoration: none;
	}

td#usermenu a.highlight {
	}

td#usermenu a.highlight:hover {
	background-position: 0 -30px;
	text-decoration: none;
	}


/* News - ニュース
-------------------------------------------------------- */

.item {
	}

.itemHead {
	font-size: 120%;
	font-weight: bold;
	padding: 3px;
	background-color: #f93;
	}

.itemInfo {
	text-align: right;
	padding: 2px 3px;
	background-color: #efefef;
	}

.itemTitle a:link, .itemTitle a:active, .itemTitle a:visited {
	text-decoration: none;
	}

.itemPoster {}

.itemPostDate {}

.itemStats {}

.itemBody {
	padding: 2px 3px;
	border-bottom: 1px solid #CCCCA8;
	}

.itemText {
	}

.itemFoot {
	padding: 2px 3px;
	border-bottom: 1px solid #CCCCA8;

	}

.itemAdminLink {}

.itemPermaLink {}


/* Forum,Table - フォーラム、テーブル
-------------------------------------------------------- */

.outer{
	width: 100%;
	border-collapse: collapse;
	}

.head, tr.head, td.head{
	font-weight: bold;
	text-align: center;
	padding: 3px;
	background-color: #d8dbf6;
}

td.head3 {
	font-weight: bold;
	text-align: center;
	padding: 4px;
	background-color: #edeef6;
}

.head a:link, .head a:active, .head a:visited{
	text-decoration: none;
	}

.head a:hover{
	}

.even, tr.even td{
    background-color: #f0f0f0;
    padding: 4px;
/*    padding: 4px; */
/*	padding: 2px 3px; */
/*	vertical-align: top; */
	}

.odd, tr.odd td{
    background-color: #f8f8f8;
    padding: 4px;
/*    padding: 4px; */
/*	padding: 2px 3px; */
/*	vertical-align: top; */
	}

.foot, tr.foot td{
/*	padding: 2px 3px;  */
	}

.foot a:link, .foot a:active, .foot a:visited{
	}


/* Forum Post,etc.. - フォーラム投稿
-------------------------------------------------------- */

.comTitle {
	font-size: 110%;
	font-weight: bold;
	}

.comPoster {

	}

.comText {
	}

.comUserStat {
	font-size: 95%;
	margin: 2px;
	padding: 1px 3px;
	background-color: #FAFAE7;
	border: solid #CCCCA8;
	border-width: 1px 1px 1px 3px;
	}

.comUserStatCaption {
	font-weight: bold;
	}

.comUserStatus {

	}

.comUserRank {
	margin: 2px;
	padding: 1px 2px;
	background-color: #FAFAE7;
	border: solid #CCCCA8;
	border-width: 1px 1px 1px 3px;

	}

.comUserRankText {
	font-weight: bold;
	}

.comUserRankImg {

	}

.comUserName {

	}

.comUserImg {
	margin: 2px;
	padding: 2px 3px;
	}

.comDate {

	}

.comDateCaption {

	}


/* Error Message - エラーメッセージ
-------------------------------------------------------- */

div.errorMsg {
	text-align: center;
	font-weight: bold;
	padding: 10px;
	background-color: #FFCCCC;
	border-top: 1px solid #DDDDFF;
	border-left: 1px solid #DDDDFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	}

div.confirmMsg {
	text-align: center;
	font-weight: bold;
	padding: 10px;
	background-color: #DDFFDF;
	color: #136C99;
	border-top: 1px solid #DDDDFF;
	border-left: 1px solid #DDDDFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;

	}
 
div.resultMsg {
	text-align: center;
	font-weight: bold;
	padding: 10px;
	background-color : #CCCCCC;
	color: #333333;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;

}

/* customize */
.description {
	line-height: 160%;
}


/*
td.c02a {
    width: 0px;
}
*/

.half {
	color: #999;
}

#footer_sitemap {
    background-color: #1d2088;
    color: #fff;
/*    text-align: left; */
    padding: 10px;
}
#footer_sitemap a:link, #footer_sitemap a:active, #footer_sitemap a:visited{
    color: #ccc;
    text-decoration: none;
}

#footer_sitemap a:hover{
    color: #fff;
    text-decoration: none;
}

#footer_sitemap .pbox {
    width: 200px;
    padding: 10px;
    display: table-cell;
    border: 0px solid red;
}

/*
#pmenu tr {
    border-left: 1px solid #333;
    padding: 5px;
}

#pmenu .a02a {
    width: 10px;
    border: px solid red;
}
#pmenu a.pmenu {

}
*/


.a01 {
    border: 0px solid blue;
}


/*
.pmenu {
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 3px;
    width: 118px;
}
*/


#pmenu td.a01, td.b01, td.c01 {
    height: 3px;
}
#pmenu td.a03, td.b03, td.c03 {
    height: 2px;
}




#pmenu td.a02a {
    width: 20px;
}

.mybox, .mybox_info {
    border: 1px solid #ccc;
    width: 175px;
    display: block;

    background-color: #eee;
    position: relative;

    padding: 5px;
}

.mybox a,.mybox_info a {
    display: block;
    position: absolute;
    width: 165px;
    height: 22px;
    color: #000;
    top: 0px;
    left: 0px;
    text-decoration: none;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom:5px;
}

.pbox {
    display: visible;
}

.mybox a:hover {
/* blue #1d2088 */
/* green #14ae67 */
    border: 1px solid #1d2088;
    background-color: #8e8fc3;
    color: #fff;
    font-weight: bold;
}

.mybox_info a:hover {
    border: 1px solid #14ae67;
    background-color: #71ae92;
    color: #fff;
    font-weight: bold;
}

/*
a.multimenu_item, a:link.multimenu_item, a:active.multimenu_item, a:visited.multimenu_item {
    color: #000;
    text-decoration: none;
}
*/

/*
a:hover.multimenu_item {
    background-color: #8e8fc3;
    color: #fff;
}
*/


/*
.multimenu_item a:link, .multimenu_item a:active, .multimenu_item a:visited{
    color: #000;
}

.multimenu_item a:hover{ 
    text-decoration: underline;
    background-color: #8e8fc3;
    color: #fff;
}
*/


.pmenu_list ul {
    margin: 0;
    padding: 0;
    list-type: none;
}

.pmenu_list li {
    display: inline; 
    padding: 0;
    margin: 0;
    color: #000;
}

.pmenu_list li a {
    display: block;
    text-decoration: none;

    padding: 2px;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-bottom: 2px;
}

.pmenu_list a:link, .pmenu_list a:active, .pmenu_list a:visited{
    color: #000;
}
.pmenu_list a:hover{ 
    text-decoration: underline;
    background-color: #8e8fc3;
    color: #fff;
}


div#breadcrumb_bar  {
    background-color: #edeef6;
    width: 100%;
    padding: 4px;
    color: #1d2088;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
    display: none;
}

div#breadcrumb {
    display: none;
}

div#topslidebox {
    align: center;
}

.new1 {
	font-size: 70%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ff6600;
	color: white;
}

#submit.formButton {
width:100%;
height: 5.0em;
}

