@charset "utf-8";
/* CSS Document */

/*
========    Reset    ===========================
*/

html,
body{
	width:100%;
	height:100%;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	margin:0px;
	padding:0px;
	text-align: center;
	font-size:78%;
	line-height:1.5;
	color:#666666;
}
html,a,form,area,div,table,dl,dt,dd,ul,ol,li,dd,h1,h2,h3,h4,h5,h6,p{
	margin:0px;
	padding:0px;
	border:none;
	font-size: 100%;
	word-wrap: break-word;
}
img			{ border:none; }
table		{ font-size:100%; border-collapse:collapse; border-spacing:0; text-align:left; }
th,td		{ margin: auto; padding: auto; }
ul li		{ list-style: none; }

a			{ color:#377A9F; text-decoration: underline; }
a:hover,
a:focus		{ color:#eb6363; }

select      { word-wrap:normal;}

object{ outline: none; }


/*
========    Header    ===========================
*/

body {
	background: #fbfaf3 url(../img/top/mainbg.gif) repeat-x 0px 0px;
}

.container {
	width:945px;
	margin-right: auto;
	margin-left: auto;
	}
#header {
	margin-bottom: 5px;
	padding: 20px 5px 0px 5px;
}

#logo{
	width:280px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.topbn{
	width:411px;
	float: left;
	padding: 5px 0px;
}
.he_l {
	width:240px;
	float: right;
	text-align: left;
}


.small { font-size:11px; line-height:1.636; }
.medium { font-size:13px; line-height:1.538; }
.large { font-size:15px; line-height:1.467; }

.resizer { 	padding: 5px;}
.resizer li { float:left; background:url("../img/top/moji_img.gif") no-repeat 0 0; margin-right:3px; }
.resizer li a { display:block; height:0; overflow:hidden; padding:23px 0 0; text-decoration:none; }
.resizer .medium { font-size:12px; }
.resizer .large { margin-right:0; }
.resizer li.size { background-position:0 0; width:90px; overflow:hidden; height:0; padding:23px 0 0; }
.resizer li.small { background-position:-91px 0; width:23px; }
.resizer li.small:hover,body.small .resizer li.small { background-position:-91px -23px; }
.resizer li.medium { background-position:-123px 0; width:23px; }
.resizer li.medium:hover,body.medium .resizer li.medium { background-position:-123px -23px; }
.resizer li.large { background-position:-155px 0; width:23px; }
.resizer li.large:hover,body.large .resizer li.large { background-position:-155px -23px; }


/*
========    slider    ===========================
*/

.slide_image {
	width: 925px;
	height: 321px;
	background: url(../img/top/slider_bg.gif) no-repeat 0 top;
	padding: 10px;
	text-align: left;
}
.image_carousel {padding-bottom: 5px; position:relative;}
.image_carousel #slide{
	overflow: hidden;
	text-align: left;
}
.image_carousel #slide a { float:left; display:block; }
.image_carousel img { }
#slide_pag.pagination {
	text-align:center;
	padding-top: 5px;
}
#slide_pag.pagination a { 
background:url(../img/top/slider_bt.gif) no-repeat transparent;
width:18px;
height:13px;
margin:0 0 5px 0;
display:inline-block;
}
#slide_pag.pagination a.selected { background-position:-0px -13px; cursor:default; }
#slide_pag.pagination a span { display:none; }


/*
========    contentsbox    ===========================
*/
#contents {
	clear: both;
}
#contentsbox {
    width:945px;
	margin: 0px;
	padding: 0px;
}

.box_in {
	background: #fff;
	text-align: left;
	margin: 0px 5px 5px 5px;
	padding: 5px;
}

.bottomleft{
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}
.bottomright{
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

#side1 {
	width:226px;
	float: left;
	margin-right: 10px;
}
.menubox {
	background:  url(../img/top/menu_bg.gif) repeat 0px 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* navigation */
#menu_in {
	font-size: 115%;
	background: #fff;
	text-align: left;
	margin: 0px 5px 5px 5px;
	padding: 5px;
}
ul.anim_queue_example {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
ul.anim_queue_example li {
	margin: 0px;
	padding: 5px;
	background: #fff;
	border-bottom: 1px dotted #CCCCCC;
}
ul.anim_queue_example a {
	padding: 10px 5px;
	background: #fff;
	text-decoration: none;
	position: relative;
	display: block;
}

/* contact */
.contactbox {
	background:  url(../img/top/con_bg.gif) repeat 0px 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.contact_in {
	background: #fff;
	text-align: left;
	margin: 0px 5px 5px 5px;
	padding: 5px;
	line-height:1.2;
}
.contact_in dt {
	color: #eb6363;
	font-size: 110%;
	padding: 8px 0px 3px 0px;
}
.contact_in dd{
	padding: 5px;
}

.Top_Sintyaku_Kiji{
color: #666666;
line-height: 1.5;
margin: 3pt;
padding: 5px;
border-bottom: 1pt dotted #CCCCCC;
}

A.shop54678913,
A.shop130,
A.shop3,
.base54678913,
.base130,
.base3 { font-size: 115% !important;}

#maincontent {
	width:650px;
	display: inline;	/* マージン2倍のバグ対処 */
	float: left;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 7px;
}
.kaiinbox {
	background: url(../img/top/kaiin_bg.gif) repeat 0px 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.pointbox {
	background: url(../img/top/point_bg.gif) repeat 0px 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#maincontent2 {
	width:700px;
	float:left;
	display: inline;	/* マージン2倍のバグ対処 */
	padding: 0px;
	margin: 0px;
}
.kaiinbox2 {
    margin-bottom: 10px;
	padding-bottom: 5px;
}
.pointbox2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
}


#side2 {
	width:690px;
	float: left;
	margin-left: 7px;
	padding-top: 10px;
}

.newsbox {
	background: url(../img/top/news_bg.gif) repeat 0px 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.side_bn img {
	padding-bottom: 5px;
}
.goto_top {
	clear: both;
	text-align: right;
	padding: 0 100px 0 0;
	margin: 0px;
}
/*
========    footer    =========================== 
*/
#footer {
	clear: both;
	width:100%;
	padding: 35px 5px 5px 5px;
	background: #333333 url(../img/top/footer_bg.gif) repeat-x top;
	color: #FFFFFF;
}
#footer address {
	width:945px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#copyright {
	width:945px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 80%;
}

/*
========    clearfix    =========================== 
*/
.clearfix:after,
.cell:after{
    content		: " ";
    display		: block;
    visibility	: hidden;
    clear		: both;
    height		: 0.1px;
    font-size	: 0.1em;
    line-height	: 0;
}
.clearfix,
.cell{
	display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix,
*html .cell{
	height:1%;
}
.clearfix,
.cell{
	display:block;
}
