* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-image: url(../images/back.gif);
	text-align: center;
}

.background {
	width: 780px;
	background-image: url(../images/wrapper.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0 auto;
	padding-left: 29px;
	padding-right: 29px;
}

p {
	font-size: 12px;
}

p,h1,h2,h3,h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a img {
	border: none;
}

a:active,
a:visited,
a:link {
	color: #003399;
}

em {
	font-style: normal;
	font-weight: bold;
}

sup {
	vertical-align: baseline;
	position:relative;
	top:-4px
}

div:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

div {
	zoom: 100%;
}






/* 補助用 */

.clear {
	height: 1px;
	clear: both;
	background: none;
	border: none;
}

hr.clear {
	height: 1px;
	clear: both;
	background: none;
	color: #FFFFFF;
	border: none;
}

hr.border {
	height: 1px;
	clear: both;
	color: #FFFFFF;
	border: none;
	border-bottom: 1px solid #E0E0E0;
}

hr.mborder {
	height: 1px;
	clear: both;
	color: #FFFFFF;
	border: none;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 20px;
}

.image_space {
	margin-top: 25px;
	margin-bottom: 25px;
}

.bottom_space {
	margin-bottom: 25px;
}

.upper_space {
	margin-top: 25px;
}

.right_image {
	float: right;
	margin-left: 16px;
	_margin-left: 8px;
}

.left_image {
	float: left;
	margin-right: 16px;
	_margin-right: 8px;
}

.notice {
	font-size: 10px;
}

.necessary {
	font-size: 10px;
	color: #FF0000;
}






/* ヘッダー構成 */

.header {
	position: relative;
	height: 78px;
	margin-bottom: 18px;
}

h1 {
	position: absolute;
	width: 495px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height: 1em;
	text-align: left;
	left: 0;
	top: 14px;
}





#logo {
	position: absolute;
	top: 34px;
	left: 0px;
}

#time {
	float: right;
}

.store {
	position: absolute;
	left: 407px;
	top: 24px;
	width: 375px;
	height: 27px;
}

.oobukuro{
    width:122px;
    background-image:url(../images/oobukuro.jpg);
	background-repeat:no-repeat;
	float:left;
}


.sengen{
    width:122px;
    background-image:url(../images/sengen.jpg);
	background-repeat:no-repeat;
	float:right;
}


.oobukuro img,
.sengen img{
     margin-bottom:65px;
	 margin-left:10px;
	 margin-top:45px;
}


.store p {
	font-size: 10px;
	text-align: right;
	color: #666666;
	width: 245px;
}

.store .name {
	float: right;
	margin-top: 3px;
	margin-right: 8px;
}

.store .btn {
	float: right;
	margin-top: 3px;
}

.navi {
	margin-bottom: 18px;
}

.navi img,
.subnavi img {
	float: left;
}

.subnavi {
	margin-top: 5px;
	margin-bottom: 8px;
}

#inquiry_btn {
	float: right;
}

#woman {
	position: absolute;
	top: 0;
	left: 7px;
}






/* 第二階層共通メニュー構成 */

.sidebar {
	width: 185px;
	float: left;
}

.sidebar img {
	float: left;
}

h2.topicpath {
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
	padding: 10px 0;
	text-align: left;
}

.searchbtn_tochi {
	margin-top: 30px;
}

.searchbtn_kodate {
	margin-top: 8px;
}






/* 第二階層基本構成 */

.content_title {
	width: 585px;
	float: right;
}

.maincontents {
	width: 565px;
	padding: 0 10px;
	float: right;
	text-align: left;
}

.wide_title {
	width: 780px;
	float: right;
}

.widecontents {
	width: 760px;
	padding: 0 10px;
	float: right;
	text-align: left;
}

.formcontents {
	width: 760px;
	padding: 0 10px;
	float: right;
	text-align: center;
}

.maincontents p {
	line-height: 1.7em;
	margin-bottom: 1.5em;
	text-align: left;
}

.widecontents p {
	line-height: 1.7em;
}

.maincontents .title,
.widecontents .title,
.formcontents .title {
	margin-top: 30px;
	margin-bottom: 15px;
}






/* フッター構成 */

h2.copy {
    margin-top:80px;      
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height: 1em;
	text-align: left;
	left: 0;
	top: 14px;
}

.footer {
	margin-top: 10px;
	border-top: 1px solid #CCCCCC;
	width: 780px;
	padding-top: 20px;
}

.footer ul {
	float: left;
	display: block;
	width: 500px;
	text-align: left
}

.footer ul li {
	background-image: url(../images/footer_listitem.gif);
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 10px;
	margin-right: 20px;
	_margin-right: 10px;
	font-size: 10px;
	float: left;
}

.footer .logo {
	float: right;
}

.footer h2 {
	clear: both;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

