/***********************************************/
/* sharac kaisen.css                           */
/* Use with sharac-**.html                     */
/***********************************************/

* table{
	font-size: 80%;
	
}

#main {
	width: 700px;
	background-color: #FFFFFF;
	border: solid #ccc 1px;
}

#logo {
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style:none;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	background-color:#9acd32;
	height:auto;
	width: 700px;		
	
}


/***********************************************/
/* ヘッダー用　　　　　　　                    */
/***********************************************/
#top {
	width: 0px;
	background-color: #0033CC;
	background-image: url(image/menu-image.gif);
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	height: 20px;
	background-repeat: no-repeat;
}

#top2 {
	width: 700px;
	color: #999999;
	font-size: 75%;
	height: 12px;
	line-height: 12px;
	padding-left: 10px;
	padding-top: 4px;
	background-color: #ee0;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
}

/***********************************************/
/* right側設定　　　　 　                      */
/***********************************************/
#right {
	float: right;
	width: 520px;
	background-color: #FFFFFF;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

/***********************************************/
/* left 側設定　　　　 　                      */
/***********************************************/
#left {
	width: 165px;
	background-color: #FFFFFF;
	height: auto;
}

/***********************************************/
/* メインメニュー用リンク　                      */
/***********************************************/

 #navcontainer
{
	margin: 0 0 0 0;
	padding: 0;
	height:20px;
	font-size: 90%;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a
{
	color: #fff;
	width: 100px;
	text-decoration: none;
	height: 20px;
	padding-top: 3;
	background-color:#66cd00
	/*background-image: url(image/menu-image.gif);*/
}

#navcontainer ul li a:hover
{
	color: #FFFFFF;
	background #006600;
	background-color: #009900;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}

/***********************************************/
/* サブメニュー用リンク　                      */
/***********************************************/
#menu-sub {
 width:160px;
 }

#menu-sub ul {
margin-left: 0;
padding-left: 2;
list-style-type: none;
}

#menu-sub a {
	display: block;
	padding: 3px;
	width: 165px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #eee;
	font-size: 80%;
	text-decoration: none;
	color: #666666;
}

#menu-sub a:link, .navlist a:visited {
color: #666666;
text-decoration: none;
}

#menu-sub a:hover {
	color: #fff;
	background-color: #66cd00;
}

/***********************************************/
/* 通常リンク　　　　　　                      */
/***********************************************/
#nomal_link a {
	color: #0000CC;
	text-decoration: none;
}

#nomal_link a:link, .navlist a:visited {
	color: #0066FF;
	text-decoration: none;

}

#nomal_link a:hover {
	color: #0066FF;
	text-decoration: none;
}


/***********************************************/
/* 買い物カート用    　　                      */
/***********************************************/

#tbl-left {
	width: 200px;
	font-size: 80%;
	margin: 15 10 15 10;
	float: left;
}

#tbl-right {
	width: 200px;
	background-color: #FFFFFF;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 80%;
	margin: 15 10 15 0;
	padding-left: 15px;
}

#tbl-line {
	width: 540px;
	float: none;
	border-bottom-style: none;
	padding-top: 0px;
	border-top-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: thin;
}

/***********************************************/
/* タイトルバナー用                            */
/***********************************************/



h1 {
	width: 475px;
	font-size: 90%;
	padding-top: 0px;
	color: #666666;
	padding-bottom: 2px;
	font-weight: normal;
	margin-left: 15px;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 24px;
	border-left-color: #FF6600;
	border-left-width: 5px;
	background-image: url(image/h1-banner02.gif);
}

h2 {
	width: 430px;
	font-size: 75%;
	border-bottom-color: #339900;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-top: 0px;
	color: #333333;
	padding-bottom: 2px;
	padding-left: 15px;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 30px;
	background-image: url(image/icon-org-migi.gif);
	background-repeat: no-repeat;
}

h3 {
	font-size: 80%;
	padding-left: 10px;
	background-repeat: no-repeat;
	color: #333333;
	font-weight: normal;
	background-image: url(image/icon-sankaku.gif);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 25px;
	width: 430px;
}

h4 {
	font-size: 80%;
	padding-left: 15px;
	background-repeat: no-repeat;
	color: #333333;
	font-weight: normal;
	background-image: url(image/menu-h1.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
}

#sub-banner{
	background-image: url(image/icon-check.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
	margin-left: 5px;
}

#colum-nomal {
	width: 470px;
	font-size: 80%;
	line-height: 20px;
	color: #666666;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 20px;
	word-spacing: 2px;
	letter-spacing: 2px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#colum-white {
	font-size: 75%;
	line-height: 20px;
	color: #666666;
	margin-top: 5px;
	margin-right: 40px;
	margin-left: 30px;
	word-spacing: 2px;
	letter-spacing: 2px;
}

#colum-grey {
	font-size: 75%;
	line-height: 18px;
	color: #666666;
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 30px;
	word-spacing: 2px;
	letter-spacing: 2px;
	background-color: #eee;
	padding: 10;
}

#colum-line {
	font-size: 75%;
	line-height: 18px;
	color: #666666;
	margin-top: 5px;
	margin-right: 25px;
	margin-left: 25px;
	word-spacing: 2px;
	letter-spacing: 2px;
	background-color: #FFFFFF;
	padding: 10;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
}

/***********************************************/
/* ページレイアウト用                          */
/***********************************************/
div.subtop2 {
	width: 700px;
	background-color: #33CC00;
	color: #FFFFFF;
	font-size: 75%;
	height: 20px;
	padding: 4 4 4 4;
}

div.bottom {
	width: 700px;
	font-size: 75%;
	color: #999999;
	height: 20px;
	line-height: 20px;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFF80;
}



