@charset "utf-8";

@import url(../lib/colorbox/colorbox.css);

/*基本文字スタイル*/
body {
	color:#333;
	line-height:1;
	font-size:12px;
	font-family: "メイリオ", Meiryo, Verdana, Arial, sans-serif;
	background:url(../img/common/bg.gif);
}

/*基本段落スタイル*/
p {
	line-height:1.5;
	margin: 0 0  1em 0;
}

/*全体構造
---------------------------------------*/

#wrapper {
	width:980px;
	padding:0 10px;
	background:url(../img/common/wrapper_bg.png) top center repeat-y;
	margin:0 auto;
}

#header {
	width:960px;
	margin:0 auto;
	height:120px;
	background:url(../img/common/header_bg.gif) repeat-x;
}

#headline {
	width:960px;
	margin:0 auto;
	background:#333;
}
#contents {
	width:940px;
	margin:0 auto 20px;
}
/*cf*/
#contents:before,#contents:after {content:"";display:table;}
#contents:after {clear: both;}
#contents{*zoom: 1}

	#main {
		float:left;
		width:700px;
	}

	#side {
		float:right;
		width:220px;
	}

#footer {
	position:relative;
	width:940px;
	margin:0 auto;
	background:#f7f7f7;
	border-top:1px solid #ddd;
	padding:20px 10px;
	font-size:11px;
}
#pagetop{
	position:absolute;
	right:10px;
	top:-25px;
}

/*ヘッダー
---------------------------------------*/
#HL{float:left;}
#HR{float:right; width:540px;}

#HR #hp{
	margin:20px 10px 0 0;
	text-align:right;
	overflow:hidden;
	margin-bottom:26px;
}
#HR #hp li{
	margin-left:10px;
	float:right;
}
#HR #navi{
	clear:both;
	width:540px;
	height:49px;
	background:url(../img/common/navi_bg.gif) no-repeat;
	_padding-top:3px;
}
#HR #navi li{float:left;}

/*パンくず*/
#pankuzu{
	height:40px;
	line-height:40px;
}
	#pankuzu li{
		display:inline-block;
		*display: inline;
		*zoom: 1;
		white-space:nowrap;
		font-size:11px;
	}
	#pankuzu li a{padding-right:5px;}

/*トップページ
---------------------------------------*/
.newsBox{
	padding:10px;
	border:1px solid #ddd;
	border-top:none;
	height:150px;
	overflow-y:scroll;
	margin-bottom:30px;
}
.newsList dt {
	color: #999;
	float: left;
	width: 80px;
}
.newsList dd {
	padding-left: 90px;
	padding-bottom: 1em;
	margin-left: 0;
	margin-bottom: 1em;
	border-bottom: 1px dotted #aaa;
}


/*下層ページ共通
---------------------------------------*/

/*テキスト系-------------*/

.title01{
	padding:13px 0 0 0;
	font-size:17px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background:url(../img/second/title01_bg.gif) top no-repeat;
	margin-bottom:20px;
}
.title01 span{
	display:block;
	margin-top:8px;
	color:#aaa;
	font-size:11px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.title02{
}
.title03{
}
.lead{
	font-size:1.2em;
}

/*ボックス系-------------*/

/*ただの角丸*/
.box01{
	padding: 10px 10px 0 10px;
	border:1px solid #ddd;
	border-radius:3px;
}

/*リスト系-------------*/

/*点なし*/
.listPlane {
	margin-bottom:1em;
}
	.listPlane li{
		line-height:1.4;
		margin-bottom:.5em;
	}
/*点あり*/
.listDoted {
	margin-bottom:1em;
}
	.listDoted li{
		list-style: inside disc;
		margin-left:1em;
		text-indent:-1em;
		line-height:1.4;
		margin-bottom:.5em;
	}
/*連番*/
.listNumber {
	margin-bottom:1em;
}
	.listNumber li{
		list-style: inside decimal;
		margin-left:1em;
		text-indent:-1em;
		line-height:1.4;
		margin-bottom:.5em;
	}
/*定義*/
.dl01 dt{
	line-height:1.4;
	font-weight:bold;
	margin-bottom:.75em;
}
	.dl01 dd{
		line-height:1.4;
		margin-bottom:1em;
	}

.dlArrow dt{
	line-height:1.4;
	font-weight:bold;
	margin-bottom:.75em;
	padding-left:15px;
	background:url(../img/common/listmark03.gif) 0 0.3em no-repeat;
}
	.dlArrow dd{
		line-height:1.6;
		margin:0 0 1em 18px;
	}

/*テーブル系-------------*/

.table01{
	width:100%;
	table-layout:fixed;
}
	.table01 th,
	.table01 td{
		padding:1.25em 1em;
		line-height:1.4;
		text-align:left;
		vertical-align:middle;
		border:1px solid #ddd;
	}
	.table01 th{
		font-weight:bold;
		background:#f4f4f4;
		text-shadow:0 1px 0 #fff;
	}
	.table01 td{
		line-height:1.5;
	}
/*フォームテーブル*/
.formTable{
}
.formTable th span{
	display:block;
	color:#666;
	margin-top:5px;
	font-weight:normal;
}
.formTable th em{
	color:#c00;
	padding-right:3px;
}　

/*ボタン
---------------------------------------*/

.btn {
  display: inline-block;
  position:relative;
  padding:4px 12px;
  margin: 0;
  font-size: 13px;
  line-height:20px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  text-decoration:none !important;
  border-radius:3px;
  font-style:normal;
  font-weight:normal;
  box-shadow:inset 0 -2px 0px rgba(0,0,0,.1);
  /* IE7 hack */
  *display: inline;
  *zoom: 1;
  *border: 0;
  *margin-left: .3em;
}
.btn:hover,
.btn:focus{
	text-decoration:none;
	opacity:.75;
	filter: alpha(opacity=75);
	transition: opacity 0.3s ease;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
}
.btn-L {
	padding: 10px 20px;
	font-size: 14px;
}

/*灰*/
.btn{
	color:#333 !important;
	border:1px solid  rgba(0,0,0,.1);
	background: #eee;
}
/*赤*/
.btn-red{
	color:#fff !important;
	border:1px solid  rgba(0,0,0,.1);
	background: #ff5858;
}
/*青*/
.btn-blu{
	color:#fff !important;
	border:1px solid  rgba(0,0,0,.1);
	background: #34aef0;
}

/*論文リスト
---------------------------------------*/
.publishList {
	border-top:1px dotted #ddd;
	padding-top:1.5em;
	padding-left:40px;
}
.publishList li {
	list-style:decimal;
	font-size:13px;
	line-height:1.4;
	margin-bottom:1.5em;
	padding-bottom:1.5em;
	border-bottom:1px dotted #ccc;
}


/*調整用スタイル
---------------------------------------*/

/*マージン*/
.mt5 {margin-top: 5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}

.mb5 {margin-bottom: 5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}

.noMg{margin:0 !important;}

/*フロート*/
.fltL{float:left;}
.fltR{float:right;}

/*アライン*/
.alC{text-align: center !important;}
.alL{text-align: left   !important;}
.alR{text-align: right  !important;}

/*フォント*/
big   {font-size:1.1em}
small {font-size:0.9em}
.big  {font-size:1.1em}
.small{font-size:0.9em}

/*画像透過*/
a.imgHover:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	transition: opacity 0.3s ease;
}

/*回りこみ解除禁止*/
.ovh{
	overflow:hidden;
}

/*boeder*/
hr.border{
	clear:both;
    padding:0;
    display:block;
    height:1px;
    border:0;   
    border-top:1px dotted #ddd;
}

