/****************************************************************************/
/****************************************************************************/
/**　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 　*********/
/**　「/*●」「●*/」で囲まれたコメントのある行以外をいじる場合は 　*********/
/**　MovableTypeのテンプレートや設定を適切に変更しなければいけない　*********/
/**　可能性があるので注意すること　　　　　　　　　　　　　　　　 　*********/
/**　背景画像のファイルネームを変更する場合は　　　　　　　　　　 　*********/
/**　アップする画像の名前を変更すること　　　　　　　　　　　　　 　*********/
/**　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 　*********/
/****************************************************************************/
/****************************************************************************/

/****************************************************************************/
/**全般**********************************************************************/
/**構造**********************/
	/*●ページの一番後ろの背景の指定を行う●*/
	#out-frame{
	}
	/*●外枠の設定●*/
	#in-frame{
		border: 1px dashed #BBA3AE;/*●装飾●*/
		background-color:FFA449;/*●背景色●*/
		background-image:url(./img/in-bg.gif);/*●画像●*/
		background-repeat:repeat-x;/*●●*/
		padding: 10px 10px 10px 10px;
		width:800px;
		margin:auto;
		text-align:left;
	}
	/*●ページの下側の設定●*/
	#in-bottom{
		border-top:3px double black;/*●線設定●*/
		margin: 10px 0px 0px 0px;
		text-align:right;
		padding: 10px 30px 0px 0px;
	}
	#menu-side{
		width:200px;
		float:left;
		margin-right:20px;
	}
		.menu-sp,.menu-top,.menu-sub,.menu-relate{
			margin: 20px 0px 0px 0px;
		}
	#main-side{
		width:550px;
		float:left;
	}

/**汎用枠**********************/
	/*●汎用枠上部の設定●*/
	.frame-top{
		height:50px;/*●使用画像の高さを入力●*/
		/*●background-color:#FFDEE7;背景色●*/
		/*●border-top: 1px dashed #BBA3AE;装飾上●*/
		/*●border-right: 1px dashed #BBA3AE;装飾右●*/
		/*●border-left: 1px dashed #BBA3AE;装飾左●*/
		background-image:url(./img/frame-top.gif);/*●画像●*/
		background-repeat:no-repeat;/*●●*/
		background-position: bottom;/*●●*/
		width:550px;
		margin: 0px;
		padding: 0px;
	}
	/*●汎用枠ボディ部分の設定●*/
	.frame-body{
		background-image:url(./img/frame-bg.gif);/*●画像●*/
		background-repeat:repeat-x;/*●●*/
		background-position: bottom;/*●●*/
		border-right: 1px solid #645A7F;/*●装飾右●*/
		border-left: 1px solid #645A7F;/*●装飾左●*/
		background-color:white;/*●背景色●*/
		padding: 10px 0px 0px 0px;
		text-align:center;
		width:550px;
	}
	.frame-text{
		background-color:white;/*●背景色●*/
		width:520px;
		margin: 0px 10px 0px 10px;
		padding: 10px 20px 10px 20px;;
		text-align:left;
	}
		.f-body-right-align{
			width:520px;/*幅（”frame-text”と同じ）*/
			margin: 0px;
			padding:0px;
			text-align:right;
		}
		.f-body-left-align{
			width:520px;/*幅（”frame-text”と同じ）*/
			margin: 0px;
			padding:0px;
			text-align:left;
		}
		.f-body-center-align{
			width:520px;/*幅（”frame-text”と同じ）*/
			margin: 0px;
			padding:0px;
			text-align:center;
		}
	/*●汎用枠下部の設定●*/
	.frame-bottom{
		height:10px;/*●使用画像の高さを入力●*/
		border-right: 1px solid #645A7F;/*●装飾右●*/
		border-left: 1px solid #645A7F;/*●装飾左●*/
		border-bottom: 1px solid #645A7FE;/*●装飾下●*/
		background-color:#FFA449;/*●背景色●*/
		/*●background-image:url(./img/frame-bottom.gif);画像●*/
		/*●background-repeat:no-repeat;●*/
		width:550px;
	}

/**タグ**********************/
/*●全般の設定●*/
/****************************/
	html	{
		scrollbar-base-color: #BBA3AE;/*●スクロールバー色●*/
		/*●font-family:"ＭＳ 明朝";フォントファミリー●*/
	}
	body	{
		/*●background-image:url(./img/bg.gif);画像●*/
		background-color: #BBA3AE;/*●背景色●*/
		font-size:13px;/*●フォントサイズ●*/
		color:#4C49C0;/*●文字色●*/
		background-color: #BBA3AE;/*●背景色●*/
		line-height: 140%;
		text-align: center;
	}
	hr{
		color:white;/*●色●*/
	}
	a:link	{
		color:#E336CA;/*●リンク色●*/
		text-decoration: underline;
	}
	a:visited	{
		color:#E336CA;/*●訪問済リンク色●*/
		text-decoration: underline;
	}
	a:active	{
		color:#E336CA;/*●クリック時リンク色●*/
		text-decoration: underline;
	}
	a:hover {
		color:#412481;/*●ポイント時リンク色●*/
		text-decoration: underline;
		position:relative;
		top:1px;/**/
		left:1px;/**/
	}

/**基本・共通**********************/
	/*●履歴等の日付部分の設定●*/
	.date{
		color:red;/*●日付：フォント色●*/
		font-weight:bold;/*●日付：フォントの太さ●*/
	}

/**トップページ**********************************************************************/
	#main-grf{
	}
		/*●メイン画像枠上部の設定（ボディと下部は汎用が使用される）●*/
		.main-grf-top{
			height:50px;/*●高さ●*/
			/*●background-color:#FFDEE7;背景色●*/
			/*●border-top: 1px dashed #BBA3AE;装飾上●*/
			/*●border-right: 1px dashed #BBA3AE;装飾右●*/
			/*●border-left: 1px dashed #BBA3AE;装飾左●*/
			background-image:url(./img/main-grf-top.gif);/*●画像●*/
			background-repeat:no-repeat;/*●●*/
			background-position: bottom;/*●●*/
			margin:0px;
			padding:0px;
			width:550px;
		}
	#emergency{
		margin-top:10px;
	}
		/*●重要なお知らせ枠上部の設定（ボディと下部は汎用が使用される）●*/
		.emergency-top{
			height:50px;/*●使用画像の高さを入力●*/
			/*●background-color:#FFDEE7;背景色●*/
			/*●border-top: 1px dashed #BBA3AE;装飾上●*/
			/*●border-right: 1px dashed #BBA3AE;装飾右●*/
			/*●border-left: 1px dashed #BBA3AE;装飾左●*/
			background-image:url(./img/emergency-top.gif);/*●画像●*/
			background-repeat:no-repeat;/*●●*/
			background-position: bottom;/*●●*/
			margin:0px;
			padding:0px;
			width:550px;
		}
	#whats-new{
		margin-top:10px;
	}
		/*●更新履歴枠上部の設定（ボディと下部は汎用が使用される）●*/
		.whats-new-top{
			height:50px;/*●使用画像の高さを入力●*/
			/*●background-color:#FFDEE7;背景色●*/
			/*●border-top: 1px dashed #BBA3AE;装飾上●*/
			/*●border-right: 1px dashed #BBA3AE;装飾右●*/
			/*●border-left: 1px dashed #BBA3AE;装飾左●*/
			background-image:url(./img/whats-new-top.gif);/*●画像●*/
			background-repeat:no-repeat;/*●●*/
			background-position: bottom;/*●●*/
			width:550px;
			margin:0px;
			padding:0px;
		}
	#information{
		margin-top:10px;
	}
		/*●お知らせ枠上部の設定（ボディと下部は汎用が使用される）●*/
		.information-top{
			height:50px;/*●使用画像の高さを入力●*/
			/*●background-color:#FFDEE7;背景色●*/
			/*●border-top: 1px dashed #BBA3AE;装飾上●*/
			/*●border-right: 1px dashed #BBA3AE;装飾右●*/
			/*●border-left: 1px dashed #BBA3AE;装飾左●*/
			background-image:url(./img/information-top.gif);/*●画像●*/
			background-repeat:no-repeat;/*●●*/
			background-position: bottom;/**/
			width:550px;
			margin:0px;
			padding:0px;
		}

/**個別アーカイブページ**********************************************************************/
	.entry-banner{
		margin: 0px 0px 0px 0px;
	}
	
	.cv{
		font-size:120%;
		font-weight:bold;
	}
	.ev-dummy{/*イベント絵サムネイルのダミー画像*/
		height:0px;
		width:200px;
	}
	.ev-space{/*イベント絵サムネイルのマージン用*/
		height:0px;
		width:20px;
	}

/**プロジェクト固定**********************************************************************/
/**タグ**********************/
	html	{
		margin: 0px;
	}
	img{
		border: 0px;
	}
	p{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	ul{
		margin: 0px 0px 0px 40px;
		padding: 0px 0px 0px 0px;
	}


