/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}



body {
	margin: 0;
	font-size: 96%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	text-align: center;
	background-color: #ffffff;
}


p, /* 文章の行間を指定 */
#main ul,
#main ol,
#menuL ul,
#menuL ol,
dl
{
	line-height: 160%;
}


a:hover	{color:#cc0000;}





/* ========================================  #page ページ外枠 */
#page {
	width: 900px;
	padding: 0 20px 0;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image:url(../img/bg_img01.jpg)
}


#headline {
	width: 880px;
	height: 18px;
	padding: 10px;
	border-bottom: 1px solid #cc0000;
}


/* 見出し */
#headline h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}


/* ========================================  #header 画面上部 */
#header {
	padding: 0;
	margin: 0;
	width:900px;
	height:177px;
}


/* 写真の表示 */
#headerimg {
	padding: 0;
	margin: 0;
	height: 177px;
	width: 676px;
	float: left;
}


/* FAX番号の表示 */
#headertext {
	padding: 0;
	margin: 0;
	height: 177px;
	width: 224px;
	float: right;
}


#header img {
	border: none;
}


/* ========================================  #menu 上部メニュー */
#menu {
	clear:both;
	background-image:url(../img/menu_bg2.jpg);
	background-repeat:repeat-x;
}



ul.menu_f01{
	background-image:url(../img/menu_bg2.jpg);
	background-repeat:repeat-x;
	height: 34px;
	list-style-type: none;
	margin-left:1px;
}


ul.menu_f01 li{
	float: left;
	display: block;
}


ul.menu_f01 li a{
	height: 25px;
	width: 127px;
	padding: 10px 0px 0px;
	margin-left:1px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	letter-spacing:1px;
	color: #dddddd;
	text-decoration: none;
	display: block;
	text-align: center;
	background-image:url(../img/menu_bg.jpg);
	background-repeat:repeat-x;
}


ul.menu_f01 li a.nowthis{
	border-bottom: 5px solid #CC0000!important;
}


ul.menu_f01 li a:hover , ul.menu_f01 li a.nowthis{
	padding: 10px 0px 0px;
	border-bottom: 2px solid #CC0000;
	background-color: #E8E8E8;
	color: #cc3333;
}


/* IE6 対策 */
* html ul.menu_f01 li a:hover , ul.menu_f01 li a.nowthis {
	border-bottom: 0px solid #c00;		/* IE6ではナビゲーションのアンダーラインを表示しない */
}


/* ========================================  左側 */


#leftside {
	float: left;
	width: 200px;
	padding: 0 10px 0;
	margin: 0;
}


.left_info {
	width  : 198px;
	margin : 0 0 3px;
	border : 1px solid #ccc;
}


/* IE6 対策 */
* html .left_info {
	border : 0px solid #fff;
}


/* 「［蔵］販売ランキング」［蔵］の画像 */
#rank_title {
	width  : 187px;
	height :  40px;
	padding: 0 6px 0 5px;
}


/* IE6 対策 */
* html #rank_title {
	width  : 198px;
	height :  33px;
	padding: 0;
	text-align: center;
}


/* 各順位ごとの外枠 */
.rank_box {
	width  : 195px;
	height : 117px;
	padding: 10px 0 10px;
}


/* 各順位の商品写真（枠つき） */
.rank_photo {
	float  : left;
	height : 115px;
	width  :  80px;
	border : 1px solid #ccc;
	margin : 0 2px 0 4px;
}


/* IE6 対策 */
* html .rank_photo {
	margin: 0 2px 0;
}


/* 各順位の商品写真のデフォルトの青枠を無効にする */
.rank_photo img {
	border: none;
}


/* 各順位の商品説明 */
.rank_txt {
	float  : left;
	height : 117px;
	width  : 107px;
}


/* IE6 対策 */
* html .rank_txt {
	width : 102px;
}


.rank_num {
	padding: 0 0 5px;
	font-size:14px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
}


.rank_txt h2 {
	margin: 0 0 10px;
	font-size:14px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:16px;
}


.rank_sum {
	font-size:12px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:16px;

}


/* ========================================  左一覧 */


.left_lineico { /* サイドボックス内のメッセージボックス */
	height:30px;
	margin:40px 0 0 5px;
	padding:0px 0 5px 5px;
	border-bottom: 1px solid #ccc;
}



.left_lineup { /* サイドボックス内のメッセージボックス */
	color:#c00;
	margin:0px 0 10px 0;
	padding:00px 0 0px 0;
	height:auto;
	width:200px;
}


/* ========================================  左側info */
.leftinfo {
	margin:0 0 10px;
	margin: 0 0 3px;
	border: 1px solid #ccc;
}


.leftico { /* サイドボックス内のメッセージボックス */
	color:#333;
	/* 年度と製品の間 */
	margin:50px 0 0;
	padding:1px 0 0;
}


.leftico p { /* アイコン周り */
	color:#333;
	margin:2px 5px 30px 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:16px;
}


/* IE6 対策 */
* html .leftico a{
	line-height:20px;
}


.banner { /* サブメニュー内のバナー画像スペース */
	margin: 0 0 10px;
	width: 200px;
	border: 1px solid #ccc;
}


/* IE6 対策 */
* html .banner {
	border: 0px solid #ccc;
	line-height:20px;
}


/* ========================================  左一覧 詳細*/


.lineup_dl{ /* サイドボックス内のメッセージボックス */
	color:#c00;
	margin:0 0 5px;
	padding:0 0 10px;
	height:auto;
	width:200px;
}


.lineup_dl dt{ /* サイドボックス内のメッセージボックス */
	font-size:16px;
	padding: 0 0 0 25px;
	margin: 20px 0 0;
	color: #900;
	line-height:26px;
	background-image:url(../img/line_eye.jpg);
	background-repeat:no-repeat;
}


.lineup_dl dd{ /* サイドボックス内のメッセージボックス */
	font-size:14px;
	padding: 0 0 0 25px;
	margin: 0;
	list-style-type: none;
	color: #900;
}


.lineup_dl dd a{
	font-size: 12px;
	color:#000;
	display: block;
	padding-left:13px;
	text-decoration:none;
}


.lineup_dl dd a:hover{
	font-size: 12px;
	color:#00f;
	display: block;
	text-decoration:underline;
}


/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{
	padding: 8px 0 0;
	margin: 5px 0 0;
	background-color: #FFFFFF;
	border-top: 1px solid #cc0000;
}


/* ========================================  #main ページの本文 */
#main {
	float: right;
	width: 659px;
	padding: 0 10px 0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	font-size:12px;
}


/* ========================================  #s_menu 上部サブメニュー */
#s_menu {
	font-size:12px;
	margin:3px 0 10px;
}


ul.s_menu_f01{
	height: 20px;
	list-style-type: none;
	margin-left:1px;
	padding-top:0px;
}


ul.s_menu_f01 li{
	float: left;
}


ul.s_menu_f01 li a{
	height: 20px;
	padding: 3px 10px 0;
	margin-left:1px;
	font-size: 14px;
	color: #033;
	text-decoration: none;
	display: block;
	background-image:url(../img/s_top.gif);
	background-repeat:no-repeat;
}


/* IE6 対策 */
* html ul.s_menu_f01 li a {
	display:inline;
}


ul.s_menu_f01 li a:hover , ul.s_menu_f01 li a.nowthis{
	padding: 4px 10px 0;
	color: #c33;
}


#cart {
	height: 15px;
	padding: 0 0 0 15px;
	margin: 5px 0 0;
	font-size:12px;
	float:right;
	background-image:url(../img/cart.gif);
	background-repeat: no-repeat;
}


#pankuzu {
	height: 15px;
	padding: 5px 0 0 2px;
	margin: 0 0 10px;
	font-size:12px;
}


#sub_img {
	height: 200px;
	margin: 0 0 10px;
}

/* style_toi.cssのみ？ */
.sub_img_au {
	height: auto;
	width:620px;
	margin: 0 0 10px 20px;
	background-color:#000;
}
/* style_toi.cssのみ？ */
#sub_img_hs {
	height: 330px;
	margin: 0 0 10px;
	border: solid 1px #CCC;
	padding: 10px 0 0;
}

/* style_toi.cssのみ？ */
#sub_img_hssu {
	height: 80px;
	margin: 0 0 10px;
	padding: 5px 20px 10px 30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:16px;
}


#main_mes {
	height: auto;
	margin: 10px 0 20px;
	padding: 0 10px 0 20px;
	font-size:15px;
	line-height:20px;
}

#main_mes2 {
	height: auto;
	margin: 10px 0 20px;
	padding: 10px 10px 0 20px;
	font-size:15px;
	line-height:20px;
}




/* #main中の間隔調整 */
.contentswrap {
	margin:0 10px 15px;
	padding:0;
}


/* 本文の見出し */
#main h1 {
	background-image:url(../img/main_h1.jpg);
	background-repeat:no-repeat;
	clear:left;
	color:#fff;
	font-size:18px;
	height:50px;
	font-weight:normal;
	margin:0;
	padding:10px 0 0 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:4px;
}


/* 本文の見出し */
#main h2 {
	background-image:url(../img/main_h2_br.jpg);
	background-repeat:no-repeat;
	clear:left;
	color:#fff;
	font-size:18px;
	height:50px;
	font-weight:normal;
	margin:0;
	padding:10px 0 0 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:4px;
}


/* 本文の見出し3 */
#main h3 {
	margin:0.5em 0;
	background-color: #F6F6F6;
	border-left: 5px solid #336699;
	padding: 3px 0px 3px 5px;
	font-size: 96%;
	border-bottom: 1px solid #ccc;
}

/* 本文の段落 */
#main p {
	margin:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:24px;
}

#main #subnavi {
	clear: both;
	padding: 10px 0;
	margin: 20px 0 10px;
	border-top: 1px dashed #999;
	text-align: right;
}



#main .img { /* 図・写真用クラス：写真のような枠をつける */
	background-color:#ccc;
	border:1px solid #999;
	margin:0 0 20px 20px;
	padding:5px;
}


.toInfo {
	clear: left;
	margin: 0px !important;
	text-align: right;
	list-style-type: none;
}


.toInfo a {
	padding: 0 0 0 20px;
}


#line	{
	height:1px;
	width:655px;
	border-top : 1px solid #ccc;
}


/* ========================================  lightbox2 */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }










/* ========================================  #underNavi 画面下部サブナビゲーション */
#underNavi{
	clear: both;
	padding: 10px;
	border-top: 1px solid #ccc;
}


/* ========================================  #f_menu 下部リンクメニュー */
#f_menu {
	clear:both;
	margin-top:3px;
	text-align:center;
	border-top: 1px solid #ccc;
	padding-left:60px;
}




ul.f_menu_f01{
	height: 15px;
	padding:10px 0 0;
	margin: 0 1px 0 0;
	list-style-type: none;
}


/* IE6 対策 */
* html ul.f_menu_f01 {
	float: center;
}


ul.f_menu_f01 li{
	float: left;
}


ul.f_menu_f01 li a{
	height: 15px;
	padding: 0px 10px 0px 10px;
	margin-left:1px;
	font-size: 12px;
	color: #003333;
	text-decoration: none;
	display: block;
	background-image:url(../img/s_top.gif);
	background-repeat:no-repeat;
}


/* IE6 対策 */
* html ul.f_menu_f01 li a {
	display:inline;		/* IE6ではナビゲーションのアンダーラインを表示しない */
}


ul.f_menu_f01 li a:hover , ul.f_menu_f01 li a.nowthis{
	padding: 0 10px 0;
	color:#00f;
	text-decoration:underline;
}


/* ========================================  #footer 画面下部 */
#copy{
	padding: 10px;
	font-size:12px;
	text-align:center;
	border-top: 1px solid #c00;
}


/* IE6 対策 */
* html #copy {
	padding: 10px 215px 10px 0;
	text-align:right;
}


/* ========================================  #templatelink 画面下部:著作リンク */
#templatelink {
	padding: 5px 0 0;
	margin: 0;
	font-size: 12px;
	text-align: right;
}


#templatelink a{
	color: #666;
	text-decoration: none;
}



/* ========================================  そのほか個別設定 */

.table, /* 表の整形・配色 */
.table2 {
	width: 530px;
}


table {
	margin: 0 0 2em 2px;
}


.table td {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}


.table td.tb {
	width: 200px;
	background-color: #F8F5EF;
}


.table2 td {
	padding: 10px;
}


.table2 td.tb {
	width: 100px;
	text-align: right;
	background-color: #EBEBEB;
}


/* .itemList #main内の段組用外枠 */
.itemList {
	clear:left;
	margin:0 0 5px 0;
	border-bottom: 1px solid #CCC;
}


/* .itemList #main内の段組用内枠 */
.box {
	margin:10px 10px 5px;
	width:300px;
	height:300px;
	font-size:12px;
}

.box h2 {
	margin: 0 0 10px;
}


/* .itemList #main内の段組用：アイキャッチ画像 */
.item_img {
	float:left;
	border: 1px solid #ccc;
	padding: 0;
	margin: 10px;
}


.box_name {
	height:35px;
	margin: 5px 0 10px 10px;
	padding: 5px 0 0 10px;
	font-size:14px;
	line-height:16px;
}


/* IE6 対策 */
* html .box_name {
	padding: 5px 0 0;
	margin: 5px 0 10px;
	line-height:20px;
}


.box p	{
	margin: 5px 0 0 10px;
	padding: 0 0 0 10px;
	font-size:12px;
	line-height:20px;
}


.box_price {
	margin: 30px 0 0 ;
	padding: 0 0 0 10px;
	font-size:12px;
	line-height:12px;
}


/* IE7 対策 */
*:first-child+html .box_price {
	margin: 0 0 0;
}


.box_sum {
	width:125px;
	padding: 5px 0 10px 25px;
	margin: 0px 0px 10px 150px;
	font-size:12px;
	background-image:url(../img/box_sum.gif);
	background-repeat:no-repeat;
}


/* IE7 対策 */
*:first-child+html .box_sum {
	padding: 3px 0 0 25px;
}


.box_price2 {
	width:130px;
	height:30px;
	margin:0px 0 0 0;
	padding: 10px 0 0 10px;
	font-size:12px;
	line-height:12px;
	float:left;
}


/* IE6 対策 */
* html .box_price2 {
	width:120px;		/* style.css では 110px */
	height:21px;
	padding: 14px 0 0 5px;
}


/* IE7 対策 */
*:first-child+html .box_price2 {
	width  : 120px;		/* style.css では 110px */
	height:21px;
	margin:0;
}


.box_cart {
	width:145px;
	height:30px;
	margin:0px 0 0 0;
	padding: 5px 0 0 10px;
	font-size:12px;
	line-height:12px;
	float:left;
}


/* IE6 対策 */
* html .box_cart {
	width:170px;
	padding: 5px 0 0 5px;
}


/* IE7 対策 */
*:first-child+html .box_cart {
	width  : 170px;
	height:21px;
	padding: 2px 0 0;
}


.cart_line {
	clear:both;
	width:290px;
	height:1px;
	padding: 0;
	border-top: 1px solid #ccc;
	margin : 0 0 7px;
}


/* IE6 対策 */
* html .cart_line {
	width  : 300px;
}


/* IE7 対策 */
*:first-child+html .cart_line {
	width  : 330px;
	margin:0 0 5px;
}


.cart_line_200 {
	clear  : both;
	width  : 300px;
	height : 1px;
	padding: 0;
	border-top: 1px solid #ccc;
	margin : 0 0 7px;
}


/* IE6 対策 */
* html .cart_line_200 {
	width  : 300px;
	height : 1px;
	border-top: 1px solid #ccc;
	margin:5px 0 0;
}


.box ul {
	float: left;
	width: 140px;
	margin: 0 0 30px !important;
	list-style-position: outside;
}


/*======================*/


/* .itemList #main内の段組用外枠 */
.itemup {
	clear:left;
	margin:0 0 5px;
	border-bottom: 1px solid #ccc;
}


/* .itemList #main内の段組用内枠 */
.boxbig {
	margin:10px 10px 10px;
	width:640px;
	height:auto;
}


/* IE6 対策 */
* html .boxbig {
	margin:10px 5px 10px;
}


/* .itemList #main内の段組用：アイキャッチ画像 */
.item_imgbig {
	float:left;
	border: 1px solid #ccc;
	padding: 0;
	margin: 10px 
}


.box_namebig {
	height:35px;
	margin: 5px 0 0px 305px;
	padding: 10px 0 0 40px;
	font-size:18px;
	line-height:16px;
	background-image:url(../img/kura.gif);
	background-repeat:no-repeat
}


.box_sumbig {
	height:auto;
	margin: 0;
	padding: 0;
	font-size:16px;
	line-height:22px;
}


.box_sumbig p {
	margin: 0p;
	padding: 0;
	font-size:16px;
	line-height:22px;

}


.box_pricebig {
	margin: 0;
	padding: 0;
	font-size:14px;
	line-height:16px;
	text-align:left;
	width:280px;
	height:80px;
	clear:left;
	float:left;
}


.big_sum {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;		/*   style.css は 0 0 5px 10px   */
	font-size:14px;
	line-height:16px;
	text-align:left;
	width:100px;
	height:auto;
	float:left;
}


.boxbig_joubu {				/* style.cssでは id */
	margin: 0;
	padding: 0;
	font-size:14px;
	line-height:16px;
	text-align:left;
	width:640px;
	height:440px;
}


.boxbig_kabu {
	margin: 0;
	padding: 0;
	width:640px;
	height:auto;
	clear:left;
}


.boxbig_photo {				/* style.cssでは id */
	width:300px;
	height:440px;
	float:left;
}


#box_ico {
	width:300px;
	height:auto;
	float:left;
}





#box_pricebig2	{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	width: 620px;
	height: 150px;
}


.box_price2big {
	width: 130px;
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size:12px;
	line-height:12px;
	float:left;
}


.box_cartbig {
	width: 170px;
	height: 30px;
	margin: 0;
	padding: 5px 0 0 10px;
	font-size: 12px;
	line-height: 12px;
	float: left;
}


.box_rightbig {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	width: 325px;
	height: 120px;
	float: left;
}


#box_img2 {
	margin: 10px 0 0 ;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	width: 640px;
}


#box_img2 p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
}





/* style_nmys.cssのみ */
.boxenk { /* .itemList #main内の段組用内枠 */

	margin:10px 0px 10px 5px;
	width:655px;
	height:auto;
	float:left;
	font-size:16px;
}


/* style_nmys.cssのみ */
.box_kiji { /* .itemList #main内の段組用内枠 */

	margin:10px 0px 10px 245px;
	width:405px;
	height:auto;
	font-size:16px;
}


/* style_nmys.cssのみ */
.box_kiji p { /* .itemList #main内の段組用内枠 */

	font-size:16px;
}


/* style_nmys.cssのみ */
.box_namekiji {
	height:42px;
	margin: 10px 0px 0px 245px;
	padding:0;
}


/* style_nmys.cssのみ */
.box_photo { /* .itemList #main内の段組用内枠 */

	margin:10px 0px 10px 0px;
	width:235px;
	height:235px;
	border:solid 1px #CCC;
	clear:left;
	float:left;
}


/* style_nmys.cssのみ */
.box_photo_nomi { /* .itemList #main内の段組用内枠 */

	margin:10px 0px 10px 0px;
	width:235px;
	height:400px;
	border:solid 1px #CCC;
	clear:left;
	float:left;
}


/* style_nmys.cssのみ */
.box_photo_nmys { /* .itemList #main内の段組用内枠 */

	margin:10px 0px 10px 0px;
	width:235px;
	height:auto;
	border:solid 1px #CCC;
	clear:left;
	float:left;
}


.suj {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
	width: 640px;
	height: 55px;
	background-color:#fff;
}


.suj_1 {
	margin: 5px 0 0 5px ;
	padding: 15px 0 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 140px;
	height: 35px;
	background-color: #360;
	float:left;
}


.suj_2 {
	margin: 5px 0 0 5px;
	padding: 15px 0 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 140px;
	height: 35px;
	background-color: #360;
	float: left;
}


#suj_3 {
	margin: 5px 0 0 5px ;
	padding: 15px 0 0;
	font-size:14px;
	color:#fff;
	text-align: center;
	width: 340px;
	height: 35px;
	background-color: #360;
	float: left;
}


#suj_4 {
	margin: 5px 0 0 5px ;
	padding: 10px 0 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 14px;
	width: 340px;
	height: 40px;
	background-color: #360;
	float: left;
}


#koe {
	margin: 5px 0 5px;
	padding: 10px 0 0 150px;
	height: auto;
	background-color: #fff;
	clear: left;
	background-image: url(../img/koe_ico.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}

#koe p {
	font-size: 16px;
	line-height: 16px;
	color: #360;
	text-align: left;
}


/* IE6 対策 */
* html #koe p {
	line-height:18px;
}


/* IE7 対策 */
*:first-child+html #koe p {
	line-height:140%;
}


#photo_zoom {
	font-size:10px;
}


.chuui	{
	color: #f00;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px;
}


strong {
	font-weight: bold;
	color: #c66;
}


/*====*/



hr { /* 水平線 flotクリア用 */
	clear:both;
	color: #CCCCCC;
	border: 0px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.dai_sum {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	padding:0 0 0 10px;
	line-height:16px;
}




#fax_dialog {
	text-align:left;
}


#fax_dialog li {
	margin: 0 0 0 30px;
}


#fax_dialog li a:link, #fax_dialog li a:visited {
	text-decoration: none;
}


#fax_dialog li a:hover {
	text-decoration: underline;
}

