@charset "UTF-8";


@media print {

body {
	zoom: 80%;
	}
}

	
/*
*	1.  YUI Fonts CSS
*	2.  YUI Reset CSS
*	3.  フォントサイズ設定
*	4.  サイト構造
*	5.  ヘッダ設定
*	6.  ヘッダメニュー設定
*	7.  コンテンツ設定
*	8.  フッター設定
*	9.  レフトカラム設定
*	10. ライトカラム設定
*	11. その他細かいの設定
*	12. スペース設定
*/

/*======================================

	1. YUI Fonts CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* YUI Fonts CSS */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/*======================================

	2. YUI Reset CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
=======================================*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}



caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000;
}


/*======================================

	3. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.3;
	font-style: normal;
}

strong {
	font-weight:bold;
}


/*======================================

	4. サイト構造
	
=======================================*/

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #FFB5C5;
	font-family: "ＭＳ Ｐゴシック", Osaka, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}


/*======================================

	5. ヘッダ設定
	
=======================================*/

#header {
	margin: 0 auto;
	padding: 0 5px;
	width: 784px;
	background-color:#99CCFF;
}


h1{
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 85%;
}


#top-image {
	margin: 0 auto;
	padding: 0;
	width: 794px;
	height: 176px;
}


/*======================================

	6. ヘッダメニュー設定
	
=======================================*/

#menu{
	margin: 0 auto;
	padding: 0;
	width: 794px;
	height: 55px;
	background-image:url(http://www.jk-reform.jp/img/menu.jpg);
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#menu li, #menu a {
	display:block;
	height:55px;
	}

#menu li {
	float: left;
	}
	
#menu a {
	text-decoration: none;
	background: url(http://www.jk-reform.jp/img/menu.jpg) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

#menu span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#menu01 a{
	background-position: 0 0;
	width: 111px;
	}

#menu01 a:hover{
	background-position: 0 -55px;
	}
	
#menu01 a:active{
	background-position: 0 -110px;
	}

#menu01on a{
	background-position: 0 -55px;
	}

#menu01on a:hover{
	background-position: 0 -55px;
	}

#menu02 a{
	background-position: -111px 0;
	width: 114px;
	}

#menu02 a:hover{
	background-position: -111px -55px;
	}
	
#menu02 a:active{
	background-position: -111px -110px;
	}

#menu02on a{
	background-position: -111px -55px;
	}

#menu02on a:hover{
	background-position: -111px -55px;
	}

#menu03 a{
	background-position: -225px 0;
	width: 114px;
	}

#menu03 a:hover{
	background-position: -225px -55px;
	}
	
#menu03 a:active{
	background-position: -225px -110px;
	}

#menu03on a{
	background-position: -225px -55px;
	}

#menu03on a:hover{
	background-position: -225px -55px;
	}

#menu04 a{
	background-position: -339px 0;
	width: 114px;
	}

#menu04 a:hover{
	background-position: -339px -55px;
	}
	
#menu04 a:active{
	background-position: -339px -110px;
	}

#menu04on a{
	background-position: -339px -55px;
	}

#menu04on a:hover{
	background-position: -339px -55px;
	}

#menu05 a{
	background-position: -453px 0;
	width: 114px;
	}

#menu05 a:hover{
	background-position: -453px -55px;
	}
	
#menu05 a:active{
	background-position: -453px -110px;
	}

#menu05on a{
	background-position: -453px -55px;
	}

#menu05on a:hover{
	background-position: -453px -55px;
	}

#menu06 a{
	background-position: -567px 0;
	width: 114px;
	}

#menu06 a:hover{
	background-position: -567px -55px;
	}
	
#menu06 a:active{
	background-position: -567px -110px;
	}

#menu06on a{
	background-position: -567px -55px;
	}

#menu06on a:hover{
	background-position: -567px -55px;
	}
	
#menu07 a{
	background-position: -681px 0;
	width: 113px;
	}

#menu07 a:hover{
	background-position: -681px -55px;
	}
	
#menu07 a:active{
	background-position: -681px -110px;
	}

#menu07on a{
	background-position: -681px -55px;
	}

#menu07on a:hover{
	background-position: -681px -55px;
	}

/*======================================

	7. コンテンツ設定
	
=======================================*/


#contents {
	margin: 0 auto;
	padding: 13px 0 0 0;
	width: 794px;
	text-align: left;
	background-color: #FFFFFF;
}


#contents-left {
	margin: 0;
	padding: 0;
	width: 189px;
	text-align: left;
	float: left;
	}

#contents-right {
	margin: 0;
	padding: 0;
	width: 584px;	
	text-align: left;
	float: right;
	}

#contents-bottom {
	width:760px;
	clear:both;
	}


/*======================================

	8. フッター設定
	
=======================================*/


#footer {
	margin: 0 auto;
	padding: 0;
	width: 794px;
}

#footer-cr {
	margin: 0 auto;
	background-color: #99CCFF;
	text-align: center;
	color: #333333;
	font-size: 85%;
	width: 794px;
}


/*======================================

	9. レフトカラム設定
	
=======================================*/

.sub-menu-title {
	margin: 30px 0 8px 0;
	padding: 8px 10px 0 13px;
	width: 166px;
	height: 22px;
	background-image: url(http://www.jk-reform.jp/img/sub-menu-title.gif);
	font-size: 92%;
	color: #1D3679;
	font-weight: bold;
	}

#contents-left ul {
	margin: 0;
	padding: 0;
	}

.sub-menu li {
	list-style: none;
	}

.sub-menu a{
	margin: 0;
	padding: 3px 0;
	width: 189px;
	color: #1F387B;
	display: block;
	text-decoration: none;
	font-weight: bold;
	}

.sub-menu a:hover{
	background-color: #E6EBEF;
	}
	
.sub-menu a:active{
	background-color:#E6EBEF;
	color: #CC0000;
	}


/*======================================

	10. ライトカラム設定
	
=======================================*/


h2 {
	margin: 0 0 5px 0;
	padding: 10px 0 0 43px;
	font-size: 122%;
	font-weight: bold;
	color: #1D3679;
	background-image: url(http://www.jk-reform.jp/img/title-bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	clear: both;
	}

h2 img {
	padding: 0 4px 0 0;
	vertical-align: middle;
	}

.entry-box {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
	}

.entry-box-button {
	padding: 15px 0 0 0;
	text-align: right;
	} 

.entry-whatsnew {
	margin: 0 0 15px 0;
	padding: 10px;
	border: 1px solid #333333;
	height: 90px;
	overflow: auto;
	color: #333333;
	}



/*======================================

	11. その他細かいの設定
	
=======================================*/

/*----- イメージ設定 -----*/
.img-right {
	padding: 5px;
	float: right;
}

.img-left {
	padding: 5px;
	float: left;
}

.img-middle {
	vertical-align: middle;
}


/*----- TEXT寄せ設定 -----*/
.text-right {
	text-align:right;
	}

.text-center {
	text-align:center;
	}


/*----- 通常のリスト設定 -----*/
.basic-number {
	list-style-position: inside;
	list-style-type: decimal;
	}

.basic-list {
	list-style-type: square;
	}


/*======================================

	12. スペース設定
	
=======================================*/

.bottom-space5{
	padding-bottom: 5px;
}

.bottom-space10{
	padding-bottom: 10px;
}

.bottom-space15{
	padding-bottom: 15px;
}

.bottom-space20{
	padding-bottom: 20px;
}

.bottom-space30{
	padding-bottom: 30px;
}

.top-space5{
	padding-top: 5px;
}

.top-space10{
	padding-top: 10px;
}

.top-space15{
	padding-top: 15px;
}

.top-space20{
	padding-top: 20px;
}

.top-space30{
	padding-top: 30px;
}





.entry-date {
  text-align: right;
  font-size: 0.9em;
  padding: 0 20px 0 0;
}





/* ----- アーカイブナビゲーション ----- */

div.content p.navi-link
{
	margin:0 0 10px 0;
}


/* ----- アーカイブタイトル ----- */

div.content h2#archive-title
{
	margin:0 0 20px 0;
}


/* ----- エントリー日付 ----- */

div.content p.entry-date
{
	font-size:80%;
	color:#ffffff;
	background:#cccccc;
	line-height:100%;
	padding:3px;
	margin:0 0 15px 0;
}


/* ----- エントリータイトル ----- */

div.entry-content h2.entry-title
{
	color:#333333;
	background:#ffffff;
	line-height:100%;
	border-bottom:1px solid #cccccc;
	padding:0 0 3px 0;
	margin:0 0 10px 0;
}

div.entry-content h2.entry-title a
{
	color:#333333;
	background:#ffffff;
	text-decoration:none;
}

div.entry-content h2.entry-title a:hover
{
	text-decoration:underline;
}


/* ----- エントリー ----- */

div.entry
{
	margin:0 0 30px 0;
}

div.entry-content p
{
	line-height:150%;
	margin:0 0 10px 0;
}

div.entry-content blockquote
{
	line-height:150%;
	padding:10px;
	border:dotted 1px #cccccc;
	margin:20px 0;
}

div.entry-body
{
  padding: 0 20px 0 20px;
}

div.entry-body ul,
div.entry-body ol
{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}

div.entry-body ul li,
div.entry-body ol li
{
	margin:0 0 3px 0;
}


/* ----- エントリー情報 ----- */

div.entry ul.entry-info,
div.search-results-container ul.entry-info
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	line-height:130%;
}

div.entry ul.entry-info li,
div.search-results-container ul.entry-info li
{
	display:inline;
	margin:0 10px 0 0;
}


/* ----- トラックバック ----- */

div.trackbacks-body
{
	margin:0 0 20px 0;
}

div.trackbacks-body h3
{
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 5px 0;
}

div.trackbacks-body dt
{
	font-weight:bold;
	margin:0 0 5px 0;
}

div.trackbacks-body p
{
	margin:0 0 10px 0;
}

div.trackbacks-body ul
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.trackbacks-body ul li
{
	display:inline;
	margin:0 10px 0 0;
}

div.trackbacks-body input
{
	width:250px;
}


/* ----- コメント ----- */

div.comments
{
	margin:0 0 20px 0;
}

div.comments h3
{
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 10px 0;
}

div.comments p
{
	line-height:150%;
	margin:0 0 10px 0;
}

div.comments ul
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.comments ul li
{
	display:inline;
	margin:0 10px 0 0;
}

div.comments a img
{
	border:none;
}

/* ----- コメントフォーム ----- */

div.typekey-text
{
	line-height:150%;
	margin:0 0 10px 0;
}

div.comments-post
{
	margin:0 0 20px 0;
}

div.comments-post h4
{
	font-weight:normal;
	background:#cccccc;
	color:#ffffff;
	padding:3px;
	margin:0 0 5px 0;
}

div.comments-post-content p.comments-open-moderated
{
	line-height:150%;
	margin:0 0 10px 0;
}

div#comments-open-data fieldset
{
	border:none;
}

div#comments-open-data legend
{
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

dl#name-email dt,
dl#comments-url-data dt
{
}

dl#name-email dd,
dl#comments-url-data dd
{
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie
{
	list-style:none;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie li
{
}

dl#comments-open-text dt
{
}

dl#comments-open-text dd textarea
{
	margin:0 0 10px 0;
}

div#comments-open-data ul.comments-open-footer
{
	list-style:none;
}

div#comments-open-data ul.comments-open-footer li
{
	display:inline;
}

div#comments-open-data ul.comments-open-footer li input
{
	width:80px;
}


/* ----- エントリー情報 ----- */

div.entry ul.entry-info,
div.search-results-container ul.entry-info
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	line-height:130%;
}

div.entry ul.entry-info li,
div.search-results-container ul.entry-info li
{
	display:inline;
	margin:0 10px 0 0;
}


/* ----- ブログヘッダー ----- */

#jk_naito {
  background: url('http://www.jk-reform.jp/img/jk_naito.jpg') no-repeat left top;
  width: 585px;
  height: 85px;
  margin: 30px 0;
  position: relative;
}

#jk_naito ul {
  width: 145px;
  height: 85px;
  list-style-type: none;
  position: absolute;
  right: 1px;
  top: 0;
  padding: 0;
  margin: 0;
}

#jk_naito a {
  width: 145px;
  height: 43px;
  display: block;
}

.faq{
  margin: 10px 0;
}

.businesshour {
  font-size: 167%;
}

