@charset "shift_jis";


body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 17pt;
	color: #333333;
	background-color: #ffffff;
	background: #ffffff url(img/bg.gif);	/*背景*/
	margin: 0px;
	padding: 0px;
}

/*リンク
---------------------------------------------------------------------------*/
#box {
	background-color: #FFFFFF;
	width: 820px;
	background: url(img/bg_tbl.gif) repeat-y;
	height: all;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;

}
h1 {
	font-size: 12px;
	color: #ffffff;
}
h2 {
	font-size: 14px;
	color: #cccccc;
}
/*リンク
---------------------------------------------------------------------------*/
a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #ff6694;
	text-decoration: none;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background: url(img/top.gif) no-repeat;	/*お花のメイン画像を背景画像として設定*/
	width: 820px;
	height: 84px;
	position: relative;
}

/*ロゴ画像の配置位置設定*/
#header #title {
	position: absolute;
	top: 90px;
	left: 230px;
}

/*h1タグ設定*/
#header h1 {
	font-size: 12px;	/*タイトル上のコメント*/
	font-weight: normal;
	position: absolute;
	top: 70px;
	left: 230px;
	color: #ffffff;
}

/*メイン
---------------------------------------------------------------------------*/
#main {
	width: 560px;
	display: inline;
	margin-left: 130px;
	margin-top: 10px;
	padding-bottom: 100px;
}

/*h2見出し設定*/
#main h2 {
	font-size: 100%;
	color: #FFFFFF;	/*文字色*/
	line-height: 25px;
	height: 25px;
	margin-top: 5px;
	padding-left: 10px;
	overflow: hidden;
}

#main p {
	padding: 0.5em 10px 1em;
}



/*テーブル
----------------------------------------------------------------------------------*/
.t1 {
	border: none;
	padding: 5px;
	width: 500px;
}

.t1 td {
	vertical-valign: middle;
}

.t1 strong {
	font-weight: normal;
	border-bottom: 1px dotted #bbe8ff;
	display: block;
	margin-bottom: 10px;
}


/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	clear: both;
	margin: 0px;
	padding-bottom: 10px;
	width: 100%;
}
