@charset "Shift_JIS";
/*-----/CommonStyles/-----*/

/*/ AllStyles /*/
* {
	padding: 0;
	margin: 0;
}
/*--------------------*/

/*/ SEOTEXT /*/
h1.seotext {
	display: none;
}
/*--------------------*/
/*リンクの文字設定*/
a:link   {color:#ffffff;}
a:visited{color:#F5F5F5;}
a:hover  {color:#FDF8F2;} 

/*/ table class="data"のデザインは下記で変更可能です/*/
table.data { /*テーブルのデザイン*/
	width: 500px; /*幅*/
	height: ; /*高さ*/
	border-collapse: collapse; /*ボーダー同士の隣接間隔*/
	border: 1px solid #000; /*ボーダー（線幅・線の種類・色）*/
	margin: 10px; /*マージン*/
}
table.data th { /*見出しのデザイン*/
	color: #fff;
	width: 200px; /*幅*/
	height: ; /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: #666; /*背景色*/
	padding: 5px; /*パディング*/
	border: 1px solid #000; /*ボーダー*/
}

table.data td { /*セルのデザイン*/
	width: 300px; /*幅*/
	height: ; /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: ; /*背景色*/
	padding: 5px; /*パディング*/
	border: 1px solid #000; /*ボーダー*/
}

/*/ table class="data"のデザインは下記で変更可能です/*/
table.data_menu { /*テーブルのデザイン*/
	width: ; /*幅*/
	height: ; /*高さ*/
	border-collapse: ; /*ボーダー同士の隣接間隔*/
	border: ; /*ボーダー（線幅・線の種類・色）*/
	margin: ; /*マージン*/
}
table.data_menu th { /*見出しのデザイン*/
	color: ;
	width: ; /*幅*/
	height: ; /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: ; /*背景色*/
	padding: ; /*パディング*/
	border: ; /*ボーダー*/
}
	
table.data_menu td { /*セルのデザイン*/
	width: ; /*幅*/
	height: 23px;  /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: ; /*背景色*/
	padding: ; /*パディング*/
	border: ; /*ボーダー*/
	font-size: 14px;
}

table.data_top { /*セルのデザイン*/
	width: ; /*幅*/
	height: ;  /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: ; /*背景色*/
	padding: ; /*パディング*/
	border: ; /*ボーダー*/
	font-size: ;
	margin-left: 6px; /*マージン*/
}

table.data_top td { /*セルのデザイン*/
	width: ; /*幅*/
	height: ;  /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: ; /*背景色*/
	padding: ; /*パディング*/
	border: ; /*ボーダー*/
	font-size: 12px;
	margin-left: 4px; /*マージン*/
}		

/*--------------------*/

/*/ img /*/
img {
	border: none;
}
/*--------------------*/

/*/ form /*/
form {
	margin: 0;
}
/*--------------------*/

/*/ p /*/
p {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	margin-bottom: 1em;
}
/*--------------------*/

/*/ fontsize-xtra_large /*/
.large_x {
	font-size: 18px;
	line-height: 1.3em;
}
.large_x_nomargin {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.large_x_h {
	font-size: 18px;
	line-height: 1.5em;
}
.large_x_h_nomargin {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 0;
}
/*--------------------*/

/*/ fontsize-large /*/
.large {
	font-size: 16px;
	line-height: 1.3em;
}
.large_nomargin {
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.large_h {
	font-size: 16px;
	line-height: 1.5em;
}
.large_h_nomargin {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 0;
}
/*--------------------*/

/*/ fontsize-midium /*/
.midium {
	font-size: 14px;
	line-height: 1.3em;
}
.midium_nomargin {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.midium_h {
	font-size: 14px;
	line-height: 1.5em;
}
.midium_h_nomargin {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 0;
}
/*--------------------*/

/*/ fontsize-small /*/
.small {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 1px;
}
.small_nomargin {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.small_h {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.small_h_nomargin {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 0;
}
/*--------------------*/

/*/ fontsize-xtra_small /*/
.small_x {
	font-size: 10px;
	line-height: 1.3em;
}
.small_x_nomargin {
	font-size: 10px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.small_x_h {
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.small_x_h_nomargin {
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 0;
}
/*--------------------*/

/*/ fontsize_for_img_caption /*/
.caption_l {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
}
.caption_s {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
}
/*--------------------*/

/*/ fontsize_for_img_caption_center /*/
.caption_l_center {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: center;
}
.caption_s_center {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: center;
}
/*--------------------*/

/*/ fontsize_for_img_caption_right /*/
.caption_l_right {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: right;
}

.caption_s_right {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: right;
}
/*--------------------*/


.menu_tokoname {
	font-size: 12px;
	color:#333333;
	margin: 10px 0 0 30px;
	line-height: 1.3em;
	letter-spacing: 1px;
}

.osusume_text {
	font-size: 12px;
	margin: 2px 0 5px 5px;
	line-height: 1em;
	letter-spacing: 1px;
}

.side_menu {
	font-size: 14px;
	margin: 5px 0 0 10px;
	line-height: 1em;
	letter-spacing: 1px;
}

.syouhin_text {
	font-size: 12px;
	margin: 2px 0 2px 0;
	line-height: 1em;
	letter-spacing: 1px;
}

.syouhin_text_color {
	font-size: 12px;
	margin: 2px 0 2px 0;
	line-height: 1em;
	letter-spacing: 1px;
	color:#DD0000;
}

.top_td { /*セルのデザイン*/
	width: ; /*幅*/
	height: ;  /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: ; /*背景色*/
	padding: ; /*パディング*/
	border: ; /*ボーダー*/
	font-size: 12px;
	margin-left: 4px; /*マージン*/
}		

.top_text {
	font-size: 10px;
	margin: 2px 0 2px 0;
	line-height: 1em;
	letter-spacing: 1px;
}

.top_text10_1 {
	font-size: 10px;
	margin: 2px 0 2px 0;
	line-height: 1em;
	letter-spacing: -0.5px;
}

.top_text12 {
	font-size: 12px;
	margin: 2px 0 2px 0;
	line-height: 1em;
	letter-spacing: 1px;
}
