/* CSS Document */

#page {
	font-size: 100%;
}


/* reset */
*{
	margin :0;
	padding:0;
}

body {
	margin:0 auto;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;

}
/*
* html body{
	font-size:100%;
}

*:first-child + html body{
	font-size:100%;
}*/

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

h1,h2,h3,h4,h5,h6,p,li,ol,dt,dd,th,td{
	font-style :normal;
	font-weight:normal;
	text-align :left;
}

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

img {  
    border:0; 
} 

li,ol{
	list-style:none;
}

fieldset{
	border:none;
}



/* できるシリーズ 専用　(ADD 2008/12/3) */

#dekiru .book {
	background:url(../products/dekiru/images/dekiru_book_l_bg.jpg) 0 0 no-repeat;
	width:725px;
	/*height:255px;*/
	height:315px;
}

#dekiru .book .text {
	width:365px;
	/*height:235px;*/
	margin-left:350px;
	padding-top:20px;
	height:295px;

}

#dekiru .get div.text {
	background:url(../products/dekiru/images/dekiru_get_l_bg.jpg) 0 0 no-repeat;
	width:350px;
	height:170px;
}


