/*   
Theme Name: JWELL Style
Theme URI: http://www.jishukan.com/
Description: for JWELL theme
Author: Jishukan
Author URI: http://www.jishukan.com/
Version: 1.0
*/

* {
	margin:0;
	padding:0;
}

body
{
	margin: 0;
	padding: 0;
	background: #efe6cf;
	font-family: verdana, helvetica, tahoma, sans-serif;
	font-size: 100%;
	color: #333;
}


a:link { color:#cc6600;text-decoration:none; }
a:visited { color:#cc9900;text-decoration:none; }
a:hover { color:#cc6600;text-decoration:underline; }
a:active { color:#cc6600;text-decoration:underline; }

#container
{
	margin: 0 auto;
	padding: 0;
	width: 760px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background: #fff;
	color: #333;
	position: relative;
}

/* ヘッダーテンプレート */

#header
{
	width: 740px;
	padding: 0px 10px;
	height: 65px;
}

#header h1
{
/*	color: #333;*/
/*	font-size: 200%;*/
/*	text-align: left;*/
	text-indent: -9999px;
	background:url('images/logo.gif') no-repeat 5px 5px;
	height: 65px;
}

#header h2
{
	position: absolute;
	top: 33px;
	left: 140px;
	color: #666;
	font-size: 14px;
	text-align: left;
}

#menu
{
	width: 760px;
	height: 28px;
	background: #333;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
}

#navi ul
{
	padding-left: 0;
	margin-left: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	float: left;
	width: 100%;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
}

#navi ul li
{
	display: inline;
}

#navi ul li a
{
	padding: 8px 15px;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #333;
	font-size:12px;
}

#navi ul li a:hover, #navi ul li.current_page_item a
{
	background-image:url('images/menu-hover.jpg');
	background-repeat:repeat-x;
	color: #000;
	font-size:12px;
}

#image
{
	width: 760px;
	height: 100px;
	background-image:url('images/header.jpg');
}



/* フッターテンプレート */

#footer
{
	clear:both;
	margin: 0 auto;
	width: 740px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px 10px;
	text-align: center;
	background:#ccc;
}

#copyright {
	font-size:80%;
}

/* トップページテンプレート */

.twocolumn {
	width:550px;
	float:left;
}

.onecolumn {
	width:600px;
	margin: 0 auto;
}

.twocolumn #innerbox {
	padding:20px 20px 20px 30px;
}

.onecolumn #innerbox {
	padding:20px 20px 20px 20px;
}

.twocolumn div.post {
	margin-bottom:5px;
	border-bottom:1px dashed #999;
	clear:both;
}

h2.toph2 {
	font-size:0.9em;
	font-weight:bold;
	border-left:5px solid #cc6600;
	background:#eee;
	padding:5px 10px;
	margin:0 0 5px;
	line-height:1em;
}

.posttitle {
	font-size:0.9em;
	margin:10px 0;
}

dl {
	margin:0.5em 0 1em;
}

dl.metadata dt, dl.metadata dd {
	font-size:0.65em;
	color:#666;
	display:inline;
}

dl.metadata dd {
	border-right:1px solid #ccc;
	padding-right:0.5em;
	margin-right:0.5em;
}

dl.metadata dd.last {
	border-right:none;
}

div#content p {
	font:0.9em/1.5em verdana, sans-serif;
	margin-bottom:1em;
}

p.navigation {
	text-align:center;
	margin:10px 0;
}


/* サイドバーテンプレート */

div#sidebar {
	width:200px;
	float:right;
	padding:20px 0 0;
}

div#sidebar ul {
	margin:0 0 15px 15px;
}
div#sidebar li {
	list-style:none;
	line-height:1em;
}
div#sidebar li li {
	list-style:none;
	line-height:1.6em;
}
div#sidebar li li {
	padding-left:5px;
	font-size:0.8em;
}
div#sidebar li li li {
	font-size:1em;
}
div#sidebar li h3 {
	font-size:12px;
	font-weight:normal;
	border-left:5px solid #cc6600;
	color:#333;
	background:#eee;
	padding:5px 10px;
	margin:0 15px 5px 0;
	line-height:1em;
}

div#sidebar li.searchform ul {
	margin-left:0;
}
div#sidebar li.searchform li {
	background:none;
	padding-left:0;
}
div#sidebar li.searchform li input#s {
	width:120px;
	margin-top:2px;
}
div#sidebar li.searchform li input#searchsubmit {
	width:3em;
}
/* 個別記事テンプレート */

div.post img {
	border:4px solid #ccc;
	float:left;
	margin:0 1em 1em 0;
}

div.post img.wp-smiley {
	border:none;
}

div.post img.migi {
	border:4px solid #ccc;
	float:right;
	margin:0 0 1em 1em;
}

div.post blockquote {
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
	background:#eee;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}

div.post ul, div.post ul ul, div.post ol, div.post ol ol{
	margin:0 0 1em 25px;
}

div.post li {
	font-size:0.9em;
	line-height:1.5em;
}

div.post li li {
	font-size:1em;
}

hr {
	border-top:solid #ccc;
	background:#fff;
	color:#fff;
	border-width:1px 0 0 0;
	margin:1em 0;
}

code {
	font-family:"courier new", courier, monotype;
	font-size:1em;
}

/* ページテンプレート */

.pagetitle {
	font-size:1.2em;
	margin:10px 0;
}

/* リンクページテンプレート */

#linklist {
	margin:20px 0;
}

#linklist h2 {
	margin:10px 0;
	font-size:1.2em;
}

#linklist li {
	list-style:none;
	line-height:1.6em;
}

#linklist li li{
	list-style:disc;
	line-height:1.6em;
}

/* 会社概要テンプレート */

.company {
	margin:30px 0 30px;
}

.company dt {
	padding:0 5px 0 0;
}

.company dd {
	line-height:1.7em;
	margin: -1.5em 0 1em 8em;
	border-bottom:1px dotted #999;
}

/* コメントテンプレート */

h3.cmh3 {
	font-size:90%;
	font-weight:bold;
	border-left:8px solid #333;
	padding:0 0 0 5px;
	margin:15px 0;
	clear:both;
}

h4 {
	font-size:80%;
	padding:10px 0 5px 0;
	color:#666;
}

input#trackbackurl {
	width:100%;
	color:#666;
	border:1px solid #ccc;
	padding:2px;
	margin-bottom:1em;
}

ol#commentlist {
	margin:0 0 15px 0;
	font-size:0.8em;
}

ol#commentlist li.commentcontent {
	display:block;
	list-style:none;
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
	background:#fc9;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}

ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd {
	font-size:0.88em
}

ol#commentlist li, ol#commentlist p {
	font-size:1em;
}

form#commentform label {
	width:100%;
	margin:0;
	font-weight:normal;
}

form#commentform p {
	clear:both;
}

form#commentform sub {
	display:block;
	padding-top:2px;
}

input#author, input#email, input#url {
	width:100%;
	border:1px solid #ccc;
	padding:1px 3px;
	margin:0;
}

textarea {
	padding-bottom:8px;
	width:100%;
	height:10em;
	font-size:1em;
	clear:both;
	border:solid 1px #ccc;
	color:#555;
	padding:2px;
}

p.submitbutton {
	text-align:left;
}

p.submitbutton input {
	padding:3px 1em;
	font-weight:bold;
	color:#333;
}

div#comments {
	padding:15px 0;
	margin:0 ;
	width:50%;
	float:left;
}

div#postcm {
	padding: 15px 0;
	margin:0 ;
	width:40%;
	float:right;
}

/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}

br {clear:both;}

