﻿/* heading
--------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	font-size: 1em;
}

h1 strong,
h1 em,
h2 strong,
h2 em,
h3 strong,
h3 em,
h4 strong,
h4 em,
h5 strong,
h5 em,
h6 strong,
h6 em {
	font-weight: inherit;
}

/* normal block
--------------------------------------------------------------------*/

p {
	text-align: justify;
}

/* anchor
--------------------------------------------------------------------*/

a:link {
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration:underline;
}

/* table
--------------------------------------------------------------------*/

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


/* margin,padding
--------------------------------------------------------------------*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	display: block;
	margin: 0;
	padding: 0;
}

/* heading
--------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
}

/* Font-size Setting

80%  = 10px	    |	130% = 16px	|	180% = 22px
90%  = 11px(*)	|	140% = 17px	|	190% = 23px
100% = 12px     |	150% = 18px	|	200% = 24px
105% = 13px	    |	160% = 19px	|	210% = 25px
115% = 14px	    |	165% = 20px	|	215% = 26px
125% = 15px	    |	175% = 21px	| 
/* font 
--------------------------------------------------------------------*/

body {
	color:#767676;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	font-size: 12px;
	background:url(../images/bg.jpg) repeat left top;
}
* html body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	font-size: 76%;
	color:#767676;
	letter-spacing:1;
}
*+html body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	font-size: 76%;
	color:#767676;
	letter-spacing:1.2;
}


address,
em {
	font-style: normal;
}

/* list 
--------------------------------------------------------------------*/

ol,
ul {
	list-style-type: none;
}

/* img 
--------------------------------------------------------------------*/

img {
	border: none;
	vertical-align: bottom;
}

/* form
--------------------------------------------------------------------*/

input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}

button {
	cursor: pointer;
}

/* table
--------------------------------------------------------------------*/

table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}

table {
	display: table;
}

thead {
	display: table-header-group;
}

tbody {
	display: table-row-group;
}

tfoot {
	display: table-footer-group;
}

tr {
	display: table-row;
}

th,
td {
	display: table-cell;
}

caption {
	display: table-caption;
}

col {
	display: table-column;
}

colgroup {
	display: table-column-group;
}

/* clearfix
--------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/*--------------------------------
#wrap
--------------------------------*/
div#wrap {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/bg_header.gif) repeat-x left top;
	
}

div#mainimg {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/bg_header.gif) repeat-x left top;
	
}

/*--------------------------------
#container
--------------------------------*/
div#container {
	width:944px;
	margin:0 auto;
	background:url(../images/bg_content.gif) repeat-y center top;
}
/*--------------------------------
#header
--------------------------------*/
#header {
	width:944px;
	height:151px;
	margin:0 auto;
	background:url(../images/bg_header.gif) repeat-x left top;
	position: relative;
}
#header .logo {
	padding:20px 0 0 25px;
	float:left;
}
#header .btn {
	float:right;
	margin-bottom:5px;
}
#header .tel {
	float:right;
	clear:right;
}
#header .point {
	position: absolute;
	top: 10px;
	left: 400px;
}
/*--------------------------------
#navi
--------------------------------*/
#nav {
	width:944px;
	overflow:hidden;
	clear:both;
	padding:13px 0 0 0;
}
#nav li {
	float:left;
}


/*--------------------------------
#mainimg
--------------------------------*/
p#mainimg {
	width:940px;
	overflow:hidden;
	clear:both;
}
/*--------------------------------
#mainBody
--------------------------------*/
div#mainBody {
	width:944px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
/*--------------------------------
#topContent
--------------------------------*/
div#topContent {
	padding:0 25px 0 35px;
	height:47px;
	clear:both;
	overflow:hidden;
}
p#path {
	float:left;
	margin-top:26px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
p#path a {
	color:#E984B1;
}
div#topContent ul {
	float:right;
	margin:18px 0 15px 0;
}
div#topContent ul li {
	float:left;
	background:url(../images/ln_f.gif) no-repeat right top;
	padding:0 10px 0 9px;
}

/*--------------------------------
#mainContent
--------------------------------*/
div#mainContent {
	width:640px;
	padding:0 0 25px 33px;
	float:left;
	overflow:hidden;
}
div#mainContent p.mainimg {
	margin-bottom:10px;
}
/*--------------------------------
#subContent
--------------------------------*/
div#subContent {
	width:223px;
	padding:0 33px 0 0;
	float:right;
	overflow:hidden;
}
div#subContent ul {
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	padding-top:13px;
}
div#subContent ul li {
	margin-bottom:13px;
}
div#subContent p.online a {
	display: block;
	background: url(../images/top/ind_online_store_ban.gif) no-repeat left top;
	width: 233px;
	height: 160px;
	text-indent: -9999px;
	margin-top: 17px;
	margin-bottom: 17px;
}
div#subContent p.online a:hover {
	background: url(../images/top/ind_online_store_ban_h.gif) no-repeat left top;
}
/*--------------------------------
#gotop
--------------------------------*/
#gotop {
	margin:0 20px 0 0;
	clear:both;
	text-align:right;
}
/*--------------------------------
#footer
--------------------------------*/
div#footer {
	width:100%;
	background:url(../images/bg_footer.gif) repeat-x left bottom;
	margin:0 auto;
}
#footer .footerInner {
	width:944px;
	height:100px;
	margin:0 auto;
	color:#999999;
}
#footer .copyright {
	float:left;
	margin:15px 0 0 2px;
	font-size:90%;
}
#footer .copyright a {
	text-decoration:none;
	color:#999;
}
#footer .footerInner ul {
	float:right;
	margin:15px 2px 0 0;
}
#footer .footerInner ul li {
	display:inline;
	padding:0 12px 0 10px;
	border-right:1px solid #999999;
}
#footer .footerInner ul li.flast {
	display:inline;
	padding:0 0 0 10px;
	border-right:none;
}
#footer .footerInner ul li a {
	text-decoration:underline;
	color:#999999;
	font-size:80%;
}
#footer .footerInner ul li a:hover {
	text-decoration:none;
	color:#999999;
}
