@charset "UTF-8";
/* CSS Document */

/*
Banyu Life Science Foundation International. CSS
Author: Kazuya Tahara(Hdj)
Version: 100309

*/


/*-----------------------------------------------
 __Initial Setting
-----------------------------------------------*/

* {
	margin:0px;
	padding:0px;
}
html {
}

img {
	border:0;
}
a {
	text-decoration:none;
}
a:focus {
	outline:none;
}
li {
	list-style-type:none;
}



/*-----------------------------------------------
 __Base Setting
-----------------------------------------------*/

a:link , a:visited {
	color:#06C;
}
a:hover {
	color:#F6F;
}
body {
	margin:0px;
	line-height:1.3;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
.ClearBoth {
	clear:both;
	height:0px;
}
.Pankuzu {
	padding:0 0 20px 30px;
	font-size:88%;
}
.PageTop {
	font-size:88%;
	text-align:right;
	padding:0 48px 2px 0;
	clear:both;
}
#Wrapper {
	margin:0px auto;
	width:800px;
	background-color:#FFF;
	position:relative;
}


/*-----------------------------------------------
 __HEADER
-----------------------------------------------*/

#HEADER {
	width:800px;
	height:160px;
	margin-bottom:10px;
}
#HEADER h1 {
	width:800px;
	height:120px;
}
#HEADER p {
	width:800px;
	height:40px;
	font-size:1px;
	text-indent:-9999px;
	background:url(refer/blsfi.gif) no-repeat 0 0;
}
#HEADER p a {
	display:block;
	width:800px;
	height:40px;
	background:url(refer/blsfi.gif) no-repeat 0 0;
}
#HEADER p a:hover {
	background:url(refer/blsfi.gif) no-repeat 0 -40px;
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/

#Footer {
	width:800px;
	clear:both;
	background:#333;
	padding:12px 0 10px;
}
#Footer .BackLink {
	width:190px;
	height:36px;
	margin:0 auto 16px;
	font-size:1px;
	text-indent:-9999px;
}
#Footer .BackLink a {
	display:block;
	width:190px;
	height:36px;
	background:url(refer/btn_back.gif) no-repeat 0 0;
}
#Footer .BackLink a:hover {
	background:url(refer/btn_back.gif) no-repeat 0 -50px;
}
#Footer .CloseLink {
	width:190px;
	height:36px;
	margin:0 auto 16px;
	font-size:1px;
	text-indent:-9999px;
}
#Footer .CloseLink a {
	display:block;
	width:190px;
	height:36px;
	background:url(refer/btn_close.gif) no-repeat 0 0;
}
#Footer .CloseLink a:hover {
	background:url(refer/btn_close.gif) no-repeat 0 -50px;
}
#Footer p.Copyright {
	padding:0;
	font-size:10px;
	text-align:center;
	color:#FFF;
}

/*-----------------------------------------------
 __Content
-----------------------------------------------*/

#Content {
	width:705px;
	margin:0 auto;
}
#Content .WinnerBox{
	float:left;
	clear:both;
	width:705px;
	min-height:110px;
}
#Content .WinnerBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#Content .WinnerBox h2{
	float:left;
	width:100px;
}
#Content .WinnerBox div{
	float:right;
	width:601px;
	min-height:161px;
	border-left:4px solid #8BC2A4;
	background: #EEE url(refer/bg_prize.gif) repeat-x 0 0;
	position:relative;
	margin-bottom:40px;
}
#Content .WinnerBox div.Bottom{
	margin-bottom:20px;
}
#Content .WinnerBox div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#Content .WinnerBox .Photo{
	float:left;
	margin:0;
}
#Content .WinnerBox div .Photo img{
	display:block;
	width:120px;
	height:141px;
	padding:10px 20px;
}
#Content .WinnerBox div .Winner{
	font-size:150%;
	font-weight:bold;
	padding:26px 10px 20px 160px;
}
#Content .WinnerBox div .Winner span{
	font-size:50%;
	font-weight:normal;
}
#Content .WinnerBox div .Theme{
	font-size:112%;
	font-weight:bold;
	line-height:1.2;
	padding:0 10px 10px 206px;
	background:url(refer/ic_lecture.gif) no-repeat 160px 0;
}
#Content .WinnerBox div .ThemeNoLink{
	font-size:112%;
	font-weight:bold;
	line-height:1.2;
	padding:0 10px 10px 160px;
}
#Content .WinnerBox div .FigImg{
	clear:both;
	width:520px;
	margin:40px auto 20px;
}
#Content .WinnerBox div .Exam{
	font-size:88%;
	padding:0 14px 10px;
}

