@charset "utf-8";
/* ---------------------------------------------------------------------
オプション
--------------------------------------------------------------------- */

.test-a {
	float: left;
	height: 250px;
	width: 250px;
}

.test-b {
	float: right;
	height: 250px;
	width: 250px;
}

/* ---------------------------------------------------------------------
    default
--------------------------------------------------------------------- */

/* ------------------------------------- スペーサー*/

.margin5d {
     margin:0 0 5px 0 !important;
}

.margin10d {
     margin:0 0 10px 0 !important;
}

.margin15d {
     margin:0 0 15px 0 !important;
}

.margin20d {
     margin:0 0 20px 0 !important;
}

.margin25d {
     margin:0 0 25px 0 !important;
}

.margin30d {
     margin:0 0 30px 0 !important;
}

.margin35d {
     margin:0 0 35px 0 !important;
}

.margin40d {
     margin:0 0 40px 0 !important;
}

.margin45d {
     margin:0 0 45px 0 !important;
}

.margin50d {
     margin:0 0 50px 0 !important;
}

.margin60d {
     margin:0 0 60px 0 !important;
}


.margin15t20d {
     margin:15px 0 20px 0 !important;
}

.margin30t20d {
     margin:30px 0 20px 0 !important;
}

.margin30t30d {
     margin:30px 0 30px 0 !important;
}

/* ------------------------------------- スペーサー2*/

.padding5 {
     padding:5px !important;
}

.padding10 {
     padding:10px !important;
}

.padding15 {
     padding:15px !important;
}

.padding20 {
     padding:20px !important;
}

.padding30 {
     padding:30px !important;
}

/* -------------------------------------ページ内リスト */

.sub-frame ul {
     margin:0 0 30px 40px !important;
}

.sub-frame ul li {
/*     list-style-type: circle;  */
}

.sub-frame ol {
     margin:0 0 30px 40px !important;
}

.sub-frame ol li {
     list-style-type: decimal;
}

/* ------------------------------------- フォント*/

.font75 {
     font-size:75% !important;
}

.font80 {
     font-size:80% !important;
}

.font85 {
     font-size:85% !important;
}

.font110 {
     font-size:110% !important;
}

.font120 {
     font-size:120% !important;
}

.font160 {
     font-size:160% !important;
}

.font180 {
     font-size:180% !important;
}

.font200 {
     font-size:200% !important;
}

.fontRed {
     color: #F00;
}

.fontBrown {
     color: #630;
}

.fontOrange {
     color: #F60;
}

.fontYellow {
     color: #F90;
}

.fontAqua {
     color: #09C;
}

/* ------------------------------------- その他表など*/

table.Table1 {
    border-collapse: collapse;
     width:90%;
     margin:5px auto 15px  !important;
}

table.Table1 td {
    border: 1px solid #DDD;
     padding:10px;
}

.bgColorYellow {
     background-color: #FFFFE8;
}

.bgColorGray {
     background-color: #F5F5F5;
}

.bgColorWhite {
     background-color: #FFF;
}

.bgColorPnk {
     background-color: #FFE4E1;
}

.bgColorBeige {
     background-color: #ffedc6;
}

.width15 {
     width:15% !important;
}

.width20 {
     width:20% !important;
}

.width25 {
     width:25% !important;
}

.width30 {
     width:30% !important;
}

.width35 {
     width:35% !important;
}

.width40 {
     width:40% !important;
}

.width50 {
     width:50% !important;
}

.width70 {
     width:70% !important;
}

.tableTitle {
     color:#ff9a00;
     font-size:120%;
     font-weight:bold;
     margin:20px 0 -30px 0  !important;
}

.tableTitle2 {
     font-size:90%;
     margin:0 0 -30px 0  !important;
}

/* ------------------------------------- */



/* ---------------------------------------------------------------------
リンクカラー
--------------------------------------------------------------------- */

/* ---　基本リンクカラー　--- */
a {
	text-decoration: none;
	color: #007440;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}



.faq-frame a:link,
.faq-frame a:visited
 {
	color: #333333;
	text-decoration: underline;
}

.faq-frame a:hover {
	color: #0099CC;
	text-decoration: underline;
}


/* -- 画像ロールオーバー -- */

.topic0 a:hover img,
.topic1 a:hover img,
.topic2 a:hover img,
.topic2-first a:hover img,
.top1 a:hover img,
.top2 a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
} 

.h_r a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
} 


/* -- コピーライト -- */
.copyright {
	clear:both;
	text-align: right;
	height: 60px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-family:  "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","sans-serif","Century Gothic","futura", "helvetica", "Osaka"; }
	font-size: 9px; color: #cc6600;line-height:180%;}
}


/* ---------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　　　　END　リンクカラー
--------------------------------------------------------------------- */

/* ---------------------------------------------------------------------
検索フォーム
--------------------------------------------------------------------- */

#searchform1 {
	position: relative;
}
#keywords1	{
	width: 160px;
	height: 16px;
	border: 1px solid #CCC;
	padding: 2px 2px 2px 26px;
	background-color: #FFFFFF;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 8px 3px;
}
#searchBtn1	{
	position: absolute;
	top: 0;
	left: 195px;
}

#search-submit {
	background-image: url(../images/btn1.gif);
	width: 58px;
	height: 23px;
	padding-bottom: 3px;
	border:none;
	text-indent: -9999px;
}

/* ---------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　　　　END　リンクカラー
--------------------------------------------------------------------- */


/* ---------------------------------------------------------------------
文字装飾
--------------------------------------------------------------------- */
.font_16 {
	font-size: 16px;
	font-weight: bold;
}

.font_16_gray {
	font-size: 16px;
	color: #666666;
}

.font_red {
	color: #DD0000;
}



.font_12 {
	font-size: 12px;
	line-height: 1.7em;
}

.font_mos {
	color: #8F7F43;
}

/* -- 文字サイズボタン -- */




/* ---------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　　　　END　文字装飾
--------------------------------------------------------------------- */


/* ---------------------------------------------------------------------
画像スペーサー
--------------------------------------------------------------------- */

.topic1 .image-d10 {
	margin-bottom: 10px;
}

.topic1 .image-r10d10 {
	margin-right: 10px;
	margin-bottom: 10px;
}


/* ---　右サイドバー画像スペーサー　--- */
.sidebanner img,
.sidebanner a img {
	margin-bottom: 10px;
}


/* ---------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　　　　END　画像スペーサー
--------------------------------------------------------------------- */


/* ---------------------------------------------------------------------
テーブル
--------------------------------------------------------------------- */

/* ---　リンクページ用テーブル　--- */
#link-table td {
	font-size: 90%;
	line-height: 1.4em;
	text-align: left;
	vertical-align: top;
	padding-bottom: 7px;
}



/* ---　店舗情報　--- */

#shop-table1,#shop-table2 {
	margin-right: auto;
	margin-left: auto;
}
.shop-td_l {
	line-height: 200%;
	text-align: left;
	vertical-align: top;
	width: 135px;
	background-image: url(../images/border1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.shop-td_r {
	line-height: 200%;
	text-align: left;
	vertical-align: top;
	width: 400px;
	background-image: url(../images/border1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}



/* ---------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　　　　END　テーブル
--------------------------------------------------------------------- */


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

.navi-left {
	float: left;
	width: 300px;
}

.navi-right {
	float: right;
	width: 300px;
}

p {
	padding-bottom: 10px;
}

.clear {
	clear:both;
}


hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5CBEFF;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}


.archive-day {
	color: #CA8722;
}

.go-detail {
	text-align: right;
	padding-left: 12px;
}


.waku_0_15 {
	padding-top: 5px;
	padding-right: 15px;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-bottom: 5px;
}
.waku_10_15 {
	padding-top: 10px;
	padding-right: 15px;
	text-align: left;
	vertical-align: top;
}

.gray-waku {
	border: 5px solid #cccccc;
	padding: 15px;
	width: 229px;
}

.under_line1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c48f70;
	margin-bottom: 10px;
	line-height: 1.5em;
}


.gray-bar {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #848484;
	height: 25px;
	padding-left: 15px;
	line-height: 2em;
	margin-bottom: 5px;
	width: 535px;
	margin-top: 7px;
}

.purple-bar {
	font-size: 12px;
	color: #666666;
	background-color: #E2DAED;
	height: 25px;
	line-height: 2em;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 3px;
}

.notes {
	font-size: 12px;
	line-height: 1.5em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #CCCCCC;
	padding: 10px;
	text-align: left;
}

/* リスト枠*/

.list-0frame {
	width: 172px;
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
	float: left;
	margin-right: 13px;
	vertical-align: top;
	height: 290px;
}

.list-1head {
	text-align: center;
	background-color: #B5B36F;
	color: #FFFFFF;
}

.list-2core {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*end リスト枠*/

.line1 {
	background-image: url(../images/line1.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 248px;
	position: relative;
	left: -30px;
}

/* サムネールでシュッと拡大表示するJS*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("../images/magplus.cur"), pointer;
	margin: 0px;
	padding: 0px;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("../images/magminus.cur"), pointer;
}
.PopBoximageshrink
{
	cursor: url("../images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

/* ---------------------------------------------------------------------
tinymceと共用
--------------------------------------------------------------------- */

.modelcourse-text1 {
	font-size: 160%;
	font-weight: bold;
	color: #B40065;
	padding-top: 5px;
	padding-bottom: 5px;
}

.modelcourse-a {
	background-image: url(../images/modelcourse-a.gif);
	background-repeat: no-repeat;
	height: 205px;
	width: 55px;
	text-align: left;
	vertical-align: top;
	font-family: sans-serif, Geneva, Arial, Helvetica;
}

.en-modelcourse-a {
	background-image: url(../images/en-modelcourse-a.gif);
	background-repeat: no-repeat;
	height: 205px;
	width: 55px;
	text-align: left;
	vertical-align: top;
	font-family: sans-serif, Geneva, Arial, Helvetica;
}

.ch-modelcourse-a {
	background-image: url(../images/ch-modelcourse-a.gif);
	background-repeat: no-repeat;
	height: 205px;
	width: 55px;
	text-align: left;
	vertical-align: top;
	font-family: sans-serif, Geneva, Arial, Helvetica;
}

.ko-modelcourse-a {
	background-image: url(../images/ko-modelcourse-a.gif);
	background-repeat: no-repeat;
	height: 205px;
	width: 55px;
	text-align: left;
	vertical-align: top;
	font-family: sans-serif, Geneva, Arial, Helvetica;
}

.modelcourse-b {
	background-image: url(../images/modelcourse-b.gif);
	background-repeat: no-repeat;
	height: 74px;
	width: 140px;
	padding-left: 10px;
	font-size: 130%;
	font-weight: bold;
	color: #740C6A;
	text-align: left;
	vertical-align: top;
}

.modelcourse-ca {
	background-image: url(../images/modelcourse-ca.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 100px;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 7px;
	font-weight: bold;
	color: #FFFFFF;
}

.modelcourse-cb {
	background-image: url(../images/modelcourse-cb.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 43px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 11px;
	font-size: 70%;
}

.modelcourse-d {
	background-image: url(../images/modelcourse-d.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 140px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 110%;
	font-weight: bold;
	color: #740C6A;
	text-align: left;
	vertical-align: top;
	font-family: sans-serif, Geneva, Arial, Helvetica;
}

.modelcourse-e {
	background-image: url(../images/modelcourse-e.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 150px;
	text-align: left;
	vertical-align: top;
}

.event-box {
	background-color: #F7F8F8;
	width: 280px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 80%;
	line-height: 1.5em;
}

.term-text {
	font-weight: bold;
	color: #6FBA2C;
}

.term-title-text {
	font-size: 140%;
	font-weight: bold;
	color: #006428;
}

.first-text {
	color: #A40000;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 25px;
}

.first-s-text {
	color: #0052A4;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 25px;
}

.about-text {
	font-size: 140%;
	color: #007440;
	font-weight: bold;
	padding-bottom: 7px;
}

.about-box p {
	margin: 0px;
	padding: 0px;
}

.topic2-event p {
	margin: 0px;
	padding: 0px;
}

.about-waku {
	background-color: #FEF2DF;
	width: 584px;
	padding-top: 10px;
	padding-right: 33px;
	padding-bottom: 15px;
	padding-left: 33px;
	margin-bottom: 30px;
}

.about-history {
	background-repeat: no-repeat;
	padding: 23px;
	width: 440px;
	vertical-align: top;
	background-color: #F1F8F1;
}

.conference-text {
	font-weight: bold;
	color: #007BC4;
}

.link-text {
	font-size: 160%;
	font-weight: bold;
	color: #00A080;
	padding-left: 16px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #00A080;
	padding-top: 7px;
	margin-bottom: 10px;
}

#link-tb {
	color: #7E5614;
}

.access-text {
	font-size: 140%;
	font-weight: bold;
	color: #333333;
}

.term-text {
	font-weight: bold;
	color: #6FBA2C;
}

.maru {
	margin-bottom: 10px;
	background-image: url(../images/icon-maru.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.sankaku {
	margin-bottom: 10px;
	background-image: url(../images/icon-sankaku.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.shikaku {
	margin-bottom: 10px;
	background-image: url(../images/icon-shikaku.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}



.maru-title-bar {
	margin-bottom: 10px;
	background-image: url(../images/icon-bmaru.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	height: 42px;
	width: 581px;
	line-height: 3.3em;
}

.sankaku-title-bar {
	margin-bottom: 10px;
	background-image: url(../images/icon-bsankaku.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	height: 42px;
	width: 581px;
	line-height: 3.4em;
}

.shikaku-title-bar {
	margin-bottom: 10px;
	background-image: url(../images/icon-bshikaku.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	height: 42px;
	width: 581px;
	line-height: 3.3em;
}

.sitecolor-title-bar {
	font-size: 100%;
	line-height: 2.3em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
	height: 30px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.gray-title-bar {
	font-size: 100%;
	line-height: 2.3em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	height: 30px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.sitecolor-underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.gray-underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.red-underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.sitecolor-tensen-underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.gray-tensen-underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.red-tensen-underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


.yellow-text-box {
	background-color: #FFFFCC;
	padding: 15px;
	margin-bottom: 10px;
}

.blue-text-box {
	background-color: #ccffff;
	padding: 15px;
	margin-bottom: 10px;
}

.gray-text-box {
	background-color: #f4f4f4;
	padding: 15px;
	margin-bottom: 10px;
}



.lllllllllllllllllll {
}

.aligncenter,
dl.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
