                                                                 @charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: index.css
 * author		: takaaki koyama
 * style info	:  index.html用CSS
 -----------------------------------------------------------*/
 
/* link ---*/

.naviLinks a:link {
	color:#FFFFFF;
	border-bottom: 1px dashed  #FFFFFF;
	text-decoration: none;
}

.naviLinks a:visited {
	color:#FFFFFF;
	border-bottom: 1px dashed  #FFFFFF;
	text-decoration: none;
}

.naviLinks a:hover {
	color:#FFFFFF;
	border-bottom: 1px solid  #FFFFFF;
	text-decoration: none;
}

.naviLinks a:active {
}

.link a:link {
	color:#FFFFFF;
	border-bottom: 1px dashed  #FFFFFF;
	text-decoration: none;
}

.link a:visited {
	color:#FFFFFF;
	border-bottom: 1px dashed  #FFFFFF;
	text-decoration: none;
}

.link a:hover {
	color:#FFFFFF;
	border-bottom: 1px solid  #FFFFFF;
	text-decoration: none;
}

.link a:active {
}

#page {
	width: 100%;
	text-align: left;
	background: url(../img/top/bg_header_01.jpg) no-repeat center top;
}

#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#contents {
	float: none;
	width: 764px;
	margin: 0px auto;
}

#header {
	width: 764px;
	margin: 0px auto;
}
 
 /*-- #article -----------*/
#article{

}

#article .mainOuter {
 	width: 533px;
	background: url(../img/top/bg_article_mid.jpg) repeat-y left top;
}

#article .main {
 	background: url(../img/top/bg_article.jpg) no-repeat left top;	
}

#article .main .mainInner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#article .main .mainInner {
	padding: 20px 24px 0 44px;
	font-size: 140%;
	color: #FFFFFF;
}

#article .main .mainInner p.poster {
	float: left;
	width: 220px;
}

#article .main .mainInner .mainTxt {
	float: left;
	width: 241px;
	line-height: 1.5;
}

#article .main .mainInner .mainTxt p{
	margin-bottom: 10px;
	background: url(../img/top/icon_nijyumaru.gif) no-repeat left 0.2em;
	padding-left: 20px;
}

#article .main .mainInner p.txtLast{
	margin-bottom: 10px;
	background: url(../img/top/icon_nijyumaru.gif) no-repeat left 0.2em;
	padding-left: 20px;
	clear: both;
	line-height: 1.5;
}

#article .committee {
	font-weight: bold;
	text-align: right;
	margin: 50px 0 10px 0;
}

* html #article .committee { margin: 71px 0 10px 0; } 

*:first-child+html #article .committee { margin: 71px 0 10px 0; }

#article .linkOuter {
	background: url(../img/top/bg_link_mid.jpg) repeat-y left top;
	margin-left: 24px;
	font-size: 140%;
	color: #FFFFFF;

}

#article .linkInner {
	background: url(../img/top/bg_link_top.jpg) no-repeat left top;
	zoom: 1;
	padding:60px 0 20px 0;
}

#article .linkInner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


#article .linkArea {
	background: url(../img/top/bg_link_btm.jpg) no-repeat left bottom;

}

#article .linkInner h2 {
	float: left;
	width: 130px;
	padding: 0 0 0 30px;
}

#article .linkInner .link {
	float: left;
	width: 340px;
}

#article .linkInner .link li {
	float: left;
	width: 160px;
	background: url(../img/parts/icon_link.gif) no-repeat left 0.4em;
	padding-left: 10px;
}



 /*-- #aside -----------*/
 /*-- about lab --*/
#aside {
	background:url(../img/top/bg_aside_mid.jpg) repeat-y left top;
}

#aside .asideInner {
	background: url(../img/top/bg_aside.jpg) no-repeat left top;
}

#aside .bnrArea {
	padding: 16px 0 0 11px;
}

#aside .bnrArea li {
	margin-bottom: 2px;
}

#aside .apology {
	margin: 13px 0 0 11px;
}

#aside .naviLinks {
	font-size: 120%;
	margin: 15px 0 0 0;
	background: url(../img/top/bg_aside_btm.jpg) no-repeat left bottom;
	padding-bottom: 135px;
}

#aside .naviLinks li {
	background: url(../img/parts/icon_link.gif) no-repeat left 0.4em;
	padding-left: 10px;
	margin-left: 11px;
}

#footer {
	width: 764px;
	margin: 0px auto;
}
