@charset "utf-8";

@import "reset.css";

html {
overflow-y:scroll;
}

body {
	margin: 5px;
	padding: 0;
	background:#EEFFFF;
	font-size:12px;
	line-height:140%;
/*	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	color:#000000;
	text-align: center;
}

h1 {
	font-weight:bold;
	font-size:16px;
	line-height:140%;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;
	line-height:135%;
}
h4 {
	font-size:11px;
	line-height:135%;
}
h5 {
	font-size:10px;
	line-height:130%;
}
h6 {
	font-size:9px;
	line-height:130%;
}


a:link {
	color:#004A95;
	text-decoration:underline;
}

a:visited {
	color:#004A95;
	text-decoration:underline;
}

a:hover {
	color:#A80F0F;
	text-decoration:none;
}

strong {
	font-weight:bold;
}

/* class type color */
.bgcolor_npo_vol {
	background-color:#006000;
}
.bgcolor_npo_vol2 {
	background-color:#339933;
}
.bgcolor_choukai {
	background-color:#663333;
}
.bgcolor_choukai2 {
	background-color:#996666;
}
.bgcolor_manager {
	background-color:#666699;
}
.bgcolor_manager2 {
	background-color:#7777AA;
}
.bgcolor_publish {
	background-color:#FFF;
}
.bgcolor_member {
	background-color:#FFC;
}
.bgcolor_councilor {
	background-color:#FCF;
}
.bgcolor_director {
	background-color:#CFF;
}

/*************************************
	Basic Layout
*************************************/

.container {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
}

/*******************************
	header
*******************************/

#header {
/*	width:1008px;*/
/*	width:904px;*/
	width:90%;
	margin:20px auto 0px;
	padding:0;
}
#header .hd_left {
	float:left;
	width:300px;
	font-size:120%;
	font-weight:bold;
/*	color:#F00;*/
}
#header .hd_center {
	float:left;
/*	margin-left:300px; &nbsp;を入れればずれなかった*/
	width:304px;
/*	margin-bottom:20px;*/
}
#header .hd_right {
	float:right;
	width:300px;
	text-align:right;
/*	margin-bottom:20px;*/
}
#header .hd_right h4 {
	font-size:125%;
}

#header h1 {
	text-align:center;
}

/*******************************
	contents
*******************************/

#contents {
/*	width:1008px;*/
/*	width:904px;*/
	width:90%;
	margin:0 auto 0;
	padding:0;
}

/*******************************
	footer
*******************************/

#footer {
/*	width:1008px;*/
/*	width:904px;*/
	width:90%;
	margin:0 auto 0;
	padding:0;
}

#footer p {
	text-align:right;
}

/*	Other	*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* clear */

.clearfloat {
clear:both;
height:0px;
line-height:0px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*	注釈	*/
.remarks {
	font-size:14px;
	color:#F30;
}
/*	強調	*/
.emphasis {
	color:#F30;
/*	font-weight:bolder;*/
}
.emphasis2 {
	color:#CC3
}
/*必須*/
.explanation {
	font-size:10px;
	line-height:90%;
	font-weight:normal;
}
/*必須*/
.Indispensable {
	font-size:12px;
	line-height:110%;
	font-weight:normal;
}

/*	フォント特大	*/
.font_ll {
/*	font-size:85%;*/
	font-size:18px;
	line-height:180%;
}
/*	フォント大	*/
.font_l {
/*	font-size:85%;*/
	font-size:15px;
	line-height:140%;
}
/*	フォント中	*/
.font_m {
/*	font-size:85%;*/
	font-size:12px;
	line-height:110%;
}
/*	フォント小	*/
.font_s {
/*	font-size:75%;*/
	font-size:10px;
	line-height:90%;
}
/*	ボタン特大	*/
/*.butt_ll {
	padding:5px 20px 6px 20px !important;
	font-size:20px !important;
	line-height:200% !important;
}*/
/*	ボタン大	*/
.butt_l {
/*	padding:5px 20px 6px 20px !important;*/
	padding:3px 16px 4px 16px !important;
	font-size:16px !important;
	line-height:160% !important;
}
/*	ボタン標準	*/
.butt_m {
/*	padding:2px 10px 3px 10px !important;*/
	padding:2px 9px 3px 9px !important;
	font-size:14px !important;
	line-height:160% !important;
}
/*	ボタン小	*/
.butt_s {
	padding:1px 5px 2px 5px !important;
	font-size:12px !important;
	line-height:140% !important;
}
/*	ボタン極小	*/
.butt_ss {
	padding:1px 3px 2px 3px !important;
	font-size:10px !important;
	line-height:120% !important;
}
/*	チェックボックス小	*/
.checkbox_s {
	padding:0;
}


.setting_visible {
	clear:both;
	float:left;
	margin:0;
	visibility:visible;
	height:auto;
}
.setting_hidden {
	clear:both;
	float:left;
	margin:0;
	visibility:hidden;
	height:0;
}
