@charset "shift_jis"; 

/*	--- main.css ---	*/



/*	---本文エリアの各種設定ここから---	*/

/*	本文パート--記事タイトル	*/
.title     {
	text-align: left;
	font-size: 20px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image:    url(image/sakura1.gif);
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #633031;
	background-repeat: no-repeat;
	text-indent: 35px;
	background-position: left center;
 }

/*	カテゴリ名	*/
.subTitle    {
	color:              #333;
	font-size:           16px;
	font-family:         "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka-等幅", Osaka, "平成角ゴシック";
	font-weight:         bold;
	line-height:         normal;
	background-image:    url(image/happa1.gif);
	background-repeat:   no-repeat;
	background-position: left bottom;
	text-align:          left;
	text-indent:         30px;
	border-bottom:       none #339933;
	 }



/*	カテゴリ名	*/
.subsubTitle  {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FF6699;
	line-height: 18px;
	text-indent: 12px;
 }

.sssubTitle {
	font-weight: lighter;
	font-size: 14px;
	text-decoration: underline;
	color: #333333;
}

/*	各イベント情報のボックス外側	*/
.newsBox {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left
}

	 
/*	記事本文	*/
.news {
	border: solid 0px #ffdab9;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}



/*	subheader	*/
.subHeader {
	width: 700px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: center;
}


/*	情報	*/
.info {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 10px 0px 10px 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left: 5px solid #999999;
}


/*	添付画像	*/
.img  { 
	background-color: white; 
	margin: 0px 10px 0px 10px; 
	padding: 5px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #c0c0c0 #808080 #808080 #c0c0c0;
 }

/*	添付ファイル	*/
.icon  {
	margin-top:   0;
	margin-bottom: 0;
	padding:       0 5px;
	 }



/*	添付ファイルのキャプション	*/
.caption {
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px 2px;
}

/*	添付画像配置（左）	*/
.photoBoxL {
	margin-right: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	float: left;
}

/*	添付画像配置（右）	*/
.photoBoxR  {
	margin-left:   10px;
	padding-left: 10px;
	padding-bottom: 30px;
	float:          right;
 }


/*	添付画像配置（上下）	*/
.photoBoxC {
	margin-left: auto;
	margin-right: auto;
}

/*	記事フッタ(投稿者、コメント、TB等)	*/
.newsFoot  { 
	color: #666666; 
	font-size: 12px; 
	text-align: right;
	margin-right: auto;
	float: center;
}
/*	トップへ戻る	*/

.clear{
	clear:both;
	}


/*	---本文エリアの各種設定ここまで---	*/

