@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
    line-height:1;
}

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

nav ul,ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* 追加してみる
-------------------------------------------------------------------------------*/

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats "\0020"は半角スペース*/
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

/*ie6で画像の下に隙間をなくす*/
img { vertical-align:bottom; }

 /* IE6
* html .clearfix { zoom: 1;}
IE7 
*:first-child+html .clearfix { zoom: 1;}*/


/* floatとclearfix
-------------------------------------------------------------------------------*/
.floatLeft{ float:left; }
.floatRight{ float:right; }

div{
	*display:inline-block;
}

div:after, .clearfix:after,
.contents:after,
div ul:after,
section:after {
	/*content:"."; これだとbody下にスペースができた*/
	content:"";
	clear:both;
	display:block;
	height:0;
	/*visibility:hidden;*/
	overflow:hidden;
	zoom: 1;
}

/*\*/
* html div{ height:0; }
div{ display:block; }
/**/



/* 共通部分（ボディ要素、リンク）
-------------------------------------------------------------------------------*/

html, body {
	font-family: Myriad Pro, Arial, Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","MS P Gothic","ＭＳ Ｐゴシック","メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	color: #3e3a39;
	line-height: 1;
}

p { line-height: 20px; }

a {text-decoration: none;}
a:link {}
a:visited {}
a:hover {}

.bold { font-weight: bold; }

mark {}

address {
	display: inline;
	font-style: normal;
}

/* 調整
-------------------------------------------------------------------------------*/

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.mb65 { margin-bottom: 65px; }
.mb70 { margin-bottom: 70px; }
.mb75 { margin-bottom: 75px; }
.mb85 { margin-bottom: 85px; }
.mb90 { margin-bottom: 90px; }

.mr2 { margin-right: 2px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr11 { margin-right: 11px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr45 { margin-right: 45px; }

.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml50 { margin-left: 50px; }
.ml45 { margin-left: 45px; }
.ml55 { margin-left: 55px; }
.ml80 { margin-left: 80px; }
.ml90 { margin-left: 90px; }
.ml105 { margin-left: 105px; }
.ml110 { margin-left: 110px; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt45 { margin-top: 45px; }
.mt55 { margin-top: 55px; }
.mt65 { margin-top: 65px; }
.mt70 { margin-top: 70px; }

.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt12 { padding-top: 12px; }
.pt35 { padding-top: 35px; }
.pt60 { padding-top: 60px; }

.pb50 { padding-bottom: 50px; }

.txtr { text-align:right; }
.txtc { text-align:center; }
.txtl { text-align:left; }

.mauto {
	margin:0 auto;
}

.prl {
	position:relative;
}
.pab {
	position:absolute;
}


.txt16 {
	font-size: 16px;
	line-height: 28px;
}

.red {
	color:#b5091f;
}
.brown { color: #835700;}

/* 共通部分レイアウト
-------------------------------------------------------------------------------*/

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../topimg/bg_top.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

.container {
	/*width: 960px;*/
	width: 100%;
	position:relative;
}

.containerR {
	width: 893px;
	/*float:left;*/
	position:absolute;
	top:0;
	left:67px;
}

header:after,
nav:after,
.topicPath:after,
div.wrapper:after,
footer:after,
nav ul#gNavi li div.submenu:after,
nav ul#gNavi:after;
nav ul li:after,
.contents,
.containerR:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
}


/* 共通部分レイアウト（ヘッダー）
-------------------------------------------------------------------------------*/

header {
	width:884px;
	height: 20px;
	padding: 8px 0 3px 8px;
	text-align:left;
	position:relative;
}

header h1 {
	font: 10px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	left: 8px;
	top: 12px;
	position: absolute;
}

header ul.tlink {
	width:402px;
	height:20px;
	line-height: 1;
	position:absolute;
	right:0;
}

header ul.tlink li {
	float: left;
}
header ul.tlink li.tlink01 {
	background: url(../img/tlink_en_on.png) no-repeat 0px 0px;
}
header ul.tlink li.tlink02 {
	background: url(../img/tlink_inquiry_on.png) no-repeat 0px 0px;
}
header ul.tlink li.tlink03 {
	background: url(../img/tlink_sitemap_on.png) no-repeat 0px 0px;
}
header ul.tlink li.tlink04 {
	background: url(../img/tlink_shop_on.png) no-repeat 0px 0px;
}
header ul a:hover img {
	_visibility:hidden;
}


/* 共通部分レイアウト（グローバルナビ）
-------------------------------------------------------------------------------*/

.sidebar {
	width:53px;
	float:left;
	padding:0 9px 0 5px;
	
}

nav {
	padding: 0 0 0 0;
	/*position: relative;*/
}

nav ul {
	position: relative;
}

nav ul li {
}

nav ul li.gNaviA {
	background: url(../img/gNavi_hina_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 155px;
	left: 30px;
}
nav ul li.gNaviAcr {
	background: url(../img/gNavi_hina_cr_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 155px;
	left: 30px;
}
nav ul li.gNaviB {
	background: url(../img/gNavi_gogatsu_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 155px;
	left: 4px;
}
nav ul li.gNaviBcr {
	background: url(../img/gNavi_gogatsu_cr_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 155px;
	left: 4px;
}
nav ul li.gNaviC {
	background: url(../img/gNavi_meimei_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 255px;
	left: 30px;
}
nav ul li.gNaviCcr {
	background: url(../img/gNavi_meimei_cr_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 255px;
	left: 30px;
}
nav ul li.gNaviD {
	background: url(../img/gNavi_geisyun_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 255px;
	left: 4px;
}
nav ul li.gNaviDcr {
	background: url(../img/gNavi_geisyun_cr_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 255px;
	left: 4px;
}
nav ul li.gNaviE {
	background: url(../img/gNavi_zoutou_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 455px;
	left: 30px;
}
nav ul li.gNaviEcr {
	background: url(../img/gNavi_zoutou_cr_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 455px;
	left: 30px;
}
nav ul li.gNaviF {
	background: url(../img/gNavi_yuinou_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 350px;
	left: 4px;
}
nav ul li.gNaviFcr {
	background: url(../img/gNavi_yuinou_cr_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 350px;
	left: 4px;
}
nav ul li.gNaviG {
	background: url(../img/gNavi_us_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 570px;
	left: 30px;
}
nav ul li.gNaviGcr {
	background: url(../img/gNavi_us_cr_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 570px;
	left: 30px;
}
nav ul li.gNaviH {
	background: url(../img/gNavi_kyou_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 570px;
	left: 4px;
}
nav ul li.gNaviHcr {
	background: url(../img/gNavi_kyou_cr_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 570px;
	left: 4px;
}
nav ul li.gNaviI {
	background: url(../img/gNavi_tanabata_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 455px;
	left: 4px;
}
nav ul li.gNaviIcr {
	background: url(../img/gNavi_tanabata_cr_on.gif) no-repeat 0px 0px;
	position: absolute;
	top: 455px;
	left: 4px;
}

nav ul a:hover img {
	_visibility:hidden;
}


/* 共通部分レイアウト（パンくず）
-------------------------------------------------------------------------------*/


/* 共通部分レイアウト（カテゴリナビ）
-------------------------------------------------------------------------------*/


/* 共通部分レイアウト（メインコンテンツ）
-------------------------------------------------------------------------------*/


/* 共通部分レイアウト（ページトップへ）
-------------------------------------------------------------------------------*/



/* 共通部分レイアウト（フッター）
-------------------------------------------------------------------------------*/

footer {
	width:893px;
	/*margin:40px 0 10px 0;*/
	/*margin-top:50px;
	padding-top: 50px;*/
	margin-bottom:10px;
	padding-bottom: 0px;
	height:60px;
	/*position:absolute;
	bottom:0;*/
}

footer p {
	text-align: right;
	font-size: 10px !important;
	width:500px;
	right:0;
	bottom: 10px;
	position:absolute;
}
