﻿@charset 'UTF-8';
/*
Theme Name: kokusai
Theme URL: http://www.printing-s.jp
Description: Sample
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-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	height: 100%;
	}


h1 {margin:0px;
	padding:0 0 0 5px;
	font-size: 2em;
	}

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


a {
	color:#003366;
	}
	
a:hover {
	color:#FF6699;
	}

.n12{
	font-size:1.2em;
	}
	

#container {
	width: 864px;
	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:10px 0 20px 0;
	clear: both;
}

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

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

}

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

#footer {
	height:28px;
	width: 864px;
	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 a {
	height:84px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	margin: 0px;
	display:block;
	width: 486px;
	float: left;
}



#header h1 a span { display:none; }

#header .head_menu{
	text-align:right;
	float: right;
	padding-right: 5px;
	margin: 0;
	width: 280px;
	color:#345a91;
	font-size:1.2em;
	font-weight:bold;
}
#header .head_menu span{
display:none;
}
#header .head_menu .mypage{
	margin-top:34px;
	text-align:right;
}

#header .head_menu .mypage_admin1{
	margin-top:2px;
	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{

	}

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

#sidebar .weblist_img{
	text-align:center;
	margin-bottom:20px;
}

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


#sidebar .menu ul{
	list-style:none;
	margin:0;
	padding:0;
	width:200px;
	background-image:url(images/menu_mid.jpg);
}

#sidebar .menu{
	background-image: url(images/menu_bg.jpg);
	background-repeat:repeat-y;
	width:208px;
	margin: 0 auto;
	}
	
#sidesearch{
	background-image:url(images/search.jpg);
	background-repeat:no-repeat;
	width:208px;
	margin: 0 auto;
	padding-top:8px;
	margin-bottom:10px;
	text-align:center;
	height:39px;
	}

#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;
}

#sidebar .menu ul li{
	border-bottom:1px dashed #B3BBC4;
	font-size: 1.2em;
	font-weight: bold;
	color:#003366;
	margin:8px 10px 0 20px;
}

#sidebar .menu ul li a{
	background-image:url(images/mark1.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-decoration:none;
	padding-left:20px;
	display:block;
}

#sidebar .menu ul li a:hover{
	background-color:#FAFBE3;
	
}

#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;
	display:block;
	background-image:none;
	padding:0;
	margin:0;
}

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

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

#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 .posts {
	margin-bottom:5px;
}

#contents .posts,#contents .news{
width:590px;
font-size:1.2em;
background-color:#FFFFFF;
padding:5px;
}

#contents .posts .title{
	border-bottom:1px solid #eee;
	padding-bottom:2px;
	background-color:#F4F9F9;
}

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

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

#contents .posts .post_day {
	width:11em;
	background-color:#FAF9E2;
	text-align:center;
	display:block;
	margin:5px 2px 2px auto;
}

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

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

#contents .news{
	height:200px;
	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;

}

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


.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:4px 10px;
	text-align:right;
	color:#666666;
	font-size:1.2em;
	clear:both;
	}


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

#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:5px;
	text-decoration:none;
	font-style:normal;
	}
	

