/*  
Theme Name: msoy-1
Theme URI: http://www.msoy.org/
Description: WP msoy theme designed by <a href="http://biyoon.net/">http://biyoon.net/</a>.
Version: 1.0
Author: satom
Author URI: http://biyoon.net/

	This theme was designed and built by satom.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*　初期化
----------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,embed,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align:top;
	text-align:left;
}
th, td {
	padding:2px 5px;
}

html .iepngfix { behavior: expression(IEPNGFIX.fix(this));}

html{
	font-size:62.5%;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo','メイリオ','ＭＳ Ｐゴシック','Osaka',sans-serif;
	height:100%;
        line-height:1.3;
}


body {
 	color: #ffffff;
        background-color: #fff100;
        background-image:url(images/bg_page.jpg);
        background-position: center top;
        background-repeat: repeat-y;
　　background-attachment:fixed;
	margin: 0px;
	padding: 0px;
}

hr{
display:none;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	font-size:1.6em;
	/*padding-left: 70px;*/
	height: 105px;
        width: 283px;
	color: #c9eefe;
        text-indent:-1000px;
        position: absolute;
	left: 480px;
        top:35px
       font-weight:bold;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
        display:block;
        height: 105px;
        width: 283px;
        overflow:hidden;
        background: url(images/h1.png) no-repeat;
behavior: expression(IEPNGFIX.fix(this));
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
        height: 105px;
        width: 283px;
}
h2 {
	/* color: #59770e; */
        color:#789D12;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font-size:1.6em;
	padding-bottom: 10px;
       font-weight:bold;
}
h2 a, h2 a:visited {
	color:#66CC33;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}

h3 {
	font-weight:normal;
        font-size:1.4em;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font-weight:normal;
        font-size:1.4em;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	width: 100%;
	height: auto;
	/* background: url(images/bg_page.jpg) center 0px  no-repeat; */
}

#page-inner{
	margin: 0px auto;
	width: 760px;
	/*
        border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
        background: url(images/content-bg.png) center 170px repeat-y;
        */
}

#header {
	/* background: url(images/header-bg.png) no-repeat; */
	height: 170px;
	border-bottom: 3px solid #704A06;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 480px;
	bottom: 0px;
	color: #c9eefe;
	font-size: 14px;
        width: 283px;
        overflow:hidden;
        text-indent:-1000px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000000;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #9D8D2E url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #9D8D2E;
	border-left: 1px solid #9D8D2E;
	border-right: 1px solid #9D8D2E;
	display: block;
}
#nav .page_item a:hover {
	color: #000000;
}

#main{
      padding:0;
      margin:0;
      width:760px;
      /* background: url(images/content-bg.png) repeat-y; */
}

#content {
	padding: 10px 0px 30px 13px;
	float: left;
	width: 497px;
        background:url(images/content-bg3.png);
        min-height:600px;
	overflow: hidden;
}

.archiveinfo{
width: 480px;
padding-right:4px;
padding-bottom:3px;
border-bottom: 1px solid #704A06;
}

.archivetitle{
       color: #A79440;
       font-size:1.4em;
       font-weight:bold;
       padding-bottom:10px;
}

.archivedescription{
font-size:100%;
color: #CCCCCC;
}

.post {
	clear:both;
        width: 475px;
	padding:10px 4px 15px 4px; 
}

.post a{
   text-decoration: underline;
}

.post h2 a{
   text-decoration: none;
}

.post hr{
    display:none;
}

.entry {
	float:right;
	width: 100%;
        padding:0;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 1.2em;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
        font-size:1.2em;
        line-height:1.6
}
.navigation{
	clear: both;
	padding: 15px 3px 0 3px;
        width: 491px;
        height:auto;
        border-top:2px solid #001D2C;
}

.f_navigation{
width: 480px;
padding-right:4px;
        height:auto;
        margin-top:15px;
        padding-bottom:15px;
       overflow:hidden;
}

.navigation a, .navigation a:visited,.f_navigation a,.f_navigation a:visited{
	color: #66CC33;
}


.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 485px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
/*sidebar */
#sidebar {
	float: right;
	padding: 0px 10px 20px 20px;
	width: 220px;
	color: #666666;
        background:url(images/sidebar-bg.png);
	overflow: hidden;
}

/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font-size:1.3em;
        font-weight:bold;
	color: #FFFFFF; 
	margin: 20px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	/* color: #495233; */
        color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FFFF00;
	text-decoration: underline;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;

}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{ 
	padding: 5px 2px 5px 2px;
	border-bottom: 1px solid #dceeb7;
        font-size:1.2em;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin:0 0 0 -20px;
        background: #F1FEDB;
        width:230px;
        height:36px;
        padding:6px 0 0 20px;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
        background:#E9FACC;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform .s_submit{
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 27px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


#searchform input[type="submit"]{
	background: url(images/search-btn-bg.gif) no-repeat;
	width: 67px;
	height: 26px;
        border: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


#credits {
	margin:0 auto;
        margin-top:0;
	width: 754px;
	color: #666666;
	font-size: 1.0em;
	line-height: 1.2;
        background:url(images/bg_footer.jpg) bottom left #59C5F3;
        padding:3px;
        height:50px;
}
#credits a, #credit a:visited{
	color: #FFFFFF;
       
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
 font-weight:bold;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.center {
	text-align: center;
}
img.center, a img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.center {
	border-color: #FF6600;
	background: #FF6600;
}
.alignleft {
	float: left;
       padding:5px;
}
img.alignleft, a img.alignleft {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignleft{
	border-color: #FF6600;
	background: #FF6600;
}
.alignright {
	float: right;
       padding:5px;
}
img.alignright, a img.alignright {
	float:right;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignright{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
        display:block;
}
