@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: 6px; 
	 border-left: 10px solid #36F;
 }

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


/*	カテゴリ名	*/
.subsubTitle  { 
	color: #000; 
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: underline; 
	margin-top: 0; 
	margin-bottom: 20px; 
	padding-top: 0; 
	padding-bottom: 10px;
 }



/*	各イベント情報のボックス外側	*/
.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;
}
.toiawase   {
	color:      #000;
	font-size:   12px;
	line-height: 18px;
	margin:      10px 0 10px 30px;
	padding:     10px 0 10px 10px;
	border-left: 5px solid #c9f;
	 }

/*	添付画像	*/
.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;
}
/*	トップへ戻る	*/



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