@charset "utf-8";
<!--

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

システム別

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

/*----------------------------------------
共通
----------------------------------------*/

h1{
	background-color:#1F3896;
	color:#fff;
	font-weight:bold;
	padding:5px;
}

/*----------------------------------------
id
----------------------------------------*/
#container{
	font-size:90%;
}

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

#header{
	background-image:url(../images/common/header.jpg);
	background-position:100% 100%;
	background-repeat:no-repeat;
	width:960px;
	height: 60px;
	margin:0 auto;
}

#header p#logo{
	visibility: hidden;
	margin:0;
}

#header p#logout{
	margin: 15px 10px 0;
	padding: 0;
	text-align: right;
}


/*-----------------------------*/
#notice {
	margin-top: 10px;
	padding:10px 3px 3px 3px;
}

#notice dl{
	padding:0px;
	width:100%;
	top:-1.0em;
	position:relative;
}

#notice dl dt{
	font-weight:normal;
	padding:0;
	margin-bottom:-1.8em;
}

#notice dl dd{
	vertical-align:bottom;
	text-align:right;
}

/*-----------------------------*/
#contents,
#footer{
	width:960px;
	margin:0 auto;
}

#contents{
	text-align:left;
	padding:0 0 10px 0;
}

#footer{
	clear: both;
	text-align:center;
	font-size: 80%;
}

#footer p{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #8390BF;
}

/*----------------------------------------
login
----------------------------------------*/
#login{
	background-image:url(../images/common/login.jpg);
	background-position:100% 100%;
	background-repeat:no-repeat;
	height: 500px;
	padding: 0 10px;
}

#login-form{
	margin: 30px 20px;
	width: 40%;
}

p.member{
	padding-top:25px;
	font-size: 90%;
}

/*----------------------------------------
menu
----------------------------------------*/
#menu {
	padding: 0 10px 10px 0;
}

#menu table{
	border-collapse: separate;
	border-spacing: 15px;
	font-size: 120%;
}

#menu table th{
	text-align: center;
}

#menu table td{
	padding: 10px;
}

#menu table td a{
	text-decoration: none;
}
#menu table td a:hover{
	text-decoration: underline;
}

#menu table td.title{
	background-color: #0B33BF;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
}
#menu table td.title a{
	color: #fff;
}
#menu table td.title a:hover{
	color: #FDFF2F;
}

#menu table td.title2{
	background-color: #D5FF6F;
	color: #000;
	font-size: 110%;
	font-weight: bold;
}
#menu table td.title2 a{
	color: #000;
}
#menu table td.title2 a:hover{
	color: #f00;
}

#menu table td.title3{
	background-color: #FF5F5F;
	color: #000;
	font-size: 110%;
	font-weight: bold;
}
#menu table td.title3 a{
	color: #000;
}
#menu table td.title3 a:hover{
	color: #FDFF2F;
}


#menu table td.date{
	background-color: #D5FF6F;
	font-weight: bold;
}

#menu table td.blink{
	background-color: #FF5F5F;
}

#menu table td.etc{
	width: 100px;
}

/*----------------------------------------
section (list, form)
----------------------------------------*/
#section1 {
	float: right;
	width: 950px;
	margin: 0 5px 10px 5px;
}

/***************
#section2 {
	float: left;
	width: 170px;
}
****************/

#GlobalNavigation ul{
	list-style:none;
}

#GlobalNavigation ul li{
	margin: 0 0 2px;
	padding: 7px 5px;
	background-color: #1F3896;
	color: #fff;
}
#GlobalNavigation ul li a{
	color: #fff;
	text-decoration: none;
}
#GlobalNavigation ul li a:hover{
	color: #FDFF2F;
	text-decoration: underline;
}

#GlobalNavigation ul li.btn2{
	background-color: #D5FF6F;
	color: #000;
}
#GlobalNavigation ul li.btn2 a{
	color: #000;
}
#GlobalNavigation ul li.btn2 a:hover{
	color: #f00;
}

#GlobalNavigation ul li.btn3{
	background-color: #FF5F5F;
	color: #000;
}
#GlobalNavigation ul li.btn3 a{
	color: #000;
}
#GlobalNavigation ul li.btn3 a:hover{
	color: #FDFF2F;
}

#section1 p.TopicPath {
	margin: 5px 0 10px;
	padding: 0;
}


/*----------------------------------------
table (list, form)
----------------------------------------*/
table.data{
	table-layout: fixed;
	width:950px;
	border-top:#cfcfcf solid 1px;
	border-right:#cfcfcf solid 1px;
	margin:0;
	padding:0;
    line-height: 1.3;
}

table.data th,
table.data td{
	text-align: left;
	padding:4px 5px;
}

table.data th{
	background-color:#DFE7FF;
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
	border-bottom:#cfcfcf solid 1px;
	border-left:#cfcfcf solid 1px;
	font-size:90%;
	width: 170px;
}

table.data th.index1{
	background-color:#FFBFF8;
	font-weight: bold;
	font-size:110%;
}

table.data th.index2{
	background-color:#BFD0FF;
	font-weight: bold;
	font-size:100%;
}

table.data th.block{
	background-color:#FFCCFF;
}

table.data th.column{
	padding-left: 1em;
}

table.data th.convention{
	width: 20%;
}

table.data th.organization{
	width: 20%;
}


table.data td input{
	margin-bottom: 2px;
}

table.data td{
	background-color:#FBFBFB;
	background-repeat:repeat-x;
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
	border-bottom:#cfcfcf solid 1px;
	border-left:#cfcfcf solid 1px;
	font-size:90%;
}

.data .line2{
	color: #8f8f8f;
}

.data .line_captain{
	color: #ff0000;
	font-weight: bold;
}

table.data #gmap {
	border:1px solid #cccccc;;
	float:left;
	width:730px;
	height:300px;
}
table.data #gmap iframe {
	width:100%;
	height:300px;
}

table.data #gmap2 {
	border:1px solid #cccccc;;
	float:left;
	width:910px;
	height:700px;
	padding-left: 10px;
}
table.data #gmap2 iframe {
	width:100%;
}

table.data #gmap-link{
	clear: both;
	padding: 5px 0;
}

/*-----------------------------*/
.hidden{
	padding:0;
	margin:0;
}

.btn{
	background-color:#BFCFFF;
	border:#3F6EFF double 3px;
	padding:10px 0;
	margin:5px 0;
	text-align:center;
}

.req_note{
	color:#ef0000;
}

.req_note2{
	color:#333399;
}

.note{
	color:#7f7f7f;
}

.attention{
	font-weight:bold;
	color:#ff0000;
}

.comp_msg{
	margin: 10px 10px 30px 10px;
}

/*----------------------------------------
countnavi
----------------------------------------*/
p.countnavi{
}

/*----------------------------------------
CHANGE
----------------------------------------*/
#CHANGE {
    padding: 0px 0 5px;
}

/*----------------------------------------
pagenavi
----------------------------------------*/
div.pagenavi {
	padding-bottom: 10px;
}

div.pagenavi ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.pagenavi ul li {
    display: inline;
    line-height: 1em;
    margin: 0 4px 0 0;
    padding: 0;
}

div.pagenavi ul li.cur, div.pagenavi ul li a {
    padding: 4px 8px;
}

div.pagenavi ul li a {
    background: none repeat scroll 0 0 #4D70CF;
    color: #FFFFFF;
    text-decoration: none;
}

div.pagenavi ul li a:hover, div.pagenavi ul li.cur {
    background: none repeat scroll 0 0 #C5C5C5;
    color: #FFFFFF;
}

div.page-bottom {
	padding-top: 15px;
	padding-bottom: 5px;
}

/*----------------------------------------
news_navi
----------------------------------------*/
ul.news_navi{
	border:#1F3896 solid 1px;
	clear:both;
	list-style:none;
	margin:10px 0 1em 0;
	padding:2px;
	color:#1F3896;
	background-color: #CFE7FF;
}

ul.news_navi li{
	margin:2px;
	padding:0 2px;
	text-align:left;
}

ul.news_navi li a{
/*	background-color:#fff;
	border:#ddd solid 1px;
	display:block;	*/
	text-decoration:none;
}

/*----------------------------------------
err_navi
----------------------------------------*/

ul.err_navi{
	border:#ff0000 solid 1px;
	clear:both;
	list-style:none;
	margin:0 0 1em 0;
	padding:2px;
	color:#ff0000;
	background-color: #FFDFF8;
}

ul.err_navi li{
	margin:2px;
	padding:0 2px;
	text-align:left;
}

ul.err_navi li a{
	background-color:#fff;
	border:#ddd solid 1px;
	display:block;
	text-decoration:none;
}

/*----------------------------------------
search
----------------------------------------*/
div#search {
	background-color:#DFE7FF;
	border:#8EA0CF solid 1px;
	padding:2px 5px 0;
	margin:5px 0;
	line-height:1.7;
}

/*----------------------------------------
recommend
----------------------------------------*/
.rec_btn{
	text-align:center;
}
.recommend a{
	text-decoration:none;
	padding : 2px;
	border:0px;
}

/*----------------------------------------
clearfix
----------------------------------------*/

ul.navi:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size:0;
	line-height:0;
}

ul.navi{
	display:inline-block;
}

/* exlude MacIE5 \*/
* html ul.navi{
	height:1%;
}

ul.navi{
	display:block;
}

/* end MacIE5 */

-->
