@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

ol,ul {
	list-style: none;
}

img {
	vertical-align: bottom;
	border: none;
}

input,textarea {
	padding: 3px;
	font-size: 100%;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.bold {
	font-weight: bold;
	color: #666666;
}

.red {
	color: #cc0000;
}

span.line {
	background: #ffe0ff;
}

.button-move a:hover { 
	position: relative; 
	top: 1px; 
	left: 1px; 
}

body {
	background: url(images/body_bg.jpg) repeat-x;
	color: #585858;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
	font-size: 100%;
	text-align: center;
}


/*----------------------------------------------------
	link
----------------------------------------------------*/
a:link {
	color: #0033cc;
	text-decoration: underline;
}

a:visited {
	color: #0033cc;
	text-decoration: underline;
}

a:hover {
	color: #cc0033;
	text-decoration: none;
}

a:active {
	color: #cc0033;
	text-decoration: none;
}


/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*----------------------------------------------------
	container
----------------------------------------------------*/
#container {
	width: 820px;
	margin: 0 auto;
	background: url(images/container_bg.jpg) repeat-y;
	text-align: left;
}


/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
	width: 820px;
	height: 260px;
	margin: 0 0 20px 0;
	background: url(images/header_bg.jpg) no-repeat;
}

#header h1 {
	padding: 5px 0 0 25px;
	font-weight: normal;
	font-size: 88%;
	letter-spacing: 0.04em;
}

#header h2 {
	text-indent:-9999px;
}

#header p {
	line-height: 1.4;
	width: 400px;
	margin: 130px 0 0 50px;
	font-size: 82%;
	letter-spacing: 0.04em;
}


/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents {
	width: 800px;
	margin: 0 10px;
}

#contents h3 {
	clear: both;
	line-height: 40px;
	margin: 0 20px 10px 20px;
	padding: 0 0 0 65px;
	color: #ffffff;
	font-size: 113%;
	letter-spacing: 0.04em;
	background: url(images/contents_h2_bg.jpg) no-repeat;
}

#contents p {
	line-height: 1.7;
	margin: 0 30px 1em 30px;
	font-size: 94%;
	letter-spacing: 0.04em;
}

#contents p.detail {
	clear: both;
	text-align: center;
}

#contents p.detail a.right {
	display: block;
	width: 380px;
	height: 30px;
	margin: 0 auto 40px auto;
	text-indent:-9999px;
	text-decoration: none;
	/*\*/overflow:hidden;/**/
	background: url(images/emo_review_right.gif) no-repeat;
}

#contents p.detail a.left {
	display: block;
	width: 380px;
	height: 30px;
	margin: 0 auto 40px auto;
	text-indent:-9999px;
	text-decoration: none;
	/*\*/overflow:hidden;/**/
	background: url(images/emo_review_left.gif) no-repeat;
}

#contents p.detail a:hover {
        background-position: 0 -30px;
}


/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
	clear: both;
	width: 800px;
	margin: 0 10px;
	text-align: center;
	background: url(images/footer_bg.jpg) repeat-x;
}

#footer p {
	line-height: 1.8;
	padding: 15px 0 20px 0;
	font-size: 88%;
	letter-spacing: 0.04em;
}

