﻿@charset 'UTF-8';
/*
Theme Name: Amakita
Theme URL: http://www.printing-s.jp
Description: Amakita
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.5;
	letter-spacing: 0.05em;
	color:#333333;
	background:#95d3e3 url(images/bg.jpg) repeat-x;
	background-position:center top;
	height: 100%;
	}


h1 {
	margin:-15px 0 0 0px;
	padding:3px 0 0 0px;
	}

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


a {
	color:#00336c;
	}
	
a:hover {
	color:#FF6699;
	}

.n12{
	font-size:1.2em;
	}
	

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

#header {
	height: 130px;
	margin: 0 auto;
	background-image: url(images/header_bg.png);
	background-repeat:no-repeat;
	width: 890px;
	padding:0px 10px 0 10px
}

#sidebar{
	width:203px;
	float:left;
	padding:0px 5px 5px 15px;

}

#contents {
	margin:0;
	width:650px;
	float:right;
	padding:0px 5px 30px 10px;
	}

#footer {
	height:30px;
	width: 910px;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	text-align: center;
	clear: both;
	bottom: 0;
	padding-top:25px;
	}

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

a:hover img{
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    background: #fff;
}

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

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



#header h1 a span { display:none; }

#header .head_des{
	font-size:1em;
	color:#fff;
	width: 520px;
	margin: 0 5px 0 auto;
}

#header .head_menu{
	text-align:right;
	float: right;
	padding-right: 5px;
	margin: 0;
	width: 240px;
	color:#345a91;
	font-size:1.2em;
}

#header .head_menu span{
display:none;
}
#header .head_menu .mypage{
	margin-top:74px;
	text-align:right;
}

#header .head_menu .mypage_admin1{
	margin-top:42px;
	text-align:right;
}

#header .head_menu .mypage_admin2{
margin-top:0;
}

#header .head_menu .mypage a,#header .head_menu .mypage_admin2 a{
	background-image:url(images/mypage.png);
	background-repeat:no-repeat;
	display:block;
	height:32px;
	width:236px;
	margin:0 5px 0 auto;
}

#header .head_menu .mypage a:hover,#header .head_menu .mypage_admin2 a:hover{
	background-image:url(images/mypage_ov.png);
	background-repeat:no-repeat;
	display: block;
}

#header .head_menu .mypage_admin1 a{
	background-image:url(images/mypage_admin.png);
	background-repeat:no-repeat;
	display:block;
	height:33px;
	width:206px;
	margin:0 5px 0 auto ;
	margin-bottom:-1px;
}

#header .head_menu .mypage_admin1 a:hover{
	background-image:url(images/mypage_admin_ov.png);
	background-repeat:no-repeat;
	display: block;
}
	
#header .head_menu_admin{
	text-align:right;
	float: right;
	padding-right: 5px;
	margin: 0;
	width: 250px;
	color:#345a91;
	font-size:1.2em;
}
#header .head_menu_admin{

	}

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


.weblist_img p{
	font-size:1.2em;
}

#sidebar .menu{
	/*width:208px;*/
	margin:0;
	}
	
#sidesearch{
	width:208px;
	margin: 0 auto 0 4px;
	padding-top:4px;
	text-align:center;
	height:39px;
	}

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


#sidebar .contact_img a{
background-image:url(images/contact.png);
display:block;
width:130px;
height:41px;
margin:0 auto;
}

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

#sidebar .idou_img a{
background-image:url(images/idou.png);
display:block;
width:130px;
height:41px;
margin:10px auto;
}

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

#sidebar .idou_img span,#sidebar .contact_img span{
display:none;
}

.sidesearch_title strong{
	width:203px;
	height:21px;
	display:block;
	background-image:url(images/search.jpg);
	background-repeat:no-repeat;
	margin:10px auto 0px 8px;
	}

.sidesearch_title strong span{
display:none;
}

#sidebar .menu ul{
	list-style:none;
	margin:0;
	padding:0;
	/*width:200px;*/
}

#sidebar .menu ul li{
	font-size: 1.4em;
	font-weight: bold;
	color:#00336c;
	margin:3px 0 0 15px;
}

#sidebar .menu ul li a{
	background-image:url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	text-decoration:none;
	height:28px;
	padding:5px 0 0 20px;
	color:#225c78;
	display:block;
}

#sidebar .menu ul li a:hover{
	background-image:url(images/menu_bg.jpg);
	color:#99CC00;
}

#sidebar .adminmenu{
	width:208px;
	margin:10px auto;
	text-align:center;
	color:#669933;
	font-size:1.2em;
}
	
#sidebar .adminmenu ul{
	list-style:none;
	padding:0;
	margin-left:40px;
	*margin-left:-30px;
	_margin-left:-10px;
	width:90px;
	background-image:none;
}


#sidebar .adminmenu ul li{
	border:1px dotted #669933;
	font-size:0.8em;
	font-weight: normal;
	padding:0;
	margin-top:5px;
	width:90px;
}

#sidebar .adminmenu ul li a{
	text-decoration:none;
		height:auto;
	display:block;
	background-image:none;
	padding:0;
	margin:0;
}

#sidebar .adminmenu ul li a:hover{
background-image:none;
}

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

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

#sidebar .contact_img a{
background-image:url(images/contact.png);
display:block;
width:130px;
height:41px;
margin:0 auto;
}

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

#sidebar .idou_img a{
background-image:url(images/idou.png);
display:block;
width:130px;
height:41px;
margin:10px auto;
}

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

#sidebar .idou_img span,#sidebar .contact_img span{
display:none;
}

#sidebar .work_top {
	text-align: center;
}

#sidebar .work_top img{
margin:5px auto;
}

#sidebar .rec_come{
	padding:0;
	margin:0 auto;
}

#sidebar .rec_come strong{
	width:203px;
	height:21px;
	display:block;
	background-image:url(images/comment.jpg);
	background-repeat:no-repeat;
	margin:10px auto 0px 8px;
}

#sidebar .rec_come strong span{
 	display:none;
}

#sidebar .rec_come ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#sidebar .rec_come ul li{
	margin:5px;
	padding:5px;
	border-bottom:1px dotted #666;
	}



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

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

/* トップページ */


#contents .topic{
	font-size:1.4em;
	width:630px;
	margin:5px 0 0px 0px;
}

#contents .topic td{
 border-bottom:1px dotted #ccc;
 width:212px;
}

#contents .topic td.thumb{
 width:105px;
}

#contents .topic td.thumb img{
 padding-bottom:5px;
}


#contents .topic a{
text-decoration:none;
font-weight:bold;
}


#contents .topic .day{
font-size:0.8em;
color:#568c1c;
}

#contents .top_t{
height:400px;
width:630px;
margin-top:20px;
}

#contents .top_t .top_left{
height:400px;
float:left;
width:310px;
}

#contents .top_t .top_right{
height:400px;
float:right;
width:310px;
}

#contents .top_t h2{
 /*font-size:1.4em;
 font-weight:bold;
 padding:0 0 0 3px;
 width:294px;
 border-bottom:4px solid #72afcf;
 height:22px;
 background-image:none;
 margin:0;*/
 background-image:url(images/top_b.jpg);
	font-weight:bold;
	font-size:1.4em;
	height:19px;
	color:#ffffff;
	background-repeat:no-repeat;
	margin:0px;
	padding: 2px 0 0 20px;
}

#contents .top_t h2.jimu{
 background-image:url(images/top_b2.jpg);
}

#contents .top_t h2 a{
 text-decoration:none;
 color:#FFFFFF;
 }

#contents .top_t ul{
	margin:0;
	padding:0;
	list-style:none;
	width:310px;
	font-size:1.2em;
	height:370px;
	overflow:auto;
	border:1px solid #0078c5;
	border-top:4px solid #0078c5;
}

#contents .top_left ul{
	border:1px solid #003366;
	border-top:4px solid #003366;
}
	
#contents .top_t ul li{
	border-bottom:1px dashed #376792;
	display:block;
	margin:5px;
	}
	
#contents .top_t ul li a{
	text-decoration:none;
}


#contents .top_b{
 clear:both;
 padding-top:10px;
}


#contents h2.new{
	background-image:url(images/new.jpg);
	font-weight:bold;
	font-size:1.4em;
	height:19px;
	color:#ffffff;
	background-repeat:no-repeat;
	margin:0px;
	padding: 2px 0 0 20px;
	}

#contents .cat_des{
	font-size:1.2em;
	margin:0 10px 10px 10px;
}
	
#contents .topposts {
	margin:5px auto 10px 0;
	width:630px;
	text-align:center;
}

#contents .posts {
	margin-bottom:5px;
}

#contents .posts,#contents .news{
	width:630px;
	font-size:1.2em;
	padding:5px;
}

#contents .posts .title{
	/*border-bottom:6px solid #E2F3EF;*/
	padding:2px;
}

#contents .posts .title h3{
	border-left:8px double #b1ced6;
	background-color:#F3F9FC;
	color:#346698;
	font-size:1.2em;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
	border-bottom: 1px solid #b1ced6;
}

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

#contents .posts .title h3 a:hover{
color:#99FF00;
}

#contents .posts .title .post_day {
	/*width:11em;
	/*background-color:#FAF9E2;*/
	text-align:right;
	display:block;
	margin:2px 2px 2px auto;
	color:#666;
}

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

#contents .posts .post_alt{
	margin:5px;
	color:#666666;
	text-align:right;
}

#contents .news{
	width:620px;
	height:250px;
	padding:5px;
	border:1px solid #72afcf;
	border-top:4px solid #72afcf;
	overflow:auto;
}

#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 .pagenav{
font-size:1.2em;
text-align:center;
}

#contents #sibukai{
	padding:10px;
	height:auto;
	margin:10px 10px 10px 0;
	width:630px;
	border-bottom:1px dotted #CCCCCC;
	zoom: 100%;
}

#contents #sibukai:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#contents #sibukai ul{
	margin:0;
	padding:0;
	list-style:none;
	width:630px;
	font-size:1.4em;
	font-weight:bold;
}

#contents #sibukai ul li{
	margin:0;
	float:left;
	padding:0 10px 5px 0;
	
}

#contents #sibukai ul li a{
	display:block;
	white-space:nowrap;
	text-decoration:none;
	border:1px solid #99CCFF;
	padding:3px;
	
}

#contents #sibukai ul li a:hover{
	background-color:#EDF9FA;
	
}

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


.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 {
	padding:5px 10px 4px 10px;
	/padding-top:24px; /*IE6/IE7ハック*/
	text-align:right;
	color:#666666;
	font-size:1.2em;
	clear:both;
	}

/* ++++++++++　アルバムのデザイン　+++++++++++ */


.album dl dt{
   width: 7em;
   float: left;
	 color:#FF9900;
}

.album dl dd{
    margin-left: 7em;
    _height: 1%;
}

.album dl dd:after{
	  content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}



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

#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 p {
	font-size:1.2em;
	color:#FFFFFF;
	}

#footer p a {
	color:#FFFFFF;
	}

#footer address {
	font-size:1.2em;
	color:#002f7b;
	display:block;
	text-decoration:none;
	font-style:normal;
	}
	
.wpcf7-recaptcha div{
	margin: 0 auto;
}