/*
トップページ
共通性の高いやつ

はここに記述
/*

/*margin->border->padding->width,height*/

/*
階層構造メモ

container
┣ header
┣ eyecatch
┣ eyecatch_control
┣ contents
┃ ┣ news
┃ ┗ research
┗ footer
*/




*{
	font-family:"メイリオ", "Meiryo", Arial, "小塚ゴシック Pro", "Kozuka Gothic Pro ","ヒラギノ角ゴ Pro W3 ", " Hiragino Kaku Gothic Pro ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	margin:0px;
	border:0px;
	padding:0px;
	background-image:url('../img/for_android.gif');/*すまほ対策*/
}
html{
	overflow:auto;
	overflow-y:scroll;
	background-color:#ddd;
}
body{
	background-image:url('../img/footer.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}


#container{
	margin:0 auto;
	width:960px;
	overflow:hidden;
}

#header{
	height:200px;
}
#header2{
	height:100px;
}

#eyecatch_container{
	width:960px;
	height:250px;
	overflow:hidden;
	z-index:10;
}
#eyecatch{
	width:12000px;
	height:250px;
	
}
#eyecatch img{
	
}


#eyecatch_control{
	top:420px;
	left:50%;
	margin-left:0px;
	position:absolute;
	text-color:#fff;
}
#eyecatch_control A{
	color:white;
	text-decoration:none;
}

#pankuzu{
	margin:5px 0px;
	padding:0px 20px;
	background-color:#957348;
	font-size:16px;
	color:#fff;
}

#pankuzu A{
	color:white;/*アンカー色変更によるアクセシビリティ低下に注意*/
	text-decoration:none;
	cursor:pointer;
}
#tab{
	margin:0px;
	padding:0px 20px;
	background-color:#cada2b;
	font-size:18px;
	cursor:pointer;/*一時しのぎ*/
}

#tab A{
	color:black;/*アンカー色変更によるアクセシビリティ低下に注意*/
	text-decoration:none;
	cursor:pointer;
}

#contents{
	width:960px;
	background-color:#eee;//細井製作用
}

#news{
	width:360px;
	padding:10px 0px;
	float:left;
	background-color:transparent;
}
#news h2{
}
#news h3{
	padding:0px 0px;
}
#news div#news_list{
	margin:0px;
	width:340px;
	padding:10px;
	background-color:#fff;
}
#news h4{
	font-weight:bold;
	padding:0px 0px 10px 20px;
	background-image:url('../img/border.png');
	background-position:center left;
	background-repeat:no-repeat;
}
#news p{
	padding:10px 10px 20px 10px;
	text-indent:0.5em;
}
.publication{
	font-weight:bold;
	font-style:italic;
}
#research{
	margin-left:10px;
	width:590px;
	padding: 10px 0px;
	float:left;
	background-color:transparent;
}
#research div#list{
	margin:0px;
	width:570px;
	padding:10px;
	background-color:#fff;
}
#research h4{
	font-weight:bold;
	padding:0px 0px 10px 30px;
	background-position:center left;
	background-repeat:no-repeat;
	background-image:url('../img/border.png');
}
#research p{
	padding:10px 10px 20px 10px;
	text-indent:0.5em;
}
#footer{
	height:30px;
	margin-top:30px;
	text-align:center;
	clear:left;
}
#footer_log{
	position:absolute;
}

a:link { color: #6ca21e; }
a:visited { color: #6b563a; }
a:hover { color: #cbd943; }
a:active { color: #6ca21e; }