@charset "utf-8";

/*
Theme Name: ssp21 100521
Theme URI: http://www.ssp21.or.jp/wp/
Description: ssp21 simple
Version: 1.11
Author: Minoru Fujita, Makoto Nishikawa. Kouchiya.
Author URI: http://www.kouchiya.co.jp/
Tags: kouchiya
*/

/*
@import "reset.css";
@import "layout.css";
@import "sidebar.css";
*/

* {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body {
	margin: 0px;
	padding: 0px;
	line-height: 1.3;
	color: #333;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
	color: #6666ff;
}
a:visited {
	color: #000080;
}
a:hover {
	text-decoration: underline;
	color: #800000;
}

.floatleft {
	float: left;
}

.bgpink {
	background-color: pink;
}

.bgyellow {
	background-color: yellow;
}
.price {
	text-align: right;
}
.clearboth {
	clear: both;
}

.page_width {
	margin: auto;
	width: 780px;
}
.kingaku {
	text-align: right
}
.center {
	text-align: center;
	margin: 0 auto;
}
.bg_grade_pink {
	background-color:#FFE8E8;
	color:#B71E1E;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
	padding:5px;
}
.font_red {
	color: red;
}
.otoiawase {
	border-left:5px solid #98D400;
	font-weight:bold;
	margin:0 0 2px 0;
	padding-left:4px;
	display: block;
	
}
#page {
}
#page #header-bg {
	background-image: url(/wp/images/head-bg.png);
	background-repeat: repeat-x;
}
#page #header {
	height: 85px;
	position: relative;
	top: 0px;
}
#page #header #head_logo {
	position: absolute;
	top: 24px;
	left: 0px;
}
/* 入会のご案内 */
#page #header #head_nyukai  {
	position: absolute;
	top: 28px;
	left: 300px;
	overflow: hidden;
	display: block;
	width: 118px;
	height: 30px;
	background: #FFF url(/wp/images/head-nyukai.png) no-repeat;
	background-position: 0 -30px;
}
#page #header a#head_nyukai:hover     { background-color: transparent;}
#page #header a#head_nyukai:hover img {visibility: hidden;}
/* 検定情報 */
#page #header #head_kentei  {
	position: absolute;
	top: 28px;
	left: 430px;
	width: 118px;
	height: 30px;
	overflow: hidden;
	display: block;
	background: #FFF url(/wp/images/head-kentei.png) no-repeat;
	background-position: 0 -30px;
}
#page #header a#head_kentei:hover     { background-color: transparent;}
#page #header a#head_kentei:hover img {visibility: hidden;}

#page #header #head_size  {
	position: absolute;
	top: 58px;
	right: 0px;
	width: 160px;
	text-align: right;
	background-image: url('/wp/images/head-size_bg.gif');
	background-repeat: no-repeat;
	background-position: 3px;
}
#page #header #head_size img {
	margin: 2px;
}
#page #header form {
	font-size: 12px;
}
#page #header #head_subnavi  {
	position: absolute;
	top: 6px;
	font-size: 12px;
	right: 0px;
}
#page #header .headersearch {
	position: absolute;
	top: 30px;
	right: 0px;
}

/* グローバルナビ */
#page #gnavi_bg {
	background-image: url(/wp/images/gnavi_bg.png);
	background-repeat: repeat-x;
	height: 33px;
	width: 100%;
}
#page #gnavi ul {
	list-style: none;
}

#page #gnavi ul li a {
	height: 30px;
	width: 130px;
	display: block;
	float: left;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
}
#page #gnavi ul li {
	display: inline;
}
#page #gnavi ul li .gn_home {
	background-image: url(/wp/images/gnavi.png);
	text-indent: -999em;
	background-position: 0 0;
}
#page #gnavi ul li a.gn_home:hover { background-position: 0 -30px;}

#page #gnavi ul li .gn_service {
	background-image: url(/wp/images/gnavi.png);
	text-indent: -999em;
	background-position: -130px 0;
}
#page #gnavi ul li a.gn_service:hover { background-position: -130px -30px;}

#page #gnavi ul li .gn_about {
	background-image: url(/wp/images/gnavi.png);
	text-indent: -999em;
	background-position: -260px 0;
}
#page #gnavi ul li a.gn_about:hover { background-position: -260px -30px;}

#page #gnavi ul li .gn_kaikan {
	background-image: url(/wp/images/gnavi.png);
	text-indent: -999em;
	background-position: -390px 0;
}
#page #gnavi ul li a.gn_kaikan:hover { background-position: -390px -30px;}

#page #gnavi ul li .gn_eventcal {
	background-image: url(/wp/images/gnavi.png);
	text-indent: -999em;
	background-position: -520px 0;
}
#page #gnavi ul li a.gn_eventcal:hover { background-position: -520px -30px;}

#page #gnavi ul li .gn_access {
	background-image: url(/wp/images/gnavi.png);
	text-indent: -999em;
	background-position: -650px 0;
}
#page #gnavi ul li a.gn_access:hover { background-position: -650px -30px;}

#page #sub_menu {
	margin: 0px auto;
	width: 780px;
	background-color: #e6e6e6;
	font-size: 80%;
}
#page #sub_menu ul li{
	float:left;
	list-style-type: none;
	margin: 0px 6px;
/*
	background-color: #e6e6e6;
*/
	padding: 2px;
	white-space: nowrap;
}
#main {
	clear: both;
	margin-top: 6px;
	margin-bottom: 6px;
}
#page #main #top-center {
	float: left;
}
#page #main #top-center #top-slideshow {
}
#page #main #top-center #top-banner {
	float: right;
	margin-right: 10px;
}
#page #main #top-center #top-banner a {
	display: block;
	margin-bottom: 4px;
}

/* 新着情報 */
#page #main #top-center #top-kaigisyo-topics,
#page #main #top-center #top-shien-info,
#page #main #top-center #top-kankei-info,
#page #main #top-center #top-kentei-news {
	clear: both;
	margin-top: 10px;
}
/* 会議所トピックス */
#page #main #top-center #top-kaigisyo-topics h3 a {
	display: block;
	width: 563px;
	height: 33px;
	text-indent: -9999em;
	background: #FFF url(/wp/images/kaigisyo-topics.png) no-repeat;
}
#page #main #top-center #top-kaigisyo-topics h3 a:hover {
	background-position: 0 -33px;
}
/* 関係機関インフォメーション */
#page #main #top-center #top-shien-info h3 a {
	display: block;
	width: 563px;
	height: 33px;
	text-indent: -9999em;
	background: #FFF url(/wp/images/shien-info.png) no-repeat;
}
#page #main #top-center #top-shien-info h3 a:hover {
	background-position: 0 -33px;
}
/* 検定ニュース */
#page #main #top-center #top-kentei-news h3 a {
	display: block;
	width: 563px;
	height: 33px;
	text-indent: -9999em;
	background: #FFF url(/wp/images/kentei-news.png) no-repeat;
}
#page #main #top-center #top-kentei-news h3 a:hover {
	background-position: 0 -33px;
}

#page #main #top-center ul {
	width:545px;
	list-style-position: outside;
	list-style-image: url(/wp/images/li-allow.png);
	margin-left: 20px;
	margin-top: 6px;
}

#page #main #top-center ul li  {
}

#footer_bg {
	background-image: url(/wp/images/footer-bg.png);
	background-repeat: repeat-x;
	clear: both;
}
#footer_bg #banner {
	text-align: center;
	padding: 4px;
}
#footer_bg #banner img  {
	margin: 4px;
}
#page #footernavi {
	text-align: center;
	clear: both;
	margin: 6px;
	padding-top:6px;
}
#footer {
	margin-top: 10px;
	color: #FFF;
	font-size: small;
	text-align: center;
	margin-bottom: 0px;
	padding: 2px;
}
#footer p {
	margin: 4px;
}

/* Captions & aligment */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
/*
	border-radius: 3px;
*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions & aligment */

/* 2010/04/30 1:21 */
.content h2 {
	border: 1px solid gray;
	border-left: 10px solid OliveDrab;
	background-color: #e6e6e6;
	margin: 10px 0px 10px 0px;
	padding: 10px 6px;
	font-weight: normal;
}
.content h3 {
	background-color: #e6e6e6;
	margin: 10px 0px 10px 0px;
	padding: 6px;
	font-weight: normal;
	border-left: 10px solid OliveDrab;
}
.content h4 {
	background-color: #e6e6e6;
	margin: 10px 0px 6px 10px;
	padding: 4px;
	font-weight: normal;
}
.content h5 {
	background-color: #e6e6e6;
	margin: 10px 0px 6px 10px;
	padding: 6px;
	font-weight: normal;
}

.content p {
	margin: 10px;
}
.content .box {
	border: 1px solid gainsboro;
	margin: 10px;
	padding: 6px;
}
.content ul,
.content ol,
.content dl {
	margin: 10px;
	margin-left: 20px;
	padding: 0px;
}
.content ul li,
.content ol li {
	margin-left: 10px;
	list-style-type: disc;
	list-style-position: outside
}
.content dl dt {
	margin:0;
	border:1px solid OliveDrab;
	padding:3px 5px;
	display:inline;
	line-height:2;
}
.content dl dd {
	margin-left: 10px;
}
.content table {
	border-collapse: collapse;
margin-left:10px;
}
.content table th,
.content table td {
	border: 1px solid gray;
	padding: 2px;
}
.content table th {
	background-color: Wheat;
}

#syouten table {
	width: 30em;
}
#syouten table td.hani{
	width: 3em;
}
#page .inner_photo {
	float: left;
	margin: 10px;
}
.sitemap ul{
	list-style-position: outside;
	list-style-image: url(/wp/images/li-allow.png);
	line-height: 1.8em;
}

/*
	シングルページ(body.single)、
	アーカイブページ(body.archive)、
	エラーページ(body.error404)

	<-- #main                                -->
	<-- #main_inner 600px --><-- #menu 180px -->

	2010.5.11 by Nishikawa
	2010.5.13 by Nishikawa
*/

body.single #main_inner,
body.archive #main_inner,
body.search #main_inner,
body.error404 #main_inner {
float:left;
width:595px;
padding:0 5px 5px 0;
}

body.single #main_inner h1,
body.archive #main_inner h1,
body.search #main_inner h1 {
padding:10px;
font-size:150%;
background-color:#e6e6e6;
border:1px solid #808080;
border-left: 10px solid OliveDrab;
}

body.archive #main_inner h1,
body.search #main_inner h1 {
font-size:135%;
}

body.search #main_inner h1 {
margin-bottom:10px;
}

body.single #main_inner .post-date,
body.archive #main_inner .post-date,
body.search #main_inner .post-date {
padding:10px 0 5px 0;
font-size:115%;
font-weight:bold;
}

body.archive #main_inner h2,
body.search #main_inner h2 {
font-size:110%;
}

body.archive #main_inner .post,
body.search #main_inner .post {
padding-bottom:5px;
}

#menu {
float:right;
width:180px;
padding:0 0 5px 0;
}

#menu ul {
padding-left:20px;
list-style:none;
margin-bottom:5px;
background-color:#fff;
}

#menu ul li {
padding-left:5px;
font-weight:bold;
background-color:#e6e6e6;
line-height:2;
}

#menu ul ul {
margin-left:-5px;
padding-top:3px;
padding-left:10px;
padding-bottom:2px;
background-color:#fff;
}

#menu ul ul li {
font-weight:normal;
background-color:#fff;
line-height:1.2;
}

address {
text-align:left;
font-style:normal;
}

#top-kentei-news ul,
#top-shien-info ul,
#top-kaigisyo-topics ul {
list-style:outside url(/wp/images/li-allow.png);
}

/* Begin of 簿記・珠算・販売士検定申込 */

#post-21 h3 {
clear:both;
}

#post-21 div.lead h4 {
float:left;
width:185px;
height:40px;
margin:0;
background-color:#ffffff;
}

#post-21 div.lead img.visual {
float:left;
margin-left:50px;
margin-bottom:25px;
}

#post-21 ul.nav {
float:left;
width:50px;
margin-left:80px;
}

#post-21 ul.nav2 {
float:left;
width:180px;
margin-left:10px;
}

#post-21 .content ul li {
list-style:none;
height:50px;
}

/* End of 簿記・珠算・販売士検定申込 */

/* post-23 - */

#post-23 #lead ul#nav,
#post-33 #lead ul#nav,
#post-37 #lead ul#nav,
#post-27 #lead ul#nav {		/* 5 */
margin-left:25px;
}

#post-25 #lead ul#nav {		/* 4 */
margin-left:100px;
}

#post-35 #lead ul#nav,
#post-35 #lead ul#nav2,
#post-31 #lead ul#nav,
#post-31 #lead ul#nav2 {	/* 3 x 2 */
margin-left:172px;
}

#post-37 #lead ul#nav li,
#post-23 #lead ul#nav li,
#post-25 #lead ul#nav li,
#post-31 #lead ul#nav li,
#post-31 #lead ul#nav2 li,
#post-35 #lead ul#nav li,
#post-35 #lead ul#nav2 li,
#post-27 #lead ul#nav li,
#post-33 #lead ul#nav li {
display:inline;
list-style:none;
height:50px;
}

/*	2010.5.11 by Nishikawa */

.title_top {
background:url(/kentei/kentei/div_marutop.gif) no-repeat;
height:11px;
font-size:1px;
line-height:1px;
width:680px;
margin:auto;
}

.title_middle {
width:656px;
border-left:solid #6CAA06 2px;
border-right:solid #6CAA06 2px;
text-align:center;
padding:10px;
margin:0 auto;
}

.title_middle p {
margin:10px 0 0;
padding:0;
}

.title_middle p strong {
color:red;
}

.title_bottom {
background:url(/kentei/kentei/div_marubottom.gif) no-repeat;
height:12px;
font-size:1px;
line-height:1px;
width:680px;
margin:auto;
}

.content ol.decimal li {
list-style:decimal outside none;
}

#acrobat {
border:1px solid #ccc;
padding:10px;
margin-bottom:10px;
}

#acrobat .img {
float:left;
width:112px;
margin-right:10px;
}

.kankyo-entry .flowbox {
	width: 600px;
	background-color: #F1F1F1;
	border: 1px solid #CCC;
	margin: 10px 100px;
}
.kankyo-entry .flowbox h4 {
	background-color: #6C3;
	font-size: large;
	width: 16px;
	padding: 6px;
	float: left;
	margin: 6px;
	display: inline;
	color: white;
}
.kankyo-entry .flowbox p {
	margin-left: 4em;
}
.kankyo-entry .allow {
	text-align: center;
}

div#top-kaihou {
	border: 1px solid black;
	width: 548px;
	padding: 4px;
	margin-top: 10px;
}

#top-kaihou #acrobat {
	display: none;
}

#top-kaihou img {
	float: left;
	margin-right: 10px;
}
#top-kaihou #kaihou_title {
	font-weight: bold;
}

/*　clearfix　*/
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}
