/*-----------------------------------------リンク--*/
.a01{
	font-size: 12px;
}
.a01:link{
	color: #333333;
	text-decoration: none;
}
.a01:visited{
	color: #333333;
	text-decoration: none;
}
.a01:hover{
	color: #FF0000;
	text-decoration: underline;
}
.a01:active{
	color: #FF0000;
	text-decoration: none;
}
/*-----------------------------------------リンク--*/
.a02{
	font-size: 12px;
}
.a02:link{
	color: #0000FF;
	text-decoration: underline;
}
.a02:visited{
	color: #0000FF;
	text-decoration: underline;
}
.a02:hover{
	color: #FF0000;
	text-decoration: underline;
}
.a02:active{
	color: #FF0000;
	text-decoration: underline;
}
/*-------------------------------------外部レイアウト枠--*/
.table-main {
	width: 680px;
	margin: 10px 0 10px 0;
}
.td-left {
	width: 23%;
	height: 100%;
	text-align: center;
	vertical-align: top;
	background-color: #DDDDDD;
	border: 1px solid #666666;
}
.td-right {
	width: 77%;
	height: 100%;
	text-align: center;
	vertical-align: top;
	padding-right: 0px;
	padding-left: 10px;
}
/*---------------------------------------表示階層リンク--*/
.table-carrent {
	width: 100%;
	margin-bottom: 5px;
	text-align:left;
}
.td-carrent {
	font-size: 12px;
	color: #333333;
}
/*-----------------------------------------データ表示部--*/
.table-sdata-main01 {
	width: 500px;
	height: 50px;
	background-image: url(img/title.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.table-sdata-main02 {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.table-sdata-main03 {
	width: 100%;
}
.td-sdata-line {
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	border-top: 1px solid #666666;
	height: 19px;
}
.td-sdata-pic {
	text-align: left;
	vertical-align: top;
	height: 50px;
	width: 50px;
}
.td-sdata-title {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.td-sdata-comment {
	font-size: 12px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	width: 75%;
	font-weight: normal;
}
.td-sdata-comment2 {
	font-size: 12px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	font-weight: normal;
}
.td-sdata-comment3 {
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding-bottom: 10px;
	font-weight: normal;
}
.td-sdata-price {
	font-size: 14px;
	font-weight: 900;
	color: #FF0000;
	text-align: right;
	vertical-align: middle;
	width: 25%;
}
.td-sdata-mode {
	font-size: 14px;
	font-weight: 900;
	color: #FF0000;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}
.td-sdata-right {
	vertical-align: top;
}
.td-picarea {
	text-align: center;
	vertical-align: top;
}
.td-sdata-pic2 {
	text-align: center;
	vertical-align: top;
	width: 33%;
}
.td-sdata-line2 {
	font-size: 12px;
	color: #333333;
	text-align: right;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 19px;
}
/*------------------------------------------メニュー部---*/
.td-menu-title {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 20px;
}
.td-menu-category1 {
	font-size: 12px;
	color: #333333;
	background-color: #DDDDDD;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 20px;
}
.td-menu-category1r {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFCC;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 20px;
}
.td-menu-category2 {
	font-size: 12px;
	color: #333333;
	padding: 4px 4px 4px 15px;
	border-bottom: 1px dotted #999999;
	background-color: #F0F0F0;
	height: 20px;
}
.td-menu-category2r {
	font-size: 12px;
	color: #333333;
	padding: 4px 4px 4px 15px;
	border-bottom: 1px dotted #999999;
	background-color: #FFFFCC;
	height: 20px;
}
/*-----------------------------------------ページ表示部--*/
.table-prevnext {
	width: 100%;
	margin-top: 10px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
}
.td-par {
	font-size: 12px;
	color: #333333;
	width: 160px;
}
.td-prevnext {
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.td-prev {
	font-size: 12px;
	color: #333333;
	width: 50px;
}
.td-next {
	font-size: 12px;
	color: #333333;
	text-align: right;
	width: 50px;
}
.form-button-par {
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
	border: thin outset;
}
/*-----------------------------------------------検索部--*/
.table-sort {
	width: 100%;
	background-color: #DDDDDD;
	border: 1px solid #666666;
	padding: 2px;
}
.td-sort {
	font-size: 12px;
	color: #333333;
	text-align: center;
	width: 15%;
}
.td-searchform {
	text-align: right;
	font-size: 12px;
	color: #333333;
}
.form-text {
	font-size: 12px;
	color: #333333;
	width: 110px;
}
.form-button {
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
	border: thin outset;
}
.form-button-r {
	font-size: 12px;
	color: #333333;
	background-color: #FFFF00;
	border: thin outset #FFFF99;
}
/*---------------------------------------メールフォーム--*/
.table-mail {
	width: 100%;
	background-color: #666666;
	text-align: left;
}
.td-mail-title {
	font-size: 12px;
	color: #333333;
	text-align: center;
	width: 20%;
	background-color: #DDDDDD;
	padding: 3px;
}
.td-mail-comment1 {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 3px;
}
.td-mail-comment2 {
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
	padding: 3px;
}
.td-mail-comment3 {
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
	font-weight: bold;
	padding: 10px;
	line-height: 15px;
}
.td-mail-comment4 {
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
	padding: 10px;
	line-height: 15px;
	width: 80%;
}
.form-mail01 {
	font-size: 12px;
	color: #333333;
	width: 200px;
}
.form-mail02 {
	font-size: 12px;
	color: #333333;
	width: 300px;
	height: 50px;
}
.form-mail03 {
	font-size: 12px;
	color: #333333;
	width: 100px;
}
.form-mail04 {
	font-size: 12px;
	color: #333333;
	width: 300px;
	height: 100px;
}
.td-mail-top {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
.td-mail-bottom {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-align: right;
}
.td-mail-error {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	text-align: center;
}
.td-mail-message {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
/*ポップアップ-------------------------------------------*/
.body-popup {
	background-color: #FFFFFF;
}
