@charset "utf-8";

/*///////////////////////////////////////////////////////////////////////////////////////DEFAULT*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, re, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; }
article, aside, details, figcaption, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }  /*for IE*/
body { text-align:center; font-size:13px; *font-size:small;　*font:x-small; font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;}
h1, h2, h3, h4, h5, h6, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea { font-size:100%;}
img { border:none; vertical-align:bottom; }
ul, ol { list-style:none;}
table {　border-collapse: collapse;　border-spacing: 0;　font-size:inherit;　font:100%;　}
.hiddenTxt { position:absolute; left:-9999px; font-size:1px; }
.clearfix:after {
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}
.clearfix { min-height:1px;}
* html .clearfix {
height:1px;
/*¥*//*/
height:auto;
overflow:hidden;
/**/
}
.font10 { font-size:77%; }
.font11 { font-size:85%; }
.font12 { font-size:93%; }
.font13 { font-size:100%; }
.font14 { font-size:108%; }
.font15 { font-size:116%; }
.font16 { font-size:123.1%; }
.font17 { font-size:131%; }
.font18 { font-size:138.5%; }
.font19 { font-size:146.5%; }
.font20 { font-size:153.9%; }
.font21 { font-size:161.6%; }
.font22 { font-size:167%; }
.font23 { font-size:174%; }
.font24 { font-size:182%; }
.font25 { font-size:189%; }
.font26 { font-size:197%; }
.font27 { font-size:208%; }
.font28 { font-size:216%; }
.font29 { font-size:224%; }
.font30 { font-size:231%; }
.font31 { font-size:239%; }
.font32 { font-size:247%; }

.mgb5 { margin-bottom: 5px; }
.mgb10 { margin-bottom: 10px; }
.mgb15 { margin-bottom: 15px; }
.mgb20 { margin-bottom: 20px; }
.mgb25 { margin-bottom: 25px; }
.mgb30 { margin-bottom: 30px; }
.mgb35 { margin-bottom: 35px; }
.mgb40 { margin-bottom: 40px; }
.mgb45 { margin-bottom: 45px; }
.mgb50 { margin-bottom: 50px; }

p { font-size:100%; line-height:150%; }

/*/////////////////////////////////////////////////////////////////////////
コンテンツ用CSS
/////////////////////////////////////////////////////////////////////////*/

html {
	min-height: 100%;
	position: relative;
}

body {
	color: #333;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 165px;
}

#header {
	text-align: left;
	width: 980px;
	height: 144px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	float: left;
	margin-top: 28px;
}

#footer {
	width: 100%;
	height: 85px;
	background: #000;
	position: absolute;
	bottom: 0;
}

#footerIn {
	font-size: 93%;
	text-align: left;
	width: 980px;
	height: 55px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#footerNav li {
	float: left;
	margin-right: 20px;
}

#footerNav li a {
	color: #ddd;
	text-decoration: none;
}
#footerNav li a:hover {
	color: #999;
}

#copyright {
	color: #ddd;
	float: right;
}

/*eof*/


.hint_window {
    max-width: 400px;
    position: absolute;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: none;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    border-radius: 6px;
    box-shadow: 3px 3px 3px #eee;
    text-align:left;
}

.currency {
	ime-mode: disabled;
}

.resize_image {
	position:relative;
}
