@charset "utf-8";

/*　CSS for azuma-eg.com */
/*　キーカラー定義
見出し		#132f65
テキスト		#333333
リンク		#15479f
オーバー		#4197ff
訪問済み		#15479f
アクティブ		#4197ff	※無くても可
最新情報
日付		#9c9c9c
テーブルラインの色	#cecece
 */

/*  レイアウト・width定義
全体wrap830(内枠800+影)
左25%右75%
*/



/*　 全体。ユーザスタイル初期化 */
* {
	margin:0;
	padding:0;
	}

body {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image:url(../image/common/bg/bg.gif);
	color:#333333;
	}

img {
	border:0;
	}

p {
	margin:0 0 1em;
	line-height:150%;
}
ul {
	margin:5px 10px 10px 20px;
	list-style:none;
}
ul li {
	margin-bottom:5px;
}
ul li ul {
	margin-left:10px;
	margin-bottom:5px;
	list-style:none;
}

/*  リンクカラー  */
a:link { 
	color:#15479f;
	text-decoration:none;
	}

a:visited {
	color:#15479f;
	text-decoration:none;
	}

a:hover {
	color:#4197ff;
	text-decoration:none;
	}
	
a:active {
	color:#4197ff;
	text-decoration:none;
	}

/*　 見出し設定　*/
h2 {
	margin-bottom:.5em;
	font-size:115%;
	color:black;
	}

/*  大外枠 */

#wrap{
	width:830px;
    background-image: url(../image/common/bg/shadow.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	}

#clear{
	width:100%;
	height:1px;
	clear:both;
	margin:0;
	padding:0;
	display:block;
}

/*　 ヘッダー  　*/
#header {
	width:800px;
	height:auto;
	background-image:url(../image/common/head/head_bg.gif);
	background-repeat:no-repeat;
	padding-top:20px;
	overflow:hidden;
	}

#header h1 {
	width:245px;
	float:left;
	padding-left:20px;
	}

#header ul{
	width:300px;
	float:right;
	padding-right:-10px;
	}

#header ul li{
	float:right;
	list-style:none;
	margin-left:10px;
	}

#search p{
	float:left;
	margin-right:10px;
	margin-top:4px;
	font-weight:bold;
	color:#333333;
	}

#search{
	width:auto;
	height:20px;
	float:right;
	margin-right:10px;
	}

#head_menu{
	width:800px;
	height:65px;
	}

#head_menu ol li{
	float:left;
	margin:0;
	list-style:none;
	}

#header h2 {
	clear:both;
}

/*　全体wrap　　*/
#all_container {
	width:800px;
	height:100%;
	background-color:#FFFFFF;
	float:left;
}



/*  パンくずリスト  */
#topicpath{
	width:97%;
	clear:both;
	padding-left:3px;
	padding-top:15px;
	margin-bottom:15px;
}

/*--- leftコンテンツ  */
#container {
	float:left;
	width:800px;
	height:100%;
}

/*  メインコンテンツ  */
#main_container {
	float:right;
	width:73%;
	height:100%;
	background:#FFF;
}
#main_container h2 {
	background:url(../image/common/hn/h1bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#000000;
	margin-top:20px;
	padding:5px;
	padding-bottom:15px;
	font-size:150%;
}

#main_container h3 {
	width:90%;
	border-bottom:solid 2px #000000;
	margin-bottom:3px;
	padding:5px;
	}

/*  カテゴリボックス   */

#category_box{
	width:97%;
	height:120px;
	margin-bottom:5px;
	}

#category_box img{
	float:left;
	margin:15px;
	}

#category_box p{
	margin-top:15px;
	}

#category_box ul{
	margin-top:15px;
	padding-left:15px;
	list-style:none;
	}

/*  カテゴリボックス   */

#product_info{
	width:75%;
	margin-bottom:5px;
	}

#product_info img{
	float:left;
	margin:5px;
	}

#product_info p{
	width:25%;
	float:right;
	margin-top:7px;
	}

/*  メンテナンストップ用   */
#mente_box{
	clear:both;
	margin-bottom:15px;
	margin-top:15px;
	width:580px;
	min-height:200px;
	background-image:url(../fun/img/step_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}

#mente_box img{
	float:left;
	margin-right:15px;
	margin-left:0;

}

#mente_box p img{
	margin-bottom:10px;
	float:none;

}

#mente_box p{
	height:auto;
}


/* ストライプテーブル */
tr.even {
	background: #DDFBFF;
	}

tr.hover {
	background: #D6D6D6;
	}

#table1{
	width:90%;
	margin-bottom:15px;
	border-collapse:collapse;
	border:solid 1px #999999;
	}

#table1 tr{
	height:1.6em;
	font-size:13px;
	}
#table_title{
	background-color:#FFCC99;
	font-weight:bold;
	text-align:center;
	}
#table1 td{
	border:solid 1px #999999;
	padding-left:0.3em;
	}

#legend{
	font-weight:bold;
	}

#table_about{
	width:550px;
	margin-bottom:15px;
	border-collapse:collapse;
	border-top:solid 1px #666666;
	border-bottom:solid 1px #666666;
	}
#table_about tr{
	height:1.6em;
	font-size:13px;
	}

#table_about td{
	padding-left:0.3em;
	line-height:1.8em;
	border-bottom:solid 1px #999999;
	}

/*  仕様ボックス 画像が左、情報が右でdl   */
#product_box{

	}
	
#product_box img{
	margin:5px;
	}

#product_box dl{
 border:1px solid #CECECE;
 margin-top:5px;
 float:left;
 width:180px;
	}

#product_box dt{
width:180px;
 	}

#product_box dd{
width:180px;
line-height:1.5em;
}

#prod_news{
	margin-top:7px;
	width:350px;
	}

#prod_news dt{
	font-weight:bold;
	margin-bottom:7px;
	}
	
#prod_news dd{
	margin-bottom:7px;
	}

#prod_news p{
	float:right;
	margin:5px;
	}

#prod_news img{
	float:left;
	margin:5px;
	}

.pickup{
	display:block;
	width:45%;
	height:1.7em;
	background-image:url(../image/common/bg/pickup_bg.gif);
	background-position:bottom;
}

.pickup b{
	font-weight:bold;
	color:#FFFFFF;
	line-height:1.7em;
	padding:1em;
	}

#main_box{
	width:280px;
	float:left;

}

#main_box p{
	height:40%;
	padding:7px;

}

#main_box img{
	padding:7px;
	border:solid 1px #CCCCCC;
}


.shop_box table{
	float:left;
	border:solid 1px #666666;
	}

.shop_box table table{
	border:none;
	}

.shop_box table table img{
	margin:7px;
	}

/*  メニューleft  */
#left_container {
	float:left;
	width:25%;
	margin-left:5px;
}

#left_container h2{
	margin:0;
	margin-top:10px;
	}

#left_container ul{
	margin:0;
	overflow:hidden;
	}

#left_container ul li{
	list-style:none;
	}

/*  リストのリンクをブロック化 */
#left_container ul li a{
	display:block;
	width:160px;
	height:25px;
	background-image:url(../image/common/side/side_2nd.gif);
	background-repeat:no-repeat;
	padding-left:23px;
	padding-top:12px;
	margin-top:0;
	}

#left_container ul li a:hover{
	display:block;
	width:160px;
	height:25px;
	background-image:url(../image/common/side/side_2nd_on.gif);
	background-repeat:no-repeat;
	padding-left:23px;
	padding-top:12px;
	margin-top:0;
	}

#left_container ul li ul li{
	margin:0;
	}


#left_container ul ul li{
	list-style:none;
	}

/*  リストのリンクをブロック化 */
#left_container ul ul li a{
	display:block;
	width:160px;
	height:18px;
	background-image:url(../image/common/side/side_3rd.gif);
	background-repeat:no-repeat;
	padding-left:33px;
	padding-top:13px;
	margin-top:0;
	}

#left_container ul ul li a:hover{
	display:block;
	width:160px;
	height:18px;
	background-image:url(../image/common/side/side_3rd_on.gif);
	background-repeat:no-repeat;
	padding-left:33px;
	padding-top:13px;
	margin-top:0;
	}


/*  メニュー  right*/
#right_container {
	float:left;
	padding:10px;
	width:199px;
}
#right_container p {
	background:#F6F6F6;
	padding:5px;
	border:1px solid #FFF;
}
#right_container p img {
	float:left;
	margin:0 5px 5px 0;
}

/*  foot  */
#footer {
	background-image:url(../image/common/foot/footer_bg.gif);
	background-repeat:no-repeat;
	clear:both;
	width:800px;
	height:50px;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:5px;
}
#footer ul {
	margin-bottom:5px;
	text-align:center;
}
#footer li {
	list-style-type:none;
	display:inline;
	border-left:1px solid #999;
	padding-left:5px;
}
#footer li.footer_top {
	border:0;
	padding-left:0;
}
#footer address {
	text-align:left;
	float:left;
	font-style:normal;
}

#footer ul{
	width:300px;
	float:right;
	padding-right:20px;
	}

#footer ul li{
	float:right;
	list-style:none;
	margin-left:10px;
	}

/* 段落整形 */
.normal{
	line-height:1.4em;
	width:75%;
	margin-left:5px;
}

.normal img{
	float:right;
	margin:5px;
	}

.normal_le{
	line-height:1.4em;
	width:75%;
	margin-left:5px;
}

.normal_le img{
	float:left;
	margin:0 7px;
	}

.portlait{
	line-height:2em;
	margin-left:5px;
	width:85%;
}

.portlait img{
	margin:10px;
	padding:5px;
	float:right;
	}


#info_boxa{
	width:200px;
	min-height:250px;
	padding:5px;
	float:left;
	margin-left:5px;
	margin-bottom:15px;
	margin-right:0;
	background-image:url(img/lineup/bg.gif);
	background-repeat:no-repeat;
	}
	
#info_boxa img{
	margin:5px;
	}

#info_boxa p{
	margin-bottom:0;
	padding:0 5px;
	height:7.5em;
	}


#info_boxb{
	width:275px;
	height:270px;
	padding:5px;
	float:left;
	margin-left:5px;
	margin-right:10px;
	margin-bottom:15px;
	background-image:url(img/lineup/bg.gif);
	background-repeat:no-repeat;
	}
	
#info_boxb img{
	margin:5px;
	}

#info_boxb p{
	margin-bottom:0;
	padding:0 5px;
	}

.frame{
	border:solid 1px #999999;
	padding:5px;
	}

#shop_category td{
	padding-left:0.4em;
	line-height:1.6em;
	}

.head_name{
	background-color:#CCCCCC;
	border-left:solid 3px #FF6600;
	}

.mark{
	font-weight:bold;
	color:#FF0000;