@charset "utf-8";

/*************************************************************

		Base

**************************************************************/
html {
	height: 100%;
	overflow-y: scroll;
}
* {
	font-size: 100%;
}
body {
	height: 100%;
	color: #555555;
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	letter-spacing: 0.02em;
	_overflow-x: hidden;/*IE6*/
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align: bottom;
}
/*-- ClearFix --*/
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.clearfix {
	zoom:1;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* LINK
--------------------------------*/
a:link    { color: #555555; text-decoration: none; }
a:visited { color: #555555; text-decoration: none; }
a:hover   { color: #eb2b2b; text-decoration: underline; }
a:active  { color: #eb2b2b; text-decoration: none; }


/* html5
--------------------------------*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

/* PRINT
--------------------------------*/
@media print {
#backstretch { display:none; }
#container #asideArea { display:none; }
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
#content { /zoom: 80%; } 
#footer { display:none; }

}

/*
@media print {
*:first-child+html body { zoom: 82%; }
*html body { zoom: 82%; }
}
*/

* html #backstretch {/*IE6*/
	display:none;
}

/*************************************************************

		CONTAINER

**************************************************************/
#container {
	height: 100%;
	width: 960px;
	background: #FFF;
}
body > #container  {
	height: auto;
	min-height: 100%;
}

/*************************************************************

		ASIDE

**************************************************************/
aside#asideArea {
	width: 130px;
	margin: 43px 45px 100px 0;
	padding: 0;
	/padding-bottom: 200px;/*IE6.7*/
	float: right;
	display: inline;
}
aside#asideArea ul {
	width: 130px;
	margin: 0 0 15px 0;
}
aside#asideArea ul li {
	float: right;
	list-style: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	aside#asideArea {/*safari*/
	padding-bottom: 150px;
}
}

.rakuten img {
	margin-bottom: 5px;
}
.rakuten p.text {
	padding: 2px 4px 2px 5px;
	background: url(../all/rakuten_line.gif) repeat-y left top;
	font-size: 80%;
	letter-spacing: 0.05;
	line-height: 1.4;
}


/*************************************************************

		CONTENT

**************************************************************/
#content {
	width: 680px;
	margin: 45px 0 100px 45px;
	padding: 0;
	/padding-bottom: 200px;/*IE6.7*/
	float: left;
	display: inline;
	text-align: justify;
	text-justify: inter-ideograph;	
}
*+html #content {/*IE7*/
	overflow-y: hidden;
} 
* html #content {/*IE6*/
	overflow: visible;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#content {/*safari*/
	padding-bottom: 150px;
}
}


/* CONTACT BLOCK
--------------------------------*/
#contactBlock {
	width: 680px;
	padding: 30px 0 0 0;
	background: url(../all/separate_line.gif) no-repeat left top;
}
#contactBlock p.lead {
	margin: 0 0 10px 4px;
}
#contactBlock p.contactExplanation {
	margin: 0 0 15px 0;
	padding: 0 0 25px 4px;
	background: url(../all/separate_line_dot.gif) no-repeat left bottom;
}

#contactBlock ul {
	width: 680px;
	padding: 0 0 15px 0;
	background: url(../all/separate_line_dot.gif) no-repeat left bottom;
}
#contactBlock ul li {
	float: left;
	list-style: none;
}

/*************************************************************

		FOOTER

**************************************************************/
#footer {
	clear: both;
	width: 960px;
	height: 150px;
	margin-top: -150px;
	padding: 0;
	background: #FFFFFF;
}
#footer #footerInner {
	width: 870px;
	margin: 0 0 0 45px;
	padding: 25px 0 0 0;
	position: relative;
	background: url(../all/foot_line.gif) no-repeat left top;
}

p.pageTop {
	width: 80px;
	float: right;	
}

#footer #footerInner .footerInfo {
	width: 480px;
	float: left;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
#footer #footerInner .footerInfo h2 {
	width: 191px;
	float: left;
	margin: 0 15px 0 0;
}

p.copyright {
	clear: both;
	text-align: left;
}

/**/
button{
	padding:0;
	background:none;
	border:none;
	cursor:pointer;
}
