﻿@charset "UTF-8";

/*
Theme Name: Able JAPAN wp-theme
Theme URI: http://www.ablejapan.co.jp/
Description: Theme for Able JAPAN ver.2.0
Author: HIRO
*/

/* ++++++ 共通部分のデザイン ++++++ */
body {
 background      : #f4f4f4 url(images/bodybg.gif) center repeat-y;
 color           : #555;
 font-size       : 90%;
 font-family     :'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
 line-height     : 1.6;
 margin          : 0;
 padding         : 0;
}

a {
 background      : none;
 color           : #631e19;
 text-decoration : underline;
}

a:hover {
 background      : none;
 color           : #894e4e;
 text-decoration : underline;
}

img {
 border          : 0;
}

ul {
 list-style      : none;
 margin          : 0;
 padding         : 0;
}

#wrapper {
 background      : #fff;
 margin          : 2px auto;
 padding         : 0;
 width           : 900px;
}

h1 {
 font-size       : 110%;
 margin          : 0 0 2px 0;
 padding         : 0px 0 4px 0px;
}

h2	{
	margin: 30px 0 0;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #69d600;
	font-size: 105%;
	}

h2 a	{
	text-decoration: none;
	color: #00657d;
	}

h2 span	{
	color: #888888;
	font-size: smaller;
	font-family: Verdana, Helvetica, sans-serif;
	}

h2 a:hover	{
	color: #00a0c6;
	}

h3 {
 font-size       : 100%;
}

/* ++++++ ヘッダー部のデザイン ++++++ */

#header {
 background      : url(images/header.jpg) no-repeat;
 clear           : both;
 height          : 80px;
 margin          : 0;
 width           : 900px;
}

#title {
 float           : left;
 padding         : 20px 0 10px 60px;
 width           : 240px;
}

#title h3 {
 color           : #444;
 font-size       : 12px;
 margin          : 0;
 padding         : 5px 0 0 0;
}

#title p {
 background      : inherit;
 color           : #808080;
 font-size       : 0.9em;
 padding         : 0;
}

#hright {
 float           : right;
 height          : 60px;
 margin          : 15px 0 0 0;
 width           : 540px;
}

#hrighttop {
 float           : right;
 margin          : 0 2px 0 0;
 padding         : 0 8px 2px 0;
 text-align      : right;
 width           : 200px;
}

#menu {
 float           : right;
 margin          : 2px 0 0 0;
 padding         : 0;
 text-align      : right;
 width           : 540px;
}

#menu li {
 display         : inline;
}

#menu li a {
 background      : none;
 color           : #444;
 height          : 19px;
 padding         : 1px 10px 1px 10px;
 text-decoration : none;
}

#menu li a:hover {
 background      : none;
 color           : #631e19;
}

/* ++++++ トップページのデザイン ++++++ */

#contentindex {
 border-left     : 1px solid #c5c5c5;
 border-right    : 1px solid #c5c5c5;
 width           : 898px;
 height          : 300px;
}

#contentindex li {
 margin-top          : 5px;
}

#contentbtm {
 background      : url(images/b_contentbtm.jpg) no-repeat;
 height          : 10px;
 width           : 900px;
}

#contenttop {
 background      : url(images/b_contenttop.jpg) no-repeat;
 height          : 10px;
 width           : 900px;
}

#contentindex h4 {
 background      : none;
 border-bottom   : 2px dotted #444;
 color           : #444;
 font-size       : 100%;
 margin          : 0 0 2px 0;
 padding         : 0px 0 4px 0px;
}

#homepic {
 background      : url(images/homepic.jpg) no-repeat;
 height          : 250px;
 margin          : 5px 0 10px 0;
 width           : 900px;
}

#homepic a {
 color           : #fff;
}

.left,
.middle,
.right {
 float           : right;
 margin          : 0 6px 5px 0;
 padding         : 10px;
 width           : 270px;
}

/* ++++++ フッター部のデザイン ++++++ */

#footer {
 background      : #fff;
 clear           : both;
 color           : #444;
 line-height     : 1.8em;
 margin          : 10px 0 0 0;
 padding         : 4px 0;
 text-align      : center;
}

#footer a {
 background      : inherit;
 color           : #631e19;
}

/* ++++++ パンくずリンクのデザイン ++++++ */

#bread	{
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	}
	
/* ++++++ Single Pageのデザイン ++++++ */


#maincontent	{
	width: 600px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	padding-bottom: 20px;
	}

#maincontent #bread	{
	margin-top: 10px;
	text-align: right;
	}

#maincontent #date	{
	font-size: 0.75em;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	color: #69d600;
	}

#sidebar	{
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 90%;
	}

#sidebar ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar li strong	{
	display: block;
	padding: 10px 20px;
	}

#sidebar li li	{
	padding: 5px 5px 5px 20px;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}

#sidebar li li a	{
	color: #000000;
	text-decoration: none;
	border-bottom: dotted 1px #DEDEDE;
	}

#sidebar li li a:hover	{
	color: red;
	}

#newspost	{
	padding-bottom: 10px;
	}

#newspost p	{
	font-size: 90%;
	line-height: 150%;
	padding: 0 10px;
	}

#monthlist p	{
	margin-top: 10px;
	font-size: 90%;
	line-height: 140%;
	}

/* ++++++ ページのデザイン ++++++ */

#pagecontent{
	margin: 50px;
}

#data	{
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 90%;
	}

#data th {
	text-align: left;
	padding: 10px 30px 10px 10px;
	border-bottom: solid 1px #CCCCCC;
	}

#data td {
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #CCCCCC;
	}

/* ++++++ 商品カテゴリページのデザイン ++++++ */

#categorycontent{
	margin: 50px;
}

#categorycontent .catalog img	{
	float: left;
	margin: 0 10px 10px 0;
	}

#categorycontent .catalog{
	clear: both;
	}

.catalog{
border:solid 1px #DEDEDE;
margin:15px;
padding:8px;
}

/* ++++++ 商品ページのデザイン ++++++ */

#productimg	{
	display:block;
	margin: 0 auto;
	text-align: center;
	}

#details	{
	width: 450px;
	margin: 0 20px 20px;
	border-collapse: collapse;
	margin-bottom: 20px;
	clear: both;
	}

#details th, #details td {
	text-align: left;
	padding: 5px;
	border: solid 1px #999999;
	font-size: 80%;
	}

#details th {
	width: 100px;
	background-color: #69D600;
	}

#details ul	{
	margin: 0 0 0 25px;
	padding: 0;
	}
