@charset "utf-8"

html { overflow-y: scroll; }

* html { height: 100%; }


html, body, div, p, blockquote, address, form,
table, th, td, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	font-size: 92%;
	font-family: "メイリオ", Meiryo, "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	line-height: 1.5;
	text-align: center;
	background: #cee5f5;
}

a { overflow: hidden; }

a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff0000;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: bottom;
}

/* clearfix
---------------------------------------------------- */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear { clear: both; }

/*=====================================================
	■レイアウト■
======================================================*/

/* コンテンツ
---------------------------------------------------- */
#contents {
	
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #7ecae2;
}

/* ヘッダー
---------------------------------------------------- */
#header {
	position: relative;
	left: 5px;
	width: 1010px;
	height: 275px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/dai.jpg) no-repeat;
}

#left_column {
	float: left;
	display: inline;
	width: 214px;
	height: auto;
}

ul#global_navi {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(../images/menu.jpg) no-repeat;
}

ul#global_navi li {
	width: 214px;
	height: 70px;
}

ul#global_navi li a {
	display: block;
	width: 214px;
	height: 70px;
	text-decoration: none;
	text-indent: -9999px;
}

/*ナビステイ*/
ul#global_navi li#menu1 a.stay { background: url(../images/rogo_top_c.jpg) no-repeat; }

ul#global_navi li#menu2 a.stay { background: url(../images/rogo_twin_c.jpg) no-repeat; }

ul#global_navi li#menu3 a.stay { background: url(../images/rogo_member_c.jpg) no-repeat; }

ul#global_navi li#menu4 a.stay { background: url(../images/rogo_katudou_c.jpg) no-repeat; }

ul#global_navi li#menu5 a.stay { background: url(../images/rogo_bosyu_c.jpg) no-repeat; }

ul#global_navi li#menu6 a.stay { background: url(../images/rogo_link_c.jpg) no-repeat; }

/*ナビホバー*/
ul#global_navi li#menu1 a:hover { background: url(../images/rogo_top_b.jpg) no-repeat; }

ul#global_navi li#menu2 a:hover { background: url(../images/rogo_twin_b.jpg) no-repeat; }

ul#global_navi li#menu3 a:hover { background: url(../images/rogo_member_b.jpg) no-repeat; }

ul#global_navi li#menu4 a:hover { background: url(../images/rogo_katudou_b.jpg) no-repeat; }

ul#global_navi li#menu5 a:hover { background: url(../images/rogo_bosyu_b.jpg) no-repeat; }

ul#global_navi li#menu6 a:hover { background: url(../images/rogo_link_b.jpg) no-repeat; }

/*bbsバナーボタン*/
a.bbs {
	display: block;
	width: 214px;
	height: 117px;
	background: url(../images/bbs_a.jpg) no-repeat;
}

a:hover.bbs { background: url(../images/bbs_b.jpg) no-repeat; }

/*calendarバナーボタン*/
a.calendar {
	display: block;
	width: 214px;
	height: 126px;
	background: url(../images/calendar_a.jpg) no-repeat;
}

a:hover.calendar { background: url(../images/calendar_b.jpg) no-repeat; }

a.mobile {
	display: block;
	width: 214px;
	height: 250px;
}

a:hover.mobile img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

a.bbs span,
a.calendar span,
a.mobile span { display:none; }

#right_column {
	float: left;
	display: inline;
	width: 786px;
	height: auto;
}

p#lead {
	margin: 0 6px;
	padding: 10px;
	font-size: 1.2em;
	color: #000000;
	background: #e5e5e5;
}

#box4 {
	float: left;
	display: inline;
	width: 786px;
	height: 250px;
	background: url(../images/koushin.jpg) no-repeat;
}

#box5 {
	line-height: 4;
	font-style: italic;
	text-align: center;
}

#frame{
	float: left;
	display: inline;
	overflow: auto;
	width: 635px;
	height: 155px;
	margin: 50px 0 0 70px;
	color: #ffffff;
	font-size: 1.1em;
}

#copyright{
	text-align: center;
	font-size: 0.9em;
}

/* ツイン紹介
---------------------------------------------------- */
h2#title_twin_page {
	width: 786px;
	height: 78px;
	margin-bottom: 15px;
	background: url(../images/twin_rogo.jpg) no-repeat;
}

h2#title_twin_page span {
	display: none;
}

p.twin {
	padding: 0 25px;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.75;
}

#guidance {
	margin: 20px;
	padding: 10px 0;
	text-align: center;
	color: #000000;
	font-size: 1.75em;
	font-weight: bold;
	border: solid 1px #cee5f5;
}
/* メンバー紹介
---------------------------------------------------- */
h2#title_member_page {
	width: 786px;
	height: 78px;
	margin-bottom: 15px;
	background: url(../images/member_rogo.jpg) no-repeat;
}

h2#title_member_page span {
	display: none;
}

p.member {
	padding: 0 25px;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.75;
}
/* 活動報告
---------------------------------------------------- */
h2#title_report_page {
	width: 786px;
	height: 78px;
	margin-bottom: 15px;
	background: url(../images/report_rogo.jpg) no-repeat;
}

h2#title_report_page span {
	display: none;
}
h3#report{
	padding: 10px 25px;
	line-height: 1.75;
}

p.lead {
	margin: 0 20px;
	padding: 10px;
	font-size: 1.2em;
	color: #000000;
	background: #e5e5e5;
}

p.report {
	padding: 0 25px;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.75;
}

/* 募集・お問合わせ
---------------------------------------------------- */
h2#title_reference_page {
	width: 786px;
	height: 78px;
	margin-bottom: 15px;
	background: url(../images/reference_rogo.jpg) no-repeat;
}

h2#title_reference_page span {
	display: none;
}

h3#reference{
	padding: 10px 25px;
	color: #000000;
	line-height: 1.75;
}

p.reference {
	padding: 5px 50px;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.75;
}
p.mail {
	padding: 20px 50px;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.75;
}
/*リンク
---------------------------------------------------- */
h2#title_link_page {
	width: 786px;
	height: 78px;
	margin-bottom: 15px;
	background: url(../images/link_rogo.jpg) no-repeat;
}

h2#title_link_page span {
	display: none;
}

h3#link{
	padding: 10px 25px;
	color: #000000;
	line-height: 1.75;
}

#linkbox{
	float: left;
	display: inline;
	padding: 3px 30px;
}
	
p.link {
	padding: 0px 30px;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.75;
}
 /* リンク */
a.link:link{color: #ff0000 }
/* 既に見たリンク */
a.link:visited { color: #ff00ff;
  text-decoration: none}
  /* クリック時のリンク */
a.link:active { color: #00ff00 }
/* カーソルが上にある時のリンク */
a.link:hover {   color: #0000ff;
  text-decoration: none 
}

