@charset "Shift_JIS";

/*----------------------------------------

	Index CSS (Last Update 2010.02.25)

	- default setting
	- body setting
	- link setting

-----------------------------------------*/



/*----------------------------------------
	style reset
-----------------------------------------*/

html, body,
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li,
dl, dt, dd, address {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ul, ol {
	list-style-type: none;
}



/*----------------------------------------
	default style
-----------------------------------------*/

hr {
	display: none;
}

strong {
	font-weight: bold;
	text-decoration: none;
}

address {
	font-weight: normal;
	font-style: normal;
}



/*----------------------------------------
	class
-----------------------------------------*/

/* clearfix ------------ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from MacIE \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* End Hide from MacIE */



/*----------------------------------------
	typography
-----------------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

*:first-child + html body {	/* for IE7 */
	font-family: "メイリオ", "Meiryo";
}

html>/**/body { font-size: 16px; line-height: normal; } /* except Win IE */

.txt10 { font-size: 63%; line-height: 1.4em;}	/* 10px */
.txt12 { font-size: 75%; line-height: 1.6em;}	/* 12px */
.txt14 { font-size: 88%;}	/* 14px */
.txt16 { font-size: 100%;}	/* 16px */

.font_small {
	font-size: 80%;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}




/*----------------------------------------
	body setting
-----------------------------------------*/

body {
	color: #5D5D5D;
}

a:link,
a:visited {
	color: #5D5D5D;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #5D5D5D;
	text-decoration: none;
}






/*----------------------------------------
	layout
-----------------------------------------*/

div#container {
	width: 750px;
	margin: 0 auto;
	background: url(../img/bg.jpg);
}


/* 活用術 ------------ */

div#katsuyouArea {
	position: relative;
	width: 750px;
	height: 460px;
}

div#katsuyouArea h2,
div#katsuyouArea p {
	position: absolute;
}

div#katsuyouArea h2 {
	top: 55px;
	left: 98px;
	margin: 0;
}

div#katsuyouArea p.btnpresent {
	top: 339px;
	left: 27px;
}

div#katsuyouArea p.btnEnter {
	top: 313px;
	left: 247px;
}

div#katsuyouArea p.img {
	top: 164px;
	left: 389px;
}

div#katsuyouArea div#digestArea {
	position: absolute;
	top: 164px;
	left: 57px;
}

div#katsuyouArea div#digestArea p {
	position: static;
}

div#katsuyouArea div#digestArea div#digest {
	width: 284px;
	height: 117px;
}



div.wrap {
	padding: 3px 31px 24px;
}

div.wrap div.col1 {
	float: left;
	width: 315px;
	padding: 14px 0 0;
}

div.wrap div.col2 {
	float: right;
	width: 345px;
}


/* 商品情報 ------------ */

div#productsArea {
	width: 315px;
	height: 180px;
	background: url(../img/products_bg.jpg) no-repeat;
}

div#productsArea h3 {
	padding: 11px 0 0 11px;
}

div#productsArea p.img {
	padding: 0 0 0 11px;
}

div#productsArea p.lead {
	padding: 0 0 0 11px;
}


/* バナー ------------ */

div.col2 p.pokapoka {
	position: relative;
	width: 361px;
	margin: 0 0 18px -16px;
}


/* おしらせ ------------ */

div#infoArea {
	width: 345px;
	padding: 22px 0 0;
}

div#infoArea h3 {
}

div#infoArea dl {
	font-size: 12px;
	line-height: 1.5em;
	padding: 3px 0 0;
}

div#infoArea dl dt {
	width: 6em;
	padding: 4px 0 4px 3px;
}

div#infoArea dl dd {
	margin: -26px 0 0 6em;
	padding: 4px 0;
}


div#infoArea dl dd a {
	display: block;
	padding: 0 0 0 10px;
	background: url(../img/info_arrow.gif) no-repeat 0 5px;
}