/* 基本設定 */

a:link		{}
a:visited	{}
a:active	{}
a:hover		{color: #FF0000}

address{
	font-size: 10px;
	font-style: normal;
	line-height: 140%;
	color: #FFFFFF;
}

/* 全体の横幅指定 */

#container{
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* コンテンツ部分の横幅指定 */

#contents{
	margin-right: 20px;
	margin-left: 20px;
}

#wrapper{
	float: right;
	width: 490px;
}

#left{
	margin-right: 30px;
	width: 220px;
}

#center{
	width: 230px;
	margin-right: 38px;
    float: left;
}

#right{
	width: 220px;
	float: right;
}

/* レイアウト設定 */

body{
	background-color: #CCCCCC;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	background-position: 50%;
}

#footer{
	clear: both;
}

/* ヘッダ部分のデザイン */


#header{
	margin-bottom: 20px;
}

#global{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #000000;
	background-image: url(images/global_top_back.gif);
	background-repeat: repeat-y;
}

.navi1{
	margin-left: 360px;
}

h1{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 80px;
}

#image{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#navi{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

#navi ul{
	margin: 0px;
	padding: 0px;
}

#navi li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

/* コンテンツ部分のデザイン */

#container{
	background-image: url(images/top_contents_back.jpg);
	background-repeat: repeat-y;	
	}

#contents{
	font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴシック Pro W3";
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	margin-bottom: 10px;
}

#contents p{
	margin-top: 0px;
	margin-bottom: 0px;
}

#contents p.float-r{
	float: right;
}

#contents .imgfloat_l{
	float: left;
	margin-right: 5px;
}

/* 左コンテンツ部分のデザイン */

#left div.title h2{
	margin-bottom: 5px;
}

#left div.shopitem h3{
	margin-top:0px;
	margin-bottom: 10px;
}

#left div.shopitem p{
	margin-bottom: 5px;
	color:#FFF;
}

#left div.shopitem p img{
	margin:0 5px 10px 0;
	float:left;
}

#left div.shopitem{
	margin-top:10px;
}

/* リンク設定 */
#left div.shopitem p a:link		{color: #FFF; text-decoration:underline;}
#left div.shopitem p a:visited{color: #FFF; text-decoration:underline;}
#left div.shopitem p a:hover	{color: #F00; text-decoration:underline;}
#left div.shopitem p a:active	{color: #F00; text-decoration:underline;}

/* 中央コンテンツ部分のデザイン */

#center div.title{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 5px;
}

#center div.title h2{
	margin-bottom: 5px;
	width:64px;
	display: inline;
}

#center div.title p{
	display: inline;
	margin-left: 82px;
}

#center div.entry{
	width: 230px;
	margin-bottom: 5px;
	clear: both;
}

#center div.entry h3{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	line-height: 140%;	
}

#center div.banner{
	margin-bottom: 5px;
}

/* 右コンテンツ部分のデザイン */

#right div.title h2{
	margin-bottom: 3px;
	padding: 0px;
}

#right div.title p.read{
	margin:0px;
	padding: 0px;
}

#right div.entry{
	width: 220px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	clear: both;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}

#right div.entry p{
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 10px;	
}

#right div.banner{
	margin-top: 5px;
}

#right h3{
	margin-bottom: 0px;
}

#right div.entry h3{
	font-size:12px;
	color: #FFFFFF;
	font-weight: normal;
	width: 220px;
	padding: 4px 0px;
}

#right div.entry h3.honten{
	background-color: #000000;
	background-image: url(images/top_blognippo1.jpg);
	text-align: right;
}

#right div.entry h3.meirin{
	background-color: #000000;
	background-image: url(images/top_blognippo2.jpg);
	text-align: right;
}

#right div.entry h3.nishiki{
	background-color: #000000;
	background-image: url(images/top_blognippo3.jpg);
	text-align: right;
}

#right div.nippo{
	clear: both;
}

/* フッタ部分のデザイン */

#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	text-align: center;
	margin-top: 10px;
}

#footer p{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
}

#footer a:link	{color: #FFFFFF}
#footer a:visited	{color: #FFFFFF}
#footer a:hover	{color: #FF0000}
#footer a:active	{color: #FFFFFF}
