﻿@charset 'UTF-8';
/*
Theme Name: Kisokou
Theme URL: http://www.printing-s.jp
Description: Kisokou
Author: R.Fukunaga
*/


/* ++++++++++　全体のデザイン　++++++++** */

body {
	margin: 0;
	padding: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 62.5%; /* 10px */
	line-height: 1.7;
	letter-spacing: 0.05em;
	color:#333333;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	height: 100%;
	}


h1 {margin:0;
	padding:0;
	font-size: 2em; /* 20px */
	}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
}


a {
	color:#007fb8;
	}
	
a:hover {
	color:#6fe100;
	}

#bodywrap {
	background-image:url(images/contaner_bg.jpg);
	width:900px;
	margin:0 auto;
	background-repeat: repeat-x;
}

#wrap {
	width:880px;
	margin:0 auto;
	padding:0;
	background-color:#FFFFFF;
	}

#header {
	height: 80px;
	width: 880px;
	margin: 0 auto;
	background-color: #FFFFFF;
	height: 80px;
	}

#contaner {
	padding:0;
	float: right;
	width:685px;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	display: inline;
	margin-bottom:-61px; /* the bottom margin is the negative value of the footer's height */
	}
	
#sidebar {
	width:180px;
	float:left;
	margin:5px;
	text-align: center;
	display: inline;
	}

#footer {
	color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
	background-image: url(images/footer_bg.jpg);
	}

.push {
	clear:both;
}

#footer, .push {
	height: 61px; /* .push must be the same height as .footer */
}



.clear {
	clear:both;
	margin:0;
	}	
	
img {
 border:none;
}
	
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}

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

#header h1 a { display: inline;
margin:10px; 
height:42px;
width:546px;
background: url(images/logo.png);
background-repeat:no-repeat;
float:left;
}

* html #header h1 a {
behavior: expression(IEPNGFIX.fix(this));
} 


h1 span { display:none; }
	
#header .head_menu{
	float:right;
	margin-top:30px;
	width:160px;
	height:20px;
	text-align:right;
	}
	
#header .h_line {
	border-bottom:2px solid #9dc8dc;
	width:870px;
	height:62px;
	margin: 0 auto;
	}

#header .h_line:after {
content : "";
display : block;
height : 0;
clear : both;
}
	
#header #searchform {
margin-top:5px;

}

#searchform #sb{
	border:1px solid #84BFCE;
	background-color:#ECF8F9;
	font-size:1.2em;
}

/* ++++++++++　コンテンツ部分のデザイン　+++++++++++ */

	
.contentslist {
	margin:0 5px 10px 0;
	min-height:640px;
	height:auto !important;
	_height:640px;
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
.contentslist h2{
	margin:0;
	padding:0px 0px 0px 20px;
	background-image:url(images/cate_title_bg.jpg);
	background-repeat:no-repeat;
	height:29px;
	color:#003c73;
	font-size:1.6em;
	font-weight:bold;
}

.contentslist .cate_descript p{
	font-size:1.4em;
	color:#007fb8;
	font-weight:bold;
	margin: 10px 10px 30px 10px;
	}

.contentslist h3 {
	margin:0;
	margin-left:20px;
	font-size:1.4em;
	padding:2px 2px 2px 20px;
	font-weight:bold;
	border-left:8px double #72bbdc;
	width:500px;
	height:22px;
	}

.contentslist h3 a {
	text-decoration:none;
	color:#72bbdc;
	}

.contentslist .cate_img{
	margin-top:20px;
	text-align:right;
	height:auto !important;
	min-height: 100px;
	}

/*カテゴリページ*/	
.contentslist .day {
	color:#666666;
	margin:2px 0 0 20px;
	font-size:1.1em;
	font-family:Verdana, Helvetica, sans-serif;
	text-align:right;
	width:500px;
	border-top:1px dotted #ccc;
}

/*シングルページ*/
.contentslist .day_single {
	color:#666666;
	margin:2px 0 0 20px;
	font-size:1.1em;
	font-family:Verdana, Helvetica, sans-serif;
	text-align:right;
}

/*カテゴリ５のみ*/	
.contentslist .day_cat5 {
	color:#666666;
	margin:2px 0 0 20px;
	font-size:1.1em;
	font-family:Verdana, Helvetica, sans-serif;
	text-align:right;
	width:400px;
	border-top:1px dotted #ccc;
}

/*カテゴリページ*/
.contentslist .catecontents {
	margin:10px 10px 20px 30px;
	font-size:1.4em;
	font-weight:bold;
}	

/*シングルページ*/
.contentslist .singlecontents {
	margin:5px;
	font-size:1.2em;
}	

/*トップ更新履歴*/
#new {
	border:1px solid #9DC8DB;
	margin:10px 10px 10px 5px;
	width:670px;
}


#topnewsh2{
	font-size:1.5em;
	color:#FFFFFF;
	margin:0px;
	padding:3px;
	font-weight:bold;
	background-color: #9DC8DB;
}

.news{
	background-color:#FFFFFF;
	width:630px;
	margin:0 auto;
	}
	

.news ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.3em;
	}
	
.news ul a {
	text-decoration:none;
	}
	
.news li {
	padding-left:35px;
	padding-top:3px;
	border-bottom:1px dotted #ccc;
}

/*トップ更新履歴ここまで*/

.listline {
	border-top:1px dotted #666666;
	text-align:right;
	color:#999;
	height:28px;
	margin:10px;
}
	

.pagenav {

	}
	
.postmetadata {
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
	}
	

/*　カテゴリ５内シングル部分　*/

.cate5{
	background-image:url(images/single_cate5_bg.jpg);
	background-repeat:no-repeat;
	background-position: top;
	background-position:right;
}

.cate5_box{
width:400px;
overflow:auto;
height:380px;
 border:1px solid #9DC8DB;
 padding:10px;
}



	
/* ++++++++++　コメントデフォルトスタイル　+++++++++++ */


.commentlist li {
	margin: 0;
	padding: 5px 5px 3px;
	list-style: none;
	}
	
.commentlist li {
	font-weight: bold;
	}
	
.commentlist {
	margin:10px 0;
	padding:0;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	
#comentop p {
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
	}

.nocomments, .postmetadata {
	color: #777;
	}

.nocomments {
border:1px solid silver; margin:5px; padding:5px; text-align:center;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
.entry{
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
	
.entry .postmetadata {
	text-align:left;
	}
	
.alt {
	background-color: #EEEEEE;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.alt a {
	text-decoration:none;
	}
	
.alt2 {
	border-bottom: 1px solid #DDD;
	}
	
.alt2 a {
	text-decoration:none;
	}
	
.author {

}

/* ++++++++++　コメント部分のデザイン　+++++++++++ */
#comments {
	background-color:#FDF0F9;
	padding:5px;
	color:#FF6666;
	}
	
#commentlogin {

	}

#respond {

	/*border-bottom:solid 2px #538ad8;*/
	border-left:solid 4px #FF6666;
	color:#FF6666;
	padding:0 5px;
	}
	
.com {
	/*font-size:0.75em;*/
	border-bottom:solid 1px #99CCCC;
	padding-bottom:8px;
	margin-bottom:12px;
	}

.com p {
	margin:5px 0;
	}
	
.commeta {
	color:#666;
	text-align:right;
	}
	
#tb {
	/*font-size:0.75em;*/
	border:dotted 1px #666;
	padding:8px;
	line-height:150%;
	}



/* ++++++++++　ぱんくずリストのデザイン　+++++++++++ */

.bread {
	margin:0 10px 15px 0;
	text-align:right;
	color:#666666;
	font-size:1.1em;
	}

/* ++++++++++　サイドバー左　+++++++++++ */

#sidebar .category {
	text-align:center;
	background-image:url(images/side_bg.jpg);
	background-repeat:repeat-x;
	margin-top:10px;
	height: 580px;
}

	
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
	
#sidebar ul {
	padding:0;
	list-style:none;
	font-size:1.4em;
	text-align:right;
	font-weight:bold;
}

#sidebar .menu li a{
	margin:0;
	padding:10px 5px 0 10px;
	text-decoration:none;
	height:35px;
	display:block;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #ccc;
}

#sidebar .menu li a:hover {
	background-image:url(images/mark1.gif);
	background-repeat:no-repeat;
	background-position:5px 15px;
	}
#sidebar .admin_menu{	
	margin:50px auto 0 auto;
	font-size:1.0em;
	font-weight:normal;
	color:#999999;
	width:160px;
	text-align:left;
	}
	
#sidebar .admin_menu ul{
	border:1px dotted #CCC;
	padding:5px;
	font-size:1.0em;
	font-weight:normal;
}

#sidebar .admin_menu li a{
	text-decoration:none;
	height:20px;
	display:block;
}

#sidebar .admin_menu li a:hover {

	}


#adbanner {
	margin:20px auto;
	border:dotted 1px silver;
	width:190px;
	height:60px;
	}
	
	#adbosyu {
	margin:20px auto;
	border:double 4px #85BBC7;
	width:190px;
	text-align:center;
	padding:3px;
	}



/* ++++++++++　お問い合わせ部分のデザイン　+++++++++++ */

#contact table {
	width:550px;
	border:4px double silver;
	border-collapse: collapse;
  border-spacing: 0;
}

#contact td {
	border:1px solid silver;
	padding:5px;
	background-color:#F6F6F6;
}

/* ++++++++++　リンク集のデザイン　+++++++++++ */

.link h3{
	margin:20px 0 0 20px;
	font-size:1.4em;
	padding:2px 2px 2px 20px;
	font-weight:bold;
	border-left:8px double #72bbdc;
	height:22px;
	width:600px;
	}

.link h3 a {
	text-decoration:none;
	color:#72bbdc;
	}
	
.link span {
	margin:-16px 0 0 20px;
	text-align:right;
	width:600px;
	border-bottom:1px dotted #CCC;
	display:block;
	font-size:1.2em;
	color:#999999;
	}


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

#footer .pri_img{
	margin:7px;
	}
	
#footer address {
	font-style:normal;
	font-size:1.2em;
	text-align:center;
	margin:0;
	}


/* ++++++++++　プライバシーポリシー部分　+++++++++++ */

#privacy #main{
	width:630px;
	margin:0 auto;
}

#privacy table {
	width: 100%;
	padding:10px 15px 10px 20px;
	text-align: left;
}
#privacy td {
	font-size: 1em;
}
#privacy .t3 {
	font-weight: bold; font-size: 1.2em; color: #000000; line-height: normal;
}
#privacy .white {
	font-weight: normal; color: #ffffff;
}
#privacy .tbl-01 {
	padding: 2em 0;
}
#privacy .tbl-13 {
	 border: #999999 1px solid; padding: 1px; width: 700px;
}
#privacy .pay {
	font-weight: bold; font-size: 1.2em;
}
#privacy .txt2 {
	font-size: 1.2em; color: #000000; line-height: 1.5em;
}

#privacy .txt2 p{
	font-size: 0.8em; color: #000000; line-height: 1.5em;
}

#privacy .p_text {
display: block;
margin-left: 2em;
}

#privacy span.p_text ul {
list-style-type: disc; list-style-position: outside; line-height: 1.2em; margin:0.5em 0; 
_margin-left: 1em;
}

#privacy span.p_text ul li {
_font-size: 0.8em;
}

#privacy .adress {
width: 22em;
display: block;
margin-top: 0.5em;
margin-left: 2em;

padding: 5px 10px;
border: 1px solid #ccc;
}

