
/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #6699FF;

}

a:visited {
	text-decoration: none;
}

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
body {
	font-size: 80%;
	text-align: center;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	/*color: #808080;*/
}
#wrapper {
     border-left: 2px solid #cacaca;
     border-right: 2px solid #cacaca;
	text-align: center;
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
}
#header {
	margin: 0px auto 0px auto;
	width: 760px;
	height: 80px;
	position: relative;
}

#sidebar {
	float: right;
	width: 180px;
	text-align: center;
}
#footer {
	clear: both;
	padding: 0px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	background-image: url('../images/fotter.gif');
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* -- 見出しレベル1 -- */
/*
h1 {
	font-size: 85%;
	font-weight: normal;
	color: #C0C0C0;
	position: absolute;
	top: 2px;
	left: 30px;
}
*/

h1, h2, h3 {
	font-size: 1.2em;
	}
/* -- 企業名 ショップ名 サイト名 -- */

.logo a {
  text-decoration: none;
  color: #006600;
}

/* -- 概要 -- */

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */


/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}


/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p { text-align: center; }

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#main {
	width: 760px;
	height: 100%;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#menu {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 760px;
	height: 33px;
}
.logo {
	float: left;
	margin-top: 17px;
}
.menu_list {
	padding: 0px;
	display: block;
	width: 180px;
}
.menu_title {
	margin: 0px;
	width: 180px;
}
img {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
}
.menu_list a:hover {
	display: block;
	text-align: left;
	font-size: 100%;
	width: 190px;
	background-color: #F4FDFF;
	line-height: 160%;
}
.sidebar_block {
	width: 180px;
	margin-bottom: 30px;
}
.menu_list a {
	display: block;
	text-align: left;
	font-size: 100%;
	width: 190px;
	line-height: 160%;
	text-decoration: none;
}

.contents_block {
	margin: 0px auto 50px auto;
	padding: 0;
	clear: both;
}
#contents_left {
	float: left;
	width: 562px;
	text-align: left;
}
.clear-both {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.footer_right {
	width: 450px;
	float: right;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-left: 10px;
	text-align: center;
}
.footer_left a:hover {
	text-decoration: underline;
	color: #FF5050;
}
#pan a:hover {
	text-decoration: underline;
}
li.header{
  float:left;
  padding : 0;
  margin : 0;
}
ul.header{
  list-style : none;
  padding : 0;
  margin : 0;
}

.contents_top_block {
	width: 560px;
}
.contents_top_title_header img {
	text-align: left;
	vertical-align: bottom;
}

.product_list {
	width: 500px;
	margin-left: 40px;
/*	padding-top: 10px;*/
	/*padding-bottom: 5px;*/
	clear: both;
	margin-bottom: 1px;
}
.product_list a:hover {
	color: #FF8F59;
}
.sidebar_block_cart {
	width: 180px;
/*	margin-bottom: 10px;*/
}
.sidebar_block_login {
	width: 180px;
	/*margin-bottom: 10px;*/
	margin-top: 3px;
}
.contents_top_block_title {
	width: 560px;
}
.contents_block_menu {
     line-height: 80%;
	margin: 0px auto 0px auto;
	padding: 0;
	clear: both;
}
.contents_block_image {
	margin: 0px auto 0px auto;
	padding: 0;
	clear: both;
}
.sidebar_block_cart_b {
	width: 180px;
	margin-bottom: 5px;
}
.con_photo {
	float: left;
	width: 120px;
	height: 90px;
	background-color: #CCCCCC;
}
.con_photo_list {
	float: right;
	width: 350px;
	font-size: 110%;
}
.kenko_index {
	margin: 0px auto 30px 40px;
	width: 500px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.news {
	width: 500px;
	margin-left: 40px;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
	margin-bottom: 30px;
}
.mobile_index {
	width: 520px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
	margin-bottom: 1px;
}
.mobile_text {
	float: right;
	width: 400px;
}

.title_confirm {
text-align: center;
font-weight: bold;
color: #ed6d00;
font-size: 1.2em;
}

