@charset "utf-8";
/*
    All reset
-------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, map {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	border: none;
	list-style-type: none;
}
/* 
    text link
---------------------------------------------- */
a:link    { color: #003399; text-decoration: underline; }
a:visited { color: #003399; text-decoration: underline; }
a:hover   { color: #003399; text-decoration: underline; }
a:active  { color: #003399; text-decoration: underline; }
/* 
    image
---------------------------------------------- */
img {
	border: none;
}
img.rollover {
}
/* 
    layout
----------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;  /*ちょっと保留 "メイリオ", Meiryo,*/
	line-height: 1.5;
	color: #333333;
	background: url(../img/background_header.jpg) repeat-x 0px 0px; /*ヘッダーの背景画像*/
	text-align: center;
}
#wrapperOuter {
	width: 100%;
	margin: 0px;
	padding:0px;
}
#wrapper {
	width: 970px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
/* content、column、block（固定3段組）
--------------------------------------*/
#contentWrapper {
	/*width: 100%;*/
	width: 810px;
	clear: both;
	/*padding: 0px;*/
	padding: 0px 80px 0px 80px;
	background: #FFFFFF;
}
/*　ヘッダー
------------------------*/
#header {
	position: relative;
	width: 100%;
	height: 65px;
	margin: 0px;
	padding: 0px;
}
#headerContent {
	float: left;
	width: 100%;
	margin-right: -200px;
	overflow: hidden;
	position: relative;
}
#logo {
	position: relative;
	float: left;
	width: 234px;
	height: 63px;
	padding: 3px 0px 0px 0px;
	text-indent: -5000px;
	background: url(../img/background_header_logo.gif) no-repeat 0px 3px;
}
#logo img {
	border: none;
}
#logo a {
	display: block;
	height: 63px;
	border: none;
}
/*　footer フッター
-------------------------*/
#footer {
	position: relative;
	width: 100%;
	height: 100px;
	padding-top: 20px;
	background: url(../img/background_footer.jpg) bottom left repeat-x; 
}
#footerWrapper {
	width: 970px;
	margin: 0px auto;	
}
#footerContent {
	float: left;
	width: 100%;
	margin-right: -135px;
	overflow: hidden;
	position: relative;
}
#footerLogo {
	position: relative;
	float: left;
	width: 185px;
	height: 80px;
	padding: 3px 0px 0px 0px;
	text-indent: -5000px;
	background: url(../img/logo_footer.gif) no-repeat 20px 20px;
}
#footerLogo img {
	border: none;
}
#footerLogo a {
	display: block;
	height: 63px;
	border: none;
}

/*--------------------------------------------
         告知
---------------------------------------------*/
#contentWrapper p.commentInfo {
	margin: 50px 0px 10px;
	padding: 5px;
	border: 1px #CCCCCC solid;
	background: #F0F0F0;
	font-weight: bold;
	font-size: 14px;
}
#contentWrapper p.commentDate {
	margin: 30px 0px 10px;
	text-align: right;
}
#contentWrapper p.commentCustmer {
}
#contentWrapper p.comment {
	margin: 20px 0px 20px;
	line-height: 3.5;
}
#contentWrapper p.commentPrivacy {
	margin: 0px 0px 100px;
	line-height: 1.8;
}
#contentWrapper p.commentSales {
	margin: 90px 0px 15px 0px;
}
#contentWrapper div.commentCS {
	margin: 60px 0px 60px 0px;
	padding: 15px;
	border: 1px #CCCCCC solid;
	line-height: 1.8;
}
