/*
Theme Name: 800 R 2column ryouzen
Theme URI: http://jincraft.com
Description: 汎用
Author: 有限会社酒甚
Author URI: http://jincraft.com
Version: 2.0
Tags: white, fixed width, two columns
*/

/* 全体的なルール */
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	background-color: #FFF;
        font-family: verdana, sans-serif;
	line-height: 1;
}
 select, input, textarea {

	font: 0.8em Arial, Verdana, Sans-Serif;

}
a { text-decoration: none }
a:link { color: #E57A00; }
a:visited { color: #c90; }
a:hover { color: #90CB00; }
a:active { color: #D7FA99; }


div#cover {
        background-color: #FFFFFF;
        width: 810px;
        margin: 5px auto 0 auto;
        padding-bottom: 5px;
        border: 1px solid #777777;
}

div#over {
        width: 800px;
        height: 25px;
        margin: 0 auto 0 auto;
}



/* ヘッダーテンプレート */
div#page {
	background-image: url(images/haikei.gif);
        margin: 5px auto 0 auto;
        width: 800px;
	
}

div#over {
        width: 800px;
       height: 25px;
}

div#header {
	padding: 0;
        width: 800px;
        height: 150px;
        background: url(images/header.jpg) no-repeat;
}
div#header h1 {
	margin-left: -9999px;
        font-family: georgia, serif;
	font-size: 1.5em;
}
div#header h1 a:link, div#header h1 a:visited { color: #696969; }
div#header h1 a:hover, div#header h1 a:active { color: #999; }
div#header p {
	margin-left: -9999px;
        color: #666;
	font-size: 0.8em;
}

/* ＴＯＰページ　ヘッダーテンプレート */
div#page-top {
	background-image: url(images/haikei.gif);
        margin: 5px auto 0 auto;
        width: 800px;	
}
div#top {
	padding: 0;
        width: 800px;
        height: 330px;
        background: url(images/header-top.jpg) no-repeat;
}
div#top h1 {
	margin-left: -9999px;
        font-family: georgia, serif;
	font-size: 1.5em;
}
div#top h1 a:link, div#header h1 a:visited { color: #696969; }
div#top h1 a:hover, div#header h1 a:active { color: #999; }
div#top p {
	margin-left: -9999px;
        color: #666;
	font-size: 0.8em;
}


/* フッターテンプレート */
div#footer {
	clear: both;
        width: 777px;
        margin-top: 10px;
        background-color: #FFFFFF;
        border: solid #9c9a63 1px;
	padding: 10px;
        
}
p#copyright {
	text-align: center;
	font-size: 0.69em;
}

/* トップページテンプレート */
div#content {
	width: 600px;
	float: left;
        padding-top: 10px;
	display: inline; /* IE6+5.x 対応 */
        clear: both;
} 

div.post {
	
        padding: 0 10px 0 10px;
	margin-bottom: 5px;
	/*clear: both;*/
}
h2.posttitle {
        background: url(images/h2-blank.gif) no-repeat;
	width: 585px;
        height: 30px;
        padding-left: 15px;
        padding-top: 7px;
        font-size: 1em;
	margin-bottom: 0.5em;
        clear: both;
       
}






dl {
	/*border: 1px dotted #888888;*/
}
dl.metadata dt, dl.metadata dd {
	font-size: 0.69em;
	line-height: 1.5;
	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 {
	padding-right: 15px;
        font: 0.9em/1.5 verdana, sans-serif;
}
p.navigation {
	text-align: center;
}

/* サイドバー */
div#sidebar {
	/*clear: both;*/
        width: 185px;
	float: left;
        padding: 10px 0 10px 0;
}

div#sidebar h3 {
        width: 185px;
        height: 30px;
        padding: 5px 0 5px 0;
}
div#sidebar h4 {
        width: 185px;
        height: 36px;
        padding: 0 0 3px 0;
}

div#sidebar ul {
	margin: 0 0 5px 15px;
}
div#sidebar li, div#sidebar li li {
	list-style: none;
	line-height: 1.2;
}
div#sidebar li li {
	background: url(images/list-mark.gif) 0 0.5em no-repeat;
	padding-left: 12px;
	font-size: 0.9em;
}
div#sidebar li li li {
	font-size: 1em;
}
div#sidebar li h2 {
	font-size: 0.82em;
	color: #666;
}
div#sidebar li.searchform ul {
	margin-left: 0;
}
div#sidebar li.searchform li {
	background: none;
	padding-left: 5px;
}
div#sidebar li.searchform li input#s {
	width: 110px;
	margin-top: 2px;
}
div#sidebar li.searchform li input#searchsubmit {
	width: 3em;
}
/*      投稿本文      */
.aligncenter,
div.aligncenter {

	display: block;
	margin: 5px auto 10px auto;
	text-align: center;
}
.alignleft {



	float: left;
}
.alignright {
	float: right;
}
.wp-caption {

	text-align: center;
	border: 1px solid #ccc;
	background-color: #f3f3f3;

	padding-top: 4px;
	margin: 5px 10px 10px 10px;
	display: inline;
}
.wp-caption img {
	border: none;
}
.wp-caption p.wp-caption-text {
	font-size: 0.69em;
	line-height: 1.6;
	padding: 2px 5px 0 5px;
}
img.aligncenter,
img.alignleft,
img.alignright {

	border: 1px solid #ccc;
	margin: 5px 10px 10px 10px;
}
div.post blockquote {
	margin-bottom: 1em;
	padding: 20px 15px 10px 15px;
	background: url(images/blockquote.png) no-repeat #fafef3;
	border: 1px solid;
	border-color: #efefef #ccc #ccc #efefef;
}
div.post ul, div.post ol {
	margin: 0 0 1em 5px;
}
div.post li {
	font-size: 0.75em;
	line-height: 1.5;
}
div.post li li {
	font-size: 1em;
}
hr {
	border-top: solid #ccc;
	background: #fff;
	border-width: 1px 0 0 0;
	margin: 1em 0;
}
code {
	font-family: "courier new", courier, monotype;
	font-size: 1em;
}

.more{
        font-size: 10px;
}





/*   お知らせ　　*/
div#kokuti {
	padding:35px 0 5px 0;
	text-align:justify;
	float: left;
	width:580px;
        background: url(images/h2-sanzou.jpg) no-repeat;
        display: inline; /* IE6+5.x 対応 */
}

/*   新着情報　　*/
div#recentpost {
	
        padding:35px 0 10px 0;
	text-align:justify;
	float: left;
	width:600px;
        background: url(images/h2-news.jpg) no-repeat;
        display: inline; /* IE6+5.x 対応 */
}
	
div#recentpost li {
	padding-left: 10px;
	margin-left: 0px;
	line-height: 1.2;
        list-style: none;
        background: url(images/list-mark.gif) 0 0.5em no-repeat;
	font-size: 0.9em;
}

div#recentpost a:hover {
	text-decoration: underline;
}


/* コメント */
h3 {
	font-size: 1em;
	padding: 0 0 0.6em 0;
}
h4 {
	font-size: 0.88em;
	padding: 0 0 0.4em 0;
	color: #666;
}
input#trackbackurl {
	width: 400px;
	font-size: 0.75em;
	margin-bottom: 1em;
	color: #666;
}
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: url(images/comment.png) no-repeat #f6fee2;
	border: 1px solid;
	border-color: #efefef #ccc #ccc #efefef;
}
ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd,
ol#commentlist li, ol#commentlist p {
	font-size: 0.88em;
}
ol#commentlist li li {
	font-size: 1em;
}
ol#commentlist img.avatar {
	padding-left: 8px;
	float: right;
}
ol#commentlist div.commenttext {
	width: 330px;
	float: left;
}
p.note {
	background: #FFF8D5;
	padding: 3px 8px;
	color: #666;
	border: 2px solid #E5AB6A
}
form#commentform label {
	width: 140px;
	float: left;
	margin: 0.25em 10px 0 0;
	font-weight: bold;
}
form#commentform p {
	clear: both;
}
form#commentform sub {
	display: block;
	padding-top: 2px;
}
input#author, input#email, input#url {
	width: 244px;
	border: 3px double #ccc;
	padding: 1px 3px;
}
textarea {
	font-size: 1em;
	border: 3px double #ccc;
	width: 400px;
}
p.submitbutton {
	text-align: center;
}
p.submitbutton input {
	padding: 3px 1em;
	font-weight: bold;
	color: #555;
}

div.innerbox {
        width: 590px;
        padding: 0 5px 0 5px;
}


/* Mac IE 文字化け回避対策*/ 
input, select, textarea { 
font-family: "ヒラキ?ノ角コ?Pro W3", osaka, verdana, "MS コ?シック", sans-serif; 
} 
#adNav {
        clear: both;
        width: 580px;
        height: 80px;
        margin-bottom: 10px;
	list-style-type: none;
	background: #000000 url(images/ad10.jpg) left top repeat-x;
}
#adNav li {
	float: left;
	width: 290px;
}
#adNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:80px;
	padding-top: 80px;
	background-image: url(images/ad10.jpg);
	/*color: #FFFFFF;*/
}


/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -290px  0; }
	/*#nav03 a { background-position: -390px 0; }*/
		
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -160px; }
	#nav02 a.stay { background-position: -195px  -160px; }
	/*#nav03 a.stay { background-position: -390px -160px; }*/
	
	/* オンマウス */
	#nav01 a:hover { background-position:  0     -80px; }
	#nav02 a:hover { background-position: -290px  -80px; }
	/*#nav03 a:hover { background-position: -390px -80px; }*/
