@import url(/HpCss/www.homepe.net/mmb/jquery-ui-mmb.css);
*{
	font-family: "ＭＳ Ｐ明朝", sans-serif;
	line-break: normal;
}
html{
	background: url(/SSL/www.hysjp.com/images/back.jpg) repeat 0 0 #F1E8D4;
}
body{
}
img{
	border: 0px;
}
hr{
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,100,0,0), rgba(0,100,0,0.75), rgba(0,100,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,100,0,0), rgba(0,100,0,0.75), rgba(0,100,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,100,0,0), rgba(0,100,0,0.75), rgba(0,100,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,100,0,0), rgba(0,100,0,0.75), rgba(0,100,0,0));
}
.Required{}
#log{
	clear: both;
}
#Failed{}
#InfoWindow{}
#InfoDetail{}
.attention{
	background-color: transparent;
}
.MsgIcon{}
.BlackIcon{}
.StdBtn{
	background-color: #013b8b;
	color: #fff;
}
.SmallBtn{
	font-size: 9pt;
}
.ToTop{
	display: block;
	margin: 20px 0px 5px auto;
	font-size: small;
	text-align:right;
	width: 50px;
}
.MouseOver{
	background: #edc5c5;
}
input[type="text"],
select,
option,
textarea{ 
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
input[type="text"],
textarea{ 
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
	width:98%;
}
.default{
	width: auto ! important;
}
textarea.memo{
	height: 20em;
}
/******* UI Dialog用 *******/
.ui-widget-header {
	border: 1px solid #4E3527;
	background-color: #25140b; 
}
.ui-dialog .ui-dialog-title {} 
.ui-dialog .ui-dialog-content { border: 0; background: none; }
.ui-dialog .ui-dialog-buttonpane { background-color:#fff; }
.ui-datepicker *{font-size: 10pt;}

/******* 会員システム用 *******/
#Login{
	background: url(/images/login.jpg) no-repeat left top;
	padding-top: 60px;
	text-align: center;
	height: 135px;
	width: 288px;
}
#Login *{
	font-family: "ＭＳ Ｐゴシック";
}
#Online{
	margin-top: 5px;
	background: url(/images/online.jpg) no-repeat left top;
	padding-top: 55px;
	text-align: center;
	height: 95px;
	width: 288px;
}

.gray{ color: #cecece ! important; }

#MbbsMessage{
	position: fixed;
	background: no-repeat center;
}
#MbbsArticles{}
/* 親記事 */
div.MbbsThread{
	padding: 15px;
	border: 1px solid #cecece;
	margin-bottom: 3px;
}
div.MbbsThread img.MbbsIcons{
	width: 50px;
	height: 50px;
	float:left;
}
div.MbbsThread span.MbbsName{
	font-size: 14pt;
	font-weight: bold;
	color:#002a00;
	margin: 15px auto 0px 15px;
}
div.MbbsThread p.MbbsBody{
	font-size: 12pt;
	margin: 0px 5px 0px 5px;
	padding: 15px 10px 10px 10px;
}
div.MbbsThread img.MbbsImage{
	display: block;
	max-width: 600px;
	min-width: 400px;
	margin: 10px auto;
	text-align: center;
	/*border: 1px solid #f00;*/
	
	width: 600px;
}
div.MbbsThread span.MbbsDate{
	font-size: 9pt;
	color: #999;
	margin-left: 15px;
}

/* コメント記事 */
div.MbbsComment{
	font-size: 10pt;
	/*border: 1px solid #cecece;*/
	background-color: #ebf8ea;
	padding: 5px;
	margin: 1px 5px 0px 20px;
}
div.MbbsComment img.MbbsIcons{
	width: 30px;
	height: 30px;
	float:left;
}
div.MbbsComment span.MbbsName{
	font-size: 12pt;
	font-weight: bold;
	color:#002a00;
}
div.MbbsComment p.MbbsBody{
	font-size: 10pt;
	border: 0px;
	margin: 0px 5px 0px 5px;
	padding: 3px;
}
div.MbbsComment img.MbbsImage{
}
div.MbbsComment span.MbbsDate{
	font-size: 9pt;
	color: #999;
	margin-left: 15px;
}

/* コメント記事投稿 */
#MainForm{
	margin: 20px 0px;
	border-bottom: 1px dotted #cecece;
}
textarea#mbbs_bsbody{
	width: 100%;
	height: 5em;
	font-size: large;
	color: #000;
}
div.MbbsComment textarea{
	width: 80%;
	height: 3em;
	font-size: medium;
	color: #000;
}

#DispArea div{
	font-weight: bold;
	font-size: x-large;
	margin: 20px auto;
	text-align: center;
}
#DispArea table{
	width: 95%;
	border: 1px solid #999;
	border-collapse: collapse;
}
#DispArea caption{
	font-weight: bold;
	font-size: large;
	background: url(/images/caption_bg.png) no-repeat 40px center;
	height: 35px;
	text-align: left;
	padding-left: 90px;
	line-height: 35px;
}
#DispArea table th{
	background-color: #ebf8ea;
	border: 1px solid #999;
}
#DispArea table td{
	text-align: center;
	padding: 5px;
	border: 1px solid #999;
}

/* イベント */
#CalenNavi{
	text-align:left;
	overflow:hidden;
}
#CalenNavi input.SmallBtn{
	background: url(/HpImages/common/btn.png) repeat-x center center #ccc;
	padding: 2px;
}
#CalenNavi input.PageActive{
	background: url(/HpImages/common/btn.png) repeat-x center center #4ec045;
}
div.UnderBlock{
	border-top: 1px dotted #cecece;
	padding-top: 2px;
}
div.MmbEvent{
	border: 3px solid #324b2d;
	background: url(/HpImages/bg_gra_h.png) repeat-x top left #ffffeb ;
	margin: 25px auto;
	padding: 5px;
	width: 98%;
	text-align: left;
}
div.Syusai{
	background-color: #edc5c5 ;
}
div.MmbName{
	background: url("/HpImages/arrow_left2b.gif") no-repeat left center;
	border-bottom: 1px dotted #cecece;
	padding: 0 0 0 20px;
}
div.MmbName a{
	font-weight: bold;
	font-size: 14pt;
	margin-right: 10px;
	/*color: #0089a2;*/
}
div.MmbPlace{
	border-bottom: 1px dotted #cecece;
	padding: 5px 0px;
}
div.MmbDetail{
	border-bottom: 1px dotted #cecece;
	padding: 5px 0px;
}
div.MmbAttend textarea{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	width:80%;
	min-height: 1em;
	overflow:auto;
}
div.EntryComment{
	background: url('/HpImages/exclamation_16.png') #005766 no-repeat 3px center;
	color: #fff;
	padding: 2px 2px 2px 24px;
	text-align: left;
	font-weight: bold;
}
div.MmbAttend input.StdBtn{
	background-color: #005766;
}
/**************************/
/* 大外枠 */
div.Main{
	width: 1020px;
	min-width: 1020px;	/* 内寸 + border-left + border-right (NN用)*/
	border-left: 0px solid #936747;
	border-right: 0px solid #936747;
	border: 0px solid #936747;
	padding: 0px 0px;
	position: relative;
	margin: 0 auto;
	background: url(/SSL/www.hysjp.com/images/bg.jpg) repeat-y center center;
}
/****************************/
/* ページヘッダー */
div.Bodyheader{
	background: url(/SSL/www.hysjp.com/images/header.jpg) no-repeat center -20px;
	margin: 0 auto;
	text-align: center;
	border: 0px solid #936747;
	height: 10px;
}
div.Bodyheader a#PageTop{
}
div.Bodyheader h1{
	text-align: left;
	text-decoration: none ! important;
	/*
	width: 690px;
	height: 100px;  これをかくとFlashの上に文字が表示される(IE7)
	*/
	font-weight: normal;
	font-size: x-small;
	cursor: default;
	border: 0px solid #ff0000;
	color:#C18D02;
}
div.Flash{
	width: 1000px;
	margin: 0 auto;
	height: 250px;
	position: relative;
}
div.Flash img{
}
div.Flash span{
	position:absolute;
	top: 0;
	left: 0;
	height:250px;
	width: 1000px;
	display: block;
	background: url(/SSL/www.hysjp.com/images/flash.png) no-repeat left top;
}
/****** SubMenu(dropmenu) ******/
div.Menus{
	position: relative;
	height: 45px;
	z-index: 0;
	width: 1000px;
	background: url(/SSL/www.hysjp.com/images/menu_bg.jpg) repeat-x center center;
	margin: 0 10px;
	padding:0;
	z-index: 10;
}
div.Menus *{
	margin:0;
	padding:0;
}
/****** SubMenu(dropmenu) ******/
div.Menus .dropdown{
	list-style:none;
}
div.Menus .dropdown li{
	position:relative;
	float:left;
	display: block;
	width: 199px;
	border-right: 1px solid #999;
}
div.Menus .dropdown li img{
	margin-right: 1px;
}
div.Menus .dropdown ul{
	width:225px;
	position: absolute;
	top: 45px;
	left: 0px;
	overflow:hidden;
	display:none;
	list-style:none;
	background: #013b8b;
}
div.Menus .dropdown ul li{
	border-right: 0px solid #999;
}
div.Menus .dropdown ul li a, 
div.Menus .dropdown ul li a:active,
div.Menus .dropdown ul li a:visited {
	background: url('/HpImages/bg_gra_h.png') top left repeat-x #013b8b;
	width:225px;
	font-weight: bold;
	padding: 15px;
	color: #fff;
	display:block;
	text-decoration:none;
}
div.Menus .dropdown ul li a:hover{
	background: url('/HpImages/arrow_left2w.gif') no-repeat 10px center #011843 ! important;
	color:#fff;
	padding-left: 25px;
}
/****** SubMenu(dropmenu)ここまで ******/

/****** コンテンツ表示 ******/
div.Bodys{
	width: 999px;
	margin: 0 auto;
	background-color: #fff;
	border-top: 5px solid #053200;
	padding-top: 10px;
}
div.Bodys:after{
	content:".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
div.Contents{
	position: relative;
	float: left;
	width: 680px;
	padding-top: 0px;
	margin-left: 10px;
	text-align: center;
}
div.SideMenu{
	width: 260px;
	height: 100%;
	margin-right: 10px;
	float: right;
}
div#PageMenu{
	padding: 5px 0px;
}
div.SideMenu h2,
div#PageMenu h2{
	font-family: "メイリオ", sans-serif;
	color:#fff;
	font-size:20pt;
	font-weight:bold;
	padding: 3px 0px;
	margin: 0;
	text-align: center;
	border: 0px solid #000;
	background: url(/SSL/www.hysjp.com/images/side.jpg) #013B8B left bottom repeat-x;
}
div#PageMenu a{
	display:block;
	padding: 5px 5px 5px 25px;
	width: 225px;
	text-align: left;
	color:#fff;
	text-decoration:none;
	border: 1px solid #182f15;
	margin: 1px auto;
	background: url('/HpImages/arrow_left2w.gif') no-repeat 10px center #013B8B;
	float: left;
}
div#PageMenu a:hover{
	background: url('/HpImages/arrow_left2w.gif') no-repeat 10px center #011843 ! important;
}
/********* コメント表示 *********/
#PageTitle{
	width: 960px;
	margin: 15px auto 0px auto;
	height: 30px;
	text-align: left;
	font-size: 12pt;
	color: #aa3200;
	font-weight: bold;
	padding: 10px;
	background: url(/SSL/www.hysjp.com/images/Sasie-1.png) no-repeat right bottom #fff9eb;
	border: 1px dotted #ffe7ab;
	border-bottom: none;
}
#Comments{
	width: 960px;
	margin: 0px auto 15px auto;
	padding: 10px;
	text-align: left;
	font-size: small;
	color: #532c02;
	background: url(/SSL/www.hysjp.com/images/Sasie-1.png) no-repeat right bottom #fff9eb;
	border: 1px dotted #ffe7ab;
	border-top: none;
}
/****** テーブル用クラス ******/
/* 汎用テーブル */
table.Layout{
	width: 680px;
	background: url(/HpImages/bg_gra_h.png) repeat-x left bottom #e5f2ff;
	
}
table.Layout td{
}
div.Update{
}
.Title{
	background: url(/SSL/www.hysjp.com/images/title.jpg) no-repeat left center;
	padding-left: 30px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝";
	font-style: italic;
	font-size: 14pt;
	margin: 10px auto 0px auto;
	color: #fff;
	height: 50px;
	line-height: 46px;
	text-align:left;
}
.Caption{
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	padding-left: 15px;
	border-left: 7px solid #013b8b;
	height: 30px;
	line-height: 30px;
	clear: both;
	background: url(/HpImages/bg_w2.png) repeat-y right center #cecece;
}
.Article{
	font-family: Arial, "ＭＳ 明朝", sans-serif ! important;
	color: #000000;
	padding: 10px;
	margin:5px 0px;
	/*border: 2px solid #4b94fa;*/
	text-align: left;
	/*background-color: #fff;*/
	line-height: 1.5em;
}

.Date{
	padding: 8px 5px 8px 0px;
	margin-bottom: 5px;
	font-size: small;
	text-align: right;
	border-top: 1px dotted #cecece;
	border-bottom: 1px dotted #cecece;
}
table.Basictable{
	margin: 20px auto;
	width: 100%;
	border-collapse: collapse;
}
table.Basictable caption{
	font-weight: bold;
	font-size: x-large;
	letter-spacing: -0.05em;
	text-align: left;
	padding-left: 85px;
	height: 65px;
	line-height: 65px;
	background: url(/SSL/www.hysjp.com/images/caption.png) no-repeat left center;
}
table.Basictable th{
	background: url(/HpImages/bg_w.png) repeat-y center #142b11;
	padding: 5px;
	border: 1px solid #999;
}
table.Basictable td{
	text-align: left;
	margin: 15px;
	padding: 3px;
	color: #000;
	border: 1px solid #999;
}
td.Empty{
	border: none ! important;
}
/******************/
#CopyRight{
	font-size: x-small;
	color:#DECCAF;
	margin: auto auto 5px 20px;
	padding: 90px 0px 0px 0px;
	border: 0px ridge #8c6e56;
	text-shadow: 5px 5px 10px #fff;
	text-align: left;
}
div.Bodyfooter{
	clear: both;
	background: url(/SSL/www.hysjp.com/images/footer.jpg) no-repeat center bottom;
	text-align: center;
	font-size: 12pt;
	padding: 0px 10px 0px 10px;
	border: 0px solid #000000;
	word-break: keep-all;
	color: #fff;
	height: 90px;
	padding-top: 110px;
}
#Copyright{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	margin-top: 50px;
	font-size: 9pt;
	color: #cbf3ff;
}
div.Bodyfooter a{
	color: #f0ffff;
	text-decoration: none;
	padding: 0px 3px;
	margin: 5px auto;
	font-size: 10pt;
}
div.Bodyfooter a:hover{
	color: #fff;
	text-decoration: underline;
}
div.Admin{
	background: url(/SSL/www.hysjp.com/images/back.jpg) repeat 0 0 #F1E8D4;
	clear: both;
	padding: 5px 10px;
	height: 12px;
	text-align: right;
	font-size: x-small;
	color: #fff;
}
div.Admin a{
	font-size: x-small;
	text-decoration: none;
	color: #fff;
}
div.Admin a:hover{
	color: #000;
}
/******************/
div.Powered{
	padding: 0px 10px;
	background: url(/SSL/www.hysjp.com/images/back.jpg) repeat 0 0 #F1E8D4;
	height: 10px;
	font-size: 8pt;
	text-align: center;
	border: 0px solid #000000;
}
div.Powered a{
	font-family: "MS UI Gothic";
	color: #bbb;
	text-decoration: none;
}
