@charset "utf-8";
/* BASE========================= */



* {
	margin:0;
	padding:0;
}
html, body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#303;
	background-image:url();
	background-position: top center;
	background-repeat: no-repeat;
	margin:0;
	padding:0 0 0 0;
	height:100%;
}
p {
	padding:10px;
}
ul {
	list-style:none;
	display:block;
}
p {
	line-height:1.8;
	font-size:90%;
}
a {
	color:#09C;
	text-decoration:none;
}

p a {
		line-height:1.8;
}
p a:hover {
	filter: alpha(opacity=70);
	/*IE*/
	opacity:.7;
}

/*  wrapper  */
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
	width:1000px;
	margin: 0px auto;
	display:block;
	background-color:#FFFFFF;
}

/*  header  */
#header {
        height:210px;
	width:1000px;
	margin:0;
	padding:0;
	margin-bottom:0px;
	background-image:url(/img/IMG-HEADBACK201902.gif);
	background-repeat: no-repeat;
	background-position:50% 00px;
	border-bottom:1px #F28484 solid;
	
}
#header h1 {
	padding:20px 0 0 20px;
	line-height:1.0em;
	font-size:80%;
}
#header h1 a {
	color:#F28484;
}
#header ul {
	display:table;
	width:100%;
	table-layout: fixed;
	list-style:none;
        padding-top:120px;
	padding-bottom:20px;
}
#header li {
	position:relative;
	text-align:center;
	display:table-cell;
}
#header ul li a {
	color:#F28484;
}
#header ul li a:hover {
	color:#FF9999 ;
}




/* footer　*/

#footer  {
	padding: 250px 20px 30px 20px;
	background-image:url(/img/footerback2018.png);
	background-position: center top;
	background-repeat:repeat-x;
	text-align:center;
}
#footer p {
	margin:0 0 3px 0;
	font-size:12px;
	line-height:1.4;
}
/* contents　*/

#contents {
	margin-bottom:20px;
	padding:10px 15px 10px 15px;
	-webkit-box-shadow:1px 1px 2px 1px rgba(0,0,0,.1);
	box-shadow:1px 1px 2px 1px rgba(0,0,0,.1);
	overflow:hidden;
	zoom: 1;
}
#main {
	float: left;
	width:680px;
	padding:0 10px 0 5px;
	border-right:1px solid #FF9999;
	overflow:hidden;
}
#main img.imgborder {
	border:1px solid #FF9999;
	padding:5px;
	margin-left:10px;
	width:660px;
}
#sidebar {
	float:right;
	width:250px;
	padding:10px;
	border-right:1px solid #FF9999;
}

#sidebar img:hover {
	filter: alpha(opacity=70);
	/*IE*/
	opacity:.7;
}
h2 {
	color: #FF9999;
	font-size:100%;
}
h3 {
	list-style:none;
}
h4 {
	margin:0;
	padding:10px;
	line-height:50px;
}

.date{
	padding-left:5px;
	font-size:x-small;
}


h2.information {
	padding:20px 0px 20px 50px;
	background-image:url(../img/news.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;
	line-height:1.6;
}
h2.gallery_title {
	padding:20px 0px 20px 55px;
	background-image:url(../img/top3.png);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:1.6;
}
.hotspot {
	padding:8px 0px 0px 52px;
	background-image:url(../img/madamnozokuicon.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.instagram {
	padding:8px 0px 0px 52px;
	background-image:url(../img/top3.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.profile {
	padding:8px 0px 10px 50px;
	background-image:url(../img/proficon.png);
	background-position:left top;
	background-repeat:no-repeat;
}
/*amazon*/
.amazon:after {
	content:"";
	display:block;
	clear:both;
}
.amazon img {
	float:left;
	margin-right:5px;
}
#main .amazon {
	margin:30px 0;
}
#sidebar h3 {
	border-bottom: 1px dotted #999;
	color: #51753;
	line-height:2.0;
	font-size:70%;
}

/*ブログinfo*/

.bloginfo {
	position:relative;
	overflow:hidden;
	padding:0px 5px 15px 5px;
	margin-bottom:15px;
	border-bottom: 1px dotted #999;
	color: #51753;
}
.bloginfo:after {
	content:"";
	display:block;
	clear:both;
}
.bloginfo .rightPt h3.blogtitle{
	color: #999;
	margin:10px 0 5px 10px ;
	padding-bottom:10px;
	border-bottom:1px #FF9999 solid;
	font-size:small;
	
}

.bloginfo img {
	float:left;
	border: 1px solid #dbdbdb;
	padding: 2px;
	margin-right:10px;
	width:200px;
	height:200px;
}

.rightPt {
	position:relative;
	height:200px;
	padding:0;
	margin:0;
	overflow:hidden;
}

.moreinfo a {
	position: absolute;
	right:0;
	bottom:0;
	font-size:80%;
}
/*ギャラリー*/
.gallery {
	display:block;
	overflow: hidden;
	padding:20px 15px 20px 15px;
	border:solid #FF9999 1px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
    
	margin-bottom:20px;
}
.gallery ul li {
	float:left;
	width:160px;
	height:160px;
	border:1px solid #FF9999;
	overflow:hidden;
	margin:5px;
	text-align:center;
	background:#FFFFFF;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
}
.gallery ul li a {
	display:block;
	width:160px;
	height:160px;
}
.gallery ul li a img {
	max-height:150%;
	border-style:none;
}
.gallery img:hover {
	filter: alpha(opacity=70);
	/*IE*/
	opacity:.7;
}
.gallery h3 {
	margin:0 0 10px 10px;
	padding:8px 0 5px 10px;
	border-left:5px #FF9999 solid;
	line-height:1.0;
}

i {
	padding-right:5px;
	
}

.gallery p i,#main p i{
	color: #FC6;
}



	
.back {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
/*　リンクスタイル　*/


	


.linkbox {
	width:270px;
	height:140px;
	margin:5px;
	padding:15px;
	border:solid #FCC 1px;
	float:left;
	overflow:hidden;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
}
.linkbox img {
	width:45px;
	height:45px;
	float:left;
	padding-right:10px;
	margin-bottom:10px;

}
.linktitle {
	border-bottom:dotted #590A55 1px;
	
	margin-bottom:8px;
	
}

.linktitle h4 {
	font-size:90%;
	padding-top:5px;
	padding-bottom:0px;
	margin:0;
	line-height:1.2em;
}
.linktitle p.sub {
	
	padding:0;
	font-size:70%;
}

.linktitle:after {
	content:"";
	display:block;
	clear:both;
}
.linkbox p {
	margin:0;
	font-size:90%;
	padding:0;
	
}

.linkbox i{
	color: #CCC;
	padding-right:0;
   
}


.linkbox:after {
	content:"";
	display:block;
	clear:both;
}
.linkgroup:after {
	content:"";
	display:block;
	clear:both;
}
h3.linkH3 {
	margin:10px;
	padding:10px;
	font-size:70%;
	border-left:5px #FF9999 solid;
}
h3.sideIcon {
	margin-bottom:10px;
	border-bottom: 1px dotted #999;
	color: #51753;
	line-height:2.0;
	font-size:80%;
	padding:8px 0px 8px 52px;
	background-image:url(../img/top3.png);
	background-position:left top;
	background-repeat:no-repeat;
}

img.ex_baner{
	border:1px #FF9999 solid;
	margin-bottom:5px;
	padding:0;
	
}

.mail{
	margin-left:15px;
	margin-bottom:30px;
}