﻿@charset "UTF-8";
h1,h2,h3,h4,h5 {
	text-align:center;
          	background-repeat: no-repeat;
          	border-bottom:green solid thin;
	font-size:13pt;
	margin:0;
}

.title{
text-align:left;
border-bottom:green solid thin;
font-size:17pt;
padding:2px;
}
p{
padding:2px;
}

div.body {
background-color:#CCFFCC;
margin:auto;
text-align:left;
width:945px;
}
div.center{
width: 945px;
margin:auto;
}
div.over{
height:90px;
width: 945px;
}
div.over_left{
float:left;
margin-left:15px;
}
div.over_right{
float:right;
margin-top:10px;
font-size:16pt;
margin-right:10px;
}
div.menu{
width: 945px;
}

div.navi {
	clear:left;
	width: 100%; /* ナビゲーションの幅 */
	background:#009933 ;
	border-top: 1px #002448 solid; /* 上枠線 */
	border-bottom: 1px #002448 solid; /* 下枠線 */
	font-size: 80%;
	margin:0 0;
}
div.navi ul.nl {
width: 100%; /* メニューの幅 */
margin: 0;
padding:0;
list-style-type: none;
text-align: center;
}

div.navi ul.nl li {
 float: left;
}
div.navi ul.nl li a:hover {
background: #8CFFB1; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

div.navi ul.nl li a {
display: block; 
position: relative;
background:#009933 ;
padding: 5px 5px;/* リンクエリアのパディング（上下、左右） */
border-right: 1px #000000 solid; /* リンクエリアの右枠線 */
text-decoration: none; /* テキストの下線（なし） */
width:178px;
}

p.mini{
font-size:10px;
}

.flash{
border-bottom: 2px #002448 solid; /* 下枠線 */
width:945px;
height:200px;
}
.space{
height:100px
}

div.contents{
width:945px;
margin-top:5px;
padding:5px;
}
.ContentsLeft{
width:600px;
margin-left:10px;
float: left;

}
.ContentsRight{
width:300px;
margin-right:10px;
float: right;
}

.ContentsBox{
border: 1px solid black;
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
padding :2px;
}



div.navi .nl li a:link,
div.navi .nl li a:visited,
div.navi .nl li a:hover,
div.navi .nl li a:active
{
color: #ffffff;
}

a:link
{
	color:#215dc6;
	background-color:inherit;
	text-decoration:none;
}

a:active
{
	color:#215dc6;
	background-color:#CCDDEE;
	text-decoration:none;
}

a:visited
{
	color:#215dc6;
	background-color:inherit;
	text-decoration:none;
}

a:hover
{
	color:#215dc6;
	background-color:#CCDDEE;
	text-decoration:underline;
}

/* このサイトのアイコン */
p#SiteIcon{
	position: absolute;
	width: 331px;
	height: 80px;
	margin-left: 20px;
	margin-top: 10px;
}
/* 一部だけを右上に表示す場合 */
div.pageTopRight{
	position: absolute;
	margin-top: 10px;
	margin-left: 400px;
	width: auto;
	font-family : "Times New Roman",Arial,"ＭＳ Ｐゴシック",sans-serif ;
	font-size: 1.0em;
	line-height: 0.2em;
}
div.center div.pageTopRight div.information{
	position: static;
	margin-left: 78px;
}
div.center div.pageTopRight div.information div.information2{
	position: static;
	margin-left: 16px;
}

/* サークル名表示用 */
span#info1{
	font-style: italic;
	color: Green;
}
span#info2{
	font-style: italic;
	color: Navy;
}
span#info3{
	font-style: italic;
	color: Blue;
}
span#info4{
	font-style: italic;
}
span#info5{
	font-style: italic;
	color: Blue;
}
span#info6{
	font-style: italic;
	color: Blue;
}
span#info7{
	font-style: italic;
	color: Blue;
}

/* sidebar */
div.center div.sidebar{
	position: absolute;
	margin-top: 130px;
	margin-left: 20px;
	width: 200px;
	font-size: 1.2em;
	line-height: 0.6em;
}
/* sidemenu */
div.center div.sidebar div.sidemenu{
	font-family: Arial,"ＭＳ Ｐゴシック",sans-serif ;
	font-weight: bold;
}

/* sidemenu news */
div.center div.sidebar div.news{
	position: static;
	margin-top: 50px;
	font-size: 0.8em;
	line-height: 1.0em;
}


/* main */
div.center div.main{
	position: absolute;
	margin-top: 110px;
	margin-left: 220px;
	width: 760px;
	font-family : "Times New Roman",Arial,"ＭＳ Ｐゴシック",sans-serif ;
	font-size: 1.2em;
	line-height: 0.4em;
}

/* footer */
div.footer{
	margin-top: 10px;
	clear:both;
	text-align:center;
}

