@charset "utf-8";
/* ******************************
 *
 * Since:    2010-07-27
 * Modified: 2010-07-27
 * Editor:   hara@DiiV
 *
 * Information: CSS for all
 *
 * ******************************
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,th,td,img{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, td, th{
    font-size: 100%; 
    font-weight: normal;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	vertical-align:top;
}

q:before,q:after{
	content: '';
}

legend{
	display: none;
}

img,abbr,acronym,fieldset{
	border: 0;
}

img{
	line-height: 0;
}

li{
	list-style-type: none;
}



/***  for clear method  ***/

.clearfix:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}
.clear{
	clear:both;
	height:0px;
	margin:0;
	padding:0;
	line-height:0%;
	font-size:0px;
}

/***  for browser control  ***/

/* FireFoxで高さがディスプレイを満たさなかった場合でもスクロールバーを表示させる 
html{
	margin-bottom:1px;
	height:100%;
	overflow-y:scroll;
}*/


body{
	background: #FFFFFF;
	color:#666666;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
	font-size: 12px;
	line-height:1.5em;
	letter-spacing: 0em;
}

a:link,
a:visited{
	color: #666666;
	text-decoration: none;
}
a:hover,
a:active{
	color: #FF9900;
	text-decoration: none;
}

/* ******************************
 *
 * contents
 *
 * ******************************
 */
#wrapper{
	margin: 0 auto;
}

#kakinosachi01 img{
	display: block;
}

#header{
	width: 1080px;
	margin: 0 auto;
}

#contents{
	width: 1080px;
	margin: 0 auto;
}

#link_area_01,
#link_area_02,
#link_area_03{
	position: relative;
}

#link_area_01 a,
#link_area_02 a,
#link_area_03 a{
	position: absolute;
}

#link_area_01 a.link_01{
	left: 72px;
	top: 294px;
}
#link_area_01 a.link_02{
	left: 391px;
	top: 320px;
}
#link_area_01 a.link_03{
	left: 711px;
	top: 320px;
}

#link_area_02 a.link_01{
	left: 72px;
	top: 314px;
}
#link_area_02 a.link_02{
	left: 391px;
	top: 468px;
}
#link_area_02 a.link_03{
	left: 711px;
	top: 468px;
}

#link_area_03 a.link_01{
	left: 72px;
	top: 406px;
}
#link_area_03 a.link_02{
	left: 391px;
	top: 468px;
}
#link_area_03 a.link_03{
	left: 711px;
	top: 468px;
}

#footer{
	width: 1080px;
	margin: 0 auto;
}

#footer .section_lv1{
	background: url(images/img_beginner_29.jpg) left top no-repeat;
	width: 1010px;
	height: 123px;
	padding: 45px 0 0 70px;
}

#footer .section_lv1 dt{
	font-size: 13px;
	color: #007cba;
	font-weight: bold;
}

#footer .section_lv1 dd{
	margin: -1.4em 0 0 17em;
}

#footer .section_lv1 dd span{
	font-weight: bold;
}

#footer .section_lv2{
	background: url(images/img_beginner_30.jpg) left top no-repeat;
	width: 968px;
	height: 167px;
	padding: 45px 0 0 112px;
	position: relative;
}

#footer .section_lv2 dt{
	font-size: 13px;
	color: #ff0000;
	font-weight: bold;
}

#footer .section_lv2 dd{
	margin: -1.4em 0 0 13.5em;
}

#footer .section_lv2 dd span{
	color: #ff0000;
	font-weight: bold;
}

#footer .section_lv2 p{
	position: absolute;
	left: 455px;
	top: 165px;
}

#footer .section_lv3{
	background: url(images/bg_beginner_footer.gif) left top repeat-y;
	text-align: center;
	padding: 45px 0 50px;
}

#footer .section_lv3 ul{
	margin: 0 0 40px 130px;
}

#footer .section_lv3 li{
	padding: 0 0 0 15px;
	float: left;
}

#footer .section_lv3 #copy{
	color: #28b1f7;
}

