@charset "utf-8";

* { margin : 0 ; padding : 0 ; }

body{
	margin: 0 auto;
	text-align:center;
	background:#ffffff url(./img/bg.gif) top repeat-x;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px; /* 指定されていない文字のサイズ */
	line-height: 20px; /* 指定されていない文字の行間 */
	color: #333333; /* 文字の色 */
}

/* リンク色 */
a{ color:#cc0000; /* 文字の色 */ }

/* 訪問済みのリンク色 */
a:visited{ color:#000000; /* 文字の色 */ }

/* カーソル合わせた時のリンク色 */
a:hover{ color:#116699; /* 文字の色 */ }

img{ border:none; vertical-align:bottom; }
.clear{	margin:0; padding:0; line-height:0; font-size:0; clear:both;}
.mar10{ margin:0 0 10px 0; } .mar15{ margin:0 0 15px 0; }
.mar30{ margin:0 0 30px 0; }
p.mar10{ margin:0; padding-bottom:10px; } p.mar15{ margin:0; padding-bottom:15px; }
p.mar30{ margin:0; padding-bottom:30px; }
/*--------------------------------
全体
--------------------------------*/
#all{
	width : 900px; margin:0 auto;
	text-align:center; overflow:hidden;
}
/*--------------------------------
ヘッダー
--------------------------------*/
#header{
	position:relative;
	margin:0 auto; padding-bottom:10px;
	background:#fff;
	text-align:left; overflow:hidden;
}
.head_top{
	height:25px; margin-bottom:7px;
	background:#665544 url(./img/head_top.gif) top repeat-x;
	line-height:0px; font-size:0;
}
#header .headbox{
	width : 650px;
}
#header img.tel{
	position:absolute; top:30px; right:10px;
}
#header .head_logo{
	float:left;
	width : 260px; height:65px;
	margin-left:10px;
	font-size:22px; /* 文字のサイズ */
	font-weight:bold; text-align:center;
	line-height:0; font-size:0; /* 画像ではなく文字を入れる場合はこの行を消す */
}
#header .head_text{
	float:right; width : 360px;
}
#header h1{
	margin:0; padding:0;
	font-size:15px; /* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
	color:#5599aa;
	font-weight:bold;
}
#header h1 a{
	color:#555555;
	text-decoration: none;
}
#header a{ text-decoration: none; }
#header a:hover{
	color:#993311; /* 文字の色 */
	text-decoration: none;
}
#header p{
	margin:0 0 0 18px;
	padding:0 10px 0 0;
	font-size:12px; line-height:14px;
	color:#555555; /* 文字の色 */
}
/*--------------------------------
ラインメニュー
--------------------------------*/
#linemenu{
	margin:0; padding:0;
	height:50px; /* メニューの高さ */
	text-align:center;
	background:#E8FFC5;
	overflow:hidden;
	position:relative;
}
#linemenu ul{
	list-style:none;
	margin:0; padding:0;
	position:absolute;
	left:7px;
}
#linemenu li{
	width:176px; /* ボタンの幅 */
	float:left;
	font-size:14px; /* 文字のサイズ */
}
#linemenu li a{
	display:block;
	margin-left:5px;
	color:#ffffff; /* リンクの文字色 */
	line-height:50px; /* メニューの高さ */
	font-weight:bold;
	text-decoration:none;
	background:#243447 url(./img/linemenu.gif) top repeat-x;
}
#linemenu li a span{
	display:block;
	background:url(./img/linemenu_left.gif) top left no-repeat;
}
#linemenu li a span span{
	padding:0 15px 0 15px;
	background:url(./img/linemenu_right.gif) top right no-repeat;
}
#linemenu li a:hover{
	color:#fff; /* 文字の色 */
	background:#697bc0 url(./img/linemenu2.gif) bottom repeat-x;
}
#linemenu li a:hover span{
	display:block;
	background:url(./img/linemenu_left2.gif) top left no-repeat;
}
#linemenu li a:hover span span{
	padding:0 15px 0 15px;
	background:url(./img/linemenu_right2.gif) top right no-repeat;
}
/*--------------------------------
トップ画像
--------------------------------*/
#top{
	margin:0 auto; padding:0;
	text-align:left;
	background:#fff;
        border-top:1px solid #aaa;
	overflow:hidden;
}
/*--------------------------------
コンテナー
--------------------------------*/
#container{
	margin:0 auto;
	background:#F9F8CC url(./img/con_bg.gif) top repeat-x;
	text-align:center; overflow:hidden;
}
#container .con_pad{ padding:15px; }
/*--------------------------------
コンテンツ
--------------------------------*/
#contents{
	float:left; width : 655px ; padding:10px 0 0 0;
	text-align:center; background: #ffffff;
}
/*--------------------------------
コンテンツ　見出し
--------------------------------*/
/* h2見出し */
#contents h2{
	margin:0 10px 10px 10px;
	padding:7px 10px 7px 50px;
	text-align:left;
	font-size:18px; /* 文字のサイズ */
	line-height:21px; /* 文字の行間 */
	color:#333; /* 文字の色 */
        font-weight:normal;
	background:url(./img/h2.gif) bottom no-repeat;
}

/* h2見出しなし */
#contents h2.h2_none{
	margin:0; padding:0; text-align:left;
	background:none; border:none;
}

/* h3見出し・白ボックス見出し */
#contents h3, #contents div.box1 h3{
	margin:0 10px 10px 10px;
	padding:5px 5px 5px 28px;
	text-align:left;
	font-size:18px; /* 文字のサイズ */
	line-height:18px; /* 文字の行間 */
	color:#4a4a4a; /* 文字の色 */
	font-weight:normal;
	background:url(./img/h3.gif) no-repeat;
	border-bottom:1px dotted #e0c197;
}
#contents div.box1 h3{ margin:0 0 5px 0 ;}

/*-- ポイント見出し --*/
#contents h3.h3title1{
	padding:0 0 0 60px; margin:0 15px 10px 15px;
	height:45px; line-height:45px;
	background:url(./img/h3_1.gif) left no-repeat;
	border:none;
}
/*-- ポイント見出し2 --*/
#contents h3.h3title2{
	padding:0 0 0 60px; margin:0 15px 10px 15px;
	height:45px; line-height:45px;
	background:url(./img/h3_2.gif) left no-repeat;
	border:none;
}
/*-- ポイント見出し3 --*/
#contents h3.h3title3{
	padding:0 0 0 60px; margin:0 15px 10px 15px;
	height:45px; line-height:45px;
	background:url(./img/h3_3.gif) left no-repeat;
	border:none;
}
/*------ ポイント見出しここまで --*/

/* お知らせボックス見出し */
#contents div.box2 h3{
	margin:0 0 5px 0; padding:5px 0 5px 25px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:15px; /* 文字の行間 */
	font-weight:normal;
	color:#4c5c74; /* 文字の色 */
	background:url(./img/h3_3.gif) left no-repeat ;
	border-top:5px solid #eeeeee;
	border-bottom:1px solid #dddddd;
}
/* 枠付きボックス見出し */
#contents div.box3 h3{
        margin:10px 0 20px 0; padding: 17px 10px 10px 17px;
	font-size:15px; /* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
	color:#333333; /* 文字の色 */
	font-weight:normal;
        background:#eee;
        border-top:1px solid #ddd;
        border-bottom:1px solid #ddd;
}
/* 二割と三割、枠付きボックス見出し */
#contents .box_cde h3,#contents .box_ab h3{
	margin:0; padding:3px 3px 3px 10px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
	color:#333333; /* 文字の色 */
	font-weight:normal;
	background:#f5f5f5;
	border-top:5px solid #3e3f64; border-bottom:none;
}
/* ニュースリリース見出し */
#contents .log_box h3{
	margin:5px; padding:2px 3px 7px 27px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
	color:#333333; /* 文字の色 */
	font-weight:normal;
	background:url(./img/h3_4.gif) no-repeat;
	border-bottom:1px solid #e0c197;
}
/* h4見出し */
#contents h4{
	margin:10px 10px 8px 10px;
	padding:0 0 0 16px;
	text-align:left;
	font-size:14px; /* サイズ */
	line-height:16px; /* 行間 */
	color:#555555; /* 色 */
	background:url(./img/h4_2.gif) left no-repeat;
}
/* h5見出し */
#contents h5{
	margin:10px 10px 8px 10px;
	padding:0 0 0 16px;
	text-align:left;
	font-size:14px; /* サイズ */
	line-height:16px; /* 行間 */
	color:#555555; /* 色 */
	background:url(./img/h5_2.gif) left no-repeat;
}
/* h6見出し */
#contents h6{
	margin:10px 10px 8px 10px;
	text-align:left;
	font-size:14px; /* サイズ */
	line-height:16px; /* 行間 */
	color:#555555; /* 色 */
}
/*--------------------------------
コンテンツ　文章
--------------------------------*/
#contents p{
	margin:0 20px 30px 20px;
	text-align:left;
	font-size:14px; /* 文字のサイズ */
	line-height:21px; /* 文字の行間 */
	color:#000; /* 文字の色 */
}
#contents p.p_10{
	margin:0 20px 10px 20px;
}
#contents .box1 p{ margin:0 0 10px 0; }
#contents .box2 p, #contents .box3 p,
#contents .log_box p{ margin:0 10px 10px 10px; }
#contents .box4 p{ margin:0 10px 0 10px; }
/* 二割・三割ボックス文章 */
#contents .box_ab p,#contents .box_cde p{
	font-size:13px; /* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
}
#contents .box_ab p{ margin:0 7px 10px 7px; }
#contents .box_cde p{ margin:0 7px 10px 8px; }
/* 装飾 */
#contents p.p_back{
	color:#333333; ; background:#f3eed5; padding:5px 0 5px 0;
}
/* 装飾用太字 */
#contents p.p_back span.bold{ color:#774411; ;font-weight:bold; }
/* 赤色 */
#contents span.red { color: #aa3300; }
/* 青色 */
#contents span.blue{ color: #3355aa; }
/* 太字 */
#contents span.bold{ font-weight:bold; }
/* 小さい文字 */
#contents span.small{ font-size:11px; }
/* 大きい文字 */
#contents span.big{ font-size:17px; font-weight:bold }

/* リスト表示 */
#contents ul.list1{
	margin:0 10px 10px 50px; padding:0;
	list-style:none;
	text-align:left;
}
#contents ul.list1 li{
	padding-left:17px;
	background:url(./img/ic_li5.gif) top left no-repeat;
}
/*--------------------------------
コンテンツ　画像の位置
--------------------------------*/
#contents span.right{
	float:right;
	margin:0 0 10px 10px;
}
#contents span.left{
	float:left;
	margin:0 10px 10px 0; 
}
/*--------------------------------
コンテンツ　リンク
--------------------------------*/
#contents a.link{
	float:right;
	margin:0 10px 10px 10px;
	text-align:right;
	text-decoration:none;
	font-size:12px; /* 文字のサイズ */
	line-height:23px;
	color:#555555; /* 文字の色 */
	background:#eeeeee url(./img/link.gif) no-repeat;
}
#contents a.link span{
	display:block;
	background:url(./img/link_left.gif) top left no-repeat;
}
#contents a.link span span{
	padding:0 5px 0 17px;
	background:url(./img/link_right.gif) top right no-repeat;
}
/* カーソル合わせた時のリンク */
#contents a:hover.link{
	float:right;
	margin:0 10px 10px 10px;
	text-align:right;
	text-decoration:none;
	font-size:12px; /* 文字のサイズ */
	line-height:23px;
	font-weight:bold;
	color:#e38122; /* 文字の色 */
	background:#faf7ee url(./img/link2.gif) no-repeat;
}
#contents a:hover.link span{
	display:block;
	background:url(./img/link_left2.gif) top left no-repeat;
}
#contents a:hover.link span span{
	padding:0 5px 0 17px;
	background:url(./img/link_right2.gif) top right no-repeat;
}
/*--------------------------------
コンテンツ　白ボックス
--------------------------------*/
#contents div.box1{
	margin:0 15px 20px 15px;
	text-align:left;
	overflow:hidden;
}

/*--------------------------------
コンテンツ　お客様の声
--------------------------------*/
#contents div.voice{
	margin:0 15px 30px 15px; padding-top:70px;
	text-align:left;
	background:#faf7da url(./img/voice.gif) top left no-repeat;
	overflow:hidden;
}
#contents div.voice img{
	margin:0 0 0 10px;
}
#contents div.voice h3 span{
	padding:0 10px 0 10px; margin:0 10px 0 0;
	background:#DF5E11; color:#fff; font-weight:bold;
}
/*--------------------------------
コンテンツ　お知らせボックス
--------------------------------*/
#contents div.box2{
	margin:0 15px 20px 15px;
	text-align:left;
	background:#ffffff;
	border:solid 1px #aaaaaa;
	overflow:hidden;
}
/*--------------------------------
コンテンツ　枠付きボックス
--------------------------------*/
#contents div.box3{
	margin:0 20px 20px 20px;
	text-align:left;
	background:#ffffff;
	border:solid 1px #aaaaaa;
	overflow:hidden;
}
#contents div.box3 span.left{
	float:left;
	margin:10px; 
}
/*--------------------------------
コンテンツ　枠付きボックス角丸
--------------------------------*/
#contents div.box4top{
	margin:0 15px 0 15px;
	height:10px; line-height:10px; font-size:0;
	background:url(./img/box4top.gif) top no-repeat;
}
#contents div.box4{
	margin:0 15px 0 15px;
	background:url(./img/box4.gif) left repeat-y #ffffff;
	text-align:left; overflow:hidden;
}
#contents div.box4btm{
	margin:0 15px 30px 15px;
	height:10px; line-height:10px; font-size:0;
	background:url(./img/box4btm.gif) top no-repeat;
}
/*--------------------------------
コンテンツ　枠付きボックス角丸2
--------------------------------*/
#contents div.box5top{
	margin:0 15px 0 15px;
	height:10px; line-height:10px; font-size:0;
	background:url(./img/box5top.gif) top no-repeat;
}
#contents div.box5{
	margin:0 15px 0 15px;
	background:url(./img/box5.gif) left repeat-y #ffffff;
	text-align:left; overflow:hidden;
}
*html #contents div.box5{ width:625px; }
#contents div.box5btm{
	clear:both;
	margin:0 15px 30px 15px;
	height:10px; line-height:10px; font-size:0;
	background:url(./img/box5btm.gif) top no-repeat;
}
/*--------------------------------
コンテンツ　三割ボックス
--------------------------------*/
#contents .box_cde{
	width:625px;
	margin:0 auto;
	margin-bottom:20px;
	text-align:left;
	overflow:hidden;
}
#contents .box_cd{
	float:left;
	width:413px;
	padding-bottom:10px;
	overflow:hidden;
}
#contents .box_c{
	float:left;
	width:200px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}
#contents .box_d{
	float:right;
	width:200px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}
#contents .box_e{
	float:right;
	width:200px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}
/*--------------------------------
コンテンツ　二割ボックス
--------------------------------*/
#contents .box_ab{
	width:625px;
	margin:0 auto;
	margin-bottom:20px;
	text-align:left;
	overflow:hidden;
}
#contents .box_a{
	float:left;
	width:303px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}
#contents .box_b{
	float:right;
	width:303px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #aaaaaa;
}
#contents .box_a2{
	float:left;
	width:303px;
	padding-bottom:10px;
	overflow:hidden;
	border-bottom:1px dotted #ddd;
}
#contents .box_b2{
	float:right;
	width:303px;
	padding-bottom:10px;
	overflow:hidden;
	border-bottom:1px dotted #ddd;
}
#contents .box_a2 img,#contents .box_b2 img{
        margin-bottom:15px;
}
/*--------------------------------
ニュースリリース
--------------------------------*/
#contents .log_box{
	margin:0 10px 0 10px;
	margin-bottom:30px;
	text-align:center;
	background:#ffffff;
	overflow:hidden;
}
#contents .log_box span{
	font-weight:bold;
}
#contents .log_box span.red{
	margin:0 7px 0 7px;
	background:#dd7715;
	padding:0 3px 0 3px;
	font-size:12px; /* 文字のサイズ */
	color:#ffffff; /* 文字の色 */
}
#contents .log_box ul{
	margin:0; padding:0;
	list-style:none;
	text-align:left;
	color:#333333; /* 文字の色 */
}
#contents .log_box li{
	display:block;
	margin:0 10px 5px 10px;
	font-size:13px; /* 文字のサイズ */
	line-height:23px; /* 文字の行間 */
	border-bottom:1px dotted #766655;	
}
#contents .log_box li a{
	margin:0;
	padding:5px 0 5px 7px;
	color:#000000; /* 文字の色 */	
}
#contents .log_box li a:hover{
	color:#aa3333; /* 文字の色 */
}
/*--------------------------------
テーブル1
--------------------------------*/
#contents table.table1{
        margin:0 auto; margin-bottom:30px; border:1px solid #aaa;
}
#contents table.table1 .td_left{
        width:200px; background:#f5f5f5; border:1px solid #ddd;
        padding:20px 10px 20px 10px ; line-height:20px;
        color:#333; text-align:left;
}
#contents table.table1 .td_right{
        background:#fff;  border:1px solid #ddd;
        padding:20px 10px 20px 10px ; line-height:20px;
        color:#333; text-align:left;
}
#contents table.table1_2{
        margin:0 auto; border:1px solid #aaa;
        text-align:center;
}
#contents table.table1_2 td{
        text-align:left; padding:10px;
}
/*--------------------------------
テーブル2
--------------------------------*/
#contents table.table2{
        margin:0 auto; margin-bottom:10px; border:none;
}
#contents table.table2 td{
        padding:15px 7px 15px 7px
}
/*--------------------------------
テーブル3
--------------------------------*/
#contents table.table3{
        margin:0 auto; margin-bottom:30px;
        border-top:1px solid #aaa; border-bottom:1px solid #aaa;
}
#contents table.table3 .td_left{
        width:200px; background:#f5f5f5;
        border-right:1px solid #ccc;
        border-bottom:1px solid #ccc;
        padding:20px 10px 20px 10px ; line-height:20px;
        color:#333; text-align:left;
}
#contents table.table3 .td_right{
        background:#fff; border-bottom:1px solid #ccc;
        padding:20px 10px 20px 10px ; line-height:20px;
        color:#333; text-align:left;
}
#contents table.table3 td ul.list1{
	margin:0 10px 10px 0px; padding:0;
}
/*--------------------------------
実績紹介
--------------------------------*/
#contents .title1{
        float:right;
        width:400px; height:60px;
        margin:0 0 15px 10px;
        text-align:left;
	background:url(./img/title1.gif) left top no-repeat; 
}
#contents .title1 p{
       margin:5px;
}
#contents .title1_pbox{
        float:right;
        width:400px; overflow:hidden;
        margin:0 0 0 15px;
}
/*--------------------------------
サイドメニュー
--------------------------------*/
#sidemenu{
	float: right;
	width: 200px;
	text-align:center;
	background:#ffffff;
}
/*--------------------------------
サイドメニュー オススメ
--------------------------------*/
#sidemenu .favorite1{
	margin:0 auto;
	margin-bottom:10px;
	width : 200px ;
	overflow:hidden;
	background:#ffffff;
}
#sidemenu .favo1_h3_top{
	margin:0 auto; padding:0;
	height: 19px;
	line-height:0;
	font-size:0;
	background:url(./img/favo1_h3_top.gif) left top repeat-x;

}
#sidemenu .favorite1 h3{
	margin:0 ;
	padding:12px 10px 12px 10px;
	font-size:15px; /* 文字のサイズ */
	line-height:17px; /* 文字の行間 */
	font-weight:normal;
	color:#80410A; /* 文字の色 */
	background:#F8EA7E url(./img/favo1_h3.gif) top repeat-x;
	border:1px solid #EFA229;
	border-left:1px solid #FBB649;
	border-top:1px solid #FBB649;
}
#sidemenu .favorite1 img{
	margin:5px 5px 0 5px;
	text-align:center;
	line-height:0;
	font-size:0;
}
#sidemenu .favorite1 ul{
	overflow:hidden;
	margin:0; padding:0;
	text-align:left;
	list-style:none;
	background:#ffffff;
}
#sidemenu .favorite1 li{
	margin:2px 0 2px 0;
	padding:5px 0 5px 5px;
	line-height:40px;
	background:#ffffff url(./img/li.gif) right repeat-y;
	border:1px solid #aaa;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
#sidemenu .favorite1 li a{
	display:block;
	padding-left:25px;
	margin-right:5px;
	font-size:14px; /* 文字のサイズ */
	text-decoration: none;
	background:url(./img/ic_li3.gif) no-repeat;
}
#sidemenu .favorite1 li a:hover{
	background:url(./img/ic_li4.gif) no-repeat;
}
/*--------------------------------
サイドメニュー リスト
--------------------------------*/
#sidemenu .sidemenu1{
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	width : 200px ;
	overflow:hidden;
	background:#ffffff;
}
#sidemenu .sidemenu1 h3{
	margin:0 ;
	padding:12px 10px 12px 10px;
	font-size:15px; /* 文字のサイズ */
	line-height:17px; /* 文字の行間 */
	font-weight:normal;
	color:#333; /* 文字の色 */
	background:#ededed url(./img/sidemenu1_h3.gif) top repeat-x;
	border:1px solid #aaa;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
#sidemenu .sidemenu1 ul{
	overflow:hidden;
	margin:0; padding:0;
	text-align:left;
	list-style:none;
	background:#ffffff;
}
#sidemenu .sidemenu1 li{
	margin:2px 0 2px 0;
	padding:5px 0 5px 5px;
	line-height:40px;
	background:#ffffff url(./img/li.gif) right repeat-y;
	border:1px solid #aaa;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
#sidemenu .sidemenu1 li a{
	display:block;
	padding-left:25px;
	margin-right:5px;
	font-size:14px; /* 文字のサイズ */
	text-decoration: none;
	background:url(./img/ic_li3.gif) no-repeat;
}
#sidemenu .sidemenu1 li a:hover{
	background:url(./img/ic_li4.gif) no-repeat;
}
/*--------------------------------
リスト共通　バックなし
--------------------------------*/
#sidemenu .sidemenu1 li.li_none
#sidemenu .favorite1 li.li_none{
	height:50px;
	background:none; border:none;
        overflow:hidden;
}
/*--------------------------------
サイドメニュー 特集など
--------------------------------*/
#sidemenu .special{
	margin:0 auto;
	font-size:16px; /* 文字のサイズ */
	color:#ffffff; /* 文字の色 */
	line-height:36px;
	font-weight:bold;
	text-decoration: none;
	over-flow:hidden;
}
#sidemenu .special span{
	display:block;
	text-align:left;
	padding-left:10px;
	margin-bottom:10px;
	background:#65BB16 url(./img/special.gif) top no-repeat;	
}
#sidemenu a:hover.special span{
	background:#D06813 url(./img/special2.gif) top no-repeat;	
}
/*--------------------------------
サイドメニュー お勧め商品
--------------------------------*/
#sidemenu .sidemenu2{
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	width : 200px ;
	background:#ffffff;
	overflow:hidden;
}
/* 見出し */
#sidemenu .sidemenu2 h3{
	margin:0;
	padding:15px 5px 5px 5px;
	color:#de9a00;
	font-size:15px; /* 文字のサイズ */
	line-height:18px; /* 文字の行間 */
	color:#555555; /* 文字の色 */
	font-weight:normal;
	background:#ffffff url(./img/sidemenu2_h3.gif) top repeat-x;
	border-bottom:1px solid #e0c197;
}
#sidemenu .sidemenu2box{
	width:180px;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	background:#ffffff;
	border-bottom:1px solid #aaaaaa;
}
/* 商品名 */
#sidemenu .sidemenu2box .title{
	font-weight:bold;
	font-size:13px; /* 文字のサイズ */
	color:#0d3387; /* 文字の色 */
	border-bottom:1px solid #22aaaa;
}
/* 商品の説明 */
#sidemenu .sidemenu2box p{
	text-align:left;
	font-size:11px;
}
/* 商品の価格 */
#sidemenu .sidemenu2box .price{
	text-align:left;
	font-weight:bold;
	font-size:11px; /* 文字のサイズ */
}
/* 詳細のリンク */
#sidemenu .sidemenu2box .more_box{
	text-align:right;
}
#sidemenu .sidemenu2box a.more{
	margin:0 0 5px 7px;
	padding:0 2px 0 12px;
	font-size:11px; /* 文字のサイズ */
	color:#559988; /* 文字の色 */
	font-weight:bold;
	text-decoration: none;
	background:url(./img/ic_menu3.gif) no-repeat;
}
/*--------------------------------
サイドメニュー フリースペース
--------------------------------*/
#sidemenu .sidemenu3{
	margin:0 auto; margin-bottom:10px;
	text-align:center;
	width : 200px ;
	background:#ffffff; /* フリースペースの背景色 */
	overflow:hidden;
}
#sidemenu .sidemenu3 img{
        margin-bottom:15px;
}
#sidemenu .sidemenu3 h3{
	padding:10px 10px 0 10px;
}
#sidemenu .sidemenu3 p{
	padding:10px;
	text-align:left;
}
/*--------------------------------
メニューボタン
--------------------------------*/
#sidemenu a:hover img.link_point{
	background:url(./img/link_point_ho.gif) left no-repeat;
}
/*--------------------------------
サイドメニュー・コンテンツ 背景ぼかし
--------------------------------*/
#contents .contents_btm{
	height:37px;
	line-height:0;
	font-size:1px;
	background:url(./img/side_btm.gif) top repeat-x;
}
#sidemenu .side_btm{
	height:37px;
	line-height:0;
	font-size:1px;
	background:url(./img/side_btm.gif) top repeat-x;
}
/*--------------------------------
フッター
--------------------------------*/
#footer{
	clear:both;
	padding-top:30px;
	height:100px;
	background:#F9F8CC url(./img/footer.gif) top no-repeat;
	font-size: 13px; /* 文字のサイズ */
	color: #eeeeee; /* 文字の色 */
}
address{
	margin-left:20px;
	text-align: left;
	font-size: 12px; /* 文字のサイズ */
	color: #555555; /* 文字の色 */
}

