@charset "utf-8";
@import url("./06_main.css");
@import url("./07_fontstyle.css");
/*
	body setting
*/
body{
	font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	font-size:9pt;
	width: 749px;
	color: #333;
	background-color: #ffffff;
}

p,td,li,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6{
	line-height:1.4em;
}

/*main haeder*/
h1{
	font-size : 140% ;
	font-family : sans-serif ;
	font-weight : bold ;
	letter-spacing: 0.3em;
	margin-top: 25px;
	margin-bottom: 25px;
}

/*	Sub Title ;*/
h2 {
	font-size : 120% ;
	font-family : sans-serif ;
	font-weight : bold ;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size : 100% ;
	font-family : sans-serif ;
	font-weight : bold ;
	margin-top: 0px;
	margin-bottom:5px;
}

/*	blue h2 */
h2.blue {
	font-size : 120% ;
	font-family : sans-serif ;
	font-weight : bold ;
	margin-top: 0px;
	margin-bottom: 10px;
	color:#2fb4e1;
}

/*	blue h3 */
h3.blue {
	font-size : 100% ;
	font-family : sans-serif ;
	font-weight : bold ;
	margin-top: 0px;
	margin-bottom:5px;
	color:#2fb4e1;
}

/*	gray h2 */
h2.gray {
	font-size : 120% ;
	font-family : sans-serif ;
	font-weight : bold ;
	margin-top: 0px;
	margin-bottom: 10px;
	color:#666;
}

/*	gray h3 */
h3.gray {
	font-size : 100% ;
	font-family : sans-serif ;
	font-weight : bold ;
	margin-top: 0px;
	margin-bottom:5px;
	color:#666;
}

/*	h1 with gray border 2px under */
h1.border {
	font-size : 140% ;
	font-family : sans-serif ;
	font-weight : bold ;
	margin-top: 0px;
	margin-bottom:25px;
	padding-bottom: 5px;
	border-bottom: solid 2px #ccc;
	color:#666;
}
/*	h2 with gray border 2px under */
h2.border {
	font-size : 120% ;
	font-family : sans-serif ;
	font-weight : bold ;
	margin-top: 0px;
	margin-bottom:15px;
	padding-bottom: 5px;
	border-bottom: solid 2px #ccc;
	color:#666;
}
/*	h3 with gray  border 2px under */
h3.border {
	font-size : 100% ;
	font-family : sans-serif ;
	font-weight : bold ;
	margin-top: 0px;
	margin-bottom:10px;
	padding-bottom: 2px;
	border-bottom: solid 2px #ccc;
	color:#666;
}


/*
	blue text link
*/
a:link{color:#2fb4e1;}
a:visited{color:#88cae1;}
a:active{color:#88cae1;}
a:hover{
	color:#2fb4e1;
	text-decoration : underline;
}
a{text-decoration: none;}


/*
	gray text link
*/
.graytext a:link{color:#666666;}
.graytext a:visited{color:#aaaaaa;}
.graytext a:active{color:#aaaaaa;}
.graytext a:hover{
	color:#666666;
	text-decoration : underline;
}
.graytext a{text-decoration: none;}


/*
	division line
*/
hr
{
	height: 1px;
	width: 97%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #dedede;
}

blockquote {
	margin: 0.8em 30px 0.8em 20px ;
	line-height: 1.5em;
}


