@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	text-align: center;
}

a{
	text-decoration: none;
}

a:link{
	color: #4E62FF;
}

a:hover{
	color:#8FB7FF;
}

a:visited{
	color: #835DE3;
}

img{
	border: none;
	vertical-align: bottom;
}

.margin13{
	border-top: 13px solid #FFF;
}

/*------text------*/
.paragraph{
	margin: 5px 20px;
	font-size: 1.2em;
}

.paragraphtop10{
	margin: 20px 20px 0;
	font-size: 1.2em;
}

.text-right{
	text-align: right;
	font-size: 1.2em;
}

.text-red{
	color: #F00;
}

.weightNormal {
	font-weight: normal;
}

/*-- layout --*/

div#home-container { 
	width:800px;
	height: 600px;
	margin: 20px auto;
	text-align: center;
	background-color:#f5f5f5;
	border: solid 1px #ccc;
}

div.main-txt {
	padding:80px 0 0;
}

/*-- セレクトボタン --*/
div#selectbt-box {
	margin:10px 0 0 50px;
}
div.select-bt a {
	float:left;
	height: 255px;
	margin: 60px 0 0;
	text-indent:-9999px;
}
div#bt-general a{
	width: 356px;
	background:url(../../images/image01.gif) 0 0 no-repeat;
}
div#bt-exam a{
	width: 380px;
	background:url(../../images/image02.gif) 0 0 no-repeat;
}
div#bt-general a:hover,
div#bt-exam a:hover { background-position: 0 -255px;}


/*------printout------*/
#globalnavicopy,#category-about,#category-active,#category-consult,#category-exam,#category-info,#category-info,#submenu-insurance,#submenu-info,#submenu-exam,#submenu-consult,#submenu-about{
	display: none;
}









