@charset "utf-8";

/* BASE Styles */
* {
	margin:0;
	padding:0;
}

html {
     height:100%;
}

body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0;

	height:100%;
    font-size: 100%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height:140%;
	text-align:center;
	background:#eeeeee;
}

a    {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-width: 0px;
	border-style: none;
	background: transparent;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.1em;
	text-align: center;
	word-spacing: 0.1em;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.1em;
	text-align: left;
	word-spacing: 0.1em;
}

h3 {
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.1em;
	text-align: left;
	word-spacing: 0.1em;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.1em;
	text-align: center;
	word-spacing: 0.1em;
}

/*----- にんじん焼酎 style start -----*/

#carrot_shochu {
	width:800px;
	height:100%;

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0;
	
	text-align:center;		
	background:#ffffff;
}

/*----- にんじん焼酎 ヘッダー -----*/

div.header {
	width: 800px;
	background:#ffffff;

	text-align:center;		
}

div.header p.left {
	margin: 0px;
	padding: 0px;
	
	width: 493px;
	height: 46px;
	float: left;
}

div.header p.right {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	width: 307px;
	height: 26px;
	float: left;
	text-align:right;
    font-size: 85%;
	color: #FFFFFF;
	background: url(../images/header-right.gif) no-repeat left top;
}

div.header p.right a {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

    font-size: 85%;	
	color: #FFFFFF;
}

div.header p.right a:hover {
	color: #33CC00;
	font-size: 85%;
}


div.header h1.title {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 800px;
	height:54px;
	background:#ffffff;
	clear: both;
}

/*----- にんじん焼酎 メイン -----*/

div.main {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding : 0px;
	background:#ffffff;
}

/*----- にんじん焼酎 メイン　index -----*/

div.label {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	padding : 0px;
	
	width: 420px;
	height:430px;
	text-align:center;
	float: left;
}

div.review {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding : 0px;
	
	width: 360px;
	height:430px;
	float: left;
}

div.review p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	
	text-align:left;
	font-size: 95%;
	line-height: 120%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

div.bottle {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding : 0px;
	
	width: 380px;
	height:390px;
	text-align:center;
	float: left;
}

div.review2 {
	width: 400px;
	height:390px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding : 0px;
	float: left;
}

div.review2 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align:left;
	font-size: 95%;
	line-height: 120%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

div.review2 p.PR {
	margin: 0px;
	padding: 5px;
	text-align:left;
	font-size: 90%;
	line-height: 120%;
	background: #FFF0B3;
	border: 1px solid #FF9900;
}

div.shop {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 800px;
	height:36px;
	border-width: 0px;
	text-align:center;
	clear: left;
}

div.shop a {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	display:block;
	width:502px;
	height:37px;
	background:url(../images/button-shop.gif) no-repeat bottom;
	text-decoration:none;
}

div.shop a:hover {
	background:url(../images/button-shop_o.gif) no-repeat bottom;
	text-decoration:none;
}

div.shop a:visited {
	text-decoration:none;
}

/*----- にんじん焼酎 メイン　shoplist -----*/

div.main div.shop-title {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0;
	width: 670px;
	text-align: center;
}

div.main table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0;
	width: 670px;
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}

div.main th {
	margin: 0px;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	line-height:100%;
	color: #FFFFFF;
	background: #FF9900;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: double;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

div.main th.shop-name td.shop-name{
	width: 230px;
}

div.main th.address td.address {
	width: 200px;
}

div.main th.tel td.tel {
	width: 150px;
}

div.main th.sticker td.sticker {
	width: 60px;
}

font#t-shopname  {
	font-size: 70%;
	line-height:100%;
}

font#t-address  {
	font-size: 70%;
	line-height:100%;
}

font#t-sticker  {
	font-size: 90%;
	line-height:100%;
}

div.main td {
	text-align: left;
	font-size: 90%;
	margin: 0px;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

div.index {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 800px;
	height:33px;
	border-width: 0px;
	text-align:center;
	clear: left;
}

div.index a {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	display:block;
	width:302px;
	height:33px;
	background:url(../images/button-index.gif) no-repeat bottom;
	text-decoration:none;
}

div.index a:hover {
	background:url(../images/button-index_o.gif) no-repeat bottom;
	text-decoration:none;
}

div.index a:visited {
	text-decoration:none;
}

/*----- にんじん焼酎 メイン　フッター -----*/

div.footer {
	width: 800px;
	margin: 0px;
	padding : 0px;
	background:#ffffff;
}


div.footer-text {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding : 0px;
	
	width: 800px;
	text-align:center;
}

div.footer-text p.staff {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding : 0px;
	
	font-size: 80%;
	line-height: 100%;
	color: #666666;
}


div.footer-bar {
	margin: 0px;
	padding: 0px;

	width: 800px;
	height:20px;
	background:url(../images/bar-orange.gif) bottom;

}

div.footer-bar address{
	margin: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	height:15px;
	color:#FFFFFF;
	font: normal 12px "ＭＳ ゴシック", "Osaka－等幅";
	text-align:right;
	text-decoration:none;
	float: right;
}

/*----- にんじん焼酎 style end -----*/
