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


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

html{
	margin: 0;
	padding: 0;
	height: 100%;
}

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:0px;
	padding:0;
	font-size: 2em;
	}

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


a {
	color:#0066CC;
	}
	
a:hover {
	color:#CC3300;
	}

.n12{
	font-size:1.2em;
	}
	

#container {
	width: 850px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	background-image: url(images/main_bg.jpg);
}
	
#screen {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	background-image: url(images/main_bg.jpg);
	padding:0px 0 80px 0;
}

#header {
	height: 89px;
	margin: 0 auto;
	background-image: url(images/header_bg.jpg);
	background-repeat:no-repeat;
	width: 850px;
	padding:0
	}

#sidebar{
	width:192px;
	float:left;
	padding:0px;
	z-index:20;
}

#contents {
	margin:0;
	width:658px;
	float:right;
	padding:0px;
	}

#footer {
	height:61px;
	width: 850px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	text-align: center;
	clear: both;
	bottom: 0;
	}

.clear {
	clear:both;
	margin:0;
	}	
	
img {
 border:none;
}
	

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

#header h1{
 float:left;
 padding:20px 0 0 20px;
 }

#header h1 a {
	height:61px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	margin: 0px;
	display:block;
	width: 360px;
}



#header h1 a span { display:none; }

#header .head_right{
	float:right;
	width: 400px;
	text-align: right;
	padding-right: 20px;
}
	
#header .head_right .desc{
	font-size:1.0em;
	color:#FFFFFF;
	}	

#header .head_right .tel{
	color:#417db2;
	font-size:1.2em;
	}

#header .head_right a {
	background-image:url(images/contact.jpg);
	width:163px;
	height:23px;
	display:block;
	margin:20px 0px 0px auto;
	}

#header .head_right a span {
display:none;
	}
	
#header .head_right a:hover {
	background-image:url(images/contact_ov.jpg);
	}

/* ++++++++++　メニュー部分のデザイン +++++++++++ */

#sidebar .alcent{
	background-image:url(images/side_top.jpg);
	background-repeat:no-repeat;
	padding-top: 20px;
	padding: 20px 0 0 10px;
	}

#sidebar .alcent a{
	width:164px;
	height:40px;
	display:block;
	background-image:url(images/loin.png);
	margin: 0px auto;
	}

#sidebar .alcent a:hover{
	background-image:url(images/loin_ov.png);
	}

#sidebar .alcent_reg{
	padding: 10px 0 0 10px;
	}

#sidebar .alcent_reg a{
	width:164px;
	height:40px;
	display:block;
	background-image:url(images/reg.png);
	margin: 0px auto;
	}

#sidebar .alcent_reg a:hover{
	background-image:url(images/reg_ov.png);
	}

#sidebar .alcent a span ,#sidebar .alcent_reg a span {
	display:none;
	}
	
	
#sidebar .weblist_img{
	text-align:center;
	margin-bottom:20px;
}

#sidebar .weblist_img p{
	font-size:1.2em;
	font-weight:bold;
	color:#990000;
}

#sidebar .menu{
text-align:center;
margin-top:20px;
}

#sidebar .menu ul{
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
}

#sidebar .menu ul li{
	padding:0;
	margin:0;
}

#sidebar .menu ul li a{
	background-image:url(images/menu_mid.jpg);
	background-repeat: no-repeat;
	text-decoration:none;
	widows:165px;
	height:30px;
	display:block;
	color:#FFF;
	font-size:1.4em;
	padding-top:3px;
	font-weight:bold;
}

#sidebar .menu ul .top a{
	background-image:url(images/menu_top.jpg);
	background-repeat: no-repeat;
	text-decoration:none;
	widows:165px;
	height:31px;
	display:block;
}

#sidebar .menu ul .last a{
	background-image:url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	text-decoration:none;
	widows:165px;
	height:32px;
	display:block;
}

#sidesearch{
	text-align:center;
	font-weight:bold;
	color:#003366;
	margin:20px auto 0 auto;
	padding:3px 0;
}

#sidebar .adminmenu{
	margin:10px 0 10px 20px;
	width:140px;
	padding:5px;
	text-align:center;
	color:#003399;
	font-size:1.2em;
	/*border: 1px solid #6699cc;*/
	background-color: #dcecf2;
}
#sidebar .adminmenu ul{
	text-align:center;
	margin:0 auto;
	padding: 0;
	list-style:none;
	/*margin-left:40px;
	*margin-left:-30px;
	_margin-left:-10px;*/
	}

#sidebar .adminmenu ul li{
	background-color:#eee;
	border:1px dotted #ccc;
	width:90px;
	margin:5px auto;
	padding:0;
}

#sidebar .adminmenu ul li a{
	text-decoration:none;
	display:block;
}

#sidebar .printing{
	margin:10px auto;
	line-height:1.1;
	}

#sidebar .printing img{
text-align:center;
margin-left:5px;
}

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

#contents .main_contets{
	padding-left:10px;
}

#contents #top_img {
	margin-bottom:5px;
}


#contents h2{
	background-image:url(images/h2_bg.jpg);
	font-weight:bold;
	font-size:1.4em;
	padding: 3px 0 0 25px;
	height:24px;
	color:#143465;
	background-repeat:no-repeat;
	margin-top:5px;
	}
#contents .posts {
	margin-bottom:5px;
}

#contents .posts{
	width:590px;
	font-size:1.2em;
	padding:5px;
	margin-left: 10px;
	margin-bottom:5px;
}

#contents .posts .title{
	border-bottom:1px solid #91c1e9;
	background-color: #e0f4fe;
	border-left: 6px solid #91c1e9;
	height:22px;
}

#contents .posts .title h3{
	font-size:1.2em;
	font-weight:bold;
	padding-left:10px;
}

#contents .posts .title h3 a{
	text-decoration:none;
}

#contents .posts .title .post_day {
	width:11em;
	text-align:center;
	display:block;
	margin:-25px 2px 2px auto;
}

#contents .posts .post{
	margin:5px;
}

#contents .posts .post_alt{
	margin:5px;
	color:#666666;
	text-align:right;
	border-top: 1px dotted #ccc;
}

#contents .news_wrap{
	width:610px;
	font-size:1.2em;
	margin-bottom:20px;
}

#contents .news_wrap h2{
	background-image:url(images/news_bg.jpg);
	background-position:0px 2px;
	background-repeat:repeat-x;
	padding:0 0 0 10px;
	margin:0;
	font-size:1.2em;
	color:#FFFFFF;
}

#contents .news{
	height:150px;
	overflow:auto;
	border:1px solid #99CCFF;
}

#contents .news ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#contents .news ul li{
	border-bottom:1px dashed #376792;
	display:block;
	margin:5px;
	}
	
#contents .news ul li a{
	text-decoration:none;

}

#contents .posts ul.mago,#contents .posts ul.xoxo{
	font-size:1.2em;
	list-style:none;
	}

#contents .posts ul.mago li a,#contents .posts ul.xoxo li a{
	background-image:url(images/yajirusi.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	}

#contents .posts ul.mago li a:hover,#contents .posts ul.xoxo li a:hover{
	background-image:url(images/yajirusi_ov.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	}

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


.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:#EDF4F8;
	padding:5px;
	color:#006699;
	}
	
#commentlogin {

	}

#respond {

	/*border-bottom:solid 2px #538ad8;*/
	border-left:solid 4px #538ad8;
	color:#006699;
	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 {
	color:#666666;
	font-size:1.2em;
	background-image:url(images/main_top.jpg);
	background-repeat:no-repeat;
	padding: 10px 0px 0 10px;
	}

.bread a{
	color:#666;
	}

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

#link {
border-collapse:collapse;
margin:20px 0 20px 20px;
}

#link {
	width:90%;
	font-size:1.2em;
	}

#link th,#link td {
	text-aligin:left;
	padding:10px 5px;
	border:solid 1px #ccc;
	}

#link th {
	width:200px;
	background-color:#EBFAED;
	}

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


#footer address {
	font-size:1.2em;
	color:#FFFFFF;
	display:block;
	margin-top:40px;
	text-decoration:none;
	font-style:normal;
	}
	
