@charset "utf-8";
@import url(command.css);


/*
  Site Name: e.C.MORIMOTO
  Author: T.MORIMOTO
*/


/*
===== CONTENTS =============================================================

  1: body（Body要素）
  2: base（レイアウト要素）
  3: link（リンク要素）

============================================================================

/*body -------------------------------------------------------------------*/



body{ /*   body要素  */
	text-align:center;
	margin:0;
	color:#555555;
	padding:0;
	background-color:#ffffff;
	font-family:Arial, "Arial Black", "Comic Sans MS", Courier, "Courier New", Impact, "Times New Roman", Verdana;
 scrollbar-base-color:#cc0033;
 scrollbar-3dlight-color:#ffffff;
 scrollbar-arrow-color:#eeeeee;
 scrollbar-darkshadow-color:#cccccc;
 scrollbar-face-color:#bbbbbb;
 scrollbar-highlight-color:#ffffff;
 scrollbar-shadow-color:#ffffff;
}

html {
	overflow: scroll;
}


/*baseレイアウト上部-------------------------------------------------------------------*/


#top{
	height: 115px;
	width: 100%;
	background-image: url(../img/top_img/bk-01.gif);
}


#headder-01-02{
	text-align: left;
	height: 115px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: bottom;
}

#headder-02{
	width: 100%;
	background-image: url(../img/top_img/bk-04.gif);
}


#headder-02-02{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#head_left{
	margin: 0px;
	padding: 0px;
	width: 850px;
	background-image: url(../img/top_img/tel_bk.gif);
	height: 65px;
	background-repeat: no-repeat;
	vertical-align: middle;
}

/*baseレイアウトコンテンツ部-------------------------------------------------------------------*/
.pgup_bo{
	text-align: right;
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
}

/*baseレイアウトコンテンツ部-------------------------------------------------------------------*/
#c_mein{
	text-align: center;
	width: 100%;
	background-color: #FFF;
}

#c_center{
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#c_left{
	float: right;
	width: 210px;
	text-align: right;
	display: inline;
	padding-top: 15px;
}

#c_left ul{
	margin-top: 7px;
	margin-bottom: 15px;
	text-align: right;
}



#c_right{
	float: left;
	width: 580px;
	text-align: left;
	display: inline;
}




/*レフトメニューテキストリスト---------------------------------------------------------------*/


.text_menu_list{
	margin-top: 10px;
	margin-bottom: 10px;
}

.text_menu_list li{
	font-size: 0.8em;
	margin-bottom: 5px;
	background-image: url(../img/botan_img/point.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 1px;
	text-align: left;
	margin-left: 10px;
}



/*baseレイアウトフッター部-------------------------------------------------------------------*/


#foot_menu01{
	height: 50px;
	width: 100%;
	background-image: url(../img/top_img/bk-03.gif);
	clear: both;
}

#foot-01-02{
	text-align: left;
	height: 50px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#footer-01{
	width: 100%;
	background-color: #666;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	clear: both;
}


#footer-01-02{
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 0.9em;
	color: #CCC;
	text-align: center;
}

#footer-01-02 a:link{text-decoration:none; color:#CCC }
#footer-01-02 a:visited{text-decoration:none; color:#CCC}
#footer-01-02 a:active{text-decoration:underline;  } 
#footer-01-02 a:hover{text-decoration:underline;}


/*-------------------
	文字サイズ変更
---------------------*/

#size-small
    {
	padding:0
    }
#size-medium
    {
	padding:0
    }
#size-large
    {
	padding:0
    }

/*	ヘッダーのナビボタン -------------------------------------------------------------------*/


#headder_botan{/* 4つのボタン */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 850px;
	background-image: url(../img/top_img/bk-03.gif);
}


#headder_botan li{/* 4つのボタン */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}



/*	フッターのナビボタン -------------------------------------------------------------------*/


#footer_botan{/* 6つのボタン */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}


#footer_botan li{/* 4つのボタン */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

/*	ネットショップのナビボタン -------------------------------------------------------------------*/


.shop_botan{
	list-style-type: none;
	clear: both;
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.shop_botan li{/* 3つのボタン */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}