@charset "utf-8";
/*--------------------------------------------------
        General Setting CSS for 
                        Last Modified 2008.11.20
			Author:keik-m
			File Name:emone.css
--------------------------------------------------*/
/* Reset */
* {
	margin: 0;
	padding: 0;
}

/*base style*/
body {
	margin: 0;
	padding: 0;
	background: #9a2b30 url(../img/bg_head.gif) no-repeat center top;
	line-height: 1.3;
	color: #333;
	font-size: 15px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}
table {
	font-size: inherit;
}
a:link {
	color: #09f;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #f90;
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: bottom;
}
ul,ol {
	list-style-type: none;
}
h2 {
	font-size: 120%;
	line-height: 1em;
}
h3 {
	font-size: 115%;
	line-height: 1em
}
address {
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #ce0303;
	font-size: 85%;
	font-style: normal;
	font-family: Helvetica,Arial,sans-serif;
	text-align: center;
	clear: both;
}
/* Wrappers */
#wrapper {
	margin: auto;
	width: 760px;
	background: url(../img/bg_wrap.gif) repeat-y;
	min-height: 1000px;
	padding: 0 4px;
}

/* header */
#header {
	margin: auto;
	padding: 0 4px;
	width: 760px;
}


/* container */

#container {
	padding: 20px 15px;
	width: 730px;
	background: url(../img/bg_line.gif) repeat-x left top;
	clear: both;
}

/*grobal style*/
.pixFr {
	margin: 0 0 0.8em 0.8em;
	float: right; 
}
.pixFl {
	margin: 0 0.8em 0.8em 0;
	float: left; 
}
.center {
	text-align: center;
}
p.attention {
	font-size: 86%;
	color: #f00;
	text-align: center;
}

/*Element style*/

#container p {
	margin-bottom: 1em;
}
#container h2 {
	margin: 0.3em 0;
	height: 19px;
	text-indent: -9999px;
}
#container h2#point01 {
	background: url(../img/bg_point01.gif) no-repeat left top;
}

#container h2#point02 {
	background: url(../img/bg_point02.gif) no-repeat left top;
}

#container h2#point03 {
	background: url(../img/bg_point03.gif) no-repeat left top;
}

#container .contEntry {
	padding: 0 0 12px 12px;
	margin-bottom: 1em;
	border-left: 7px solid #ce0303;
	background: url(../img/bg_slantline.gif) repeat-x left bottom;
	clear: both;
}
#container .contEntry p {
	margin: 0;
	height: 18px;
	text-indent: -9999px;
}
#container .contEntry h2 {
	margin-bottom: 5px;
	height: 25px;
	text-indent: -9999px;
	clear: both;
	line-height: 1em;
}

#container #cont01 h2 {
	background: url(../img/h2_02.gif) no-repeat left bottom;
}
#container #cont01 p {
	background: url(../img/p_02.gif) no-repeat left bottom;
} 

#container .center img {
	margin-left: 10px;
}

#container .center img.noMgn {
	margin: 0;
}

#container #detail {
	margin: 0 40px;
	padding: 5px;
	background-color: #cceaff;
	font-size: 92%;
}


#container h3 {
	margin: 0.8em 0;
	height: 18px;
	text-indent: -9999px;
	clear: both;
}

#container h3#h301 {
	background: url(../img/h3_01.gif) no-repeat left top;
}

#container h3#h302 {
	background: url(../img/h3_02.gif) no-repeat left top;
}
#container ul {
	margin-bottom: 1em;
	padding-left: 15px;
	background: url(../img/bg_lst.gif) repeat-y left top;
}

#container ul.halfUl {
	width: 350px;
	float: left;
}
#container li {
	line-height: 1.2em;
}

#container li h4 {
	font-size: 100%;
}

#container li p {
	margin-bottom: 0.2em;
	padding-left: 30px;
	font-size: 92%;
}
#container .btnBuy {
	margin: 1em 0 0.3em;
	text-align: center;
	clear: both;
}

#container li p.copy {
	font-size: 80%;
	padding-left: 0;
}
