@charset "UTF-8";

/* 基本スタイル
---------------------------------------------*/
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 90%;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../07img/back.png);
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p,ul,li{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a {
	color: #FF3399;
}
a:hover {
	color: #FF0066;
	background-color: #FFEEEE;
}

img {
	border: 0;	
}


img.waku {
	border: #DDDDDD solid 1px;
}


img.photo-left {
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

img.photo-right {
	padding-left: 5px;
	padding-bottom: 5px;
	float: right;
}

.skip {
	display: none;
}

.media1 {
	display: none;
}
.totop {
	font-size: 70%;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

#totop {
	font-size: 80%;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}
.clear {
	float: none;
	clear: both;
}

.pink{
	color: #FF6699;
}

.red{
	color: #FF3333;
}

.green{
	color: #66CC99;
}

/* Wrapper
---------------------------------------------*/
#Base-center {
	position:absolute;
	text-align:center;
	width: 100%;
	left: 22px;
	top: 0px;
}

#Wrapper {
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	width: 795px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	background: #FFFFFF url(../07img/back-left.png) repeat-y left;
}
#Wrapper2 {
	width: 835px;
	margin: 0;
	padding: 0;
	background: url(../07img/back-right.png) repeat-y right;
}


/* たて組レイアウト
---------------------------------------------*/
#contentWrapper {
	position: relative;
	width: 795px;
	margin: 0 20px;
	text-align: left;
	background: #FFFFFF;
}

#header {
	background: url(../07img/top-title5.jpg) no-repeat left top;
	width: 795px;
	height: 205px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 85%;
	font-weight: normal;
	color: #666666;
}
#header img {
	position: absolute;
	padding-top: 20px;
	margin: 0;
	left: 0px;
	top: 0px;
}


#content {
	margin: 0;
	padding: 0px 0 10px 0;
	background-color: #FFFFFF;
}


#content-main {
	width: 795px;
	background-color: #FFFFFF;
}



#content-left {
	float: left;
	padding: 8px 4px 10px 5px;
	width: 175px;
	border-right: #FBE8ED solid 1px;
	border-bottom: #FBE8ED double 3px;
	background-color: #FFFFFF;
	background-image: url(../07img/menu-back.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.left-bwaku {
	margin: 2px;
	padding: 5px;
	width: 155px;
	border: #DDDDDD solid 1px;
	
}

#content-right {
	float: right;
	padding: 0 10px 5px 0;
	width: 591px;
	background: #FFFFFF;
}


#content-right-shop {
	float: right;
	padding: 0 10px 5px 0;
	width: 585px;
	background: #FFFFFF;
}


#footer {
	clear: both;
	width: 795px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FEEEED;
	background-image: url(../07img/footer-back.png);
	background-repeat: no-repeat;
	background-position: top;
	border-top: 1px solid #E47D9D;
	border-bottom: 1px solid #AEA7A6;
}
#footer-text {
	padding-top: 10px;
	font-size: 95%;
	font-weight: normal;
	color: #444444;
	text-align: center;
}
#footer-menu {
	margin: 0;
	padding: 15px 10px 10px 10px;
	text-align: center;
	font-size: 95%;
	font-weight: normal;
}
#footer-bottom {
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	width: 835px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	height: 20px;
	background: #FEEEED url(../07img/back-footer-bottom.png) no-repeat;
}



/* ナビゲーション
---------------------------------------------*/
#globalNav {
	position: relative;
	width: 165px;
}
#globalNav li {
	list-style-type: none;
}

#globalNav li img {
border: none;
vertical-align: top;
}

#globalNav li a {
	/*¥*/
	overflow: hidden;
	text-decoration: none;
	/**/	
}
#globalNav li a:hover {
	text-decoration: none;
}

.1 li {
	height: 38px;
}
.2 li {
	height: 28px;
}

/* topcomment
---------------------------------------------*/
#comment{
	padding: 10px 30px 10px 20px;
	font-size: 100%;
	color: #555555;
	line-height: 1.5;
	background: url(../07img/topcomment-back.jpg) no-repeat right bottom;
	}
	
#comment strong{
	color: #FF3399;
	}
	
#comment .negai{
	margin-top: 10px;
	font-size: 95%;
	color: #5277E7;
	line-height: 1.5;
	}

/* infomation
---------------------------------------------*/

#info{
	width: 550px;
	background: url(../07img/info-back2.png) repeat-y;
	margin-bottom: 20px;
	margin-left: 20px;
}

#info-bbs{
	background-color: #FBE8ED;
}

#info-top{
	width: 550px;
	height:49px;
	background: url(../07img/info-title2.png) no-repeat top;
	margin: 0;
	padding: 0;
}
#info-bottom{
	width: 550px;
	height:41px;
	background: url(../07img/info-bottom2.png) no-repeat bottom;
	margin: 0;
	padding: 0;
}


#info-inner{
	scrollbar-base-color: #FFFFFF;
	scrollbar-highlight-color: #DDDDDD;
	padding: 0 10px 0 10px;
	margin: 5px 10px 10px 10px;
}
#info ul {
	padding: 0 15px;
}

#info li {
	padding: 10px 5px 5px 50px;
	font-size: 90%;
	color: #666666;
	line-height: 1.5;
	border-bottom: 2px solid #FFFFFF;
	background: url(../07img/info-dot3.png) no-repeat left top;
	list-style-type: none;
}


#info-bbs ul {
	padding: 0 15px;
}

#info-bbs li {
	padding: 10px 5px 5px 50px;
	color: #666666;
	line-height: 1.5;
	border-bottom: 2px solid #FFFFFF;
	background: url(../07img/info-dot3.png) no-repeat left top;
	list-style-type: none;
}


#info-bbs .date {
	padding: 5px 10px;
	font-size: 90%;
	font-style: normal;
	color: #666666;
	text-align: right;
}

#info-bbs th {
	border-right: #FFFFFF solid 2px;
	padding-right: 5px;
	font-weight: normal;
	vertical-align: top;
	font-size: 90%;
}

#info-bbs td {
	padding: 0 0 0 5px;
	font-size: 100%;
}

#info-bbs .topfooter {
	padding: 5px 10px;
	font-size: 90%;
	color: #666666;
	text-align: right;
}

#info-bbs .backnext {
	padding: 5px 10px;
	font-size: 90%;
	color: #666666;
	text-align: right;
}


/* メインテキスト指定
---------------------------------------------*/
h1 .top {
}
h2 {
}

h3{
	font-size: 120%;
}

.main-text {
	font-size: 100%;
	font-weight: normal;
	color: #444444;
	line-height: 1.5;
	
}
.main-text2 {
	font-size: 100%;
	font-weight: normal;
	color: #444444;
	line-height: 1.5;
	margin-top: 5px;
}

.text-s {
	font-size: 90%;
	font-weight: normal;
	color: #444444;
	line-height: 1.5;
}


.text-s-blwn {
	font-size: 90%;
	font-weight: normal;
	color: #663333;
	line-height: 1.5;
}

.indent {
	margin: 10px 20px;
}
.indent-left {
	margin-left: 100px;
	line-height: 1.5;
}

.plist {
	font-size: 85%;
	color: #555555;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-left: 5px;
}


.content-top {
	text-align: center;
	margin: 10px;
	padding: 10px;
	line-height: 1.7;
}


.content-top2 {
	text-align: left;
	margin: 10px;
	padding: 10px;
	line-height: 1.7;
}

.content {
	text-align: center;
	margin: 20px;
	padding: 20px;
	border: 3px double #FECFDA;
}
.content h2 {
	font-size: 100%;
	color: #FF3366;
	line-height: 2;
	font-weight: bold;
}
.content h3 {
	font-size: 120%;
	color: #FF5290;
	line-height: 2;
	font-weight: bold;
}
.content p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.content .kodawari{
	margin: 10px;
	padding: 10px;
	font-size: 100%;
	color: #444444;
	line-height: 1.5;
	text-align: left;
	border: 3px double #F5D0D8;
}


.content ul{
	margin: 10px;
	padding: 10px 40px;
	background-color: #FEEEED;
	list-style-position: outside;
	list-style-type: circle;
	color: #FF3366;
	
}


.content ol{
	margin: 10px;
	padding: 10px 40px;
	background-color: #FEEEED;
	list-style-position: outside;
	color: #666666;	
}


.content li{
	margin: 5px 0;
}

.tanjo h2 {
	font-size: 140%;
	color: #FF3366;
	line-height: 2;
	font-weight: bold;
	background-color: #FEEEEE;
	margin: 10px 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

ul.koe{
	margin: 10px;
	padding: 10px;
	list-style-position: outside;
	list-style-type: none;
	color: #666666;
}

.koe li{
	padding: 10px;
	border-top: 3px double #F288B6;
	border-bottom: 3px double #F288B6;
	border-left: 1px solid #F288B6;
	border-right: 1px solid #F288B6;
	color: #7F5454;
}



ul.press{
	margin: 5px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	color: #666666;
	font-size: 90%;
	line-height: 1.4;
}

.press li{
	padding: 5px;
	border-top: 3px double #F288B6;
	border-bottom: 3px double #F288B6;
	border-left: 1px solid #F288B6;
	border-right: 1px solid #F288B6;
	color: #7F5454;
}


ul.shop{
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	color: #666666;
	background-color: #FFFFFF;
	border-top: #E4BCB2 double 3px;
	border-right: #E4BCB2 solid 1px;
	border-left: #E4BCB2 solid 1px;
}

.shop li{
	margin: 0px;
	padding: 10px 10px 10px 25px;
	color: #333333;
	background: url(../07img/dot-pink-shop.gif) left top no-repeat;
	border-bottom: #E4BCB2 double 3px;
}


ul.denpo{
	padding: 10px 20px;
	font-size: 90%;
	list-style-position: outside;
	list-style-type: disc;
}

.denpo li{
	margin: 0px;
	padding: 5px;
	color: #333333;
}


.content table{
	margin: 10px;
	border-top: 1px solid #FECFDA;
	border-left: 1px solid #FECFDA;
	border-right: 1px solid #FECFDA;
}
.content th{
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	background: #FFEEEE;
	font-size: 90%;
	color: #555555;
	border-bottom: 1px solid #FECFDA;
	vertical-align: top;
}
.content td{
	margin: 0px;
	padding: 5px;
	font-size: 90%;
	line-height: 150%;
	border-bottom: 1px solid #FECFDA;
	text-align: left;
}

.button img{
	margin-top: 20px;
	margin-left: 60px;
}


/* トップページ指定
---------------------------------------------*/

.count{
	text-align: center;
	margin: 20px 0;
	font-size: 90%;
	color: #555555;
	line-height: 110%;
}

/* お問い合わせ
---------------------------------------------*/
.contact {
	text-align: left;
	margin: 20px 40px 10px 40px;
}
.contact p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.contact table{
	margin: 10px 0 5px 10px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 3px solid #EEEEEE;
	border-bottom: 3px solid #EEEEEE;
}
.contact th{
	padding: 5px;
	font-weight: normal;
	background: #EEEEEE;
	font-size: 95%;
	color: #555555;
	border-bottom: 1px solid #BBBBBB;
}
.contact td{
	padding: 5px;
	line-height: 150%;
	border-bottom: 1px solid #BBBBBB;
}
.contact input{
	border: 1px solid #BBBBBB;
	padding: 5px;
}
.contact textarea{
	border: 1px solid #BBBBBB;
	padding: 5px;
}

/*　webshop
---------------------------------------------*/

.shopleft{
	width: 250px;
	padding-right: 5px;
	float: left;
}
.shop th{
	text-align: left;
}
.shop td{
	font-size: 100%;
	font-weight: bold;
}
.cart{
	padding: 0px 5px;
	border: #FEAAAA solid 1px;
	background: #FFEEEE;
}


/*　bbs用
---------------------------------------------*/


/*　その他
---------------------------------------------*/
.copyright {
font-size: 90%;
color: #666666;
font-style: oblique; 
font-family:Verdana,Osaka,Helvetica,sans-serif;
}
.toploop {
	font-size: 100%;
	line-height: 1.5;
	color: #996633;
	padding: 5px;
	background: url(../2007/loopback.gif) top repeat-x;
	margin-bottom: 10px;
}

/* hide from Mac IE ¥*/
 * html .toploop {
	font-size: 100%;
	line-height: 1.5;
	color: #996633;
	padding: 5px 5px 15px 5px;
	background: url(../2007/loopback.gif) top repeat-x;
	margin-bottom: 10px;
}
    /* */ 


.topbutton {
	text-align: center;
	margin: 0 5px 0 0;
}


.topbutton a{
	text-decoration: none;
}
