body {
	margin: 0px;
	text-align: center;
	width:100%;
	background-image: url(../img/back_body.gif);
}


/* タグ基本設定 */
form {
	margin: 0px;
}
img {
	border: 0px;
}
strong {
	font-weight: normal;
}
em {
	color: #222222;
	font-weight:normal;
	font-style: normal;
	background-image: url(../img/line_break.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 1px;
}


/* リンク色 */
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}


/* id指定 */
#float_left {
	float: left;
}
#float_right {
	float: right;
}
#float_clear {
	clear: both;
}
#red {
	color: #FF0000;
}
#sign {
	color: #660000;
}
#error {
	color: #BB0000;
}

/* ヘッダー用サイトロゴ */
.header {
	width: 700px;
	padding: 0px;
	background-image: url(../img/back_header.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
.header ul {
	list-style-type: none;
	margin: 0px;
	background-image: url(../img/back_menu.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 40px;
	width: 700px;
}
.header li {
	float: left;
	margin: 0px;
	padding: 0px;
}


/* TOPページメイン画像 */
.photo {
	padding-top: 15px;
	padding-bottom: 15px;
}


/* SUBページパンくず */
.bread_crumbs {
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 15px;
	background-image: url(../img/sign.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}


/* 左メニュー */
.left {
	width: 180px;
	float: left;
}
.left ul {
	margin: 0px;
	padding: 0px;
}
.left li {
	list-style-type: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	background-image: url(../img/left_date.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
}

/* 右メニュー */
.rightmenu {
	width: 170px;
	float: right;
}

/* 右コンテンツ */
.right {
	float: right;
	width: 500px;
	margin-bottom: 20px;
}
.right h3 {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../img/back_h3.gif);
	height: 30px;
	width: 500px;
	line-height: 30px;
	text-indent: 10px;
	margin: 0px;
}
.right h4 {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../img/back_h4.gif);
	height: 30px;
	width: 500px;
	line-height: 30px;
	text-indent: 10px;
	margin: 0px;
}
.right p {
	margin: 10px;
}
.right .half_right {
	float: right;
	margin-top: 7px;
	margin-right: 7px;
	width: 250px;
	text-align: right;
}
.right .half_right .resize {
	width: 40px;
	height: 14px;
}
.right .chart {
	margin-left: 5px;
}
.right .chart img {
	float: left;
}
.right ul {
	padding: 0px;
	margin: 10px;
}
.right li {
	list-style-type: none;
	background-image: url(../img/btn_back.gif);
	background-repeat: no-repeat;
	width: 222px;
	height: 27px;
	line-height: 27px;
	float: left;
	text-indent: 20px;
}
.contents {
	padding-left: 20px;
}
.contents h2 {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../img/back_h2.gif);
	height: 30px;
	width: 660px;
	line-height: 30px;
	text-indent: 10px;
	margin: 0px;
}
.contents p {
	margin: 10px;
	padding-right: 15px;
}


/* 入力フォーム */
.formdesign {
	border: 1px solid #EEEEEE;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.formdesign th {
	background-color: #FF9900;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-left-color: #FF9933;
	color: #FFFFFF;
	padding: 3px;
}
.#white {
	color: #FFFFFF;
}
.formdesign td {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	height: 30px;
	color: #666666;
	line-height: 16px;
}


/* フッター */
.footer {
	background-image: url(../img/back_footer.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 25px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer p {
	float: right;
	text-align: right;
	margin: 0px;
	line-height: 20px;
}


/* 背景 */
.back {
	width: 730px;
	text-align:left;
	font-size:12px;
	line-height:16px;
	color: #666666;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 600px;
}
.back .shadow {
	background-image: url(../img/back_shadow.gif);
	background-repeat: repeat-y;
	width: 700px;
	padding-right: 7px;
	padding-left: 3px;
}
.back .shadow_top {
	background-image: url(../img/back_shadow_top.gif);
	height: 15px;
	width: 710px;
	line-height: 10px;
}
.back .shadow_bottom {
	background-image: url(../img/back_shadow_bottom.gif);
	height: 15px;
	width: 710px;
	line-height: 10px;
}
