@charset "Shift_JIS";

/* 全体 */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:center;
}

@media print{
body {
font-size: 80%;
}
}
	
a {
	color: #0000ff;
}
	
a:hover {
	color: #660033;
	background-color: #d5edb3;
}


.pad{
	padding: 15px 20px;
}

.clr{
	clear: both;
}

.rt{
	text-align: right;
}

.ct{
	text-align: center;
}

.line{
	width: 50em;
	height: 30px;
	background-image:url(../img/line.jpg);
	background-repeat: repeat-x;
}

.line img{
	border-width: 0px;
}


.update{
	font-size: 80%;
}

.ico{
	text-align: right;
	text-decoration: none;
}

.npo{
	font-size: 80%;
	color:#993300;
	font-weight: bold;
}

.h1	{
	font-size: 120%;
	color: #5c743d;
	letter-spacing: 0.2em;
	font-weight: bold;
}

.h2_sq{
	border-left: solid 16px #666666;
	text-indent: 3px;
}

.h2_line{
	border-bottom: double 3px #666666;
	border-top: double 3px #666666;
	padding-bottom: 3px;
	padding-top: 3px;
	text-indent: 3px;
}

.h3{
	font-size: 90%;
}

.h3_sq{
	font-size: 90%;
	border-left: solid 16px #666666;
	text-indent: 3px;
}


.h3_hsq{
	font-size: 90%;
	border-left: solid 8px #666666;
	text-indent: 3px;
}

.h4{
	font-size: 85%;
}

.h4_sq{
	font-size: 85%;
	border-left: solid 12px #666666;
	line-height: 12px;
	text-indent: 3px;
}


.dt_sq{
	background-image: url(../img/list_c_g.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 13px;
	font-size: 90%;
}

.sm_dl{
	line-height: 140%;
}

.red{
	color: #990000;
}

.img_rt{
	float: right;
	padding: 0 0 5px 5px;
	border: 0;
}

.img_adobe{
	float: right;
	padding: 0 0 3px 3px;
	border: 0;
}


.img_lt{
	float: left;
	padding: 0 5px 5px 0;
	border: 0;
} 


.img_ct{
	float: center;
	padding: 0 5px 5px 0;
	border: 0;
} 

.img_partner{
	float: right;
	padding: 0 0 5px 5px;
	border: 0;
}

.caption{
	font-size: 80%;
	text-align: center;
}

.s_text{
	font-size: 80%;
}

.n_text{
	font-weight: normal;
	font-size: 85%;
}

.l_text{
	font-size: 100%;
}


.lb_text{
	font-size: 100%;
	font-weight: bold;
}

.right_3 ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.right_3 li{
	list-style: none;
	text-indent: 10px;
	line-height: 2.5em;
}

.cd_img{
	width: 9em;
	height: 9em;
}

.tenugui_img{
	width: 28.75em;
	height: 11.75em;
	padding-left: auto;
	padding-right: auto;
}

.details{
	background-image: url(../img/list_c_g.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: 15px;
}

.dl_b{
	font-size: 85%;
	font-weight: bold;
}

.p_clr { 
	page-break-after: always; 
	clear: both;
}

.contact{
	border: solid 1px #cccccc;
	width: 14em;
	height: auto;
	margin: 0 0 10px 0;
	padding: 5px;
	float: right;
}


/* 囲み */

.pickup{
	border: 1px solid #666666;
}


/* テーブル */

.td { align: top; }

.tbl {
	border: solid #999999 1px;
	border-collapse: collapse;
 }
 
.tbl td {
	border: solid #999999 1px;
	padding: 3px;
	font-size: 90%;
	empty-cells : show;

 }

.tbl th {
	border: solid #999999 1px;
	padding: 3px;
	font-size: 90%;
	background-color: #cccccc;
	empty-cells : show;
}

.tbl2 {
	border: solid #999999 1px;
	border-collapse: collapse;
 }
 
.tbl2 td {
	border: solid #999999 1px;
	padding: 3px;
	empty-cells : show;
 }

.tbl2 th {
	border: solid #999999 1px;
	padding: 3px;
	background-color: #cccccc;
	empty-cells : show;
	text-align: center;
	vertical-align: middle;
}

.tbl_n {
	border: solid #999999 1px;
	border-collapse: collapse;
	font-size: 85%;
	padding-left: auto;
	padding-right: auto;
 }
 
.tbl_n td {
	border: solid #999999 1px;
	padding: 3px;
	empty-cells : show;
 }

.tbl_n th {
	border: solid #999999 1px;
	padding: 3px;
	background-color: #cccccc;
	empty-cells : show;
	text-align: left;
	vertical-align: middle;
}

/* ページヘッダー */


#contents{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 50em;
	height: auto;
	text-align: left;
}

#logo{
	float: left;
	text-align: left;
	padding: 1em 0em 0em 0.5em;
	width: 31em;
	margin: 0px;
	height: auto;
}


#date{
	float: right;
	padding: 3em 0.5em 0em 0em;
	width: 13em;
	margin: 0px;
	height: auto;
}

.page_update{
	font-size: 80%;
	text-align: right;
	line-height: 1em;
}

	
/* メニュー */


#menu {
	clear: both;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 11em;
	height: auto;
	font-weight: bold;
}

#menu ul{
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 90%;
	background-color: #d5edb3;
}

#menu li{
	display: block;
	border-bottom: 2px dotted #5c743d;
	border-top: none;
	line-height: 3em;
	text-align: right;
	vertical-align: middle;
	list-style: none;
}

#menu a,#menu a:link,#menu a:visited{
	display: block;
	text-decoration: none;
	color: #003300;
	line-height: 3em;
	padding-left: 1em;
	text-align: left;
}

#menu a:hover{
	text-decoration: none;
	background: #99cc66;
	color:#993300;
	line-height: 3em;
	padding-right: 0em;
}


#menu a:active{
	text-decoration: none;
	color: #0099cc;
	height: 3em;
	padding-right: 0em;
}

#menu p{
	font-size: 80%;
	font-weight: normal;
}

#menu img{
	margin: 0;
	padding: 0;
	border-width: 0;
}

/* 2列パターン本文 */


#main_2 {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 39em;
	height: auto;
}

#main_2 ul{
	list-style-type: square;
	list-style-position: outside;
	font-size: 85%;
}

#main_2 ol{
	list-style-position: outside;
	font-size: 85%;
}

#main_2 li{
	line-height: 2em;
}


#main_2 dl{
	font-size: 85%;
}

#main_2 p{
	font-size: 85%;
}

#main_2 h1 {
	font-size: 100%;
	font-weight: bold;
	color: #993300;
	text-align: center;
}

#main_2 h2{
	font-size: 95%;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.2em;
}


#main_2 h3{
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.2em;
}


#main_2 h4,h5,h6{
	font-size: 85%;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.2em;
}


#main_2 img{
	border-width: 0;
}



/* 3列パターン本文 */


#main_3 {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 29em;
	height: auto;
}

#main_3 ul{
	list-style-type: square;
	list-style-position: outside;
	font-size: 85%;
}

#main_3 ol{
	list-style-position: outside;
	font-size: 85%;
}

#main_3 li{
	line-height: 1.5em;
}


#main_3 p{
	font-size: 85%;
}
	

#main_3 h1 {
	font-size: 100%;
	font-weight: bold;
	color: #993300;
	text-align: center;
}

#main_3 h2{
	font-size: 95%;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.2em;
}

#main_3 img{
	border-width: 0;
}

.yakuin{
	float: left;
	padding: 5px 5px 15px 0px;
}

/* 3列パターン右カラム */


#right_3 {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 10em;
	height: auto;
}

#right_3 img{
	border-width: 0px;
	width: 116px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 7px;
	padding-top: 0px;
}

#right_3 a{
	border-width: 0px;
}

.r_pad{
	font-size: 85%;
	padding: 10px;
}

#r_menu{
	margin: 10px 10px 10px 0px;
	font-size: 85%;
	font-weight: bold;
	border: 1px solid #666666;
}

#r_menu ul{
	margin: 0px 5px 0px 5px;
	padding: 0px;
	list-style-image: url(../img/list_c_g.jpg);
	list-style-position: inside;
}

#r_menu li{
	line-height: 2.5em;
}


/* フッター */


#footer {
	clear: both;
	display: block;
	margin: 0px;
	padding: 10px 0px;
	width: 50em;
	height: auto;
}

#footer p{
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: #003300;
}

	
#footer a{
	display: inline;
	text-decoration: none;
	color: #003300;
	border-width: 0px;
}

#footer a:hover {
	background: #99cc66;
	color:#993300;
	letter-spacing: 0.1em;

}

address{
	text-align: center;
	font-size: 85%;
}
