@charset "Shift-JIS";

@import "reset.css";

/*---------------
-Base Layout
---------------*/
html, body {
	height: 100%;
}
#container {
	width: 830px;
	background: #fff;
	margin:0 auto;
	overflow: hidden;
}

/*---------------
-Common
---------------*/
body {
	background: #e7e7e7 url(../img/bg.gif) repeat-x top left;
	color: #000;
	font-family: arial 'hiragino kaku gothic pro','ƒqƒ‰ƒMƒmŠpƒS pro w3','‚l‚r ‚oƒSƒVƒbƒN';
	font-size: 12px;
	line-height: 1.6;
}

h2 {
	font-size: 14px;
	padding-bottom:1em;
}
h3 {
	padding-bottom:1em;
}

#header {
	height:56px;
	padding:14px 0 0 10px;
}

#header h1 {
	float: left;
	display: block;
	width:605px;
}

#header .inquiry
	float: right;
	display: block;
	width:225px;
}

#iCatch {
	clear: both;
	height:250px;
}

#main {
	overflow: hidden;
	width: 750px;
	margin:0 auto;
	padding:1.5em 0;
}

#tokupack {
	padding:1.5em 0;
}

#footer {
	overflow: hidden;
	border-top: 1px solid #000;
	padding:10px;
}

#footer .left {
	float:left;
	display: block;
	width:120px;
}

#footer .right {
	float:left;
	display: block;
}


