@charset "utf-8";
/*
Theme Name: dog-tail
Theme URI: http://www.www.www/
Description: ドッグ・テイル
Author: Yudai Kawamori
*/

/* ▼ 基本スタイル
---------------------------------------------*/
body {
	font-size: 14px;
	line-height: 160%;
	color: #000000;
	font-family: "MS UI Gothic", Osaka;
	background-image: url(images/bg.gif);
	text-align: center;
	margin: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	margin: auto;
	width: 940px;
	padding-right: 5px;
	padding-left: 5px;
}
* html #wrapper {
	background-color: #FFFFFF;
	text-align: left;
	margin: auto;
	width: 950px;
	padding-right: 5px;
	padding-left: 5px;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	height: 23px;
	padding-top: 2px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-align: center;
	width: 940px;
}

a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

textarea {
	width: 410px;
	height: 160px;
}
#email {
	width: 310px;
}
#author, #url{
	width: 160px;
}

img {
	border: none;
}

#imgTop {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.fontSmall {
	font-size: 12px;
	line-height: 140%;
}

/* ▼ ヘッダー
---------------------------------------------*/
#header {
	height: 120px;
	width: 940px;
}
/* ロゴ */
#logo {
	float: left;
	height: auto;
	width: auto;
}
/* 電話番号 */
#tel {
	font-size: 26px;
	font-weight: bold;
	line-height: 140%;
	color: #CC3333;
	float: right;
	height: auto;
	width: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headerMenu {
	float: right;
	line-height: 140%;
	clear: right;
	width: 110px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headerMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#headerMenu li {
	display: inline;
	margin: 0px;
	padding: 5px;
}
#viewCart {
	float: right;
	clear: right;
	margin-top: 10px;
	margin-right: 15px;
}

/* メニュー
---------------------------------------------*/
#menu {
	background-image: url(images/menu.gif);
	width: 940px;
	height: 25px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
#bread {
	margin: 10px;
	font-size: 12px;
	line-height: 140%;
}
#pagenav {
	margin: 10px;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
}
#menu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#menu ul li.page_item {
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu ul li.page_item a {
	color: #333333;
	text-decoration: none;
	background-image: url(images/menu.gif);
	background-position: 0px 0px;
	text-align: center;
	display: block;
	width: 125px;
	height: 25px;
}
#menu ul li.page_item a:hover {
	text-decoration: none;
	background-image: url(images/menu.gif);
	background-position: 0px -25px;
}
#menu ul li.current_page_item a {
	text-decoration: none;
	background-image: url(images/menu.gif);
	background-position: 0px -50px;
}

/* ▼ メインコンテンツ
---------------------------------------------*/
#main {
	width: 770px;
	float: right;
}
#main h2 {
	font-size: 18px;
	background-image: url(images/bgH2.gif);
	background-repeat: no-repeat;
	margin: 20px;
	padding-left: 36px;
	padding-top: 3px;
	padding-bottom: 4px;
}
#main h2 a {
	color: #FF6600;
	text-decoration: underline;
	clear: both;
}
#main h2 a:hover {
	color: #663300;
	text-decoration: underline;
	clear: both;
}
#main h3 {
	font-size: 16px;
	color: #663300;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 1px;
	padding-bottom: 1px;
}
#main h4 {
	font-size: 14px;
	color: #663300;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}
.post {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.post p {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.post ul, #msg ul {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style-type: none;
}
.post li, #msg li {
	background-image: url(images/bgList02.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	clear: both;
}
.post table {
	font-size: 14px;
	line-height: 160%;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 710px;
}
.post table td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.post table th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	background-color: #FFE5B2;
	width: 105px;
	text-align: left;
}

/* トップ */
#msg {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
#msg p {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* 新着商品 */
#new {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#new ul {
	height: 380px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#new li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#new a {
	font-size: 12px;
	line-height: 140%;
	display: block;
	text-align: center;
	height: 190px;
	width: 165px;
	margin: 0px;
	padding: 5px;
}
* html #new a {
	font-size: 12px;
	line-height: 140%;
	display: block;
	text-align: center;
	height: 190px;
	width: 175px;
	margin: 0px;
	padding: 5px;
}
#new a:hover {
	background-color: #F5F5F5;
}

/* 商品詳細 */
.details dl {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 160px;
}
.details dt {
	width: 140px;
	height: 150px;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}
.details dd {
	margin-left: 150px;
	margin-top: -160px;
	height: 150px;
	vertical-align: top;
	padding: 5px;
}

/* コメント */
#tb	{
	border: solid 1px #CCCCCC;
	background-color: #F5F5F5;
	padding: 5px;
}
.trackback-url {
	background-color: #F5F5F5;
	width: 695px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.com {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.commeta	{
	color: #666666;
	text-align: right;
}

/* リンク集 */
.link dt {
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.link dd {
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

/* お問い合わせ */
form dl, dl.labels {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
form dt, dl.labels dt {
	float: left;
	
	width: 105px;
	margin-bottom: 8px;
	position: relative /*IEWin hack*/
}
form dd, dl.labels dd {
	margin-left: 110px;
	margin-bottom: 8px;
	padding-left: 5px;
}
form dd.submit, dl.labels dd.submit  {
	margin-top: 20px;
}

/* ▼ サブコンテンツ
---------------------------------------------*/
#sub {
	width: 170px;
	float: left;
}
#sub h2 {
	font-size: 14px;
	line-height: 160%;
	margin: 0px;
	padding-left: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	clear: both;
}

#sidebar {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#sidebar p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#sidebar a {
	color: #FF6600;
}
#sidebar a:hover {
	color: #663300;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li {
	font-size: 14px;
	line-height: 160%;
	padding-bottom: 20px;
}
#sidebar ul ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	list-style-type: none;
}
#sidebar ul ul li {
	background-image: url(images/bgList01.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	clear: both;
}

/* ▼ フッター
--------------------------------------------------*/
#footer {
	clear: both;
	font-size: 12px;
	height: 100px;
	line-height: 140%;
	width: 940px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
}
#footerMenu1 {
	background-color: #F5F5F5;
	padding-bottom: 5px;
	text-align: center;
	width: 940px;
	padding-top: 5px;
}
#footerMenu2 {
	padding-bottom: 5px;
	text-align: center;
	width: 940px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#footerMenu1 ul, #footerMenu2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footerMenu1 li, #footerMenu2 li {
	display: inline;
	margin: 0px;
	padding: 5px;
}
#copyright {
	text-align: center;
	padding: 5px;
}
address {
	font-size: 12px;
	line-height: 140%;
	font-style: normal;
}
