/*
Design by Lip Group
http://www.fu-zo-ku.com/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ","Meiryo","MS Gothic", sans-serif;
	font-size: 13px;
	text-align: center;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-size: 1em;
}

p {
	margin: 0;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

hr {
	border: #DDDDDD 1px dotted;
}

iframe .index-news {
	width: 750px;
	border: 1px #58b647 solid
	overflow: hidden;
}

/* Header */

#header {
	background: #FFFFFF url(../images/header.jpg) repeat-x;
}

#header .dcpt {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

#header .dcpt .exp {
	padding-top: 115px;
}

#header .dcpt .h1 {
	padding-bottom: .5em;
	float: left;
	text-align: left;
}

#header .dcpt .bookmark {
	float: right;
}

/* Container */

#container {
	margin: 50px auto;
	width: 750px;
	text-align: left;
}

.content {
	margin-bottom: 50px;
}

.content .title {
	margin-top: 20px;
	background: #FFFFFF url(../images/bg_dot.gif);
	line-height:2em;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	color:#58b647;
	font-size:14px;
	font-weight: bold;
	text-align:left;
}

.content .ctns {
	margin: 0;
	padding: 0;
}

.content .ctns li {
	padding-left: 5px;
	display: inline;
}

.content .ctns a {
	text-decoration: none;
}

.content .r18 {
	margin: 20px 0 0 20px;
	height: 80px;
}

.content .r18 .mark {
	padding-top: 10px;
	float: left;
}

.content .r18 .text {
	padding-left: 25px;
	float: left;
	font-size: .9em;
}

.content .r18 .enter {
	padding: 40px 0 0 150px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}

.content .r18 .enter a {
	color: #0033CC;
}

.content .r18 .enter a:hover {
	color: #FF0000;
}

.content .links {
	margin: 0;
	padding: 0;
}

.content .links li {
	display: inline;
}

/* News */

.newsbar {
	margin:30px 0 0 0;
}
#news {
	width:750px;
	height:250px;
	margin:0 5px 0 5px;
	padding:3px;
	text-align:left;
	border-left:1px solid #bbb;
	border-bottom:1px solid #bbb;
	overflow:auto;
}
#news dl.itemBox {
	height:auto;
	margin:5px 0;
	padding:3px 0 10px 0;
	border-bottom:1px solid #bbb;
}

#news dt {
	margin-bottom:5px;
}
#news dt a {
	font-size:14px;
	font-weight:bold;
	color:#58B647;
}

#news dt a:hover {
	font-size:14px;
	font-weight:bold;
	color:#73d840;
}

#news dd p {
	margin:3px 0 8px 0;
	line-height:1.3;
}

#news dd p.text{
font-size:11px;
}

#news dd p span.time{
padding:1px 3px;
margin-right:5px;
color:#fff;
}

#news dd p.next{
float:right;
}

#news dd p.next a{
text-align:left;
background:url(../images/btn_top_next.gif) no-repeat;
height:25px;
width:120px;
display:block;
}

#news dd p.next a:hover{
background:url(../images/btn_top_next.gif) no-repeat;
}

#news dd p a{
color:#58b647;
font-weight:bold;
}

#news dd p a:hover{
color:#fff;
text-decoration:none;
background:#58b647;
}

#news dd p.text .colorGreen{
margin-top:8px;
display:block;
}

#news dd p.photo {
	float:left;
	width:80px;
	height:107px;
	margin:0 10px 5px 0;
	border:1px solid #58B647;
}

/* Footer */

#footer {
	padding-top: 50px;
	background: #FFFFFF url(../images/header.jpg) repeat-x bottom;
}

.navigation {
	margin:0 auto;
	padding-bottom: 130px;
	width: 750px;
	text-align: center;
}

.navigation .title {
	margin-top: 20px;
	background: #FFFFFF url(../images/bg_dot.gif);
	line-height:2em;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	color:#58b647;
	font-size:14px;
	font-weight: bold;
	text-align:left;
}

.navigation .shopnavi {
	margin: 0 10px 30px 10px;
	text-align: left;
	font-size: .9em;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearBoth {
	clear: both;
}

.center {
	text-align: center;
}

.pink {
	color: #fb4399;
}

.bold {
	font-weight: bold;
}
