@charset "UTF-8";

/* Common
-------------------------------*/
* {
	padding: 0;
	margin: 0;	/*word-break: all;*/

	/*color: #222;*/
}
img {
	vertical-align: top;
	border: 0;
}
ul, ol, p {
	margin-bottom: 10px;
	color: #333;
}
li {
	margin-left: 30px;
	padding: 3px 0;
}
ul li {
	list-style: disc;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* html table {
	font-size: 62.5%;
	line-height: 1.7;
}
* html td, * html th {
	font-size: 1.8em;
	color: #333;
}
* html #index #sidebar .side_topics h4 {
	font-size: 1em;
	color: #4C4C4C;
}
body {
	font-size: 75%;
	line-height: 1.6;
	background: #EBE4D6;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
a:link, a:visited, a:active {
	color: #287AA2;
	text-decoration: none;
}
a:hover {
	color: #287AA2;
	text-decoration: underline;
}
.link_other {
	padding: 0 0 0 15px;
	background: url(../images/icon_arrow.gif) left top no-repeat;
}
.link_pdf {
	background: url(../images/icon_pdf.jpg) right top no-repeat;
	padding: 0 2em 2px 0;
}
.link_pdf_L {
	background-position: right center;
	padding-bottom: .05em;
}
.link_popup {
	background: url(../images/icon_popup.gif) right top no-repeat;
	padding: 0 2em 2px 0;
}
.clear {
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.reader {
	display: block;
	height: 1px;
	width: 1px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
}
.box {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: static;
}
.fLeft {
	float: left;
	margin: 0 30px 20px 0;
	padding: 0;
}
.fLeft0 {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}
.fLeft_10 {
	float: left;
	margin: 0 10px 20px 0;
	padding: 0;
}
.fLeft20 {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
}
.fRight {
	float: right;
	margin: 0 0 20px 15px;
	padding: 0;
}
.fRight0 {
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
}
.fRight_r10 {
	float: right;
	margin: 0 10px 10px;
	padding: 0;
}
.fRight_5 {
	float: right;
	margin: 0 0 20px 5px;
	padding: 0;
}
.fRight_10 {
	float: right;
	margin: 0 0 20px 10px;
	padding: 0;
}
.fRight img {
}
.imageBorderGray {
	padding: 1px;
	border: 1px solid #D6D6D6;
}

.center {text-align: center !important;}
.right {text-align: right !important;}
.left {text-align: left !important;}
.small {font-size: 0.9em !important;}
.x_small {font-size: 0.8em !important;}
.xx_small {font-size: 0.7em !important;}
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mr00 {margin-right: 0 !important;}
.mr10 {margin-right: 10px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mb00 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.ml00 {margin-left: 0 !important;}
.ml10 {margin-left: 10px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.pb00 {padding-bottom: 0 !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.left_1em {padding-left: 1em; display: block;}
.left_2em {padding-left: 2em; display: block;}
.left_3em {padding-left: 3em; display: block;}
hr.line {
	border: none;
	border-top: 1px solid #B4B4B4;
	margin: 15px 0 10px;
}

ul.list_no li {
	list-style: none;
	margin-left: 15px;
}
div.unchor {
	background: #F0F0F0;
	border: 1px solid #DCDCDC;
	padding: 10px 10px 0 10px;
	width: 669px;
}
* html div.unchor {
	background: #F0F0F0;
	border: 1px solid #DCDCDC;
	padding: 10px 10px 10px 10px;
	width: 669px;
}
div.unchor ul {
	margin: 0;
	padding: 0;
	width: 669px;
}
div.unchor ul li {
	float: left;
	list-style: none;
	padding: 0 12px 0 0;
	margin: 0 0 10px 12px;
	border-right: 1px solid #CCC;
	white-space: nowrap;
}
div.unchor ul li a {
	display: block;
	padding: 0 0 0 20px;
	margin: 0;
	background: url(../images/icon_unchor.gif) left center no-repeat;
}
.orange {
	color: #FF6600;
}
.borderB {
	border-bottom: 1px dotted #CCCCCC;
}

/* wrapper
-------------------------------*/
div#wrapper {
	text-align: center;
}

/* container
-------------------------------*/
div#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px;
}
*html body div#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 10px;
}

/* header
-------------------------------*/
div#header {
	margin: 0 0 10px 0;
	padding: 0;
}
div#header_inner {
	width: 980px;
	margin: 0 auto;
	padding: 28px 0 0;
	position: relative;
	text-align: left;
	background: url(../images/bg_header.jpg) center top repeat-x;
}
div#header_inner h1#logo {
	margin: 0 0 0 20px;
	padding: 0;
	height: 47px;
}
div#header_inner h1#logo_yowa {
	position: absolute;
	right: 16px;
	top: 21px;
}
div#header_sitetop {
	position: absolute;
	right: 222px;
	top: 18px;
	background: url(../images/header_sitetop_bg.jpg) left top no-repeat;
}
div#header_about {
	position: absolute;
	right: 229px;
	top: 54px;
	background: url(../images/header_about_bg.jpg) left top no-repeat;
}
div#header_sitetop a {
	display: block;
	width: 84px;
	height: 22px;
}
div#header_about a {
	display: block;
	width: 119px;
	height: 22px;
}
div#header_sitetop a img, div#header_about a img, div#header_sitemap a:hover, div#header_about a:hover {
	visibility: visible;
}
div#header_sitetop a:hover img, div#header_about a:hover img {
	visibility: hidden;
}
div#menu {
	clear: both;
	padding-bottom: 12px;
	margin-left: 20px;
}
div#menu ul {
	height: 30px;
	margin: 0;
	padding: 0;
}
div#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: left;
}
div#menu ul li a {
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
}
div#menu ul li#menu_01 a {
	width: 69px;
}
div#menu ul li#menu_02 a {
	width: 172px;
}
div#menu ul li#menu_03 a {
	width: 80px;
}
div#menu ul li#menu_04 a {
	width: 77px;
}
div#menu ul li#menu_05 a {
	width: 130px;
}
div#menu ul li a img, div#menu ul li.stay a img, div#menu ul li.stay a:hover img {
	visibility: visible;
}
div#menu ul li a:hover {
	visibility: visible;
}
div#menu ul li a:hover img {
	visibility: hidden;
}
div#menu ul #menu_01 a, div#menu ul #menu_02 a, div#menu ul #menu_03 a, div#menu ul #menu_04 a, div#menu ul #menu_05 a {
	background: none;
}
div#menu ul li#menu_01 a:hover {
	background: url(../images/menu_01_ro.jpg) left top no-repeat;
}
div#menu ul li#menu_02 a:hover {
	background: url(../images/menu_02_ro.jpg) left top no-repeat;
}
div#menu ul li#menu_03 a:hover {
	background: url(../images/menu_03_ro.jpg) left top no-repeat;
}
div#menu ul li#menu_04 a:hover {
	background: url(../images/menu_04_ro.jpg) left top no-repeat;
}
div#menu ul li#menu_05 a:hover {
	background: url(../images/menu_05_ro.jpg) left top no-repeat;
}
div#header_inner #pankuz {
	margin: 0;
	padding: 10px 0 10px 22px;
	font-size: 1.2em;
	background: url(../images/icon_pankuz_home.gif) left center no-repeat;
	color: #FFF;
	text-align: left;
}
div#header_inner #pankuz a {
	color: #FFF;
}

/* content
-------------------------------*/
div#content {
	margin: 0 0 0px 0;	/*font-size: 111.06%;*/

	/* for priority to layout */
	font-size: 116.66%;
}

/* sidebar
-------------------------------*/
div#sidebarT {
	width: 280px;
	float: left;	/*margin: 0 0 0 8px;*/
	margin: 0;
}
div#sidebar {
	width: 241px;
	float: left;
	margin: 0 0 0 8px;
}

/* for ie6 */
*html body div#sidebar {
	width: 241px;
	margin: 0 0 0 8px;
}
div#sidebar ul#menu_other {
	margin: 0;
	padding: 0;
}
div#sidebar ul#menu_other li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
div#sidebar ul#menu_other li a {
	display: block;
	padding: 14.7px 12px 12px 30px;
	background-color: #FFF;
	background: url(../images/icon_menuarrow.gif) 10px top no-repeat;
	border-top: 1px dotted #DFE0DE;
	font-size: 92.8%;
}
div#sidebar ul#menu_other li a:hover {
	background-color: #F0F3F3;
}
div#sidebar ul#menu_other li a.stay {
	color: #333;
	text-decoration: none;
	background-color: #F0F3F3;
}

/* main
-------------------------------*/
div#main {
	width: 731px;
	float: left;
}
div#mainT {
	width: 690px;
	float: left;
	margin: 0 0 0 8px;
}

/* for ie6 */
*html body div#main {
	width: 704px;
}
*html body div#mainT {
	width: 692px;
}
.border_dot_top {
	padding: 10px 0 15px;
	border-top: 1px dotted #CCC;
	margin: 0;
}

/* footer
-------------------------------*/
div#footer {
	clear: both;
	padding: 0;
	text-align: center;
	background: url(../images/footer_bg.jpg) left bottom repeat-x;
}
div#footer_inner {
	width: 980px;
	clear: both;
	padding: 0;
	margin: 0 auto;
	font-size: 1.09em;
	text-align: left;
	vertical-align: middle;
}
div#footer_inner p {
	margin: 0;
	padding: 0;
}
#footer_inner .box {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
-------------------------------*/
h2.contentTitle {
	padding: 4px 4px 10px 2px;
	/*margin-bottom: 10px;----*/
	margin-bottom: 15px;
	background: url(../images/bg_main_h2.jpg) left bottom no-repeat;
	font-size: 1.4em;
	font-weight: normal;
}
h2.contentTitle img {
	margin-bottom: 8px;
}
h2.subTitle {
	padding: 4px 4px 10px 2px;
	margin-bottom: 20px;
	background: url(../images/bg_main_h3_sub.jpg) left bottom  repeat-x;
	font-size: 1.6em;
	font-weight: normal;
}
h3.contentTitle {
	padding: 0 4px 5px 0;
	/*margin-bottom: 10px;----*/
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
	font-size: 1.29em;
	font-weight: 900;
}
h3.contentTitle span {
	padding: 0 0 0 8px;
	border-left: 5px solid #EE5F00;
}
h3.borderTitle {
	position: relative;
	padding: 5px 10px;
	/*margin-bottom: 10px;----*/
	margin-bottom: 15px;
	border-top: 3px solid #EE5F00;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: url(../images/bodertitle_bg.jpg) left top repeat-x;
	font-size: 1.29em;
	font-weight: bold;
}

/*h3.borderTitle a {
font-size: .89em;
}
*/
.borderTitle a.link_popup, .borderTitle a.link_nopopup {
	overflow: hidden;
	color: #222;
	padding-top: 0;
	display: inline-block;    /*display: block;*/

	/*padding-top: 10px;*/

	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: .7em;
	top: .75em;
	padding-left: 17px;
	border-left: solid 1px #dfdfdf;
	line-height: 20px;
	padding-right: 0;
	font-size: 72%;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../../../img/arrow_red.gif);
	background-position: 9px center;
	background-repeat: no-repeat;
}
.borderTitle a.link_popup {

	/*background: url(../images/icon_popup.gif) right top no-repeat;*/
	background-image: url(../../../img/arrow_red.gif), url(../images/icon_popup.gif);
	background-repeat: no-repeat, no-repeat;
	background-position: 9px center, right top;
	padding: 0 2em 2px 1.5em;
	right: .7em;
}
h3.circleTitle {
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	background: url(../images/icon_circle.jpg) left top no-repeat;
	font-size: 1em;
	font-weight: bold;
	color: #333;
}
h4.contentTitle {
	padding: 0 4px 3px 0;
	/*margin-bottom: 3px;----*/
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	font-size: 1em;
	font-weight: normal;
}
h4.contentTitle span {
	padding: 0 0 0 6px;
	border-left: 3px solid #D40E16;
}
#sidebarT h4 {
	font-size: 1em;
}
#pagetop {
	clear: both;
	text-align: right;
	padding: 0;
	margin: 0;
}
.pagetop {
	clear: both;
	text-align: right;
	padding-top: 10px;
}
.pagetop a {
	padding: 0 0 0 20px;
	background: url(../images/icon_pagetop.jpg) left center no-repeat;
}
.print {
	clear: both;
	text-align: right;
	padding: 0;
}
.print a {
	padding: 0 0 0 28px;
	background: url(../images/icon_print.jpg) left center no-repeat;
}
* html body dl.list dd div {
	display: inline-block;
}
dl.list {
	clear: both;
	margin-bottom: 10px;
}
dl.list dt {
	float: left;
	width: 15em;
	margin-bottom: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
dl.list dt span {
	padding-left: 20px;
	color: #333;
	font-weight: bold;
	background: url(../images/icon_dt.jpg) left top no-repeat;
}
dl.list dd {
	margin-left: 15em;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
	border-left: 1px solid #CCC;
}
dl.list dd ul {
	margin-bottom: 0;
}
dl.list dd ul li {
	list-style: none;
	padding-left: 10px;
	padding-top: 0;
	margin-left: 15px;
	background: url(../images/icon_li_arrow.jpg) left top no-repeat;
}

/* フォントチェンジャー
-------------------------------*/
#header #fontChanger {
	position: absolute;
	right: 16px;
	top: 53px;
}
#header #fontChanger ul {
	text-align: right;
	margin: 0;
	padding: 0;
	background: url(../images/font_changer_bg.jpg) right bottom no-repeat;
}
#header #fontChanger li {
	display: inline;
}
#switchFontSizeBig, #switchFontSizeMedium, #switchFontSizeSmall {
	width: 30px;
	padding: 0;
	margin: 0;
	height: 22px;
	display: block;
	cursor: pointer;
}
#switchFontSizeBig img, #switchFontSizeMedium img, #switchFontSizeSmall img {
	visibility: visible;
}
#switchFontSizeBig.active img, #switchFontSizeMedium.active img, #switchFontSizeSmall.active img {
	visibility: hidden;
}
#globalsearch {
	position: absolute;
	width: 220px;
	height: 22px;
	top: 27px;
	right: 20px;
}

/* 検索フォーム
-------------------------------*/
.search-wrapper .left {
	background: url(../images/header_search_left.jpg) left top no-repeat;
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}
#globalsearch .search-wrapper.empty.blurred input {
	color: #7E7E7E;
}
#globalsearch .search-wrapper input.g-prettysearch {
	border: 0 none;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 4px 0 2px;
	position: absolute;
	right: 60px;
	top: 0;
	width: 156px;
	background: url(../images/header_search_bg.jpg) left top repeat-x;
}
#globalsearch .search-wrapper input.g-prettysearch {
	margin-left: 20px;
}
#globalsearch input.g-prettysearch {
	height: 16px;
	margin-top: 9px;
}
#globalsearch {
	display: block;
}
#search-button {
	padding: 0;
	position: absolute;
	right: 0;
}

/* トップページ
-------------------------------*/
div.toptable {
	padding: 8px;
}
div.toptable table td {
	color: #333;
	font-size: 0.9em;
}

/* for ie6 */
*html body div.toptable table td {
	color: #333;
	font-size: 1.3em;
}
div.rss_list_area {
	position: relative;
	display: block;
}
div.rss_list_area div#index_topics_rss {
	position: absolute;
	right: 50px;
	top: 10px;
	width: 57px;
	background: url(../../images/btn_rss_ov.jpg) left top no-repeat;
}
div.rss_list_area div#index_topics_rss a {
	display: block;
	width: 57px;
	height: 20px;
}
div.rss_list_area div#index_topics_rss_list {
	position: absolute;
	right: 0;
	top: 10px;
	width: 50px;
	background: url(../../images/btn_rss_list_ov.jpg) left top no-repeat;
}
div.rss_list_area div#index_topics_rss_list a {
	display: block;
	width: 50px;
	height: 20px;
}
div#index_about {
	display: block;
	width: 220px;
	height: 120px;
	padding-bottom: 10px;
}
div#index_about a {
	display: block;
	width: 220px;
	height: 120px;
	margin: 0;
	padding: 0;
	background: url(../../images/btn_about_ov.jpg) left top no-repeat;
	border: 0;
}
div#index_about a img, div#index_topics_rss a img, div#index_topics_rss_list a img, div#index_about a:hover, div#index_topics_rss a:hover, div#index_topics_rss_list a:hover {
	visibility: visible;
}
div#index_about a:hover img, div#index_topics_rss a:hover img, div#index_topics_rss_list a:hover img {
	visibility: hidden;
}
* html body dl.list_index dd div {
	display: inline-block;
}
dl.list_index {
	clear: both;
	margin-bottom: 10px;
}
dl.list_index dt {
	float: left;
	width: 17em;
	margin-bottom: 9px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-right: 0;
	color: #334451;
	font-weight: bold;
}
dl.list_index dt img {
	vertical-align: middle;
}
dl.list_index dt span {
	padding-left: 8px;
}
dl.list_index dd {
	margin-left: 17em;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-right: 10px;
}
.border_top_dotted {
	border-top: 1px dotted #CCC;
}
#index #main #index_pdf {
	padding-bottom: 10px;
}
#index #main #index_pdf img {
	float: left;
	margin: 3px 10px 0 0;
}
#index #main #index_pdf p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#index div#flashFrame {
	margin-bottom: 10px;
	width: 690px;
	height: 184px;
}
#index div#banner a {
	display: block;
	margin-bottom: 10px;
	width: 690px;
	height: 95px;
	background: url(../../images/banner_over.jpg) no-repeat;
}
#banner a img, #banner a:hover {
	visibility: visible;
}
#banner a:hover img {
	visibility: hidden;
}
object {
	outline: none;
}
.c1_box_frame {
	background: url(../images/1c_box_bg_center.jpg) left top repeat-y;
	margin-bottom: 10px;
	width: 241px;
}
.c1_box_bottom {
	background: url(../images/1c_box_bg_bottom.jpg) left bottom no-repeat;
}
.c1_box_top {
	background: url(../images/1c_box_bg_top.jpg) left top no-repeat;
	padding: 10px 10px 0 10px;
}
.c1_box_frame .c1_box_bottom .contentTitle {
	width: 225px;
}
.c1_box_frame .c1_box_bottom .contentTitle span {

	/*white-space: nowrap;*/
	font-size: 96%;
}
.c2_box_frame {
	height: 1%;
	background: url(../images/2c_box_bg_center.jpg) left top repeat-y;
	margin-bottom: 10px;
	width: 481px;
}
.c2_box_bottom {
	background: url(../images/2c_box_bg_bottom.jpg) left bottom no-repeat;
}
.c2_box_top {
	background: url(../images/2c_box_bg_top.jpg) left top no-repeat;
	padding: 10px 10px 0 10px;
}
.c3_box_frame {
	height: 1%;
	background: url(../images/3c_box_bg_center.jpg) left top repeat-y;
	margin-bottom: 10px;
}
.c3_box_bottom {
	background: url(../images/3c_box_bg_bottom.jpg) left bottom no-repeat;
}
#index .c3_box_top {
	background: url(../images/3c_box_bg_top.jpg) left top no-repeat;
	padding: 10px 10px 0 10px;
}
.c3_box_top {
	background: url(../images/3c_box_bg_top.jpg) left top no-repeat;
	padding: 20px;
}
.c4_box_frame {
	height: 1%;
	background: url(../images/4c_box_bg_center.jpg) left top repeat-y;
	margin-bottom: 10px;
}
.c4_box_bottom {
	background: url(../images/4c_box_bg_bottom.jpg) left bottom no-repeat;
}
.c4_box_top {
	background: url(../images/4c_box_bg_top.jpg) left top no-repeat;
	padding: 10px 10px 0 10px;
}

/* add by Goto */
.c5_box_frame {
	background: url(../images/5c_box_bg_center.jpg) left top repeat-y;
	margin-bottom: 10px;
	width: 405px;
}
.c5_box_bottom {
	background: url(../images/5c_box_bg_bottom.jpg) left bottom no-repeat;
}
.c5_box_top {
	background: url(../images/5c_box_bg_top.jpg) left top no-repeat;
	padding: 10px 10px 0 10px;
}

/* add by Goto */
.c6_box_frame {
	background: url(../images/6c_box_bg_center.jpg) left top repeat-y;
	margin-bottom: 10px;
	width: 276px;
}
.c6_box_bottom {
	background: url(../images/6c_box_bg_bottom.jpg) left bottom no-repeat;
}
.c6_box_top {
	background: url(../images/6c_box_bg_top.jpg) left top no-repeat;
	padding: 10px 10px 0 10px;
}

/* add by Goto */
.c7_box_frame {
	background: url(../images/7c_box_bg_center.jpg) left top repeat-y;
	margin-bottom: 8px;
	width: 347px;
}
.c7_box_bottom {
	background: url(../images/7c_box_bg_bottom.jpg) left bottom no-repeat;
}
.c7_box_top {
	background: url(../images/7c_box_bg_top.jpg) left top no-repeat;
	padding: 8px 8px 0 8px;
}

/* add by Goto */
.c8_box_frame {
	background: url(../images/8c_box_bg_center.jpg) left top repeat-y;
	margin-bottom: 10px;
	width: 691px;
}
.c8_box_bottom {
	background: url(../images/8c_box_bg_bottom.jpg) left bottom no-repeat;
}
.c8_box_top {
	background: url(../images/8c_box_bg_top.jpg) left top no-repeat;
	padding: 8px 7px 0 12px;
}
.c9_box_frame h4 {
	color: #333;
	margin-bottom: 0;
}
.c9_box_frame {
	background: url(../images/9c_box_bg_center.jpg) left top repeat-y;
	margin-bottom: 8px;
	width: 280px;
}
.c9_box_bottom {
	background: url(../images/9c_box_bg_bottom.jpg) left bottom no-repeat;
}
.c9_box_top {
	padding: 8px 8px 0 8px;
}
.c9_box_top_set{
	padding: 8px 8px 10px 8px;
	background: url(../images/9c_box_bg_top.jpg) left top no-repeat;
}

/* add by 20110316 */
.c10_box_frame h4 {
	color: #333;
	margin-bottom: 0;
}
.c10_box_frame {
	background: url(../images/10c_box_bg_center.jpg) left top repeat-y;
	margin-bottom: 10px;
	width: 335px;
	float: left;
}
.c10_box_bottom {
	background: url(../images/10c_box_bg_bottom.jpg) left bottom no-repeat;
}
.c10_box_top {
	background: url(../images/10c_box_bg_top.jpg) left top no-repeat;
	padding: 10px 10px 0 10px;
}

/* add by Goto */
.fLeft8 {
	float: left;
	margin-left: 8px;
}
.fRight8 {
	float: left;
	margin-left: 8px;
}
.pankuz_frame {
	height: 1%;
	background: url(../images/pankuz_bg_center.jpg) left top repeat-y;
	margin-bottom: 10px;
}
.pankuz_bottom {
	background: url(../images/pankuz_bg_bottom.jpg) left bottom no-repeat;
}
.pankuz_top {
	background: url(../images/pankuz_bg_top.jpg) left top no-repeat;
	padding: 10px 10px 0 10px;
}
p.btn_detail_small, p.btn_detail_small_popup {
	text-align: right;
}
p.btn_detail_small a {
	display: block;
	width: 85px;
	height: 12px;
	margin: 0;
	padding: 0;
	background: url(../images/btn_detail_small_ov.jpg) right top no-repeat;
	float: right;
}
p.btn_detail_small_popup a {
	display: block;
	width: 98px;
	height: 12px;
	margin: 0;
	padding: 0;
	background: url(../images/btn_detail_small_popup_ov.jpg) right top no-repeat;
	float: right;
}
p.btn_detail_small a img, p.btn_detail_small a:hover, p.btn_detail_small_popup a img, p.btn_detail_small_popup a:hover {
	visibility: visible;
}
p.btn_detail_small a:hover img, p.btn_detail_small_popup a:hover img {
	visibility: hidden;
}
#pankuz {
	padding-left: 10px;	/*font-size: 1.2em;*/
	color: #222;
	text-align: left;
}
#pankuz strong {
	font-weight: normal;
}
#pankuz a {
	color: #222;
	text-decoration: underline;
	padding: 0.1px 0;
}
#pankuz a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

/* add by 20180309 */
.banner_list,
.banner_list li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.banner_list li a{
	opacity: 1;
}
.banner_list li a:hover{
	opacity: 0.6;
}
.banner_list li{
	margin-top: 5px;
}
.banner_list li:first-child{
	margin-top: 0;
}

/* 短期スポーツ教室
-------------------------------*/
* html body dl.list dd div {
	display: inline-block;
}
dl.list {
	clear: both;
	margin-bottom: 10px;
}
dl.list dt {
	float: left;
	width: 18em;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
dl.list dt span {
	padding: 0.2em 0 0.2em 20px;
	color: #333;
	font-weight: bold;
	background: url(../images/icon_circle.jpg) left top no-repeat;
}
dl.list dd {
	margin-left: 18em;
	margin-bottom: 30px;
	padding-left: 0 10px;
	border-left: 1px solid #CCC;
}
dl.list dd ul {
	margin-bottom: 0;
}
dl.list dd ul li {
	list-style: none;
	padding-left: 10px;
	padding-top: 0;
	margin-left: 15px;
	background: url(../images/icon_arrow.gif) left top no-repeat;
}

/* サイト内検索
-------------------------------*/
.searchTitle {
	padding: 4px 4px 10px 2px;
	margin-bottom: 20px;
	background: url(../images/bg_main_h2.jpg) left bottom no-repeat;
	font-size: 1.2em;
	font-weight: normal;
}
.searchTitle  strong {
	font-size: 1.4em;
	font-weight: bold;
	color: #343434;
}
.searchResultTitle {
	padding: 4px 4px 10px 2px;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: normal;
}
.searchResultTitle a.popup {
	padding: 0 16px 0 0;
	background: url(../../search/images/icon_popup.jpg) right center no-repeat;
}
.searchResultBox {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.searchResultBox p {
	clear: both;
	margin-bottom: 10px;
	margin-left: 50px;
}
.searchResultBox em {
	font-weight: bold;
	font-style: normal;
	background-color: #FFDEE5;
	color: #333;
}
.searchResultBox p.searchUrl {
	font-weight: normal;
	color: #828282;
}
p.searchPageNum {
	text-align: center;
}
p.searchPageNum a, p.searchPageNum span {
	text-align: center;
	height: 23px;
	line-height: 23px;
	padding: 5px 8px;
	margin: 0 1px;
	background-color: #FFF;
	border: 1px solid #FFF;
}
p.searchPageNum a:hover {
	background-color: #E6E8E7;
	border: 1px solid #E6E8E7;
	color: #287AA2;
}
p.searchPageNum a.stay, p.searchPageNum a:hover.stay {
	background-color: #CC6600;
	border: 1px solid #B05800;
	color: #FFF;
	text-decoration: none;
}
div#searchBox {
	background-color: #F4F4F4;
	padding: 15px 0;
	margin-bottom: 20px;
}
div#searchform {
	height: 22px;
	margin: 10px auto;
	position: relative;
	width: 220px;
}
.searchform-wrapper .leftform {
	background: url(../images/header_search_left.jpg) left top no-repeat;
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}
#searchform .searchform-wrapper.empty.blurred input {
	color: #7E7E7E;
}
#searchform .searchform-wrapper input.g-prettysearchform {
	border: 0 none;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 4px 0 2px;
	position: absolute;
	right: 60px;
	top: 0;
	width: 156px;
	background: url(../images/header_search_bg.jpg) left top repeat-x;
}
#searchform .searchform-wrapper input.g-prettysearchform {
	margin-left: 20px;
}
#searchform input.g-prettysearchform {
	height: 16px;
	margin-top: 9px;
}
#searchform {
	display: block;
}
#searchform-button {
	padding: 0;
	position: absolute;
	right: 0;
}

/* 施設紹介
-------------------------------*/
* html body dl.list_area dd div {
	display: inline-block;
}
dl.list_area {
	margin-bottom: 10px;
}
dl.list_area dt {
	float: left;
	width: 10em;
	margin-bottom: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
dl.list_area dt span {
	padding: 0.2em 0 0.2em 20px;
	color: #333;
	font-weight: bold;
	background: url(../images/icon_circle.jpg) left top no-repeat;
}
dl.list_area dd {
	margin-left: 34em;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
	border-left: 1px solid #CCC;
}
dl.list_area dd ul {
	margin-bottom: 0;
}
dl.list_area dd ul li {
	list-style: none;
	padding-left: 10px;
	padding-top: 0;
	margin-left: 15px;
	background: url(../images/icon_arrow.gif) left top no-repeat;
}
table.areaTable {
	margin-bottom: 10px;
}
table.areaTable thead {
	border: 1px solid #1694CF;
}
table.areaTable tbody {
	border-top: 1px solid #97C7DD;
	border-left: 1px solid #97C7DD;
}
table.areaTable tbody th, table.areaTable tbody td {
	border-bottom: 1px solid #97C7DD;
	border-right: 1px solid #97C7DD;
}
table.areaTable tbody th, table.areaTable tbody td {
	padding: 8px 10px;
}
table.areaTable tbody th {
	background: url(../../area/images/table_bg_th.jpg) left top;
	color: #0183BF;
}
p.btn_detail_big {
	text-align: right;
}
p.btn_detail_big a {
	display: block;
	width: 120px;
	height: 28px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/btn_detail_big_ov.jpg) right top no-repeat;
	float: right;
}
p.btn_detail_big a img, p.btn_detail_big a:hover {
	visibility: visible;
}
p.btn_detail_big a:hover img {
	visibility: hidden;
}

/* 三菱養和会からのお知らせ
-------------------------------*/
p.date {
	margin-bottom: 10px;
	font-size: 1em;
	color: #2F627F;
	font-weight: normal;
}
a.link_backnumber {
	background: url(../../topics/images/link_backnumber_bg.jpg) 10px center no-repeat #F0F3F3;
	padding: 8px 15px 8px 20px;
}
a.link_backnumber:hover {
	background: url(../../topics/images/link_backnumber_bg_ov.jpg) 10px center no-repeat #3EACDD;
	padding: 8px 15px 8px 20px;
	color: #FFF;
}
* html body dl.topics_list dd div {
	display: inline-block;
}
dl.topics_list {
	clear: both;
	margin-bottom: 20px;
}
dl.topics_list dt {
	float: left;
	width: 9em;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
dl.topics_list dt span {
	padding: 0.2em 0 0.2em 15px;
	color: #333;
	font-weight: bold;
	background: url(../images/icon_arrow.gif) left top no-repeat;
	color: #334451;
}
dl.topics_list dd {
	margin-left: 9em;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
}
dl.topics_list dd ul {
	margin-bottom: 0;
}
dl.topics_list dd ul li {
	list-style: none;
	padding-left: 10px;
	padding-top: 0;
	margin-left: 15px;
	background: url(../images/icon_arrow.gif) left top no-repeat;
}

/* 施設紹介（popup）
-------------------------------*/
#facility {
	background: #EBE4D6;
	color: #333;
}
#facility div#container {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../../facility/images/main_bg.jpg) center top repeat-y;
}
#facility div#content {
	margin: 0 auto;
	font-size: 1.2em;
	text-align: left;
	width: 640px;
}
#facility div#header {
	margin: 0;
	padding: 0;
	background: none;
}
#facility div#header_inner {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}
#facility div#main {
	width: 640px;
	margin: 0;
	padding: 20px 0;
	color: #4C4C4C;
}
#facility div#footer {
	clear: both;
	padding: 0;
	text-align: center;
	background: none;
	height: 50px;
}
#facility div#footer_inner {
	width: 740px;
	clear: both;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
#facility div#btn_info_back_img {
	position: relative;
	left: 514px;
	top: -40px;
	width: 126px;
	background: url(../../facility/images/btn_back_ov.jpg) left top no-repeat;
}
#facility div#btn_info_back_img a {
	display: block;
	width: 126px;
	height: 20px;
}
#facility div#btn_info_back a:hover, #facility div#btn_info_back_img a:hover {
	visibility: visible;
}
#facility div#btn_info_back_img a:hover img {
	visibility: hidden;
}
* html body #facility dl.list dd div {
	display: inline-block;
}
#facility dl.list {
	clear: both;
	margin-bottom: 10px;
}
#facility dl.list dt {
	float: left;
	width: 7em;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
#facility dl.list dt span {
	padding: 0.2em 0 0.2em 20px;
	color: #333;
	font-weight: bold;
	background: url(../images/icon_circle.jpg) left top no-repeat;
}
#facility dl.list dd {
	margin-left: 7em;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
	border-left: 1px solid #CCC;
}
#facility dl.list dd ul {
	margin-bottom: 0;
}
#facility dl.list dd ul li {
	list-style: none;
	padding-left: 10px;
	padding-top: 0;
	margin-left: 15px;
	background: url(../images/icon_arrow.gif) left top no-repeat;
}
#facility div.unchor {
	width: 614px;
	background: #FFF;
	border: 3px solid #CCC;
}
#facility div.unchor ul {
	margin: 0;
	padding: 0;
	width: 614px;
}
#facility div.unchor ul li {
	float: left;
	list-style: none;
	padding: 0 12px 0 0;
	margin: 0 0 10px 12px;
	border-right: 1px solid #CCC;
	white-space: nowrap;
}
#facility div.unchor ul li a {
	display: block;
	padding: 0 0 0 20px;
	margin: 0;
	background: url(../images/icon_unchor.gif) left center no-repeat;
}
table.facilityTable {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 100%;
}
table.facilityTable td {
	border-bottom: 1px solid #CCC;
	background: #F4F4F4;
	padding: 8px;
}

/* ゴルフ練習場
-------------------------------*/
table.courseTable {
	border-top: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	margin-bottom: 2px;
	width: 690px;
}
table.courseTable th {
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	background: #E5E5E5 url(../images/bg_th_gra.jpg) left bottom repeat-x;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	color: #333;
}
table.courseTable td {
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	background: #FFF;
	padding: 5px .5em;
	text-align: center;
	color: #333;
}
table.courseTable td.narrowtd {
	padding: 5px 3px;
}

/* 事業案内
-------------------------------*/
div.serviceBox {
	width: 216px;
	float: left;
	height: 1%;
	border: 1px solid #DBDCE0;
	background: url(../images/servicebox_bottom.jpg) left bottom repeat-x;
}
div.serviceBoxInner {
	padding: 0 10px 17px 10px;
}
div.serviceBoxInner h3 {
	background: url(../images/servicebox_title_bar.jpg) left top no-repeat;
	padding: 0 0 0 12px;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: normal;
}

/**/
.sitemapList {
	width: 325px;
	float: left;
}
.sitemapList h3 {
	padding: 0 4px 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	font-size: 1.2em;
	font-weight: bold;
}
.sitemapList h3 span {
	padding: 0 0 0 8px;
	border-left: 5px solid #D40E16;
}
.sitemapList ul {
	margin-bottom: 15px;
	margin-left: 0;
}
.sitemapList ul li.title {
	list-style: none;
	padding-top: 0;
	display: block;
	padding: 0 12px 10px 30px;
	background: url(../images/icon_menuarrow.gif) 10px -12px no-repeat;
	margin-left: 0;
}
.sitemapList ul li ul, .sitemapList ul li ul li ul {
	margin-bottom: 0;
	margin-left: 0;
}
.sitemapList ul li ul li {
	list-style: none;
	padding-left: 10px;
	padding-top: 0;
	margin-left: 15px;
	background: url(../images/icon_arrow.gif) left top no-repeat;
}
.sitemapList ul li ul li ul li {
	background: none;
	list-style: disc;
	padding-left: 0;
	padding-top: 0;
	margin-left: 15px;
}
ul.arrowlist {
	margin-bottom: 0;
	margin-left: 0;
}
ul.arrowlist li {
	list-style: none;
	padding-left: 10px;
	padding-top: 0;
	margin-left: 0px;
	margin-bottom: 1px;
	background: url(../images/icon_arrow.gif) left top no-repeat;
}

/* お問い合せ */
* html body dl.list_contact dd div {
	display: inline-block;
}
dl.list_contact {
	clear: both;
	margin-bottom: 10px;
}
dl.list_contact dt {
	float: left;
	width: 20em;
	margin-bottom: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
dl.list_contact dt span {
	padding-left: 20px;
	color: #333;
	font-weight: bold;
	background: url(../images/icon_dt.jpg) left top no-repeat;
}
dl.list_contact dd {
	margin-left: 20em;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
	border-left: 1px solid #CCC;
}
dl.list_contact dd ul {
	margin-bottom: 0;
}
dl.list_contact dd ul li {
	list-style: none;
	padding-left: 10px;
	padding-top: 0;
	margin-left: 15px;
	background: url(../images/icon_li_arrow.jpg) left top no-repeat;
}

/* -------------- */
.pcpost_category, .sppost_category {
	display: inline-block;
	color: #ffffff;
	font-size: 78.6%;
	text-align: center;
	padding: 2px 9px;
	white-space: nowrap;	/*min-width:88px;*/

	/*min-width:100px;*/
	min-width: 11.5em;
	background: #fd6b00;
}
.pcpost_category.mmiinfo, .sppost_category.mmiinfo {
	background: #fd6b00;
}
.pcpost_category.mmiclub, .sppost_category.mmiclub {
	background: #0094ed;
}
.pcpost_category.mmigroup, .sppost_category.mmigroup {
	background: #1da412;
}
#sidebarT .mmi_list h4 {
	font-size: .925em;
	margin-bottom: .5em;
}

/* ----- */
.mmi_list a {
	font-weight: normal;
	font-size: 92.55%;
	line-height: 120%;
}
.spcguide p {
	width: 200px;
}
dl.list.spcguidelist dt {
	width: 12em;/*padding-left: 20px;
	text-indent: -20px;*/
}
dl.list.spcguidelist dd {
	margin-left: 13em;
}
dl.list.spcguidelist dt span {
	padding-left: 17px;
}
.spcsupplement {
	font-size: 85.5%;
}
dl.idt1 {
	width: 100%;
	text-align: left;
}
dl.idt1 dt {
	width: 1.2em;
	padding: 2px 0;
	float: left;
}
dl.idt1 dd {
	width: calc(100% - 1.2em);
	padding: 2px 0;
	float: left;
}
.inner_tbl {
	border: none;
}
.inner_tbl td {
	border: none !important;
	padding: 0 10px 0 0 !important;
	text-align: left !important;
	color: #FF6600 !important;
}
.btn_area{
	margin-top: 20px;
	display: block;
}
.btn_area a{
	position: relative;
	display: inline-block;
	/*background-color: #287AA2;*/
	color: #3177a1;
	border-radius: 2px;
	padding: 5px 40px 5px 26px;
	border: solid 1px #dbdbdb;
	background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 13px 6px;
	background-color: #f0f0f0;
}
.btn_area a.link_popup:after{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_popup.gif) right top no-repeat;
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -8px;
}

/* 190307 respi --------------- */
.w_54pct {width: 54%;}
img.photo_s {
	max-width: 152px;
	border: solid 1px #d6d6d6;
	background: #fff;
	padding: 1px;
}


