@charset "UTF-8";
@import  "../../common/css/common.css";
/* :::::::::::::::::::::::::::::::::::::::::
	利用可能性調査用CSS
	cyousa.css
:::::::::::::::::::::::::::::::::::::::::::: */


/* - - - - - - - - - - - - - - - - - - - - ヘッダ */
#header {
	background: url(../images/header.jpg) 20px 10px no-repeat;
}

/* - - - - - - - - - - - - - - - - - - - - 見出し */
h3:before {
	content: '■';
}


/* - - - - - - - - - - - - - - - - - - - - lightBox */
#lightBox a {
	display: block;
	border: 1px solid #fff;
	text-align: center;
}

