﻿@charset "UTF-8";



/*このページ用設定
--------------------------------*/
body {
	font: 13px/1 "",sans-serif;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Verdana","Arial","Helvetica","Osaka","ＭＳ Ｐゴシック";
}
* html body {
	font-size: small;
}
*:first-child+html body {
	font-size: small;
}




#contentsArea h1{
	font-weight: bold;
}
#contentsArea{
	width: 800px;
	margin: 0 auto;
	position: relative;
}


/*マウスオーバーでレイヤーを表示
--------------------------------*/
/*#cntBox{
}

.menuLayer{
 position: absolute;
	left: 0;
	top: 0;
	width: 790px;
	height: 790px;
	visibility: hidden;
	z-index: 10;
}*/

/*info.html用設定
--------------------------------*/
body#info div{
	font-size:10px;
	line-height:1.8;
	width: 175px;
	height: 130px;
}

body#info div strong{
	font-weight:bold;
	display:block;
}