/*--------------------------------------------------------------
　基本設定
--------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 20px;
}
td {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 20px;
}

h1 {
	display: none;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-weight: normal;
}
h2 {
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}
strong {
	font-weight: normal;
}
p {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #111082;
	text-decoration: none;
}
a:visited {
	color: #111082;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #111082;
}
a:active {
	text-decoration: none;
	color: #111082;
}
/*--------------------------------------------------------------
　共通
--------------------------------------------------------------*/
#container {
	margin: 0px auto;
	width: 804px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	height: 100%;
}
#cont-tbl {
	width: 804px;
	background-color: #CCCCCC;
	clear: both;
}

/*--------------------------------------------------------------
　ヘッダー
--------------------------------------------------------------*/
#head {
	width: 804px;
	text-align: left;
	padding-left: 30px;
}
#head-logo {
	width: 260px;
	float: left;
}
.head-logo {
	margin-top: 25px;
}

#head-menu {
	width: 484px;
	float: left;
	text-align: right;
}
#head-menu ul {
	margin: 38px 0px 0px;
	padding: 0px;
}
#head-menu li {
	display: inline;
}
#head-menu li a {
	display: inline;
	background-image: url(../common/arrow1.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 0px;
	margin-left: 4px;
	padding-bottom: 2px;
}
#head-menu a:link {
	color: #000000;
	text-decoration: none;
}
#head-menu a:visited {
	color: #000000;
	text-decoration: none;
}
#head-menu a:hover {
	text-decoration: underline;
	color: #000000;
}
#head-menu a:active {
	text-decoration: none;
	color: #000000;
}

/*--------------------------------------------------------------
　メニュー
--------------------------------------------------------------*/
#menu {
	width: 804px;
	height: 382px;
	background-image: url(../common/bg1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
}

#menu2 {
	width: 804px;
	height: 102px;
	background-image: url(../common/bg2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: left;
}
#menu2 ul {
	margin: 0px;
	padding: 0px;
}
#menu2 li {
	margin: 0px;
	padding: 0px;
}

.menu-area {
	margin-left: 30px;
	padding-top: 20px;
}
.menu-image {
	margin-bottom: 10px;
}

.menu1 {
	background-image: url(../common/menu.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 56px;
	width: 248px;
	text-indent: -9999px;
	background-position: 0px -56px;
}
.menu1 a {
	background-image: url(../common/menu.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 56px;
	width: 248px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.menu1 a:hover {
	background-image: url(../common/menu.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 56px;
	width: 248px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0px -56px;
}

.menu2 {
	background-image: url(../common/menu.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 56px;
	width: 248px;
	text-indent: -9999px;
	background-position: -248px -56px;	
}
.menu2 a {
	background-image: url(../common/menu.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 56px;
	width: 248px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-position: -248px 0px;
}
.menu2 a:hover {
	background-image: url(../common/menu.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 56px;
	width: 248px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: -248px -56px;
}

.menu3 {
	background-image: url(../common/menu.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 56px;
	width: 248px;
	text-indent: -9999px;
	background-position: -496px -56px;	
}
.menu3 a {
	background-image: url(../common/menu.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 56px;
	width: 248px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-position: -496px 0px;
}
.menu3 a:hover {
	background-image: url(../common/menu.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 56px;
	width: 248px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: -496px -56px;
}


/*--------------------------------------------------------------
　コンテンツ
--------------------------------------------------------------*/
#cont {
	text-align: left;
	width: 804px;
	margin-top: 15px;
	clear: both;
}
#cont-area {
	margin-left: 30px;
}
#cont-area-tbl {
	width: 744px;
}

#top-info {
	float: left;
	width: 355px;
	margin-right: 34px;
}
#top-contact {
	float: left;
	width: 355px;
}
dl {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
dt {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
dd {
	margin-top: 4px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.arrow1 {
	background-image: url(../common/arrow1.gif);
	background-position: 0px 3px;
	padding-left: 18px;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
　左コンテンツ
--------------------------------------------------------------*/
#cont-left {
	float: left;
	width: 204px;
}
#cont-left ul {
	margin: 0px;
	padding: 0px;
}
#cont-left li {
	margin: 0px;
	padding: 0px;
}
#sub-menu
 {
	width: 180px;
}

.sub-menu {
	background-image: url(../common/sub-menu2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 180px;
	margin: 0px;
	float: left;
	text-indent: 8px;
	line-height: 28px;
	padding: 0px;
	font-weight: bold;
}
.sub-menu a {
	background-image: url(../common/sub-menu1.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 28px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.sub-menu a:hover {
	background-image: url(../common/sub-menu2.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 28px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.sub-menu-cat {
	background-image: url(../common/sub-menu3.gif);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	text-indent: 18px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}

/*--------------------------------------------------------------
　右コンテンツ
--------------------------------------------------------------*/
#cont-right {
	float: right;
	width: 540px;
}
.cont-right-tit {
	background-image: url(../shop/img/title-bg.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 540px;
}
.cont-right-tit-txt {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	line-height: 48px;
	font-weight: bolder;
	text-indent: 24px;
	letter-spacing: 1px;
}

/*--------------------------------------------------------------
　解除
--------------------------------------------------------------*/
.clear {
	clear: both;
}

/*--------------------------------------------------------------
　フッター
--------------------------------------------------------------*/
#foot {
	width: 804px;
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 146px;
	background-image: url(../common/foot-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px -10px;
}

.foot-area {
	margin-left: 30px;
	letter-spacing: 1px;
	padding-top: 115px;
}
address {
	font-style: normal;
	font-weight: normal;
	background-position: center;
	width: 744px;
}

/*--------------------------------------------------------------
　パンくずリスト
--------------------------------------------------------------*/
#bread {
	height: 26px;
	width: 804px;
	text-align: left;
}
#bread-area {
	margin-top: 5px;
	margin-left: 30px;
}
#bread ol {
	margin: 0px;
	padding: 0px;
}
#bread li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.bread-li {
	background-image: url(../common/bread-arw.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 14px;
	text-indent: 15px;
}

/*--------------------------------------------------------------
　記事設定
--------------------------------------------------------------*/
.box {
	margin-left: 15px;
}
.box-area {
	width: 510px;
	margin-top: 20px;
	clear: both;
}
.box-line {
	background-image: url(../common/box-line.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 100%;
}
.box-txt-bld {
	font-size: 14.5px;
	line-height: 130%;
	font-weight: bold;
	color: #7070B4;
}
.box-tbl {
	background-color: #E5E5E5;
}
.box-tbl-txt {
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.box-tbl-shop {
	background-color: #E5E5E5;
	margin-bottom: 20px;
}
.box-txt-subj {
	font-size: 14.5px;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E5E5E5;
	color: #7070B4;
	clear: both;
}
.box-bar {
	margin-top: 30px;
}
.box-titimg {
	margin-bottom: 2px;
}
.box-link {
	font-weight: bold;
	background-image: url(../common/arrow1.gif);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
.box-p {
	margin-bottom: 20px;
}
.box-foot {
	text-align: right;
	clear: both;
	padding-top: 40px;
}

/*--------------------------------------------------------------
　あとで編集
--------------------------------------------------------------*/

