@charset "Shift_JIS";

/*共通基本スタイルシート*/

body {
	/* 文字設定 */
  color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	/*background-color: #7BA2CC;*/
  /* ヘッダのために余白を消す */
  margin: 0;
	padding: 0;
	
}

/* リンク関係の色設定 */
a:link    { text-decoration: none; color: #0000CC }
a:visited { text-decoration: none; color: #800080 }
a:active  { text-decoration: none; color: #666666 }
a:hover   { color: #FF0099; }

a.navi:link    { text-decoration: none; color: #666666; }
a.navi:visited { text-decoration: none; color: #666666; }
a.navi:active  { text-decoration: none; color: #666666; }
a.navi:hover   { text-decoration: none; color: #3399FF; }

/* 共通 */
.header_back_ {
	background-image: url(images/common/head_back.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.footer {
	background-image: url(images/common/footer.gif);
	background-repeat: repeat-x;
	background-position: center;
	height:20px;
}

.rs03line {
	background-image: url(images/rs/r_03line.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.company_line {
	background-image: url(images/company/line.gif);
	background-repeat: repeat-x;
	background-position: center;
}



/* メニュー  */

/* 画像回り込み */
#i01{
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
}
.tableTop .txtBOX3 .txtBOX4 p {
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}


#i02{
  float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

#i03{
  float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

/* マージン */
.MarginBox {
	margin: 0 0 5px;
}

.MarginBox2 {
	margin: 0 0 10px;
}

.MarginBox3 {
	margin: 0 0 15px;
}

.MarginBox4 {
	margin: 0 0 30px;
}


/* テキスト設定 */
.txt-smaller {
   font-size: 70%;
   line-height: 130%;
}

.txt-smaller_glay {
   font-size: 70%;
   line-height: 130%;
	 color: #666666;
}

.txt-small {
   font-size: 75%;
   line-height: 130%;
}

.txt-small_white {
   font-size: 75%;
   line-height: 130%;
	 color: #FFFFFF;
}

.txt-small_glay {
   font-size: 75%;
   line-height: 130%;
   color: #666666;
}

.txt-small_blue {
   font-size: 75%;
   line-height: 130%;
	 color: #0E3192;
}

.txt-small_orange {
	font-size: 75%;
	line-height: 130%;
	color: #FF6600;
}

.txt-normal {
   font-size: 83%;
   line-height: 140%;
}

.txt-normal_blue {
   font-size: 83%;
   line-height: 140%;
   color: #3c6fdb;
}

.txt-normal02 {
   font-size: 80%;
   line-height: 150%;
}

.txt-normal_white {
   font-size: 83%;
   line-height: 120%;
	 color: #FFFFFF;
}

.txt-normal_b {
	font-size: 83%;
	line-height: 140%;
	font-weight: bold;
}

.txt-normal_green_b {
	font-size: 83%;
	line-height: 140%;
	color: #215D10;
	font-weight: bolder;
}

.txt-normal_red_b {
	font-size: 83%;
	line-height: 140%;
	color: #FF0000;
	font-weight: bolder;
}

.txt-normal_orange_b {
	font-size: 83%;
	line-height: 140%;
	color: #FF6600;
	font-weight: bold;
}

.txt-large {
   font-size: 90%;
   line-height: 140%;
}

.txt-large_orange_b {
	font-size: 90%;
	line-height: 140%;
	color: #FF6600;
	font-weight: bold;
}

.txt-larger {
   font-size: 140%;
   line-height: 130%;
}

.txt-large_green_b {
	font-size: 110%;
	line-height: 140%;
	color: #339933;
}
.txt-large_b {
	font-size: 90%;
	line-height: 140%;
	font-weight: bold;
	color: #666666;
}

#h01 {
	font-size: 100%;
	line-height: 110%;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding:  10px 0px 0px 0px;
}

.txt-large_wine_b {
	font-size: 90%;
	line-height: 140%;
	color: #660033;
	font-weight: bold;
}

.tableProfile {
	width: 710px;
	padding: 0px;
	margin: 0 0 10px;
	border-collapse: separate;
	font-size: 83%;
}
.tableProfile td {
	margin: 0px;
	padding: 5px;
	border: 1px solid #cccccc;
}
.flameBOX {
	margin: 0px;
	padding: 0px;
	border: 1px solid #50413A;
	font-size: 75%;
	line-height: 110%;
	width: 370px;
}
.txtBOX {
	padding: 0px;
	width: 280px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 130%;
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	color: #FAA661;
}

.flameBOX td {
	margin: 0px;
	padding: 0px;
}
.flameBOX ol {
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
}

td col.profile1 {
	background: #6699cc;
	font-weight: bold;
	color: #ffffff;
}

.clearLeft {
	clear: left;
}

.contact dl {
	float: left;
	padding-bottom: 130px;
}
.contact dt {
	display: block;
	float: left;
	clear: left;
	width: 7em;
	font-size: 100%;
	line-height: 110%;
	font-weight: bold;
	color: #666666;
	padding: 20px 0 0 5px;
	margin: 0px;
}

.contact dd {
	margin-left: 7em;
	margin-bottom: 20px;
	padding: 20px 0 0 5px;
}
.MarginBoxEF {
	width: 710px;
	margin-top: 0;
	margin-right: 15;
	margin-bottom: 10px;
	margin-left: 15;
	border: 1px solid #006633;
	background-color: #F7FFEE;
	padding: 10px;
}
.txt-ttl_green {
	font-size: 130%;
	line-height: 140%;
	color: #339933;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.MarginBoxRS {
	width: 710px;
	margin-top: 0;
	margin-right: 15;
	margin-bottom: 10px;
	margin-left: 15;
	border: 1px solid #006633;
	background-color: #F7FFEE;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.MarginBoxRS td {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.MarginBoxRS p {
	margin:5px 0px 5px 0px;
}
.tableProduct {
	width: 710px;
	padding: 0px;
	font-size: 80%;
	line-height: 130%;
	border-collapse: collapse;
	margin: 0 0 15px 0;
	border-width: 1px 0 0 4px;
	border-style: solid;
	border-color: #999999;
}

.tableProduct th {
	margin: 0px;
	padding: 2px 2px 0px 3px;
	text-align: left;
}
.tableProduct td {
	vertical-align: top;
	margin: 0px;
	padding: 3px 2px 0px 3px;
}

.tableProduct col.img {
	width: 110px;
}
.tableProduct col.size {
	width: 180px;
}
.tableProduct col.order {
	width: 150px;
	border-width: 0 0 0 1px;
	border-style: dotted;
	border-color: #cccccc;
}
.tableProduct col.howto {
	width: 270px;
	border-width: 0 0 0 1px;
	border-style: dotted;
	border-color: #cccccc;
}
.tableProduct col.style {
	width: 330px;
}
.tableProduct col.order2 {
	width: 270px;
	border-width: 0 0 0 1px;
	border-style: dotted;
	border-color: #cccccc;
}

.tableProduct caption {
	text-align:left;
	font-size: 130%;
	font-weight: bold;
	line-height: 130%;
}
.tableTop {
	width: 740px;
	font-size: 120%;
	line-height: 140%;
	border-collapse: collapse;
	color: #666666;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(e/images/top/bg.jpg);
	background-repeat: no-repeat;
	height: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: right top;
	margin: 0;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.txtBOX2 {
	padding: 0px;
	width: 390px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 130%;
	color: #097570;
	text-align: left;
	vertical-align: top;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.txtBOX3 {
	background-image: url(e/images/top/boxbg.png);
	background-repeat: repeat;
	width: 450px;
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.txtBOX4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	background-color: #D7E3FF;
	margin: 0px;
	height: 95px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: none;
	line-height: 130%;
}
.linkTxt {
	font-size: 75%;
	text-align: right;
	color: #3C6FDB;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


* html .tableTop .txtBOX3 {
	background-color: #FFFFFF;
	background-image: none;/*  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src=http://www.tamac.co.jp/e/images/top/ie_boxbg.png);*/
}

* html .tableTop .txtBOX3 a {
  position: relative;
}
.flameBOX2 {
	margin: 0px;
	padding: 0px;
	border: 1px solid #50413A;
	font-size: 83%;
}
.flameBOX3 {
	margin: 0px;
	padding: 0px;
	border: 1px solid #50413A;
	font-size: 90%;
}
.flameBOX3 td {
	margin: 0px;
	padding: 5px;
}
.clearRight {
	clear: right;
}
