@charset "UTF-8";

/* 基本スタイル
---------------------------------------------*/
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	font-size: 90%;
	line-height: 1.5;
	color: #222222;
	background-color: #EFEFEF;
	background-image: url(../img/back.gif);
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gohic", sans-serif;
}



h1,h2,h3,h4,h5,h6,p,ul,li{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a {
	color: #993300;
}
a:hover {
	color: #3366FF;
}

img {
	border: 0;	
}
img.banner {
	padding: 3px;	
}

img.waku {
	border: #DDDDDD solid 1px;
}


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

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

.board{
	padding: 10px;
}

img.board{
	padding: 5px;
}

img.border1{
	padding: 0;
	border: #CCCCCC 1px solid;
}

img.border2{
	padding: 2px;
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
}

img.border3{
	padding: 3px;
	background: #FFFFFF;
	border: #CCCCCC 2px solid;
}



.skip {
	display: none;
}

.media1 {
	display: none;
}

.totop {
	font-size: 80%;
	text-align: right;
	padding: 10px;
}



.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clear {
	float: none;
	clear: both;
}


.attention{
	color: #D0413B;
}

.comment {
	color: #666666;
}

.copyright {
font-size: 90%;
color: #666666;
font-style: oblique; 
}

/* Wrapper
---------------------------------------------*/
.Base-center {
	min-width: 926px;
	max-width: 1205px;
	width: expression(document .body .clientWidth < 927? "926px" : document .body .clientWidth > 1206? "1205px" : "100%");
}




.Wrapper { 
	margin: 0px auto;
	width: 98%;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	background: #FFFFFF url(../img/back-left.gif) repeat-y left;
}

.Wrapper2 {
	margin: 0px auto;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	background: url(../img/back-right.gif) repeat-y right;
}







/* たて組レイアウト
---------------------------------------------*/
.contentWrapper {
	width: 100%;
	margin: 0 4px;
}


.header {
	margin: 0 8px 0 0;
	height: 76px;
	padding: 0;
	background: url(../img/title-back.jpg) no-repeat top right;
}


* html .header {
	margin: 0 -10px 0 0;
	height: 76px;
	padding: 0;
	background: url(../img/title-back.jpg) no-repeat top right;
}


.header-top {
	margin: 0 8px 0 0;
	height: 90px;
	padding: 0;
	background: url(../img/title-top-back.jpg) no-repeat top right;
}


* html .header-top {
	margin: 0 -10px 0 0;
	height: 90px;
	padding: 0;
	background: url(../img/title-top-back.jpg) no-repeat top right;
}


.toplogo {
	float: left;
	margin-top: 12px;
}


.top-toplogo {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}

/* 左メニューバック画像
---------------------------------------------*/


.main-content {
	margin: 0;
	padding: 0;
	background: url(../img/menu-back.gif) repeat-y left;
}

/* 左メニュー
---------------------------------------------*/

.content-left {
	float: left;
	margin: 10px 0 0 0;
	width: 189px;
	padding: 0 0 270px 0;
	border-top: #666666 solid 1px;
	background: url(../img/menu-bottom.gif) no-repeat center bottom;
}

.left-bwaku {
	margin: 20px 10px;
	border: #CCCCCC solid 1px;
	background: #FFFFFF;
	text-align: center;
}
.left-banner {
	margin: 10px 0;
	text-align: center;
}
/* 右メニュー
---------------------------------------------*/

.content-right {
	float: right;
	margin: 0 10px 0 -200px;
	width: 100%;
}


* html .content-right {
	float: right;
	margin-left: -200px;
	margin-right: 5px;
	width: 100%;
	text-align: right;
}

.content {
	margin: 5px 0 15px 200px;
	text-align: left;
}

* html .content {
	margin: 5px -10px 15px 200px;
	text-align: left;
}

/* フッター
---------------------------------------------*/


.footer {
	clear: both;
	margin: 0 8px 0 0;
	background: #F0F0F0 url(../img/footer-top.gif) no-repeat left top;
	border-bottom: #CCCCCC solid 1px;
}


* html .footer {
	clear: both;
	margin: 0 -10px 0 0;
	background: #F0F0F0 url(../img/footer-top.gif) no-repeat left top;
	border-bottom: #CCCCCC solid 1px;
}

.footer-menu {
	margin: 0;
	padding: 25px 10px 10px 10px;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
}
.footer-text {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 85%;
	font-weight: normal;
	text-align: center;
}
.footer-banner {
	margin: 10px;
	float: right;
}

.footer-bottom {
	margin: 0;
	background: url(../img/back-footer.gif) repeat-x top;
	height: 8px;
}


/* 上部ヘッダーナビゲーション
---------------------------------------------*/

.topNav {
	float: right;
	margin: 0;
	padding: 0;
}

* html .topNav {
	width: 6em;
	margin: 0;
	padding: 0;
}

.topNav ul {
	margin: 23px 5px;
	text-align: left;
	font-size: 90%;
}
.topNav li {
	height: 23px;
	list-style-type: none;
	font-family: "Century Gothic", Tahoma, Arial, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.topNav li a {
	display: block;
	width: 6em;
	padding: 3px 0 6px 12px;
	background-image: url(../img/dot-sankaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.topNav li a:hover {
	background-image: url(../img/dot-sankaku2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* ナビゲーション
---------------------------------------------*/
.globalNav {
	position: relative;
	width: 190px;
	margin-bottom: 20px;
	border-bottom: #FFFFFF solid 1px;
}
#content {
	border-top: #666666 solid 1px;
}
.globalNav li {
	list-style-type: none;
	height: 37px;
	border-top: #FFFFFF solid 1px;
	border-bottom: #666666 solid 1px;
}


.globalNav li img {
	border: none;
	vertical-align: top;
}


.globalNav li a {
	/*¥*/
	overflow: hidden;
	text-decoration: none;
	/**/	
}
.globalNav li a:hover {
	text-decoration: none;
}


.globalNav2 {
	position: relative;
	margin: 10px 0px 20px 10px;
	font-size: 90%;
	text-align: left;
	font-weight: bold;
}
.globalNav2 li {
	list-style-type: none;
	padding: 0px 0px 5px 10px;
}
.globalNav2 li a {
	padding: 0px 0px 5px 20px;
	list-style-position: outside;
	background: url(../img/dot1.gif) no-repeat left;
}

.globalNav2 li a:hover {
	list-style-type: none;
	padding: 0px 0px 5px 20px;
	list-style-position: outside;
	background: url(../img/dot2.gif) no-repeat left;
}


.smenu {
	position: relative;
	margin: 0 0 15px 0;
	font-size: 90%;
	text-align: left;
	height: 22px;
	border-bottom: #C8ABAB solid 1px;
	border-right: #C8ABAB solid 1px;
	letter-spacing: 0.1em;	
}
.smenu li {
	float: right;
	margin: -3px 0 0 0;
	padding: 3px 10px 3px 20px;
	list-style-type: none;
	border-left: #C8ABAB 1px solid;
	background: #F3F3F3 url(../img/dot-sankaku.gif) no-repeat left center;
}

.smenu li a {
	/*¥*/
	overflow: hidden;
	/**/	
}
.smenu li a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}



/* topimage
---------------------------------------------*/

.top-image{
	height:254px;
	margin: 10px;
	background: url(../img/topimage.jpg) no-repeat left;
	}



/* top-information
---------------------------------------------*/

.info{
	margin: 10px;
	text-align: right;
	background: url(../img/info-body1.gif) repeat-y left;
}
.info2{
	background: url(../img/info-body2.gif) repeat-y right;
	margin: 0;
}

.info-top{
	height:40px;
	background: url(../img/info-top1.gif) no-repeat left top;
	margin: 0;
	padding: 0;
	text-align: right;
}
.info-top2{
	height:40px;
	background: url(../img/info-top2.gif) no-repeat right top;
	margin: 0;
	padding: 0;
}
.info-bottom{
	height:6px;
	background: url(../img/info-bottom1.gif) no-repeat left bottom;
	margin: 0;
	padding: 0;
	text-align: right;
}

.info-bottom2{
	height:6px;
	background: url(../img/info-bottom2.gif) no-repeat right bottom;
	margin: 0;
	padding: 0;
}

.info-inner{
	padding: 0 10px;
	margin: 5px 10px 10px 0;
	height:400px; 
	border:0px; 
	overflow: auto;
}

* html .info-inner{
	padding: 0px 0px;
	margin: 5px 10px 5px 0;
	width: 95%;
	text-align: left;
}


.info iframe{
	border: 0px;
	height: 250px;
	overflow: auto;
	width: 100%;
}

* html .info iframe{
	margin: 0 20px;
	padding: 0px;
	border: 0px;
	height: 150px;
	overflow: auto;
	width: 80%;
}




/* パン屑リスト
---------------------------------------------*/
.plist {
	font-size: 80%;
	color: #555555;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0 5px 10px 5px;
}

.plist li {
	float: left;
	list-style-type: none;
	margin: 0 5px; 
}
.plist li a {
	display: inline;
}
	

/* メインテキスト指定
---------------------------------------------*/

.indent {
	margin: 10px 30px;
}
.indent-left {
	margin-left: 100px;
	line-height: 1.5;
}

.date {
	font-size: 80%;
	line-height: 150%;
	color: #666666;
	margin-right: 40px;
	margin-left: 20px;
	text-align: right;
}


.content .waku {
	margin: 10px 20px;
	padding: 15px;
	border: #BBBBBB 1px solid;
	text-align: left;
	background-color: #FFFFFF;
}

.content .waku2 {
	margin: 10px;
	padding: 15px;
	border: #996666 1px solid;
	text-align: left;
	background-color: #FFFFFF;
}

.content .waku .main-text {
	margin: 10px 20px;
}
.content .waku .main-text h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 10px;
	background-color: #EEEEEE;
	border: 0px;
}

.content .waku .main-text ul {
	margin: 5px 45px;
}
.content .waku .main-text ol {
	margin: 5px 50px;
}
.content .waku2 .main-text {
	margin: 10px 20px;
}

.content h1 {
}


.content h2 {
	font-size: 160%;
	color: #663300;
	font-weight: bold;
	margin: 5px 10px;
	padding: 15px 20px 10px 30px;
	background: url(../img/title-back.png) no-repeat left top;
	letter-spacing: 0.2em;
	height: 65px;
}


.content .member h2 {
	font-size: 160%;
	color: #660000;
	font-weight: bold;
	margin: 5px 10px;
	padding: 15px 20px 10px 30px;
	background: url(../img/member-title-back.png) no-repeat left top;
	letter-spacing: 0.2em;
	height: 65px;
}

.content h3 {
	font-size: 140%;
	color: #330000;
	font-weight: bold;
	margin: 10px 0 20px 0;
	padding: 5px 10px;
	border-bottom: 3px double #996666;
}
.content h4 {
	font-size: 110%;
	color: #114FA6;
	font-weight: bold;
	margin: 20px;
	padding: 0 10px;
	background-color: #EEEEEE;
}


.content .waku2 h4 {
	font-size: 110%;
	color: #114FA6;
	font-weight: bold;
	margin: 20px;
	padding: 0 10px;
	background-color: #FFFFFF;
}

.content h5 {
	font-size: 100%;
	color: #732B34;
	font-weight: bold;
	margin: 10px 30px;
	border-bottom: #D5C6D1 1px solid;
}
.content p {
	font-size: 95%;
	line-height: 1.5;
	padding: 0 35px 5px 35px;
}


.content .main-text p {
	font-size: 100%;
	color: #222222;
	line-height: 1.5;
	margin: 10px 0;
	padding: 0 20px 5px 20px;
}
.content ul.list1{
	margin: 20px 40px;
	font-size: 100%;
	color: #111111;
	list-style-type: none;
	line-height: normal;
}

.content .list1 li{
	padding: 0 5px 10px 20px;
	background: url(../img/dot-list.gif) left top no-repeat;
}


.content ul.list2{
	margin: 10px 50px;
	font-size: 90%;
	list-style-type: none;
	line-height: normal;
}
.content .list2 li{
	padding: 0 5px 5px 20px;
	background: url(../img/dot-list-s.gif) left top no-repeat;
}


.content ol.list{
	margin: 10px 30px 10px 60px;
	list-style-position: outside;
}


.content .list li{
	padding: 0 5px 10px 0;
}


.content table{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 90%;
	text-align: left;
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	
}

.content td{
	border: 0;
	padding: 5px 1em;
	text-align: left;
	vertical-align: top;
	border-bottom: #CCCCCC solid 1px;	
}
.content .gakkai ul {
	list-style-type: none;
}
.content .gakkai li {
	list-style-type: none;
}
.content .gakkai table {
	width: 85%;
	border: 0px;
	margin: 10px 50px;
}
.content .gakkai td {
	padding: 5px 20px;
	border-bottom: #CCCCCC solid 1px;	
}
.content .gakkai td.title {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 30px;
	padding: 5px 10px 5px 15px;
	background: url(../img/dot-topwn.gif) repeat-y left;
	vertical-align: middle;
}
.content th {
	background: url(../img/th-back.jpg) right repeat-y;
	width: 9em;
	padding: 5px 1em;
	margin: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	letter-spacing: 0.2em;
}





/* リンク集
---------------------------------------------*/

ul.links{
	margin: 5px 10px 30px 20px;
}
.links li{
	padding: 0px 0px 15px 20px;
	font-size: 100%;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../img/dot-sankaku-link.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


/* サイトマップ
---------------------------------------------*/ 
.sitemap{
	margin: 0px 10px 3px 40px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: bold;
}

.sitemap li{
	margin-left: 20px;
	padding: 15px 0px 0px 25px;
	font-size: 100%;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../img/dot-sitemap.gif);
	background-position: left top;
	background-repeat: no-repeat;
}



/* トップページ指定
---------------------------------------------*/

.count{
	text-align: center;
	margin: 20px 0;
	font-size: 90%;
	color: #555555;
	line-height: 110%;
}

/* お問い合わせ
---------------------------------------------*/
input.text {
	width: 490px;
	padding: 5px;
	border: #BBBBBB solid 1px;
	background-color: #FFFFFF;
}

input.text2 {
	width: 120px;
	padding: 5px;
	border: #BBBBBB solid 1px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

textarea.text {
	width: 490px;
	padding: 5px;
	border: #BBBBBB solid 1px;
	background-color: #FFFFFF;
}
input:focus {
	background-color: #EFEFEF !important;
}
textarea:focus {
	background-color: #EFEFEF !important;
}



input.button {
	margin: 10px 5px 5px 5px;
	padding: 3px;
	font-size: 100%;
	width: 6em;
	border: 3px double #BBBBBB;
	background-color: #FFFFFF;
}

input.button:focus {
	border: 3px double #91636E;
	background-color: #FFDDEA !important;
	color: #660000;
}


input.price {
	width: 200px;
	padding: 5px;
	border: #AAAAAA solid 2px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 140%;
	text-align: center;
}


.price {
	width: 200px;
	padding: 5px;
	border: #AAAAAA solid 2px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 140%;
	text-align: center;
}

.contact-after{
	font-weight: bold;
	color: #000000;

}
.soshin-red{
	font-weight: bold;
	color: #FF0835;
	font-size: 110%;
	text-align: center;
}
.soshin-after{
	font-weight: bold;
	color: #3333CC;
	font-size: 140%;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	margin: 5px;
}



/*　bbs用
---------------------------------------------*/

.topwnew {
	margin: 0px 20px;
}


* html .topwnew {
	margin: 0px 30px;
}

.topwnew .date {
	font-size: 90%;
	line-height: 1.5;
	text-align: right;
	margin: 0;
}
.topwnew ul {
	margin: 10px 0px;
}
.topwnew li {
	list-style-type: none;
	margin: 5px 5px 0 5px;
	text-align: left;
}
.topwnew table {
	width: 100%;
	border-top: #CCCCCC solid 2px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.topwnew td.title {
	font-size: 115%;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 10px 5px 15px;
	border: 0px;
	vertical-align: middle;
	border-bottom: #CCCCCC solid 1px;
	background-image: url(/img/dot-sankaku.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.topwnew td.icon {
	padding: 5px;
	margin: 0;
	border: 0px;
	width: 100px;
	text-align: right;
	vertical-align: middle;
	border-bottom: #CCCCCC solid 1px;
}

.topwnew td.cont {
	padding: 5px 5px 5px 20px;
	border: 0px;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	font-size: 100%;
	line-height: 1.5;
}
.bbs .date {
	font-size: 90%;
	line-height: 150%;
	color: #666666;
	margin: 0 0 20px 0;
	text-align: right;
}


.bbs ul {
	margin: 5px 0px;
}
.bbs li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 5px 10px 3px 10px;
}


.bbs .title {
	font-size: 100%;
	color: #114FA6;
	font-weight: bold;
	line-height: 1.5;
	padding: 0px 10px 8px 10px;
}

.backnext {
	font-size: 85%;
}

.topwnew .backnext {
	font-size: 85%;
	border-top: #CCCCCC solid 2px;
	padding-top: 5px;
}

.bbsfooter {
	font-size: 90%;
}
