@charset "utf-8";

html {
	margin: 0;
	padding: 0;
}

body{
    margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	line-height:150%;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color: #FFFFFF;
}

a{
	text-decoration: none;
}

li{
}


/*h1, */h3{
	/*line-height: 1em;*/
	font-size: 1.4em;
	border-bottom: solid 1px;
}

img{
	border: 0;
}

/*ページトップキーワード*/
div.keyword{
    width: 900px;
    margin:0 auto;
    color: #999999;
	font-size: 11px;
    line-height: 1.1em;
}

.keyword h1{
	font-size: 11px;
	font-weight: bold;
	border-bottom: none;
	margin: 2px 0 0;
	
	background-image: none;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
}

.keyword h2{
	border: none;
	background-image: none;
	margin: 0;
	padding: 0;
}

/*キーワード２行目*/
.second_keyword{
	font-size: 11px;
	margin: 1px 0 2px 0;
    font-weight: normal;
	word-break: keep-all;
}

/*キーワード１行目*/
.first_keyword{
	font-size: 11px;
	font-weight: bold;
	border-bottom: none;
	margin: 2px 0 0;
}

#container{
    overflow:auto;
    width: 900px;
    /*min-height:500px;*/
    height: auto !important;
    /*position:absolute;
    left:50%;
    margin-left:-512px;*/
    margin: 0 auto;
    border: 2px solid #999999;    
}



/*ヘッダー*/
#header{
	margin: 0;
	padding: 0;
	width: 900px;
	height: 88px;
	background: url(../../images/portal/new_title_header.gif) no-repeat center center;
}

#header p.subtitle{
	margin: 0;
	padding-top: 15px; 
	padding-left: 180px;
	color: #999999;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#header h1{
	margin: 0;
	padding-top: 5px; 
	padding-left: 180px;
	color: #666666;
	font-size: 23px;
	line-height: 20px;
}

#header p.title{
	margin: 0;
	padding-top: 3px; 
	padding-left: 180px;
	color: #666666;
	font-weight: bold;
	font-size: 23px;
	line-height: 20px;
}

/*ヘッダー部分メニュー*/
#head_menu {
    width: 900px;
    height: 26px;
    background-color: #00973D;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
}

#head_menu ul{
    margin: 3px 0.5em 1px 0;
    height: 20px;
    padding : 0;
    border-left: solid 1px;
    float: right;
}

#head_menu li{
    float: left;
    list-style: none;
    margin: 0;
    line-height: 20px;
    padding: 0 0.7em 0 0.7em;
    border-right: solid 1px;
}

#head_menu li a {
	color: #FFFFFF;
}

#nav{margin: 0 auto; line-height: 1; text-align: left; }
#nav li{ list-style: none; float: left;	position: relative; z-index: 100; }
#nav ul{
	display:none;
	position: absolute;
	top: 20px;
	left: 0;
}

* html #nav ul{
	line-height: 0;
}

#nav ul li{
	float: none;
	border: none;
	font-size: 12px;
	display: inline-block;
}

#nav ul a{
	display: block;
	width: 130px;
    background-color: #121212;
    padding: 6px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	/*opacity: 0.8;
	filter: alpha(opacity=80);*/
	zoom: 1;
	line-height: 1;
}

#nav ul a.hover{
	background-color: #444;
}


/*ヘッダー部分文字サイズ*/
#size_controll{
	width: 900px;
	/*border: 1px solid;*/
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	height: 23px;
}

#size_controll ul{
	margin: 0 10px 0 auto;
	padding: 0;
	float: right;
}

#size_controll li{
	float: left;
    list-style: none;
    margin: 2px 2px 0px 2px;
    padding: 1px 3px 1px 3px;
	/*background-color: #FFFFFF;*/
	border: 1px solid;
}

/*#size_controll li a{
	color: #666666;
}*/

#size_controll li.none{
	background-color: #FFFFFF;
	color: #666666;
	border: none;
}

/* 隠し行 */
tr.hidden
{
    display: none;
}

p.tbl_show
{
    width: 100%;
    margin: 0;
    text-align: right;
}

p.tbl_hide
{
    width: 100%;
    margin: 0;
    text-align: right;
    display: none;
}


/*コンテンツ*/
#contents{
	float: left;
	width: 645px;
    margin: 0px 0 10px 0;
    padding: 0;
    
    /*background-color: #DDDDDD;*/
}

/*ページ右部分*/
#right_box{
	float: right;
	width: 250px;
}

/*バナー*/
#banner{
	/*float: right;
	width: 250px;*/
    text-align: center;
    /*margin-top: 10px;*/
    /* background-color: green; */
}

/*トップページﾛｸﾞｲﾝメニュー*/
#menu{
	float: left;
	width: 180px;
	padding: 0;
	margin: 0;
    
    /*background-color: #DDDDDD;*/
}

/*地図部分外枠*/
#main{

    /*border: 1px solid #999999;*/
    margin: 0 0 10px 0;
	padding: 0;
	float: right;
	text-align: left;
	width: 455px;
    /*height: 300px;*/
    
    /*background-color: red;*/
}

/*地図*/
#map{
    width: 100%;
    height: 100%;
    /*margin-top: 10px;*/
    margin-bottom: 0;
    height: 300px;
    border: 1px solid #999999;
	position: relative;
/*background: url(../../images/portal/map.jpg) no-repeat center center;*/
    text-align: center;
    vertical-align: middle;
}

#map div{
	font-size: 14px;

}

#map div.title{
	border-bottom: 1px solid #999999;
    background-color: #00973D;   
	color: #FFFFFF;
	font-weight: bold;
    /*width: 100%;*/
    height: 24px;
    line-height: 23px;
    font-size: 16px;
	position: relative;
	text-align: left;
	padding-left: 37px;
}

#map div.title a{
	color: #FFFFFF;
}

#map div.title img{
	position: absolute;
	top: -7px;
	left: 7px;
}

#map div.hokkaido{
	position: absolute; 
	top: 100px; 
	left: 365px;
	line-height: 20px;
}
#map div.kanto{
	position: absolute;
	top: 220px;
	left: 350px;
	line-height: 20px;
}
#map div.hokuriku{
	position :absolute;
	top: 125px;
	left: 210px;
	line-height: 20px;
}
#map div.sikoku{
	position: absolute;
	top: 160px;
	left: 130px;
	line-height: 20px;
}
#map div.kinki{
	position:absolute;
	top: 255px;
	left: 190px;
	line-height: 20px;
}
#map div.kyusyu{
	position:absolute;
	top: 200px;
	left: 5px;
	line-height: 20px;
}
#map div.toukai{
	position:absolute;
	top: 255px;
	left: 260px;
	line-height: 20px;
}

#hokkaido{
	/*border-right: 2px solid #666666;
	border-left: 2px solid #666666;
	border-bottom: 2px solid #666666;*/
	width: 455px;
	height: 275px;
	background: url(../../images/portal/hokkaido_new.gif) no-repeat left bottom;
	position: relative;
}

#kanto{
	/*border-right: 2px solid #666666;
	border-left: 2px solid #666666;
	border-bottom: 2px solid #666666;*/
	width: 455px;
	height: 275px;
	background: url(../../images/portal/kanto_new.gif) no-repeat left bottom;
	position: relative;
}
#hokuriku{
	/*border-right: 2px solid #666666;
	border-left: 2px solid #666666;
	border-bottom: 2px solid #666666;*/
	width: 455px;
	height: 275px;
	background: url(../../images/portal/hokuriku_new.gif) no-repeat left bottom;
	position: relative;
}
#toukai{
	/*border-right: 2px solid #666666;
	border-left: 2px solid #666666;
	border-bottom: 2px solid #666666;*/
	width: 455px;
	height: 275px;
	background: url(../../images/portal/toukai_new.gif) no-repeat left bottom;
	position: relative;
}
#kinki{
	/*border-right: 2px solid #666666;
	border-left: 2px solid #666666;
	border-bottom: 2px solid #666666;*/
	width: 455px;
	height: 275px;
	background: url(../../images/portal/kinki_new.gif) no-repeat left bottom;
	position: relative;
}
#sikoku{
	/*border-right: 2px solid #666666;
	border-left: 2px solid #666666;
	border-bottom: 2px solid #666666;*/
	width: 455px;
	height: 275px;
	background: url(../../images/portal/sikoku_new.gif) no-repeat left bottom;
	position: relative;
}
#kyusyu{
	/*border-right: 2px solid #666666;
	border-left: 2px solid #666666;
	border-bottom: 2px solid #666666;*/
	width: 455px;
	height: 275px;
	background: url(../../images/portal/kyusyu_new.gif) no-repeat left bottom;
	position: relative;
}

div.map_text{
	position: absolute; 
	top: 60px; 
	left: 450px;
	display: none;
}

#news{
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
}

#bottom_box{
	clear: both;
	padding: 10px;
}

#main_contents{
	width: 95%;
	margin: 0px auto 40px auto;
	text-align: left;
}

#main_contents h3{
	line-height: 1.5em;
}
#main_contents h4{
	font-size: 1.2em;
	font-weight: bold;
	color: green;
	margin-bottom: 5px;
}

/*キャンペーン*/
#main_contents h2.campaign{
	font-size: 1.3em;
	font-weight: bold;
	color: red;
	margin-bottom: 20px;
	margin-left: 130px;
}

#main_contents h3.campaign{
	font-size: 1.1em;
	font-weight: bold;
	color: blue;
	margin-bottom: 0px;
}

#main_contents h3.campaign_attention{
	font-size: 1.1em;
	font-weight: bold;
	color: red;
	margin-bottom: 0px;
}

#main_contents h3.campaign_new{
	font-size: 1.1em;
	font-weight: bold;
	color: orange;
	margin-bottom: 0px;
}

div.campaign_title{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	width: 600px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
}

.campaign_title p{
	margin-top:15px;
}

#main_contents div.link{
	font-size: 1.0em;
	font-weight: bold;
	margin:0 3px 3px auto;
	text-align:right;
}
#main_contents p.message{
	margin: 0px;
}

.search_contents{
	width: 99%;
	margin: 0px 0 40px auto;
	text-align: left;
}

.search_contents h3.hokkaido{
	line-height: 1.5em;
	color: #006600;
}

.search_contents h3.kanto{
	line-height: 1.5em;
	color: #CC6600;
}

.search_contents h3.hokuriku{
	line-height: 1.5em;
	color: #330066;
}

.search_contents h3.toukai{
	line-height: 1.5em;
	color: #663333;
}

.search_contents h3.kinki{
	line-height: 1.5em;
	color: #000066;
}

.search_contents h3.sikoku{
	line-height: 1.5em;
	color: #2C2C2C;
}

.search_contents h3.kyusyu{
	line-height: 1.5em;
	color: #993300;
}

.info_table{
	width: 640px;
	margin: 8px 0 0 auto;
    margin-top: 0 !important;
    text-align: right;

}
.caution{
	width: 100%;
	color: red;
	text-align: center;
	/*font-weight: bold;*/
}

.caution img {
	margin-top: 3px;
}

/*
------------------------------
	過去の新着情報
------------------------------
*/
.news_table{
	width: 93%;
	margin: 15px auto 20px auto;
	text-align: left;
}

.news_table h3{
    margin: 0;

}

.news_table h4{
	font-size: 14px;
	padding: 0;
    margin: 0;
    /*margin-top: -10px !important;*/
}


.news_list{
	line-height: 1.5em;
    padding-left: 38px;
    margin: 0;
}
.news_list ul {
    margin: 0;
    padding: 0;
}

.news_list ul li {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    line-height: 25px;
    list-style-position: outside;
}

.news_list ul li.top_new {
    list-style: square url("../../images/portal/top_new.gif") outside;
    margin: 0;
    padding: 0 0 0 0;
    line-height: 1em;
    line-height: 25px !important;
}

.news_list a{
	font-weight: bold;
}

.old_news{
    width: 100%;
    text-align: right;
    margin-top: -10px;
}

.news_table .old_news {
    width: 100%;
    text-align: right;
    margin-top: -20px;
}

/*トップページお知らせ*/
.information{
	clear: both;
	width: 98%;
	margin: 0px auto 15px 8px;
	text-align: left;
    border: 1px solid #999999;
}

.information h3
{
	margin: 0px 0px 2px 0px;
	border-bottom: 1px solid #666666;
    background-color: #00973D;   
	color: #FFFFFF;
	font-weight: bold;
    /*width: 100%;*/
    height: 24px;
    line-height: 23px;
    font-size: 16px;
	position: relative;
	text-align: left;
	padding-left: 37px;
	position: relative;
}

.information img{
	position: absolute;
	top: -7px;
	left: 7px;
}

.information div.list{
	width: 630px;
	height: 120px;
	overflow: auto;
}

.information div.news{
	width: 630px;
	height: 120px;
	overflow: auto;
}

.information p{
	padding: 0;
	margin: 0 0 3px 0;
	/*line-height: 25px;*/
}
.information div.news p{
	margin: 0 0 7px 15px;
	padding: 0;
    line-height: 17px;
}

.information ul li.top_new{
    list-style: square url("../../images/portal/top_new.gif") outside;
    margin: 0;
    padding: 0 0 0 0;
    line-height: 1em;
    line-height: 25px !important;
}

.information div.news a{
	font-weight: bold;
}


/* ニュース記事 */
.article{
	width: 98%;
	margin: 10px auto 5px auto;
	text-align: left;
}

.article h3
{
    margin-bottom: 5px;
}

.information ul
{
	/*border: 1px solid #999999;
	height: 6em;
    overflow: auto;*/
    margin: 8px 0 0.5em 0;
    padding: 0 0 0 1.5em;
    /*width: 586px;*/

}

.information li
{
    line-height: 1.0em;
    margin: 0.8em 0 0.5em 0;
    white-space:   nowrap;
    /*list-style-position: inside;*/
}

#footer{
	clear: both;
	/*line-height: 60px;
	background-color: #999999;*/
	color: #666666;
    text-align: center;
    height: 45px;
    width: 900px;
    background: url("../../images/portal/footer.png") no-repeat center center;
    margin: 0;
    padding: 0;
    /*position: relative;*/
}

/*メニュー*/
#menu_button{
    width: 170px;
    margin: 0 0 0 auto;
	/*color: #000000;*/
	padding: 0;
	/*position: relative;*/
	text-align: center;
	/*border: solid 2px #666666;*/
}

#menu_button img {
    margin-top: 4px;
}

#menu_button p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

/* ログインフォーム */
.menu_login
{
    margin: 0 0 8px auto;
    padding: 0;
    width: 170px;
    height: 131px;
    text-align: center;
}

.menu_login table
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 131px;
    border: 1px solid #999999;
    border-collapse:collapse;
}

.menu_login .login_title
{

    background-color: #00973D;
    border-bottom: 1px solid #999999;
    color: #FFFFFF;
    font-weight: bold;
    height: 23px;
    font-size: 16px;
}

.menu_login #login_id
{
    width: 10em;
}

.menu_login #passwd
{
    width: 10em;
}

.menu_login .regist
{
    width: 10em;
}


.menu_login input
{
    margin: 0;
    padding: 0;
}

.menu_login a{
	font-size: 12px;
}

/*バナー広告*/
.advertise{
	text-align: center;
	margin-bottom: 8px;
	/*バナー横幅最大245pxまで*/
	width: 100%;
}

.advertise p{
	/*border: 1px solid #666666;
	height: 60px;*/
	/*バナー横幅最大245pxまで*/
	width: 100%;
}

/*フッター*/
.footer_menu{
	padding-top: 5px;
}

#footer ul{
	height: 15px;
    margin: 3px 0.5em 1px 0;
    padding: 5px 0 0 0;
}

#footer li{
	display: inline;
	list-style: none;
	margin: 0;
	border-right: solid 1px;
	padding: 0 0.7em 0 0.7em;
	line-height: 15px;
}

#footer li.start{
	border-left: solid 1px;
}

#footer a{
	color: #666666;
	font-weight: bold;
}
#footer a:hover{
	text-decoration: underline;
}

#footer div.copyright{
	font-size: 11px;
}

/*チーム検索*/
.search_table{
	margin: 0 auto 0 auto;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}
.search_table th{
	padding-left: 3px;
	width: 120px;
	border: solid 1px #999999;
	background-color: #555555;
	color: #FFFFFF;
	line-height: 2em;
	text-align: center;
}
.search_table td{
	padding-left: 3px;
	border: solid 1px #999999;
	line-height: 2em;
}
.submit{
	height: 40px;
	text-align: center;
}
.w_table{
	border: 0;
}
.w_table td{
	border: 0;
	width: 65px;
    white-space: nowrap;
}

/*チーム一覧*/
.team_table{
	margin: 0 auto 0 auto;
	table-layout: fixed;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}

.team_table th{
	padding: 0;
	border: solid 1px #999999;
	background-color: #555555;
	color: #FFFFFF;
	line-height: 2em;
}

.team_table td{
	border: solid 1px #999999;
	line-height: 2em;
}

.team_table th.sex{
	width: 50px;
}
.team_table th.ball{
	width: 50px;
}
.team_table th.party{
	width: 80px;
}

.team_table th.exec{
	width: 45px;
}

.team_table img{
    vertical-align: middle;
    float: right;
    margin-right: 2.5px;
}


#menubox{
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	text-align: left;
}

#menu_top {
	font-size: 13px;
	list-style: none;
	letter-spacing: 1px;
	margin: 0px 0 0 0;
    padding: 0;
	height: 50px;
}

#menu_top li{
	line-height: 50px;
	float: left;
    margin: 0 auto 0 0;
	width: 154px;
}

#menu_top li a{
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	text-decoration: none;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	display: block;
	height: 50px;
	text-align: center;
}

dt{
	font-weight: bold;
	border-bottom: dashed 1px #666666;
	/*color: #999999;*/
	margin-top: 1em;
}
      
dd{
	padding: 1em;
	margin-left: 0em;
	/*margin-top: 0.5em;*/
	margin-right: 0;
	padding-right: 0;
}

li
{
    margin: 0.5em 0 0.5em -0.5em;
    
}

/*パスワード再発行*/
.remind_table{
	margin: 0 auto 0 auto;
	table-layout: fixed;
	width: 90%;
	border-collapse: collapse;
}
.remind_table th{
	padding-left: 3px;
	width: 120px;
	border: solid 1px #999999;
	background-color: #555555;
	color: #FFFFFF;
	line-height: 3em;
	text-align: center;
}
.remind_table td{
	padding-left: 10px;
	border: solid 1px #999999;
	line-height: 2em;
}

.errors {
	color: red;
}

ul.errors {
    margin: 0;
    padding: 0;
}

ul.errors li {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*
-----------------------------------------------
	上部メニュー用フォームテーブル
-----------------------------------------------
*/
table.menu_top_form_tbl {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

table.menu_top_form_tbl td
,table.menu_top_form_tbl th
{
    border: solid 1px #999999; 
    padding: 1em;
}

table.menu_top_form_tbl .header{
    background-color: #555555;
    width: 23%;
    color: #ffffff;
}

table.menu_top_form_tbl .att {
    padding: 0;
    margin: 0;
}

.att {
    color: #999999;
}

/** チーム登録リンク **/
#select_course_list
{
    /*width:500px;*/
    border-collapse: collapse;
}

#select_course_list td#function
{
	width:200px;
	text-align:left;
}

#select_course_list td.limit
{
	width:150px;
    text-align:center;
    background-color:#FFFF99;
    border:1px solid #CCCCCC;
    padding: 10px 0 10px 0;
    font-weight:bold;
}

/*
-----------------------------------------------
	Form
-----------------------------------------------
*/
.submit input.regist {
	margin: 0 1em 0 1em;
	width: 100px;
	height: 30px;
}

.submit input.reset {
	margin: 0 1em 0 1em;
	width: 100px;
	height: 30px;
}

.submit {
	text-align: center;
	padding: 20px 0 0 0;
}

.submit input.serach
{
	width:150px;
	height:25px;
}

label.checkbox input{
	margin-right: 0.2em;
}

label.input input {
	margin-left: 0.2em;
}

label.input_m_right input {
	margin-right: 0.2em;
}

.conf_msg {
}

.compl_msg {
}

/*
-----------------------------------------------
	フォーム関連
-----------------------------------------------
*/

#name
{
    width:16em;
}

#email
{
    width:16em;
}

#url
{
    width:16em;
}

#title
{
    width:20em;
}

#comments
{
    width:25em;
    height:12em;
}

#delete_key
{
    width:8em;
    ime-mode:disabled !important;
}

#login_id
{
    width:8em;
    ime-mode:disabled !important;

}

/*
-----------------------------------------------
	サイト掲示板
-----------------------------------------------
*/
/* メニューテーブル */
#bbs_list_tbl
{
    width: 98%;
    border-collapse: collapse;
}

#bbs_list_tbl th
{
    width: 200px;
	border: solid 1px #999999;
	background-color: #555555;
    padding: 10px;
}

#bbs_list_tbl th a
{
	color: #FFFFFF;
}

#bbs_list_tbl td
{
    /*width: 500px;*/
	border: solid 1px #999999;
    padding: 10px;
}


.explanation
{
    color:#FF7F00;
    font-weight:bold;
}

/* BBS入力フォーム */
#bbs_input_form
{
    border:1px solid #CCCCCC;
    padding:10px 10px 10px 10px;
    background-color:#EEEEEE;
}

#bbs_input_form table
{
    clear:both;
    width: 525px;
    border-collapse:collapse;
}

#bbs_input_form td, th
{
    color: #666666;

}

#bbs_input_form th
{
    font-weight:normal;
    text-align:left;
    width:150px;
    vertical-align:middle;
    padding-left:0.2em
}

#bbs_input_form td div
{
    padding-top:0.1em;
}

#bbs_input_form th span
{
    float:right;
    margin-top:-20px;

}

#inquiry_right td span
{
    margin-left:0.2em;

}

#bbs_input_form input, textarea, select
{
    color:#666666;
    font-family: "Arial", Sans-Serif;
    font-size:13px;
}

/* BBS記事フォーム */
#bbs_result_form{
	width: 100%;
}

#bbs_result_form table
{
    clear:both;
    width: 100%;
    border:1px solid #CCCCCC;
    padding:10px 10px 10px 10px;
    background-color:#EEEEEE;
}

#bbs_result_form td.sub
{
    border-top:1px solid #CCCCCC;
    padding:10px 10px 10px 10px;
}

#bbs_result_form td.sub2
{
    padding-left:10px;
}

/*
-----------------------------------------------
	チーム検索
-----------------------------------------------
*/
.team_list_even {
    
}

.team_list_odd {
    background-color: #DDDDDD;
}

.list_navi {
    width: 100%;
    text-align: center;
    margin: 0.6em auto;
}

p.att_right {
    float: right;
    margin: 0 1em 0 0;
    padding: 0;
    /* text-decoration: underline; */
}


/*
-----------------------------------------------
	トップのチーム検索窓
-----------------------------------------------
*/

#serach_area{
	/*float: right;
	width: 250px;*/
	/*margin: 10px 0 0 0;*/
	margin: 0 0 10px 0;
	padding: 0;
  
}

#serach_area dl
{
	width: 236px;
    border: 1px solid #999999;
    margin: 0 auto 0 auto;
	height: 300px;
}

#serach_area dt
{
    background-color: #00973D;
    border-bottom: 1px solid #666666;
	margin-top: 0;
    /*padding: 0.2em 0 0.2em 30px;*/
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    height: 24px;
    line-height: 23px;
    padding-left: 37px;
    
}

#serach_area img{
	position: absolute;
	top: -7px;
	left: 7px;
}

#serach_area dd
{
    padding: 0;
    margin: 0;
    /*font-size: 9pt;*/
}

#serach_area dd table
{
    width: 97%;
    margin: 1em auto 0.5em auto;
    border-collapse:collapse;
    color: #666666;
}

#serach_area dd th
{
    text-align: right;
    border-bottom: 1px solid #999999;
    padding-bottom: 0.5em;
    vertical-align: middle;
}

#serach_area dd td
{
    border-bottom: 1px solid #999999;
    padding-bottom: 0.5em;
}

#serach_area .submit
{
    padding: 0;
    margin: 0;
}

/*
-----------------------------------------------
	会社概要
-----------------------------------------------
*/
.company_block
{
    margin: 0 auto 0 auto;
}

.company_block table
{
    border:1px solid #CCCCCC;
    border-collapse: collapse;
}

.company_block th
{
    text-align:left;
    border:1px solid #CCCCCC;
    background-color:#555555;
    color:#FFFFFF;
    padding:15px;
    width:165px;
}

.company_block td
{
    border:1px solid #CCCCCC;
    color:#666666;
    padding:15px;
    /*width:500px;*/
}


/*
-----------------------------------------------
	新規登録説明
-----------------------------------------------
*/

p#header
{
    font-weight:bold;
    height:1.5em;
}

p.explantion
{
    text-indent:1em;
    height:0.5em;
}

/*
 機能一覧の定義
*/
.limitation_list
{
    width:500px;
    border-collapse: collapse;
    margin:10px 0 10px 0;
}

.limitation_list th
{
    background-color:#FFCC66;
    border:1px solid #CCCCCC;
    padding: 5px;
    text-align:center;
}

.limitation_list td
{
    border:1px solid #CCCCCC;
    padding: 10px;
}

.limitation_list td.header
{
    background-color:#FFCC66;
    text-align:center;
    height:2em;
    font-weight:bold;
}

.limitation_list td.function
{
	width:200px;
	text-align:left;
}

.limitation_list td.limit
{
	width:150px;
    text-align:center;
}

#select_course_list
{
    width:500px;
    border-collapse: collapse;
}

#select_course_list td#function
{
	width:200px;
	text-align:left;
}

#select_course_list td.limit
{
	width:150px;
    text-align:center;
    background-color:#FFFF99;
    border:1px solid #CCCCCC;
    padding: 10px 0 10px 0;
    font-weight:bold;
}

/*
-----------------------------------------------
	初めての方へ
-----------------------------------------------
*/


h4
{
	font-size: 18px;
	margin-bottom: 0.6em;
}
.demo
{
    width:100%;
    
}
.demo td{
	padding-left:1em;
}
.attention{
	color: red;
}

/*
-----------------------------------------------
	相互リンク募集
-----------------------------------------------
*/
.baner{
	border: 1px solid #666666;
	margin-bottom: 20px;
}
.baner p{
	margin: 10px;
}

/*
-----------------------------------------------
	リンクページ
-----------------------------------------------
*/
.link_table{
	table-layout: fixed;
	border-collapse: collapse;
	text-align: center;
}

.link_table td{
	border: solid 1px;
}

.link_table td.dis{
	text-align: left;
	padding: 5px;
}

.link_table img{
	margin: 5px;
}

/*
-----------------------------------------------
	サイトマップ
-----------------------------------------------
*/
.site_map {
	width: 49%;
}
.site_map h4 {
	width: 80%;
	font-size: 1.2em;
	margin: 0;
	padding: 0.5em 1em 0 0.5em;
	background-color: #99CCCC;
	color: #666666;
	border-bottom: 2px dotted;
}

#site_map_left {
	float: left;
}

#site_map_right {
	float: left;
}


/*
-----------------------------------------------
	サポート
-----------------------------------------------
*/
.att{
	margin:0;
}

.red
{
    color:#FF7F00;
}

#inquiry_form table
{
    clear:both;
    width: 525px;
    border-collapse:collapse;

}

#inquiry_form td, th
{
    border-bottom:1px dotted #CCCCCC;
    color: #666666;
}

#inquiry_form th
{
    font-weight:normal;
    text-align:left;
    width:175px;
    vertical-align:middle;
    padding-left:0.2em
}

#inquiry_form td div
{
    padding-top:0.1em;
}

#inquiry_form th span
{
    float:right;
    margin-top: -20px !important;
}

#inquiry_right td span
{
    margin-left:0.2em;
    
}

/** 入力フォーム **/

#inquiry_form input, textarea, select
{
    color:#666666;
    font-family: "Arial", Sans-Serif;
    font-size:13px;
}

/*
 フォーム関連
*/

#f_company
{
    width:20em;
}

#f_name
{
    width:16em;
}

#f_kana
{
    width:16em;
}

#f_mail
{
    width:16em;
}

#f_tel1
{
    width:4em;
}

#f_tel2
{
    width:4em;
}

#f_tel3
{
    width:4em;
}

#f_teamid
{
    width:16em;
}

#f_team_name
{
    width:16em;
}

#f_subject
{
    width:20em;
}

#f_msg
{
    width:25em;
}

/*
 タブメニュー
*/
#tabs9 {
	float:left;
	width:100%;
	font-size:11px;
	border-bottom:1px solid #F45551;
	line-height:normal;
}

#tabs9 ul {
	margin:0;
	/*padding:10px 10px 0 240px;*/
	padding: 10px 10px 0 340px;
	list-style:none;
}

#tabs9 li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs9 a {
	float:left;
	background:url("../../images/portal/tableft9.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#tabs9 a span {
float:left;
display:block;
background:url("../../images/portal/tabright9.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs9 a span {float:none;}
/* End IE5-Mac hack */

#tabs9 a:hover span {
color:#FFF;
}

#tabs9 a:hover {
background-position:0% -42px;
}

#tabs9 a:hover span {
background-position:100% -42px;
}

#tabs9 #current a {
      background-position:0% -42px;
}

#tabs9 #current a span {
      background-position:100% -42px;
}

/** 検索フォーム **/
#inquiry_search_form
{
    width: 590px;
    background-color: #CCCCCC;
    padding: 5px 10px 5px 10px;
    vertical-align : top;
    border: 1px solid #666666;
    margin-bottom: 10px;
}

/*
-----------------------------------------------
	最新情報
-----------------------------------------------
*/

#update_box{
	width: 98%;
	/*border: 1px solid;*/
	margin-left: 8px;
}

#update_team
{
	float: left;
	width: 310px;
    /*margin: 0 2px 0 8px;*/
    padding: 0;
}
#update_bbs
{
	float: right;
	width: 310px;
    /*margin: 0 2px 0 8px;*/
    padding: 0;
}

#update_team dl, #update_bbs dl
{
    border: 1px solid #666666;
}

#update_team dt, #update_bbs dt
{
    background-color: #00973D;
    border-bottom: 1px solid #666666;
	margin: 0;
    /*padding: 0.3em 0 0.3em 0.5em;*/
    padding-left: 37px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    position: relative;
}

#update_team img, #update_bbs img{
	position: absolute;
	top: -7px;
	left: 7px;
}

#update_team dd, #update_bbs dd
{
    padding: 0;
    margin: 0;
    /*font-size: 10pt;*/
    overflow: hidden;
    /*height:240px;*/
    width: 305px;
}

#update_team ul, #update_bbs ul
{
    margin: 0.5em 0 0.5em 0.5em;
    padding: 0 0 0 1.2em;
}

#update_team li, #update_bbs li
{
    margin: 0.1em 0 0.1em 0;
    white-space:   nowrap;
}

#update_team p.more, #update_bbs p.more
{
    margin: 0;
    padding: 0 1em 0.5em 0;
    text-align: right;
    /*font-size: 10pt;
    line-height:1em;*/
}

/*
-----------------------------------------------
	天気
-----------------------------------------------
*/

#weather
{
    /*float: right;
    width: 250px;*/
    text-align: center;
    margin: 2em 0 1em 0;
    padding:0;
}

/*
-----------------------------------------------
	QRコード
-----------------------------------------------
*/

#qrcode
{
    /*float: right;
    width: 250px;*/
    text-align: center;
    margin: 1em 0 1em 0;
    padding:0;
}

#qrcode dl
{
	width: 236px;
    border: 1px solid #999999;
    margin: 0 auto 0 auto;
	height: 160px;
}

#qrcode dt
{
    background-color: #00973D;
    border-bottom: 1px solid #666666;
	margin-top: 0;
    /*padding: 0.2em 0 0.2em 30px;*/
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    /*position: relative;*/
    height: 24px;
    line-height: 23px;
    /*padding-left: 37px;*/
}

#qrcode dd
{
    padding: 0.25em 1em 1em 1em;
    margin: 0;
    /*font-size: 9pt;*/
}

#qrcode img
{
    marign: 5px;
}

#qrcode p
{
    margin: 0;
    padding: 0;
}

/*
-----------------------------------------------
	由来
-----------------------------------------------
*/

p.strong
{
    font-weight: bold;
}

/*
-----------------------------------------------
	登録の流れ
-----------------------------------------------
*/
ol#topicPath {
	margin: 0;
	padding: 0;
	margin-left:0.5em;
	list-style: none;
}

ol#topicPath li {
	float: left;
	margin-right: 5px;
}

ol#topicPath li a {
	display: block;
	position: relative;
	padding: 5px 2em 5px 1em;
	background-image: url("../../images/portal/topic_arrow.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: #CCCCCC;
	color: #FFFFFF;
	text-decoration: none;
}

ol#topicPath li a.current{
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
}

ol#topicPath li em {
	display: block;
	padding: 5px 1em;
	background-color: #CCCCCC;
	font-style: normal;
	font-weight: bold;
}

ol:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

ol {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html ol {
	height: 1%;
}

ol {
	display: block;
}
/* End hide from IE-mac */

/*
-----------------------------------------------
	大会参加確認
-----------------------------------------------
*/

#ParticipationTbl
{
    width: 500px;
    border-collapse:collapse;
}

#ParticipationTbl th{
	padding: 0;
	border: solid 1px #999999;
	background-color: #555555;
	color: #FFFFFF;
	line-height: 2em;
	width: 150px;
    padding: 0.5em;
}

#ParticipationTbl td{
	border: solid 1px #999999;
	line-height: 2em;
    padding: 0.5em;
    padding-left: 1em;
}


#ParticipationTbl select
{
    color:#000000;
    background-color:#FF952B;
}
/*
-----------------------------------------------
	大会一覧
-----------------------------------------------
*/
#PrivateRallyTable{
	margin: 0 auto 0 auto;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}

#PrivateRallyTable th{
	padding: 0;
	border: solid 1px #999999;
	background-color: #555555;
	color: #FFFFFF;
	line-height: 2em;
}

#PrivateRallyTable td{
	border: solid 1px #999999;
	line-height: 1.5em;
}

#PrivateRallyTable th.pref{
	width: 80px;
}

#PrivateRallyTable th.period{
	width: 120px;
}

#PrivateRallyTable th.detail{
	width: 70px;
}

/*
-----------------------------------------------
	チーム問い合わせ
-----------------------------------------------
*/

#TeamInquiryTbl
{
    width: 525px;
	border-collapse: collapse;
}

#TeamInquiryTbl th
{
    width: 125px;
    border-bottom:1px dotted #CCCCCC;
}

#TeamInquiryTbl td
{
    border-bottom:1px dotted #CCCCCC;
}

#TeamInquiryTbl #comments
{
    width:30em;
    height:12em;
}

/*
-----------------------------------------------
	私設大会の詳細
-----------------------------------------------
*/

#RallyDetailTbl
{
    width: 650px;
	border-collapse: collapse;
	font-size: 1.1em;
	margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
}

#RallyDetailTbl th
{
    border: 1px solid #999999;
    width: 150px;
    padding: 10px 0 10px 0;
    text-align: center;
}

#RallyDetailTbl td
{
    border: 1px solid #999999;
    padding: 10px;
    padding-left: 20px;
}


#RallyDetailTbl th.header
{
    background-color: #555555;
    width: 20%;
    color: #ffffff;
}

#RallyDetailTbl
{
    width: 500px;
	border-collapse: collapse;
}

#RallyRankTbl
{
    width: 500px;
	border-collapse: collapse;
	font-size: 1.1em;
	padding: 0;
	margin: 0 auto 0 auto;
}

#RallyRankTbl th
{
    border: 1px solid #999999;
    padding: 5px;
    background-color: #555555;
    color: #ffffff;
    text-align: center;
}

#RallyRankTbl td
{
    border: 1px solid #999999;
    padding: 5px;
}


#RallyRankTbl td.rank
{
    text-align: right;
    padding-right: 15px;
}

#RallyRankTbl td.score
{
    text-align: right;
    padding-right: 10px;
}

#RallyScheduleTbl
{
    width: 100%;
	border-collapse: collapse;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	clear: both;
}

#RallyScheduleTbl th
{
    text-align: center;
    border: 1px solid #999999;
    padding: 5px;
    background-color: #555555;
    color: #ffffff;
}

#RallyScheduleTbl td
{
    border: 1px solid #999999;
    padding: 5px;
}

#RallyScheduleTbl td.date
{
    white-space: nowrap;
}

#RallyScheduleTbl td.time
{
    white-space: nowrap;
}

#RallyScheduleTbl td.rally
{
    white-space: nowrap;
}

#rally_menubox {
    margin: 0;
    padding: 0;
    width: 1018px;
	height: 43px;
    background: yellow;
    position: relative;
    left: 6px;
}

#rally_menu_top {
	font-size: 13px;
	list-style: none;
	letter-spacing: 1px;
	margin: 0;
    padding: 0;
    width: 100%;
    background-image: url("../../images/portal/button_orange_back.gif");
    height: 43px;
}

#rally_menu_top li {
    display: inline;
	height: 43px;
    width: 190px;

}

#rally_menu_top li a {
    width: 190px;
    margin: 0;
    padding: 0;    
}

#rally_banner{
    margin-top: 60px;
	float: right;
	width: 250px;
    text-align: center;

}

.rally_content h3 {
	font-size: 1.4em;
    line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 5px;
    border-bottom: solid 1px;
}

.rally_navi_left {
    float: left;
}

.rally_navi_right {
    float: right;
}

.rally_menu_manual p{
    background-color: #ffffff;
    float: right;
    width: 70px;
    margin: 0;
}

#rally_manual {
    font-size: 1.2em;
    margin-left: 16px;
    margin-top: 2px;
    font-weight: bold;
}

#hotnews {
    margin-bottom: 0;
    padding: 1em;
}

#hotnews h3{
	margin: 0;
    border-bottom: double 3px green;
}

#hotnews dl{
    padding:0;
    margin: 0;
}

#hotnews dt{
    padding:0;
    margin: 0;
}
#hotnews dd{
    padding:0;
    margin: 0 0 0 1em;
}


#maintenance
{
    height:250px;
    min-height:250px;
    padding:0 2em 0 2em;
}
