/* ================================================================
Basic CSS for PAC page layout
This CSS file created by Moonstone, Moonstone Studio
Moonstone Studio at http://www.msstudio.org/
in Moonstone Studio Performing Arts Center(PAC) at
                    http://www.msstudio.org/pac/
Ver.1.0 on August 29th,2009(Release Version) Modified some parameters
=================================================================== */
/***** 詳細はaboutCSS_pac.txtを参照のこと *****/

/* 全体のmarginとpaddingを初期化(0にする) */
*{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

/* ウィンドウ全体の体裁 */
body{
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",Times New Roman,arial,helvetica,serif;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	background: #bbf7ca url(../../images/pageback00.jpg);
	color: #000000;
}

/* TOP全体＆プルダウンメニューの基礎部分 */
#container {
	width: 930px;
	text-decoration: none;
	margin: 10px auto;
/*	border: solid 1px #ff0000;*/
}

/* フッター(連絡先) */
#footer_address {
	width: 913px;
	height: 48px;
	background: #ffffe0;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	border: solid #005000;
	border-width: 2px;
	padding: 5px;
	margin: 8px auto;
}

/* メールアイコン表示 */
#icon_mail {
	position: relative;
	float: left;
	left: 120px;
}

/* メールアイコン横の文字列 */
#mail_info {
	clear: right;
}

/* メールアドレスのカモフラージュ表示 */
#maildirection {
	color: #0000ff;
	direction: rtl;
	unicode-bidi: bidi-override;
}
