@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
}

a:link {
	color:#006837;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#006837;
	text-decoration: none;
}
a:hover {
	color:#70cbf1;
	text-decoration: underline;
}
a:active {
	color:#70cbf1;
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 10px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header{
	display: block;
	width: 1020px;
	height: 100px;
	background:url(../img/header_bg.png) no-repeat;
	margin: 0 auto 0 auto;
	padding: 0;
}
#header p{
	padding: 10px 0 10px 0;
}
#headerDesc {
	color: #fff;
	background: #50b2db;
	height: 20px;
}
#headerDescArea {
	width: 1000px;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 10px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
	height: 20px;
}
#headerDescArea h2 {
	font-size: 10px;
	font-weight: normal;
	float: right;
	margin: 2px 10px 0 0;
	height: 20px;
}

#serch {
   position:absolute;
   top:0;
   right:0;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#header #gnavi ul {
   list-style:none;

}
#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:11px;
}

#header #gnavi li a {
   display:block;
   padding-left:8px;
   background:url("../img/bg_arrow.gif") 0 40% no-repeat;
}

/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	float: right;
	text-align: right;
	padding-top: 10px;
}

#header #utilityNav li {
	display: inline;
	list-style-type: none;
	margin-right: 25px;
	padding:0 0 5px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position:0% 30%;
}

/* ========SERCH CUSTOMIZE======== */
#serch dt {
   float:left;
   margin:2px 0 0 0;
   padding:0;

}

#serch dd {
   float:left;
   margin:1px 0 0 10px;
   padding:0;
}

/* -----------------------------------------------------------
	#pankuzu
		ナビ
----------------------------------------------------------- */
.topic-path {
	list-style-type: none;
}
.topic-path li {
	display: inline;
}

/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	clear: both;
	height: 60px;
}

/* #gNav
----------------------------------------------------------- */
#navi #gNav {
	clear: both;
	overflow: hidden;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 980px;
	margin: 0 auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}

#navi #gNav li {
	float: left;
	text-align: center;
}

#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
	color:#333;
	font-size: 12px;
	text-decoration:none;
	display:block;
	width: 159px;
	height: 50px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
}

#navi #gNav span {
	color:#50b2db;
	font-size: 10px;
}

#navi #gNav li a:hover{
	color:#989898;
	background-position:0 -60px;
	text-decoration:none;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	background: #ededed;
	padding: 15px 0 0 0;
}

#footer .copyright {
	color: #fff;
	background: #666;
	text-align: center;
	margin-top: 20px;
	padding: 15px 0 0 0;
	height: 30px;
}

#footerContents ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents ul li {
	display: inline;
	border-right: solid 1px #999;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents .box {
	width: 100px;
	float: left;
	border: none;
	margin-right: 10px;
	padding: 10px;
}

#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 1020px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	background: #fff url(../img/mainImg_bg.png);
	height: 300px;
}
#imgArea {
	width: 1020px;
	margin: 0 auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 960px;
	margin: 20px auto 0 auto;
	padding-bottom: 60px;
	text-align: left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	margin: 0 0 20px 15px;
}

.contentsBox .box {
	font-size: 12px;
	width: 280px;
	float: left;
	border: solid #CCC 1px;
	margin-right: 10px;
	padding: 10px;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: right;
	width: 700px;
}

#main h2 {
   margin-bottom:5px;
   padding:1px 10px;
   font-size:15px;
   font-weight:bold;
   color:#fff;
   line-height:2.0;
   background:#316900;
}

#main h2.h2bg {
	height: 30px;
	line-height: 30px;
	color: #000000;	/*h2タグの文字色*/
	font-size: 18px;
	background-image: url(../img/midashi_bg.gif);	/*h2タグの背景画像*/
	background-repeat: no-repeat;
	padding-left: 25px;	/*文字の左側に少し余白*/
	overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
	border: 0px solid #ccc;
	background-color: #ffffff;
}

#main h2.h2bb {
	height: 30px;
	line-height: 30px;
	color: #000000;	/*h2タグの文字色*/
	font-size: 18px;
	background-image: url(../img/midashi_bb.gif);	/*h2タグの背景画像*/
	background-repeat: no-repeat;
	padding-left: 25px;	/*文字の左側に少し余白*/
	overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
	border: 0px solid #ccc;
	background-color: #ffffff;
}

#main h2.h2bo {
	height: 30px;
	line-height: 30px;
	color: #000000;	/*h2タグの文字色*/
	font-size: 18px;
	background-image: url(../img/midashi_bo.gif);	/*h2タグの背景画像*/
	background-repeat: no-repeat;
	padding-left: 25px;	/*文字の左側に少し余白*/
	overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
	border: 0px solid #ccc;
	background-color: #ffffff;
}

#main h3.h3bg {
	height: 20px;
	line-height: 15px;
	color: #000000;	/*h2タグの文字色*/
	font-size: 16px;
	background-image: url(../img/midashi_bg.gif);	/*h2タグの背景画像*/
	background-repeat: no-repeat;
	padding-left: 25px;	/*文字の左側に少し余白*/
	overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
	border: 0px solid #ccc;
	background-color: #ffffff;
}

#main h3.h3bb {
	height: 20px;
	line-height: 15px;
	color: #000000;	/*h2タグの文字色*/
	font-size: 16px;
	background-image: url(../img/midashi_bb.gif);	/*h2タグの背景画像*/
	background-repeat: no-repeat;
	padding-left: 25px;	/*文字の左側に少し余白*/
	overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
	border: 0px solid #ccc;
	background-color: #ffffff;
}

#main h3.h3bo {
	height: 20px;
	line-height: 15px;
	color: #000000;	/*h2タグの文字色*/
	font-size: 16px;
	background-image: url(../img/midashi_bo.gif);	/*h2タグの背景画像*/
	background-repeat: no-repeat;
	padding-left: 25px;	/*文字の左側に少し余白*/
	overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
	border: 0px solid #ccc;
	background-color: #ffffff;
}

#main h3{
	font-size: 16px;
	font-weight: normal;
	width: 670px;
	height: 30px;
	background: url(../img/bg-h3.png) no-repeat;
	padding: 9px 0 0 32px;
}

#main h4.h4bg {
	height: 20px;
	line-height: 20px;
	color: #000000;	/*h2タグの文字色*/
	font-size: 14px;
	background-image: url(../img/midashi_bg.gif);	/*h2タグの背景画像*/
	background-repeat: no-repeat;
	padding-left: 25px;	/*文字の左側に少し余白*/
	overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
	border: 0px solid #ccc;
	background-color: #ffffff;
}

#main h4.h4bb {
	height: 20px;
	line-height: 20px;
	color: #000000;	/*h2タグの文字色*/
	font-size: 14px;
	background-image: url(../img/midashi_bb.gif);	/*h2タグの背景画像*/
	background-repeat: no-repeat;
	padding-left: 25px;	/*文字の左側に少し余白*/
	overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
	border: 0px solid #ccc;
	background-color: #ffffff;
}

#main h4.h4bo {
	height: 20px;
	line-height: 20px;
	color: #000000;	/*h2タグの文字色*/
	font-size: 14px;
	background-image: url(../img/midashi_bo.gif);	/*h2タグの背景画像*/
	background-repeat: no-repeat;
	padding-left: 25px;	/*文字の左側に少し余白*/
	overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
	border: 0px solid #ccc;
	background-color: #ffffff;
}

#main h4{
	color: #688335;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#main .section{
	margin: 0 0 20px 0;
	padding: 10px 5px;
}

#main .sectionBorder{
	margin: 0 0 20px 0;
	padding: 20px 20px;
	border: solid #ccc 1px;
}

#main .box0 {
	width: 650px;
	float: left;
	border-right: solid #CCC 0px;
	margin-right: 0px;
	padding: 0 15px 0 15px;
}

#main .box {
	width: 190px;
	float: left;
	border-right: solid #CCC 1px;
	margin-right: 5px;
	padding: 0 15px 0 10px;
}

#main .box-end {
	width: 190px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}

#main .box2 {
	width: 285px;
	float: left;
	border-right: solid #CCC 1px;
	margin-right: 5px;
	padding: 0 15px 0 15px;
}

#main .box-end2 {
	width: 285px;
	float: left;
	margin-right: 0px;
	padding: 0 0 0 30px;
}

#main .tt {
	text-align: right;
}

#main ul li{
	list-style-type: none;
	padding: 0 0 5px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position:0% 30%;
}

/* テーブル装飾
----------------------------------------------------------- */
#main .t-head {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	background-color: #efefef;
	width: 80px;
}

#main .t-head2 {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	background-color: #efefef;
	width: 140px;
}

#main .t-head3 {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	background-color: #efefef;
	width: 180px;
}

#main .t-item {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	width: 535px;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #272E39;
}
.ta1 td, .ta1 th{
	padding: 10px;
}
.ta1 th{
	background-color: #fafafa;	/*左側thタグの背景色*/
	width: 200px;	/*左側thタグの幅*/
	text-align: center;
}
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #485569;	/*テーブルの見出し部分の背景色（room.htmlで使用しています）*/
	color: #FFFFFF;	/*文字色*/
}

/*テーブル３個
---------------------------------------------------------------------------*/
.ta3 {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
}
.ta3, .ta3 td, .ta3 th{
	border: 1px solid #272E39;
}
.ta3 td, .ta3 th{
	padding: 10px;
}
.ta3 th{
	background-color: #fafafa;	/*左側thタグの背景色*/
	width: 130px;	/*左側thタグの幅*/
	text-align: center;
}
.ta3 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #485569;	/*テーブルの見出し部分の背景色（room.htmlで使用しています）*/
	color: #FFFFFF;	/*文字色*/
}

/*テーブル４個
---------------------------------------------------------------------------*/
.ta2 {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #272E39;
}
.ta2 td, .ta2 th{
	padding: 10px;
}
.ta2 th{
	background-color: #fafafa;	/*左側thタグの背景色*/
	width: 200px;	/*左側thタグの幅*/
	text-align: center;
}
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #485569;	/*テーブルの見出し部分の背景色（room.htmlで使用しています）*/
	color: #FFFFFF;	/*文字色*/
}

/*細々
---------------------------------------------------------------------------*/
.color1 {
	color: #772850;
	font-size: 18px;
}
.look {
	background-color: #f5f5f5;
}
.mb1em {
	margin-bottom: 1em;
}



/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 230px;
}

#sub h3{
	font-size: 14px;
	font-weight: normal;
	width: 230px;
	height: 35px;
	background: url(../img/bg-side-h3.png) no-repeat;
	margin:0;
	padding: 12px 0px 0px 10px;
}

#sub ul {
	margin: -10px 0 2px;
}

#sub ul li{
	list-style-type: none;
	padding: 5px 0 5px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position:0% 49%;
	border-bottom: dashed #ccc 1px;
	margin: 5px 0 5px;
}

#sub .sectionBorder{
	font-size: 12px;
	margin: -5px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: solid #ccc 1px;
}

#sub .box {
	border-bottom: solid #CCC 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}


/* --- サイトマップ --- */

/* サイトマップ
--------------------------------------------------*/
.sitemap_list01{
	margin-left:60px;
	list-style-type:none;
	background:url(../img/sitemap_icon02.gif) repeat-y;
}
.sitemap_list01 li{
	margin-top:8px;
}
.sitemap_list02{
	padding-left:23px;
	list-style-type:none;
	background:url(../img/sitemap_icon03.gif) no-repeat;
	background-position:left 0.7em;
}
.sitemap_list03{
	padding-left:23px;
	list-style-type:none;
	background:url(../img/sitemap_icon01.gif) no-repeat;
	background-position:left 0.7em;
}

/* --- その他 --- */

/* その他
--------------------------------------------------*/

.mss{
	font-size: 16px;
	font-weight: normal;
	width: 640px;
	height: 30px;
	background: url(../img/bg-h3.png) no-repeat;
	padding: 9px 0 0 32px;
	margin-left:20px
}

.ms{
	font-size: 16px;
	font-weight: normal;
	width: 640px;
	height: 30px;
	background: url(../img/bg-h3.png) no-repeat;
	padding: 9px 0 0 32px;
	margin-left:5px
}


/* よくあるご質問
--------------------------------------------------*/
.qa_sec01 ul{
	padding-left:20px;
}
.qa_sec01 li{
	background:url(../daikou/images/qa_icon03.gif) no-repeat;
	background-position:0 0.5em;
	padding-left:13px;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px dotted #cccccc;
}
.qa_sec01 li#lilast{
	border:none;
}
.qa_sec01 dt{
	margin-top:15px;
	font-size: 15px;
	font-weight:bold;
	background:url(../daikou/images/bg05.jpg) repeat-x;
	background-position: left bottom;
	padding:10px;
	border-top:3px solid #333333;
	border-bottom:1px dotted #cccccc;
	margin-bottom:8px;
}
.qa_sec02{
	width:300px;
	float:left;
}
.qa_sec03{
	width:300px;
	float:right;
}
.qa_sec04{
	background-color: #F2F2F2;
	padding:8px 0 8px 8px;
	margin-bottom:15px;
}
.qa_sec04 li{
	display:inline;
	margin-right:10px;
	border-right:1px solid #333333;
	padding-right:10px;
}
.qa_sec04 li#lilast{
	border:none;
}
.qa_sec05 dt{
	background:url(../daikou/images/qa_icon01.gif) no-repeat;
	background-position:0 0.5em;
	padding-top:15px;
	padding-bottom:5px;
	padding-left:35px;
	font-size:15px;
	font-weight:bold;
}
.qa_sec05 dd{
	background:url(../daikou/images/qa_icon02.gif) no-repeat;
	background-position: 0 0.5em;
	padding-left:35px;
	padding-top:12px;
	padding-bottom:20px;
	border-bottom:1px dotted #cccccc;
	margin-bottom:10px;
}

/* --- 文字装飾 --- */
div.font {
padding: 20px;
margin-bottom: 8px;
}

.font01 {
color: #d00;
font-size: 17px;
letter-spacing: 1px;
line-height: 22px;
font-weight: bold;
text-align: center;
background-color: #fee;
border: 1px solid #daa;
padding: 10px;
margin-bottom: 12px;
}

.font02 {
color: #d0d;
font-size: 17px;
letter-spacing: 1px;
line-height: 22px;
font-weight: bold;
text-align: center;
background-color: #fef;
border: 1px solid #dad;
padding: 10px;
margin-bottom: 12px;
}

.font03 {
color: #00d;
font-size: 17px;
letter-spacing: 1px;
line-height: 22px;
font-weight: bold;
text-align: left;
background-color: #eef;
border: 1px solid #aad;
padding: 10px;
margin-bottom: 12px;
}

.font04 {
color: #0a0;
font-size: 17px;
letter-spacing: 1px;
line-height: 22px;
font-weight: bold;
text-align: center;
background-color: #efe;
border: 1px solid #9c9;
padding: 10px;
margin-bottom: 12px;
}

.font05 {
font-size: 28px;
font-weight: bold;
text-align: left;
background-color: #fff;
border-bottom: 8px double #333;
padding: 9px 6px;
margin-bottom: 16px;
}

.font06 {
font-size: 28px;
font-weight: bold;
text-align: left;
background-color: #fff;
border-bottom: 6px dotted #333;
padding: 9px 6px;
margin-bottom: 16px;
}

.font07 {
font-size: 28px;
font-weight: bold;
text-align: left;
background-color: #fff;
border-top: 2px solid #333;
border-left: 22px solid #333;
border-right: 2px solid #333;
border-bottom: 2px solid #333;
padding: 12px 18px;
margin-bottom: 16px;
}

.font08 {
font-size: 28px;
font-weight: bold;
text-align: left;
background-color: #fff;
border: 4px double #333;
padding: 10px 18px;
margin-bottom: 16px;
}

.clearboth{
	clear:both;
}
.text10px {
	font-size: 10px
}
.text11px {
	font-size: 11px
}
.text12px {
	font-size: 12px
}
.text14px {
	font-size: 14px;
}
.text15px {
	font-size: 15px;
}
.text16px {
	font-size: 16px;
}
.text22px {
	font-size: 22px;
}
.line3px {
	line-height: 3px;
}
.line5px {
	line-height: 5px;
}
.line7px {
	line-height: 7px;
}
.line10px {
	line-height: 10px;
}
.line20px {
	line-height: 20px;
}
.line25px {
	line-height: 25px;
}
.line35px {
	line-height: 35px;
}

.paddingbottom3px{
	padding-bottom:3px;
}
.paddingleft5px{
	padding-left:5px;
}
.paddingright5px{
	padding-right:5px;
}
.paddingright7px{
	padding-right:7px;
}
.paddingleft7px{
	padding-left:7px;
}
.paddingtop7px{
	padding-top:7px;
}
.padding10px{
	padding:10px;
}
.padding10px_bottom0{
	padding:10px 10px 0 10px;
}
.paddingleft10px{
	padding-left:10px;
}
.paddingright10px{
	padding-right:10px;
}
.paddingleft13px{
	padding-left:13px;
}
.paddingright13px{
	padding-right:13px;
}
.paddingleft15px{
	padding-left:15px;
}
.paddingright15px{
	padding-right:15px;
}
.paddingleft21px{
	padding-left:21px;
}
.paddingleft35px{
	padding-left:35px;
}
.paddingright27px{
	padding-right:27px;
}
.marginbottom5px{
	margin-bottom:5px;
}
.marginright8px{
	margin-right:8px;
}
.marginbottom10px{
	margin-bottom:10px;
}
.margintop10px{
	margin-top:10px;
}
.marginleft12px{
	margin-left:12px;
}
.marginright12px{
	margin-right:12px;
}
.marginbottom12px{
	margin-bottom:12px;
}
.marginleft20px{
	margin-left:20px;
}
.marginright20px{
	margin-right:20px;
}
.marginbottom20px{
	margin-bottom:20px;
}
.marginleft23px{
	margin-left:23px;
}

/* --- 文章内の画像回り込み設定 --- */
table.table-width {
margin: 0px auto 10px auto;
}

img.img-table {margin: 6px 6px 10px 6px;}

img.img-float-left {
float: left;
margin: 5px 18px 15px 2px;
}

img.img-float-right {
float: right;
margin: 5px 4px 15px 15px;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
border-color: #D9D9D9;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
border-color: #b72f5b;
background-color: #b72f5b;
background-image: none;
filter: none;
}

