/* 外枠の設定（container部分） */
div#container {
	position: relative;
	width: 780px;
	height: auto;
	min-height: 420px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	cilor: #333333;
	background-color: #ffffff;
	text-align: left;
}

/* ヘッダー部分の設定（header部分） */

div#header {
	width: 420px;
	height: 113px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(image/horita.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
}

div#header h1, div#header p {
	text-indent: -9999px;
}

div#header a {
	display: block;
	width: 410px;
	height: 113px;
}

ul#sitePolicy {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	width: 200px;
	height: auto;
	margin: 0 0 1em 0;
	text-align: right;
}

/* サイトポリシー部分のフォントなどの設定 */
ul#sitePolicy li {
	display: block;
	float: right;
	font-size; 11px;
	text-transform: lowercase;
}

ul#sitePolicy a {
	display: block;
	width: auto;
	height: auto;
	padding: 0 10px;
	border-right: 1px solid #c0c0c0;
}

ul#sitePolicy li#sitemap a {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

div#hanbaikakaku a {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 254px;
	height: 70px;
}


ul#mainNavi {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 0;
}

/* メインナビ部分のフォントなどの設定 */
ul#mainNavi li {
	display: inline;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
}


/* メインナビ部分のHOMEの書き出し位置の設定 */
ul#mainNavi li#mHome {
	margin-left: 0px;
}

/* メインナビ部分の背景色などの設定 */
ul#mainNavi a {
	text-decoration: none;
	display: block;
	width: 110px;
	height: 25px;
	padding: 0px 0px;
	border-right: 0px solid #ffffff;
}


/* メインナビ部分のリンク色の設定 */
ul#mainNavi a:link, ul#mainNavi a:visited {
	color: #ffffff;
}

/* メインナビ部分のマウスを置いたときのリンク色の設定 */
ul#mainNavi a:hover, ul#mainNavi a:active{
	color: #ffcc00;
}

div#siteBanner {
	clear: both;
	width: 770px;
	height: 160px;
	margin: 0 0 1em 0;
	color: #000000;
	background-color: transparent;
}

#home div#siteBanner {
	background-image: url(image/home.jpg);
	background-repeat: no-repeat;
}

#kagayasai div#siteBanner {
	background-image: url(image/aboutkagayasai.jpg);
	background-repeat: no-repeat;
}

#sweets div#siteBanner {
	background-image: url(image/sweets.jpg);
	background-repeat: no-repeat;
}

#aboutshop div#siteBanner {
	background-image: url(image/aboutshop.jpg);
	background-repeat: no-repeat;
}

#abouthorita div#siteBanner {
	background-image: url(image/abouthorita.jpg);
	background-repeat: no-repeat;
}

#kakakuhenndou div#siteBanner {
	background-image: url(image/kakakuhenndou.jpg);
	background-repeat: no-repeat;
}

#haitatu div#siteBanner {
	background-image: url(image/aboutderivery.jpg);
	background-repeat: no-repeat;
}

#sitemap div#siteBanner {
	background-image: url(image/kouzityuu.jpg);
	background-repeat: no-repeat;
}

#privacy div#siteBanner {
	background-image: url(image/kouzityuu.jpg);
	background-repeat: no-repeat;
}

#honsya div#siteBanner {
	background-image: url(image/kouzityuu.jpg);
	background-repeat: no-repeat;
}

#daiwa div#siteBanner {
	background-image: url(image/kouzityuu.jpg);
	background-repeat: no-repeat;
}

#oumityou div#siteBanner {
	background-image: url(image/kouzityuu.jpg);
	background-repeat: no-repeat;
}


div#subNavi h2, div#mainContents h2 {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #c0c0c0;
	color: #000000;
	font-family: Times, "Times New Roman", Garamond, serif;
	font-size: 200%;
	text-transform: capitalize;
}

div#subNavi {
	display: inline;
	float: left;
	width: 140px;
	height: auto;
	margin: 0 0 0 20px;
	padding: 0 20px 0 0;
}

div#subNavi h2 {
	display: none;
}

div#subNavi li {
	font size: 95%;
	font-weight: normal;
	line-height: 150%;
	text-transform: uppercase;
}

div#mainContents {
	display: block;
	float: left;
	width: 540px;
	height: auto;
	margin: 0 0 1em 0;
}

div#mainContents div#welcome {
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 2em 0;
	border-bottom: 1px solid #c0c0c0;
}

div#mainContents div#recent {
	display: block;
	width: 540px;
	float: left;
	height: auto;
	margin: 0 15px 0 0;
	padding:0 15px 0 0;
	border-bottom: 1px solid #c0c0c0;
}

div#mainContents div#pupular {
	display: block;
	float: left;
	width: 540px;
	height: auto;
	margin: 0;
}

div#mainContents div#recent h2,
div#mainContents div#popular h2 {
	color: #000000;
	font-size:150%;
	border-bottom: none;
}

div#mainContents h3{
	margin-bottom: 5px;
	color: #0099CC;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic", "MS Pゴシック", Verdana, Arial, sans-serif;
	font-size: 120%;
	font-waight: bold;
	text-transform: capitalize;
}

div#mainContents div#recent h3 {
	color: #003366;
	font-size: 110%;
	font-weight: bold;
	text-transform: capitalize;
}

div#maincontents p {
	line-height: 145%;
}


