@charset "utf-8";
/* CSS Document */
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: whatis.css
 * author		: kotaro sekiya
 * style info	: このディレクトリ内用ページCSS
 -----------------------------------------------------------*/
/* subpage.css -  2階層目以降ページ用共通CSS
----------------------------------------------------------- */
@import url("../../common/css/subpage.css");

#article dl {
	background: url(../../common/img/parts/img_dot.gif) repeat-x left bottom;
	zoom: 1;
	margin-top: 30px;
}

/* clearfix */
#article dl:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#article dt {
	float: left;
	width: 255px;
}

#article dd {
	float: left;
	width: 394px;
}

#article .contact {
	margin-top: 40px;
	font-weight: bold;
}


#article .contact a:link { background: #EDEDED; }
#article .contact a:visited { background: #EDEDED; }
#article .contact a:active { background: #FF6666; color: #FFFFFF; }
#article .contact a:hover { background: #FF6666; color: #FFFFFF; }


#article .study {
	margin: 50px auto 0 auto;
	width: 130px;
}s