@charset "UTF-8";
/* CSS Document */

/*
=====デフォルトのリセット=====
*/
*{
	margin:0 auto;
	padding:0;
}

li{
	list-style:none;
}

h1,h2,h3,h4,h5,h6,p,input,textarea,select{
	font-size:100%;
	font-weight:normal;
}

img{
	border:0;
	vertical-align:bottom;
}
table{
	border-collapse:collapse;/*テーブルの隙間をなくす*/
}
.clear_both{
	clear:both;
}
.right img{
	float:right;
	padding-left:30px;
	padding-bottom:20px;
}
.fltL{
	float:left;
}
.fltR{
	float:right;
}
.red{
	color:red;
}
.green{
	color:green;
}
.width600{
	width:600px;
}
.width300{
	width:300px;
}
.width420{
	width:420px;
}
.width500{
	width:500px;
}
.pdr20{
	padding-right:20px;
}
.pdl20{
	padding-left:20px;
}
.pdl30{
	padding-left:30px;
}
.pdt10{
	padding-top:10px;
}
.mgt10 {
	margin-top:10px;
}
.mgl1em {
	margin-left:1em;
}
.mgl2em {
	margin-left:2em;
}
.mgl30 {
	margin-left:30px;
}
.mgl50 {
	margin-left:50px;
}
.indent1-3em {
	text-indent:-1.3em;
}

.bg_green {
	background-color:#E7FFCF;
}

/*
=====ページ全体の構造を設定=====
*/
body { width: 100%;!important }
#wrapper { max-width:100%; margin: 0 auto; line-height:1.4em; padding:0 auto;!important }

body{
	background: url("../images/bg_brick01.jpg") repeat scroll 0 0 transparent;
	margin: 0 auto;
	padding:0;
	font-size:13px;
	color:#333333;
	font-family:Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper{
	background: url("../images/mist.jpg") repeat-y scroll 0 0 transparent;
	width:750px;
	margin:0 auto;
	padding:0 auto;
	font-size:1.2em;
}

/*ヘッダー部分のスタイル指定*/
#header{
	width:750px;
	height:80px;
	padding-top:20px;
	position:relative;
}
#logo{
	float:left;
	width:216px;
	margin-left:20px;
}
h1.logo_name{
	margin:0 auto;
	color:#333333;
	font-size:0.95em;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}


/*本文page_body部分のスタイル指定*/
#page_body{
	width:730px;
	margin:10px 10px;
	border-bottom:1px dotted #007123;
}
/*各ページ見出しheadline部分のスタイル設定*/
#headline{
	text-align:center;
	margin: 10px auto;
}
#headline .midashi{
	margin:20px 0;
}

/*
===== ナビゲーションボタンのスタイル =====
*/
/*ヘッダーナビゲーション	*/
ul#header_nav{
	float:right;
	margin-right:20px;
	padding-bottom:50px;
}
ul#header_nav li{
	display:inline;
	font-size:0.9em;
	padding-right:6px;
	padding-left:7px;
	border-left:1px solid #999999;
}
ul#header_nav li.top{
	border-left:0;
}
ul#header_nav li a{
	color:#666666;
	text-decoration:none;
}
ul#header_nav li a:hover{
	color:#000000;
	text-decoration:underline;
}
/*グローバルナビゲーション*/
#global_nav{
	width:745px;
	-moz-margin:0 0 0 5px;
	margin:0 0 0 2px;
	padding-bottom:20px;
	font-size:1em;
	text-align:center;
}
* html #global_nav{/*ie6*/
	width:745px;
	margin:0;
	padding-bottom:20px;
	font-size:0.95em;
	text-align:center;
}

#global_nav ul li{
	float:left;
	width:74px;
	display:inline;
	white-space:nowrap;
	margin-bottom:1px;
	text-align:center;
}
#global_nav ul li a{
	color:#ffffff;
	background-color:#669933;
	text-decoration:none;
	display:block;
	padding:5px 10px;
	-moz-border-right:2px solid #333333;
	border-right:1px solid #333333;
	border-bottom:2px solid #000000;
	height:30px;
	line-height:15px;
}
#global_nav ul li a:hover{
	color:#ccff9a;
}
/*パンくずリスト*/
ul#topicpath{
	width:700px;
	margin:20px 10px 0 20px;
	border:1px #99cc33 solid;
	height:30px;
	line-height:30px;
}
ul#topicpath li{
	float:left;
	font-size:0.85em;
	color:#000000;
	font-weight:bold;
	background: url(../images/arrow_green.gif) 0 50% no-repeat;
	padding-left:15px;
	padding-right:5px;
}
ul#topicpath li.toppage{
	background:none;
}
ul#topicpath li a{
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}
ul#topicpath li a:hover{
	color:#000000;
	text-decoration:underline;
}
/*下ナビゲーション*/
.bottom_nav{
	width:710px;
	text-align:center;
	margin:10px 20px 0;
}
.bottom_nav ul{
	font-size:0.85em;
}
.bottom_nav ul li{
	display:inline;
	padding:0 5px;
	line-height:1.25em;
	white-space:normal;
	border-left:1px solid #999999;
}
.bottom_nav ul li.top{
	border-left:none;
}
.bottom_nav ul li a{
	color:#666666;
	text-decoration:none;
}
.bottom_nav ul li a:hover{
	color:#000000;
	text-decoration:underline;
}
/*/ナビゲーション部分のスタイル設定ここまで/*/


/*フッター部分のスタイル設定*/
#footer{
	width:750px;
	margin:0 0;
	text-align:center;
	color:#333333;
	border-top:2px dotted #007123;
}

#footer p.name{
	font-size:1em;
	font-weight:bold;
	padding:10px 0 5px 0;
}

#footer p.address{
	font-size:0.75em;
	line-height:1.2;
	padding:0 0 5px;
}

#footer small.copyright{
	color:#666666;
	font-style:normal;
	font-size:0.85em;
}


/*
=====各パーツのスタイル指定=====
*/

/*clear用改行*/
br.br_clear{
	clear:both;
	line-height:0.5em;
}
/*段落文字*/
h1.logo{
	position:absolute;
	left:20px;
	top:10px;
}
h1.title1{
	color:#2d2b72;
	font-weight: bold;
	font-size: 1.5em;
}
h2.title2{
	color:#6666cc;
	font-size:1.5em;
	margin-top:0.5em;
}
h2.title3{
	font-size:1.2em;
	margin-top:5px;
}
h2.title3 a{
	color:#666666;
}
h2.title3 a:hover{
	color:#6666cc;
}
h2.title4{
	color:#6666cc;
	font-weight:bold;
	font-size:1.4em;
	padding-top:0.5em;
}

/*段落*/
p.update{
	font-size:0.9em;
	text-align:right;
	margin:20px;
	color:#000000;
}
p.lead{
	text-align:left;
	font-size:1em;
	width:682px;
	margin:10px 0 0;
}
p.lead_article{
	width:670px;
	margin:0 10px 20px;
}
p.details{
	padding:0.5em 0;
}
table.details{
	margin:1em 0;
}
p.gotop{
	text-align:right;
	margin-right:20px;
	font-size:1em;
}
p.gotop a{
	color:#333333;
	text-decoration:none;
}
p.gotop a:hover{
	color:#666666;
	text-decoration:underline;
}
p.credit{
	text-align:right;
	margin:0 20px 15px 0;
	font-size:1em;
	font-weight:bold;
}
p.p_red{
	color:#ff0000;
}
p.indent{
	padding:0 20px 10px;
}

/*span*/
span.bold_blue{
	font-weight:bold;
	color:#000099;
}
span.bold_red{
	font-weight:bold;
	color:#F00;
}
span.bold_green{
	font-weight:bold;
	color:#090;
}
span.bold_black{
	font-weight:bold;
	color:#000;
}
span.line-through{
	text-decoration:line-through;
}
span.underline{
	text-decoration:underline;
}

/*
=====写真周りのスタイル指定=====
*/
.photostyle1{
	width:642px;
	margin:20px;
	text-align:center;
}
p.photo_title{
	text-align:center;
	margin-bottom:0.5em;
	font-weight:bold;
	font-size:1.1em;
}

.photoleft{
	float:left;
	display:inline;
	padding:0 20px 10px 0;
}
.width120{
	width:120px;
}
.photoright{
	float:right;
}
.photopadding{
	padding:0 0 30px;
}
.photopadding2{
	padding:0 0 10px 10px;
}
.photocenter{
	text-align:center;
}

.photostyle2{
	width:642px;
	text-align:center;
}
.photostyle3{
	width:440px;
}
.valignm{
	vertical-align:middle;
}
p.caption1{
	width:350px;
	padding:0 146px;
	text-align:justify;
	font-size:0.8em;
	line-height:1.4em;
}
.center{
	text-align:center !important;
}
span.caption1{
	font-size:0.8em;
	text-align:right;
}
p.caption2{
	/*width:350px;
	padding:0 146px;*/
	text-align:center;
	font-size:0.8em;
}
p.caption3{
	text-align:left;
}
p.caption4{
	font-size:0.8em;
	width:200px;
}
p.caption5{
	text-align:center;
	font-size:1em;
}
p.year{
	width:710px;
	padding:20px 20px 10px;
	font-size:1.1em;
	text-align:center;
	margin-top:5px;
}
/*ulリストのスタイル*/
ul.mokuji{
	text-align:center;
	width:660px;
	margin-bottom:10px;
}
ul.mokuji li.mokuji{
	font-weight:bold;
	font-size:1.2em;
	background-color:#007123;
	color:#ffffff;
}
ul.mokuji_sub{
	width:460px;
	text-align:left;
	padding:10px 0 0 190px;
}
ul.mokuji_sub li.mokuji_sub{
	font-weight:normal;
	font-size:0.9em;
	line-height:1.5em;
}
ul.mokuji_sub2{
	text-align:left;
	padding:10px 0 0 10px;
}
ul.mokuji_sub2 li{
	font-weight:normal;
	font-size:0.9em;
	line-height:1.5em;
}
.right_box{
	float:right;
	padding:0 20px 20px 50px;
}
/*定義リストのスタイル*/
dl.dl_style1{
	width:630px;
}
dl.dl_style1 dt{
	width:600px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	font-size:1.1em;
	margin:20px 0 10px;
	padding:0 0 0 15px;
	background-color:#ffffff;
	border-left:10px solid #669933;
	border-top:1px solid #669933;
	border-bottom:1px solid #669933;
	border-right:1px solid #669933;
}
dl.dl_style1 dt a{
	color:#333;
	text-decoration:none;
}
dl.dl_style1 dt a:hover{
	color:#999;
}

dl.dl_style1 dd{
	padding:0 1em;
}
dl.dl_style1 dd.dd_bottom{
	padding:5px 3em;
}
dl.dl_style2{
	width:700px;
	margin-left:20px;
	line-height:1.4em;
}
.dl_style2 dt{
	width:180px;
	float:left;
}
.dl_style2 dd{
	width:440px;
	margin-left:20px;
	float:left;
}



/*各テーブルのスタイル指定*/
.table_style1{
	border:1px #669933 solid;
	width:650px;/**/
}
.table_style1 th,td{
	border:1px solid #999999;
	padding:2px;
}
.table_style2  {
	border:1px #669933 solid;
}
.table_style2 th, .table_style2 td {
	padding:2px 25px;
	vertical-align:top;
}
tr.tr_green{
	color:#ffffff;
	background-color:#669933;
}
tr.tr_white{
	background-color:#ffffff;
	color:#333333;
	font-size:0.85em;
}
.table_style1 td{
	padding:0 10px;
}
td.width150{
	width:150px;
}
td.width477{
	width:477px;
}
td.width80{
	width:80px;
}
td.td_nowrap{
	white-space:nowrap;
}
td.td_vertical_top{
	vertical-align:top;
}
td.td_year{
	font-weight:bold;
	background-color:#669933;
	padding:5px 10px;
	color:#FFF;
}
.table_style3 th,td{
	border:1px solid #999;
}
.table_style4 th,.table_style4 td{
	border:none;
}
.table_style5 th{
	border:1px solid #999;
	text-align:center;
	padding:5px;
}
.table_style5 td{
	border:1px solid #999;
	text-align:center;
	padding:5px;
}

.td_taR{
	text-align:right;
}
.td_bbno {
	border-bottom-style:none;
}
td.td_var {
	margin-left:auto;
	margin-right:0;
}
td.rt_justify {
	text-align:right;
	padding-right:20px;
}

/*各ページ毎のスタイル*/
/*山階賞ページ*/
.details_awardee{
	width:622px;
	padding:10px 20px 0;
	margin-bottom:10px;
	⁄zoom:1;/*ie6,7*/
}

.details_awardee:after {/*clearfix*/
   content:'';
   display:block;
   clear:both;
}

.photo_awardee_left{
	width:150px;
	float:left;
	display:inline;
	padding:0 20px 0;
}
.awardee_description{
	width:452px;
	float:left;
	display:inline;
}
.width380{
	width:380px;
}
.width299{
	width:299px;
}
.width150{
	width:220px;
}
.width200{
	width:200px;
}
.awardee_name{
	color:#000000;
	font-weight:bold;
	font-size:1.05em;
	height:3em;
}
.awardee_line{
	margin:10px auto 30px;
	clear:both;
}
.name_right{
	text-align:right;
	font-weight:bold;
	padding:10px auto;
}
.ta_right{
	text-align:right;
}


/*所員紹介*/
h2.h2_staff{
	font_size:1.3em;
	font-weight:bold;
}
h3.h3_staff{
	color:#009900;
	padding-top:5px;
}

/*faq よくある質問*/
ul li.faq{
	text-indent:-20px;
	padding-left:20px;
}
li.answer{
	margin-bottom:1.5em;
	margin-left:30px;
}
li.question{
	font-weight:bold;
	margin-bottom:0.25em;
	margin-top:1em;
	color:#006D1F;
	font-size:1.15em;
	border-bottom:1px dotted #006d1f;

}