@charset "utf-8";
/*  
Theme Name: Ex Shop
Theme URI: http://www.kan-web.ne.jp
Author: Studio Kan
Author URI: http://www.kan-web.ne.jp
Creation date: 10.30.2009 
*/

/* Base Theme ============================================================= */

:link,:visited {
    text-decoration:none;
}
html,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr {
    margin:0;
    padding:0;
}
a:link, a:visited {
		color: #0033FF;
    text-decoration: none;
}
a:hover, a:active {
	color: #FF3300;
	text-decoration: none;
}
table {
    border-spacing:0;
}
p, pre, blockquote, fieldset {
    margin-bottom: .75em;
}
h2 {
	font-size: 18px;
}


h4 {
	font-weight: normal;
	font-size: 16px;
}
ul {
    list-style:none;
}
ol { list-style: decimal outside; }
caption,th {
    text-align:left;
}
a img,:link img,:visited img {
    border:none;
}
blockquote {
    margin-left: 30px;
    background-repeat: repeat-y;
}
hr {
    border:0;
    height:1px;
    background-color:#666666;
}
fieldset,img,abbr,acronym {
    border:0;
} 
q:before,q:after {
    content:'';
}
address {
    font-style:normal;
}
cite {
	font: normal 13px verdana, helvetica, sans-serif;
}
code {
	margin-left: 15px;
}
form p {
	margin-left: 15px;
}


/* Layout ----------------------------------------------------------------- */

body {
	text-align: center;
	font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color: #333333;
	margin: 0px auto;
	font-size: 12px;
	background-image: url(images/bg_naname2.gif);
}

#container {
	width: 920px;
	position: relative;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9999;
	border-left-color: #FF9999;
}
#container-inner {
	text-align: left;
	position: static;
	width: 920px;
	background-color: #FFFFFF;
}
#header, #content {
    position: relative;
}
#header-inner {
    position: static;
}
#main, #sidebar, #gamma {
	float: left;
	position: relative;
}
#content-inner,
#main-inner, #sidebar-inner, #gamma-inner {
    position: static;
		overflow: hidden;
}
#header {
	text-align: left;
	overflow: hidden;
	width: 920px;
}
#content {
	width: 920px;
	clear: both;
	display: block;
	background-image: url(images/backg2.jpg);
}
#content-inner {
	width: 920px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main {
	width: 734px;
	text-align: left;
	left: 186px;
}
#main-inner {
	width: 690px;
	padding-top: 10px;
	padding-left: 20px;
}
.home #main {
	width: 548px;
}
.home #main-inner {
	width: 530px;
	padding-left: 8px;
}

#sidebar {
	width: 186px;
	text-align: left;
	left: -734px;
}
#sidebar-inner {
	width: 166px;
	margin-top: 10px;
	border-left: 2px solid #F0EFEC;
	padding-left: 10px;
}
#rightcolumn {
	width: 186px;
	float: left;
	left: 186px;
	position: relative;
}
#rightcolumn-innner {
	width: 166px;
	padding-top: 10px;
	padding-left: 5px;
}

.banner {
	width: 900px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

#centercolumn {
	margin-left: 15px;
	padding-bottom: 20px;
	position: static;
	padding-top: 10px;
	padding-right: 10px;
}


/* Header ----------------------------------------------------------------- */

#header-inner {
	width: 840px;
	overflow: hidden;
}
.head-left, .head-right {
	float: left;
}
.head-left {
	width: 260px;
	padding-top: 5px;
}
.head-right {
	width: 650px;
}

#header h1 {
	margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-align: right;
}
#headmenu {
	height: 34px;
	clear: both;
	position: relative;
	width: 920px;
	background-image: url(images/header_bar.jpg);
}
#header a { color: #666666; text-decoration: none; }
#header a:hover { color: #FF6600; }
#menu {
	position: static;
	overflow: hidden;
	padding-left: 18px;
}
#menu li {
	display: inline;
	float: left;
}
#menu a {
	height: 34px;
	font-size: 10px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	overflow: hidden;
	width: 110px;
	text-indent: -9999px;
}

#m1 a {
	width: 110px;
	background-image: url(images/top_n1.jpg);
}
#m2 a {
	width: 110px;
	background-image: url(images/top_n2.jpg);
}
#m3 a {
	background-image: url(images/top_n3.jpg);
	width: 107px;
}
#m4 a {
	background-image: url(images/top_n4.jpg);
	width: 107px;
}
#m5 a {
	background-image: url(images/top_n5.jpg);
	width: 121px;
}
#m6 a {
	background-image: url(images/top_n6.jpg);
	width: 110px;
}
#m7 a {
	background-image: url(images/top_n7.jpg);
	width: 110px;
}
#m8 a {
	background-image: url(images/top_n8.jpg);
	width: 110px;
}


/* Footer ----------------------------------------------------------------- */

#content-footer {
	clear: both;
	text-align: center;
	font-size: 12px;
}
#content-footer a:link, #content-footer a:visited {
	color: #666666;
}
#footer {
	width: 900px;
	border-top: 1px solid #ff6600;
	background-color: #FF9999;
	font-size: 12px;
	color: #fff;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
}

#footer h4 {
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: normal;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}

/* Content ---------------------------------------------------------------- */

.post {
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 15px;
	clear: both;
	margin-bottom: 10px;
}
.entry {
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
}
.home .entry {
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.post-header h2 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 130%;
	border: 1px solid #CCCCCC;
}
.post-header a:link, .post-header a:visited {
	color: #666666;
}
.cat-title h2 {
	margin-bottom: 10px;
	background-image: url(images_kan/title_bg1.gif);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 10px;
	padding-left: 35px;
	font-size: 16px;
	line-height: 120%;
}
.cat-title a {
	color: #333333;
}
.entry .left-box {
	float: left;
	padding-right: 20px;
	width: 240px;
}
.entry .right-box {
	float: left;
	width: 260px;
}

.entry h1 {
	line-height: 125%;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
.entry h2 {
	font-size: 15px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 5px;
}
.entry h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 10px;
}
.entry h4 {
	color: #FF6600;
}

.entry ul {
	margin: 0px 0px 10px 15px;
	list-style-position: outside;
}
.entry ol {
	margin-left: 25px;
	margin-bottom: 10px;
}
.entry ol li {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.entry ol li ul li {
	border-bottom-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style-type: disc;
}



.entry-meta, .postmetadata {
	margin-top: 0.25em;
	padding-top: 2px;
	font-weight: normal;
	display: block;
	text-align: right;
	clear: both;
	color: #666666;
	font-size: 11px;
}
.entry-meta {
	border-top: 1px solid #ccc;
	clear: both;
}
.comments-header {
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.category-content{
	line-height: 140%;
	font-size: 13px;
	width: 520px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 30px;
	margin-top: 20px;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.category-img {
	float: left;
	margin-right: 20px;
}
.category-body {
	float: left;
}

.category-content  h3 {
	font-size: 14px;
	line-height: 125%;
	color: #CC3333;
	margin-bottom: 5px;
}
.category-content p {
	margin-bottom: 5px;
	margin-top: 0px;
}
ol .commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

ol .commentlist li {
	width: 490px;
	padding: 5px;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
}

ol .commentlist li.alt {
	border: solid 1px #ddd;
}

ol .commentlist li p, ol .commentlist li .alt p {
	margin: 3px 10px 10px 10px;
}
.navigation {
	padding: 0;
	margin-left: 0;
	margin-bottom: 15px;
	display: block;
	font-size: 11px;
}

.navigation .alignleft {
	float: left;
	text-align: left;
	padding-left: 25px;
	margin: 0;
}


.navigation .alignright {
	float: right;
	text-align: right;
	padding: 0;
}

/* Left Parts --------------------------------------- */

#wp-calendar {
	width: 180px;
}
#wp-calendar td, #wp-calendar th {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}

/* -----------------The Sidebar----------------------- */


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

#sidebar ul li h2 {
	color: #FFFFFF;
	padding-top: 6px;
	display: block;
	height: 12px;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
	padding-bottom: 6px;
	background-color: #FF9999;
}

#sidebar ul li p {
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 5px;
}

#sidebar ul li ul {
	font-size: 12px;
	line-height: 130%;
}

#sidebar ul li ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#sidebar li li a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3DCCC;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 146px;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(images/icon_blue.gif);
	background-position: 5px 8px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 1em;
}
#sidebar li li a:link, #sidebar li li a:visited {
	color: #333333;
}
#sidebar li li a:hover {
	color: #FF3300;
}
.category-item a {
	background-position: 5px 8px;
}

#sidebar .s-inner {
}
#searchform {
	margin-top: 5px;
	text-align: right;
}


/* Custom Styles Detail --------------------------------------------------- */

.border {
	clear: both;
	height: 1px;
	font-size: 1px;
}


.bread {
	text-align: right;
	margin: 0px;
}
.img-l {
	margin-right: 10px;
	float: left;
}
.img-r {
	margin-left: 10px;
	float: right;
}
.author {
	font-size: 12px;
	text-align: right;
	margin-top: 0px;
}
.clearboth {
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
}

.line {
	clear: both;
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.mgbtm5 {
	margin-bottom: 5px;
}
.mgbtm10 {
	margin-bottom: 10px;
}
.mgbtm20 {
	margin-bottom: 20px;
}

.red {
	color: #FF0000;
}

.font12 {
	font-size: 12px;
	line-height: 130%;
}
.font14 {
	font-size: 14px;
	line-height: 150%;
}

.cnt-navigation {
	text-align: right;
}
.table-pro {
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	line-height: 130%;
	margin-bottom: 10px;
}

.table-pro td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
}
.table-pro th {
	font-weight: normal;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.table-pro ul {
	margin-left: 10px;
	list-style-type: disc;
}
/* Top page ---------------------------------------- */

#flash-banner {
	text-align: center;
}
#topimg {
	margin-bottom: 10px;
}

#centercolumn h2 {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 15px;
	line-height: 130%;
}
#centercolumn p {
	font-size: 13px;
	line-height: 140%;
}
#gamma-inner p {
	font-size: 13px;
	line-height: 140%;
}
#gamma-inner h2 {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 130%;
	color: #666666;
}
#gamma-inner h3 {
	font-size: 13px;
	line-height: 130%;
	color: #666666;
	margin-bottom: 5px;
}
.f12 {
	font-size: 12px;
}
.entry-left {
	float: left;
	width: 350px;
}
.entry-right {
	float: right;
	width: 180px;
	overflow: hidden;
}


.item .shosai {
	margin-bottom: 10px;
	border-top: 1px solid #FF9999;
	border-right: 1px solid #FF9999;
	border-left: 1px solid #FF9999;
	font-size: 13px;
	line-height: 130%;
}
.item .shosai th {
	font-weight: normal;
	background-color: #FFD5D7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9999;
	padding-left: 5px;
}
.item .shosai td {
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9999;
	background-color: #FFF0F7;
	padding-right: 5px;
}
.item form {
	margin-bottom: 20px;
}
.category-item td {
	text-align: center;
}

