@charset "UTF-8";
/* ===================================================================
CSS information

 File Name  : common.css
 Author     : COSA-NOSTRA-MIYAZAKI-SHOP
 Style Info : ブラウザスタイルのリセットと基本設定
=================================================================== */


body,#wrap,#wrapInner,#main,#header,#contents,#footer,dl,dt,.all,table,h1,h2,h3,h4{
	margin:0px auto;
	padding:0px;
	text-align:center;
	font-size:12px;
}


dt,dd,ul,ol,li,th,td,p{
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4{font-size: 100%;}

a{
	color:#222;
	text-decoration:none;
}

a:hover{color:#999;}

.mt-15{margin-top:15px;}

.clear{clear:both;}


/* ------------ Font Style */

body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
        font-size:75%;
        line-height:150%;
}

html>/**/body {font-size:12px;}

* + html body {font-family:"メイリオ","Meiryo";}


/* ----------------------- Basic  */

body{background-color:#cab880;}

#wrap{
	width:800px;
	margin-top:40px;
}

#wrap_inner{
	width:800px;
	background-color:#111;
}

#main{
	width:800px;
	background:url(../img/bg.gif) repeat-y;
}

#contents,
#header{
	width:780px;
	height:85px;
}

#header{height:70px;}

#footer{height:80px;}

#tp-contents{height:490px;}

#contents{height:420px;}

#fla{
	margin:0px auto;
	padding-top:55px;
	width:770px;
	background-image:url(../img/fla-bg.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}


/* ----------------------- Nav */

.footer_nav{padding-top:25px;}

.footer_nav ul{
	padding-top:2px;
	width:580px;
	float:right;
	list-style-type:none;
	overflow:hidden;
}

.footer_nav ul li{
	width:85px;
	float:left;
}

.footer_nav ul li a{
	margin-top:6px;
	text-decoration:none;
	text-align:center;
	color:#cab88f;
	height:18px;
	line-height:18px;
	font-size:11px;
	font-weight:bold;
	display:block;
}

.footer_nav ul li a:hover{
	color:#fff;
	background-image:url(../img/bt_on.gif);
	background-repeat:no-repeat;
	background-position:center;
}


/* ----------------------- Parts */

h1{
	padding-left:55px;
	width:150px;
	float:left;
	text-align:left;
}

h2,h4{text-align:center;}

h3{
	margin:0px;
	padding:0px;
	font-size:15px;
	text-align:left;}

p{line-height:200%;}

.all{
	line-height:300%;
	color:#333;
	font-size:10px;
	text-align:left;
}

img {
	vertical-align:bottom;
	border:0px;
}

.space{
	margin:0px auto;
	padding:0px;
	height:40px;
}


/* ===================================================================
			Top page
=================================================================== */


#sub-contents{
	margin:15px auto 20px auto;
	width:670px;
	overflow:hidden;
}

/* ----------------------- Info */

.info{
	margin:0px;
	padding:0px;
	width:370px;
}

dl{
	margin:0px;
	padding:0px;
	width:360px;
	overflow:heidden;
	float:right;
	border:1px solid #000;
}

dt{
	padding-left:15px;
	text-align:left;
	line-height:250%;
	height:30px;
	background-color:#333;
	color:#fff;
}

dd{
	padding-top:3px;
	background-color:#f0f0f0;}


#news_box{
	margin:0px;
	padding:3px 0px;
	padding-left:0px;
	width:360px;
	text-align:left;
	overflow:hidden;
	height:70px;
}

.entry{
	padding-left:15px;
}

.grey a{
	padding-left:25px;
	line-height:190%;
	color:#333;
	text-align:left;
	text-decoration:none;
	background: url(../img/arrow_r.gif) no-repeat left center;
}

.grey a:hover{
	color:#777;
	text-decoration:underline;
	background: url(../img/arrow_r2.gif) no-repeat left center;
}


/* ----------------------- Top FB */

#fb-box{float:left;}



/* ===================================================================
			Access
=================================================================== */

/* ----------------------- Credit */

#credit{
	margin-top:25px;
	padding-top:30px;
	width:380px;
	height:310px;
	overflow:hidden;
	float:right;
}

#credit table{
	margin-top:20px;
	padding:0px;
	font-size:10px;
	width:380px;
}

#credit table th,
#credit table td{
	margin:0px;
	padding:5px;
	text-align:left;
}

#credit table th{
	width:100px;
	background-color:#e8e8e8;
	color:#333;
	font-size:10px;
}

/* ----------------------- Map */

#map{
	margin-top:55px;
	padding:0px;
	float:left;
	width:400px;
	text-align:center;
}


/* ----------------------- Credit image */

ul#light-image{
	list-style: none;
}

ul#light-image li{
	padding:5px;
	float:left
}

ul#light-image li img{
	border:3px solid #333;
}

