/*  初期値設定-----------------------------------------------*/
html { font-size: 62.5%; }
body { 
font-size: 10px;
font-size: 1.0rem; 
line-height:1.5;
}

*, input, textarea, select {
	padding: 0;
	margin: 0;
	font-family: Meiryo, Verdana, Arial, sans-serif;
	text-align: justify;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333333;
}
*, * focus {
	outline: none;
}



/*  ページセンタリング -----------------------------------------------*/
body {
text-align:center;
background:#eeeeee;
}
body div {
margin:0 auto;
text-align:justify;
}

/*  ページ全体外枠　-----------------------------------------------*/

#wrap {
	margin-top:10px;
	margin-top:1.0rem;
width:850px;
width:85.0rem;
border:1px solid #666;
background: #fff;
-moz-box-shadow:  0px 0px 3px #000000;
-webkit-box-shadow:  0px 0px 3px #000000;
box-shadow: 0px 0px 3px #000000;
-moz-box-shadow: 0px 0px 0.3rem #000000;
-webkit-box-shadow: 0px 0px 0.3rem #000000;
box-shadow: 0px 0px 0.3rem #000000;
/*Inner elements should not cover inner shadows*/
/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/

}


/*  上部タイトルバナー　-----------------------------------------------*/
header {
}

/*  パンくずリスト -----------------------------------------------*/

nav.topicpath {
padding:5px 0 5px 10px;
padding:0.5rem 0 0.5rem 1.0rem;
background:url(../images/bg.png);
}

nav.topicpath p {
display:inline;
background:url(../images/mark/topic_path.gif) no-repeat left center;
padding:0 0 0 15px;
margin:0 0 0 10px;
padding:0 0 0 1.5rem;
margin:0 0 0 1.0rem;
}

/*  コンテンツ外枠 ----------------------------------------------*/
#wrap-contents {
width:850px;
width:85.0rem;
}

/*  左メニュー -----------------------------------------------*/
#leftmenu {
float:left;
width:40px;
width:4.0rem;
width:170px;
width:17.0rem;
}

nav.leftmenu {
padding:15px 0 20px 20px;
padding:1.5rem 0 2.0rem 2.0rem;
}

nav.leftmenu ul {
list-style-type:none;
list-style-position:outside;
margin:0;
}

nav.leftmenu ul li a,nav.leftmenu ul li.nolink  {
display:block;
margin-bottom:10px;
margin-bottom:1rem;
padding:5px 0;
padding:0.5rem 0;
font-size:15px;
font-size:1.5rem;
text-align:center;
background: #e3f0d5;
line-height:1.5;
color:#267a02;

-webkit-border-radius: 3px;
-webkit-border-radius: 0.3rem;
-moz-border-radius: 3px;
-moz-border-radius: 0.3rem;
border-radius: 3px;
border-radius: 0.3rem;

-webkit-box-shadow: 2px 2px 3px #aaa;
-webkit-box-shadow: 0.2rem 0.2rem 0.3rem #aaa;
-moz-box-shadow: 2px 2px 3px #aaa;
-moz-box-shadow: 0.2rem 0.2rem 0.3rem #aaa;
box-shadow: 2px 2px 3px #aaa;
box-shadow: 0.2rem 0.2rem 0.3rem #aaa;
}
nav.leftmenu ul li a:hover {
color:#c23732;
-webkit-box-shadow: 1px 1x 1x #aaa;
-webkit-box-shadow: 0.1em 0.1rem 0.1rem #aaa;
-moz-box-shadow: 1x 1px 1px #aaa;
-moz-box-shadow: 0.1rem 0.1rem 0.1rem #aaa;
box-shadow: 1px 1x 1px #aaa;
box-shadow: 0.1em 0.1rem 0.1rem #aaa;



}

/* 中央コンテンツ ----------------------------------------------*/

#contents {
float:left;
width:670px;
width:67.0rem;
text-align:justify;
color:#333;
}
#contents-in {
clear:both;
padding:20px;
padding:2.0rem;
}

/* フッタ ----------------------------------------------*/

footer {
	background: url(../images/image01.png);
	
text-align:center;
}
footer small {
}

/*   リンク　-----------------------------------*/
a {
color: #0066CC;
text-decoration:none;
}

a:hover {
color:#a14641;
text-decoration:none;
}

a img {
	display: inline;
	border: none;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*   コンテンツ共通 -----------------------------------*/


h2 {
	font-family: 'Poiret One', sans-serif;
font-weight:normal;
font-size:24px;
font-size:2.4rem;
margin:0 0 20px 0;
margin:0 0 2rem 0;
padding:0 0 0px 10px;
padding:0 0 0 1.0rem;
border-bottom:2px solid #33a801;
}

h3 {
font-weight:normal;
color: #000000 ;
font-size:14px;
margin:1em 0;
padding-left:10px;
background:#dddddd;
}


h4 {
font-weight:normal;
color:#000000;
font-size:13px;
font-size:1.3rem;
padding-left:10px;
padding-left:1.0rem;
border-bottom:1px solid #cfde86;
}

h5 {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 10px 0;
	margin: 1.0rem 0;
	padding-left: 10px;
	padding-left: 1.0rem;
	background-color: #9C6;
}


img {
margin:0;
}

p {
	font-weight: normal;
	margin: 5px 0;
	margin: 0.5rem 0;
}
/* 改行なし　定義リスト */
dl.dl_tb {
	margin: 5px 0 20px 20px;
	margin: 0.5rem 0 2rem 2rem;
	line-height: 20px;
	line-height: 2rem;
	font-family: Meiryo, Verdana, Arial, sans-serif;
}

dl.dl_tb dt {
background:#e3e3e3;
width:110px;
width:11.0rem;
text-align:center;
margin-top:10px;
margin-top:1.0rem;
}
dl.dl_tb dd {
margin:-20px 0 0 130px;
margin:-2rem 0 0 13.0rem;
padding-left:0;
}

/* 改行なし　名簿 */
dl.dl_meibo {
margin:5px 0 20px 20px;
margin:0.5rem 0 2rem 2rem;
}

dl.dl_meibo dt {
	line-height:25px;
	line-height:2.5rem;
text-align:left;
padding:0;
}
dl.dl_meibo dd {
	line-height: 25px;
	line-height: 2.5rem;
	margin: -25px 0 0 200px;
	margin: -2.5rem 0 0 20.0rem;
	padding: 0;
	color: #666666;
}

/* 改行あり　背景なし　定義リスト */
dl.dl_tbnormal {
margin:0;
line-height:20px;
line-height:2rem;
}

dl.dl_tbnormal dt {
background:#ffffff;
margin:0;
width:100%;
font-weight:bold;
text-align:left;
}
dl.dl_tbnormal dd {
margin:0;
margin:0;
padding-left:0;
}



strong {
font-weight:normal;
color:#990000;
}

ul {
	list-style:disc outside ;
	margin:10px 0 10px 30px;
	margin:1rem 0 1rem 3rem;
}

li {
}

/* 各種クラス の定義　class="     "  ----------------------------------*/


/* 画像右寄せ*/
.zu_right {
margin:10px 0 10px 10px;
float:right;
}
/* 画像左寄せ*/
.zu_left {
margin:10px 10px 10px 0;
float:left;
}
/* 左右寄せをクリア*/
.clear {
clear:both;
}

/* トップへ戻る */
.pagetop {
text-align:right;
}

/* テキスト右寄せ */
.right {
text-align:right;
}

/* テキストセンター寄せ */
.center {
text-align:center;
}

/* 下線 */
.underline {
text-decoration:underline;
}

/* 下線 */
.linethrough {
text-decoration: line-through;
}

/* 別色 */
.kyocho {
	color: #E0031F;
}

/* 別色 */
.kyochoG {
color: #669966;
}
/* 枠 */
.waku {
	margin: 10px 0;
	margin: 1.0rem 0;
	padding: 5px 10px;
	padding: 0.5rem 1.0rem;
	border: 2px solid #cfde86;
	border: 0.2rem solid #cfde86;
	text-align: center;
}
#wrap #wrap-contents #contents #contents-in .t_contents tr th {
	text-align: center;
}
#wrap #wrap-contents #contents #contents-in table {
	text-align: center;
	margin: 0px;
}
#wrap #wrap-contents #contents #contents-in table tr th {
	text-align: center;
	background-color: #F6F6F6;
	/* [disabled]font-size: 1.2rem; */
}
#wrap #wrap-contents #contents #contents-in table tr td {

}
#wrap #wrap-contents #contents #contents-in .dl_meibo dt b {
	color: #336600;
}
#wrap #wrap-contents #contents #contents-in .dl_meibo b {
	color: #360;
}
.affiliation {
	color: #669966;
}
.migi-yose {
	text-align: right;
}
#wrap #wrap-contents #contents #contents-in .dl_meibo sub {
	font-size: x-small;
}
.font-small {
	font-size: 13px;
}
.kyocho-enji {
	color: #900;
}
.bold-enji {
	font-weight: bold;
	color: #900;
}
.bold_green {
	font-size: 18px;
	font-weight: bold;
	color: #390;
}
.font-small　中 {
	font-size: 9px;
}
.font-samll-大 {
	font-size: 12px;
}
.font-small-大大16 {
	font-size: 16px;
}
.font-very-small7 {
	font-size: 9px;
}
.font-smaii-字間狭い {
	font-size: 9px;
	letter-spacing: -0.1em;
}
.中央揃え {
	text-align: center;
}
