/*全体テーブル(コンテナ)設定*/
table#container {
	background-color: #FFF;
	margin-bottom: 40px;
}

div#seotxt {
	display: block;
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
	height: auto;
	vertical-align: middle;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(general_item/seotxtbg_white.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #EED;
}
div#seotxt p {
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	color: #666;
}
div#title {
	height: 300px;
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	background-image: url(general_item/img_header_ailogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;

}
div#title p, div#title h1, div#title h2 {
	display: none;
}
/*サイドメニュー設定_余白のみ (詳細は別CSS)*/
td#sidemenu {
	width: 200px;
	background-color: #DDD;
}
/*メインコンテンツ設定 ※各ページ詳細は別CSSにて*/
td#mainblock {
	padding: 20px 30px 40px;
}

/*フッタ：テキストメニュー*/
td#txtmenu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 10px 30px;
}
td#txtmenu p {
	font-size: 12px;
	height: 20px;
	line-height: 12px;
}

/*フッタ：地球屋広告*/
td#compad {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
td#compad p {
}
/*住所表記*/
td#address {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
td#address p{
}
/*コピーライト*/
td#copyright {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	letter-spacing: 1px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBA;
	background-color: #BB9;
	background-image: url(general_item/seotxtbg.gif);
}
td#copyright p {
	font-size: 10px;
	line-height: 13px;
	color: #666;
}
/*パーテーション：ドットバー*/
div.partation {
	background-image: url(general_item/dotbar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	color: #FFF;
}
p.partation {
	background-image: url(general_item/dotbar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
	text-indent: -9999px;
	display: block;
}
