@charset "utf-8";

/* =================================== */
/* common css */


/* =================================== */
/* common css */


/* =================================== */
/* common css */
html {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}

body {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	color:#333;
	font-size:14px;
	background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(64,151,218) 100%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(64,151,218) 100%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(64,151,218) 100%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(64,151,218) 100%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(64,151,218) 100%, rgb(255,255,255) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,255,255)),
		color-stop(1, rgb(64,151,218)),
		color-stop(1, rgb(255,255,255))
	);
	-pie-background: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(64,151,218) 100%, rgb(255,255,255) 100%);
	behavior: url(js/pie/PIE.htc);
}

ul,ol {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

li {
	margin:0;
	padding:0;
}

dl {
	margin:0;
	padding:0;
}

dd {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	line-height:1;
}

img {
	border:none;
	vertical-align:top;
}

a {
	color:#2d92f0;
	text-decoration:none;
}

/* =================================== */
/* container */
#container {
	width:320px;
	margin:0 auto;
	background:#fff url(../img/bg_01.jpg) 50% 0 no-repeat;
}


/* =================================== */
/* header */
#header {
	padding:0 5px;
	height:55px;
	background:url(../img/bg_header_01.png) 0 0 repeat;
	border-bottom:1px solid #fff;
}

#header h1 {
	padding:0;
	margin:2px 0 0;
	width:131px;
	float:left;
	
	font-size:14px;
	font-weight:normal;
	line-height:1;
}

#header ul {
	float:right;
	margin:4px 0 0;
}

/* =================================== */
/* main */
#mainImage {
	width:320px;
	margin:0 auto 20px;
	position:relative;
}

#mainImage h2 {
	width:310px;
	/*margin:0 auto;*/
	position:absolute;
	top:0;
	left:5px;
	z-index:1;
}

/* miyakojima */
#hontou #mainImage,
#kumejima #mainImage,
#miyakojima #mainImage,
#isigakijima #mainImage {
	margin:45px auto 20px;
}

#hontou #mainImage h2,
#kumejima #mainImage h2,
#miyakojima #mainImage h2,
#isigakijima #mainImage h2 {
	width:223px;
	top:-40px;
	left:95px;
}

#mainImage .spotName {
	width:88px;
	height:66px;
	background:url(../img/bg_spot_01.png) 0 0 no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	top:-37px;
	left:6px;
	z-index:1;
}

#mainImage .spotName span {
	display:block;
	width:100%;
	position:absolute;
	top:40%;
	text-align:center;
}

#mainImage .spotName span.double {
	top:23px;
	line-height:1;
}

#mainImage .map {
	width:90px;
	height:60px;
	position:absolute;
	top:133px;
	left:225px;
	z-index:1;
}

#mainImage .image {
	width:284px;
	margin:16px auto 0;
	
	background: #fff;
	border: 3px solid #fff;
	position: relative;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow:0 1px 4px rgba(0,0,0,.2);
}

/* flex-container */
#mainImage .viewArea {
	width:320px;
	height:235px;
	position:relative;
	overflow:hidden;
}

#mainImage .flex-container {
	width:290px;
	position:absolute;
	top:50px;
	left:15px;
}

#tip {
	display:block;
	width:106px;
	height:0;
	padding:68px 0 0;
	overflow:hidden;
	line-height:1;
	text-indent:-9999px;
	background:url(../img/img_main_tip_01.png) 0 0 no-repeat;
	position:absolute;
	top:184px;
	left:211px;
	z-index:1;
}

/* =================================== */
/* article */
#article {
	zoom:1;
}

#article h2.style1 {
	height:35px;
	background-image: linear-gradient(bottom, rgb(255,174,0) 0%, rgb(254,207,67) 25%, rgb(254,207,67) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,174,0) 0%, rgb(254,207,67) 25%, rgb(254,207,67) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,174,0) 0%, rgb(254,207,67) 25%, rgb(254,207,67) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,174,0) 0%, rgb(254,207,67) 25%, rgb(254,207,67) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,174,0) 0%, rgb(254,207,67) 25%, rgb(254,207,67) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,174,0)),
		color-stop(0.25, rgb(254,207,67)),
		color-stop(1, rgb(254,207,67))
	);
	-pie-background: linear-gradient(bottom, rgb(255,174,0) 0%, rgb(254,207,67) 25%, rgb(254,207,67) 100%);
	behavior: url(js/pie/PIE.htc);
	
	position:relative;
	text-align:center;
}

#article h2.style1 span {
	position:absolute;
	top:-14px;
	left:0;
}

#article h2.style2 {
	height:35px;
	background-image: linear-gradient(bottom, rgb(53,147,255) 0%, rgb(109,176,252) 25%);
	background-image: -o-linear-gradient(bottom, rgb(53,147,255) 0%, rgb(109,176,252) 25%);
	background-image: -moz-linear-gradient(bottom, rgb(53,147,255) 0%, rgb(109,176,252) 25%);
	background-image: -webkit-linear-gradient(bottom, rgb(53,147,255) 0%, rgb(109,176,252) 25%);
	background-image: -ms-linear-gradient(bottom, rgb(53,147,255) 0%, rgb(109,176,252) 25%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(53,147,255)),
		color-stop(0.25, rgb(109,176,252))
	);
	-pie-background: linear-gradient(bottom, rgb(53,147,255) 0%, rgb(109,176,252) 25%);
	behavior: url(js/pie/PIE.htc);
	
	position:relative;
	text-align:center;
}

#article h2.style2 span {
	display:block;
	padding-top:5px;
	text-align:center;
}

#article h2.style3 {
	height:35px;
	background-image: linear-gradient(bottom, rgb(253,118,174) 0%, rgb(255,169,208) 25%);
	background-image: -o-linear-gradient(bottom, rgb(253,118,174) 0%, rgb(255,169,208) 25%);
	background-image: -moz-linear-gradient(bottom, rgb(253,118,174) 0%, rgb(255,169,208) 25%);
	background-image: -webkit-linear-gradient(bottom, rgb(253,118,174) 0%, rgb(255,169,208) 25%);
	background-image: -ms-linear-gradient(bottom, rgb(253,118,174) 0%, rgb(255,169,208) 25%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(253,118,174)),
		color-stop(0.25, rgb(255,169,208))
	);
	-pie-background: linear-gradient(bottom, rgb(253,118,174) 0%, rgb(255,169,208) 25%);
	behavior: url(js/pie/PIE.htc);
	
	position:relative;
	text-align:center;
}

#article h2.style3 span {
	display:block;
	padding-top:5px;
	text-align:center;
}

/* =================================== */
/* syoyoujikan */

#syoyoujikan {
	width:310px;
	margin:0 auto 20px;
	color:#4d4d4d;
	font-size:13px;
	line-height:1.3;
}

#syoyoujikan .text {
	width:290px;
	margin:0 auto 15px;
}

/* =================================== */
/* linkBtn-map */

.linkBtn-map a div {
	display:inline;
	color:#2d92f0;
	font-size:14px;
	font-weight:bold;
	border:1px solid #adadad;
	padding:5px 10px;
	min-height:10px;
	vertical-align:middle;
	/* css3 */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	background-image: linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -o-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(225,225,225)),
		color-stop(1, rgb(255,255,255)),
		color-stop(1, rgb(225,225,225))
	);
	-pie-background: linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	behavior: url(js/pie/PIE.htc);
}

.linkBtn-map a div span {
	background:url(../img/bg_linkmarker_04.png) 0 0.15em no-repeat;
	height:21px;
	padding:3px 0 5px 17px;
}

/* syoyoujikan内 */
#syoyoujikan .linkBtn-map {
	margin:15px 0;
	text-align:center;
}

/* =================================== */
/* linkBtn-pc */

.linkBtn-pc a div {
	display:inline;
	color:#2d92f0;
	font-size:14px;
	font-weight:bold;
	border:1px solid #adadad;
	padding:5px 10px;
	min-height:10px;
	vertical-align:middle;
	/* css3 */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	background-image: linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -o-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(225,225,225)),
		color-stop(1, rgb(255,255,255)),
		color-stop(1, rgb(225,225,225))
	);
	-pie-background: linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	behavior: url(js/pie/PIE.htc);
}

.linkBtn-pc a div span {
	background:url(../img/bg_linkmarker_03.png) 0 0 no-repeat;
	height:14px;
	padding:4px 0 5px 23px;
}

/* =================================== */
/* linkBtn-list */

.linkBtn-list a div {
	color:#2d92f0;
	font-size:14px;
	font-weight:bold;
	border:1px solid #adadad;
	padding:10px 10px;
	min-height:10px;
	vertical-align:middle;
	/* css3 */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	background-image: linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -o-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(225,225,225)),
		color-stop(1, rgb(255,255,255)),
		color-stop(1, rgb(225,225,225))
	);
	-pie-background: linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	behavior: url(js/pie/PIE.htc);
}

.linkBtn-list a div span {
	background:url(../img/bg_linkmarker_02.png) 0 0.4em no-repeat;
	height:14px;
	padding:3px 0 5px 10px;
	font-size:13px;
}

.linkBtn-list li {
	margin-bottom:5px;
}

/* =================================== */
/* linklist */
ul.linklist li a {
	background:url(../img/bg_linkmarker_02.png) 0 0.2em no-repeat;
	padding-left:12px;
}

/* =================================== */
/* hotels */
.hotels {
	padding-bottom:15px;
}

.hotels .item {
	border-top:1px solid #ffe2ea;
	border-bottom:1px solid #fab9d3;
	background-image: linear-gradient(bottom, rgb(254,219,236) 0%, rgb(255,169,208) 100%);
	background-image: -o-linear-gradient(bottom, rgb(254,219,236) 0%, rgb(255,169,208) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(254,219,236) 0%, rgb(255,169,208) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(254,219,236) 0%, rgb(255,169,208) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(254,219,236) 0%, rgb(255,169,208) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(254,219,236)),
		color-stop(1, rgb(255,169,208))
	);
	
	padding-bottom:10px;
}

.hotels .item dl {
	width:300px;
	margin-left:15px;
}

.hotels .item dl dt {
	padding:8px 0 6px;
	color:#000;
	font-size:15px;
	font-weight:bold;
}

.hotels .item dl dd {
	zoom:1;
}

.hotels .item dl dd:after {
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	height: 0;
}

.hotels .item dl dd .clmL {
	float:left;
	width:100px;
}
.hotels .item dl dd .clmR {
	float:right;
	width:195px;
}

.hotels .item .linkBtn-list {
	zoom:1;
}

.hotels .item .linkBtn-list:after {
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	height: 0;
}

.hotels .item .linkBtn-list li {
	float:left;
	width:92px;
	margin-right:2px;

}

.hotels .item .linkBtn-list a div {
	width:70px;
}

/* item内linkBtn-map */
.hotels .item .linkBtn-map a div {
	display:block;
	width:164px;
	text-align:center;
}

.hotels .item .linkBtn-map a div span {
	display:inline-block;
	background-position:0 0.7em;
	font-size:13px;
}

/* =================================== */
/* events */
.events {
	padding-bottom:15px;
}

.events .item {
	border-top:1px solid #f3ffdb;
	border-bottom:1px solid #b0d092;
	background-image: linear-gradient(bottom, rgb(244,255,220) 0%, rgb(194,248,139) 100%);
	background-image: -o-linear-gradient(bottom, rgb(244,255,220) 0%, rgb(194,248,139) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(244,255,220) 0%, rgb(194,248,139) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(244,255,220) 0%, rgb(194,248,139) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(244,255,220) 0%, rgb(194,248,139) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(244,255,220)),
		color-stop(1, rgb(194,248,139))
	);
	padding-bottom:10px;
	min-height:105px;
}

.events .item dl {
	width:175px;
	padding-left:115px;
	margin:0 auto;
	position:relative;
}

.events .item dl dt {
	padding:8px 0 6px;
	color:#000;
	font-size:13px;
	font-weight:bold;
}

.events .item dl dd {
	
}

.events .item dl dd .image {
	position:absolute;
	top:10px;
	left:0;
}

.events .item dl dd .text {
	font-size:11px;
	margin-bottom:5px;
}

/* item内linkBtn-pc */
.events .item .linkBtn-pc a div {
	display:block;
	width:153px;
	text-align:center;
}

.events .item .linkBtn-pc a div span {
	display:inline-block;
	background-position:0 0;

	font-size:13px;
}


/* =================================== */
/* konobasyo */

.konobasyo {
	padding-bottom:15px;
	margin-bottom:15px;
	background:url(../img/bg_style3_btm_01.png) 0 100% repeat-x;
}

.konobasyo .item {
	border-top:1px solid #ffe2ea;
	border-bottom:1px solid #fab9d3;
	background-image: linear-gradient(bottom, rgb(254,219,236) 0%, rgb(255,169,208) 100%);
	background-image: -o-linear-gradient(bottom, rgb(254,219,236) 0%, rgb(255,169,208) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(254,219,236) 0%, rgb(255,169,208) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(254,219,236) 0%, rgb(255,169,208) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(254,219,236) 0%, rgb(255,169,208) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(254,219,236)),
		color-stop(1, rgb(255,169,208))
	);
	
	padding-bottom:10px;
}

.konobasyo .item dl {
	width:175px;
	min-height:105px;
	padding-left:115px;
	margin:0 auto;
	position:relative;
}

.konobasyo .item dl dt {
	padding:8px 0 6px;
	color:#000;
	font-size:13px;
	font-weight:bold;
}

.konobasyo .item dl dd {
	
}

.konobasyo .item dl dd .image {
	position:absolute;
	top:10px;
	left:0;
}

.konobasyo .item dl dd .text {
	font-size:11px;
	margin-bottom:5px;
}

/* item内linkBtn-map */
.konobasyo .item .linkBtn-map a div {
	display:block;
	width:153px;
	text-align:center;
}

.konobasyo .item .linkBtn-map a div span {
	display:inline-block;
	background-position:0 0.7em;
	font-size:13px;
}

/* =================================== */
/* cntsList */
.cntsList {

}

.cntsList ul {
	padding:10px 8px;
	min-height:1;
	zoom:1;
}

.cntsList ul:after {
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	height: 0;
}

.cntsList ul li {
	float:left;
	margin:5px;
}

.cntsList ul li a div{
	display:block;
	width:140px;
	height:125px;
	border:1px solid #ddd;
	text-align:center;
	
	/* css3 */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	background-image: linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -o-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(225,225,225)),
		color-stop(1, rgb(255,255,255)),
		color-stop(1, rgb(225,225,225))
	);

	-pie-background: linear-gradient(#fff, #e1e1e1);
	behavior: url(js/pie/PIE.htc);
}

.cntsList ul li a div .pname {
	display:block;
	height:22px;
	padding-top:5px;
	color:#ff5b0a;
	font-size:16px;
	font-weight:bold;
}

.cntsList ul li a div .pname.mini {
	height:21px;
	padding-top:6px;
	font-size:12px;
}

.cntsList ul li a div .image {
	display:block;
	width:132px;
	height:74px;
	border:1px solid #fff;
	margin:0 auto 5px;
}

.cntsList ul li a div .linktxt {
	background:url(../img/bg_linkmarker_01.png) 0 0.15em no-repeat;
	padding-left:10px;
	color:#000;
	font-size:14px;
}


/* =================================== */
/* searchBox */
#searchBox {
	padding-bottom:16px;
	margin-bottom:15px;
	background:url(../img/bg_style2_btm_01.png) 0 100% repeat-x;
}

#hontou #searchBox,
#kumejima #searchBox,
#miyakojima #searchBox,
#isigakijima #searchBox {
	margin-bottom:1px;
}


#searchBox .item {
	padding:15px 0 15px 15px;
	border-bottom:1px solid #ccc;
}

#searchBox .itemTitle {
	padding:2px 8px;
	margin-right:5px;
	background:#2d92f0;
	color:#fff;
	font-size:12px;
}

#searchBox .hotel div {
	padding:14px 0 0;
}

#searchBox .syosai {
	padding-bottom:10px;
}

#searchBox .syosai div {
	padding:4px 0 0;
	zoom:1;
}

#searchBox .syosai div:after {
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	height: 0;
}

#searchBox .syosai div label {
	display:block;
	float:left;
	padding:10px 15px 7px 0;
}

#searchBox .syosai div label input {
	vertical-align:bottom;
}

#searchBox #sbmt {
	padding:15px;
	text-align:center;
}

#searchBox #sbmt #searchBtn {
	color:#2d92f0;
	font-size:16px;
	font-weight:bold;
	border:1px solid #adadad;
	padding:5px 10px;
	/* css3 */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	background-image: linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -o-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(225,225,225)),
		color-stop(1, rgb(255,255,255)),
		color-stop(1, rgb(225,225,225))
	);
	-pie-background: linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	behavior: url(js/pie/PIE.htc);
}

/* =================================== */
/* bannerArea */
#bannerArea {
	padding:0 0 5px;
}

#bannerArea ul {
	width:273px;
	margin:0 auto;
}

#bannerArea li {
	margin-bottom:10px;
}

#bannerArea li span.text {
	display:block;
	padding-left:23px;
	min-height:22px;
	margin-top:4px;
	background:url(../img/bg_linkmarker_03.png) 0 0 no-repeat;
}

/* =================================== */
/* tiebukuro */
#tiebukuro {
	padding-bottom:31px;
	margin-bottom:15px;
	background:url(../img/bg_style2_btm_01.png) 0 100% repeat-x;
}

#tiebukuro #summary {
	width:290px;
	height:48px;
	background:#fbfad3;
	border:2px solid #a2cfe7;
	/* css3 */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position:relative;
	margin:8px auto 0;
}

#tiebukuro #summary span {
	display:block;
	padding:49px 0 0 71px;
	min-height:41px;
	background:url(../img/bg_tiebukuro_01.png) 0 0 no-repeat;
	color:#2d92f0;
	font-size:14px;
	position:absolute;
	top:-41px;
	left:0;
}

#tiebukuro .nickname,
#tiebukuro .question {
	width:290px;
	margin:15px auto 0;
}

#tiebukuro .nickname span,
#tiebukuro .question span {
	padding:2px 8px;
	margin-right:5px;
	background:#2d92f0;
	color:#fff;
	font-size:12px;
}

#tiebukuro input,
#tiebukuro textarea {
	vertical-align:top;
}

#tiebukuro #btns {
	text-align:center;
}

#tiebukuro #submitBtn div,
#tiebukuro #moreBtn div {
	display:inline;
	color:#2d92f0;
	font-size:14px;
	font-weight:bold;
	border:1px solid #adadad;
	padding:5px 10px;
	min-height:10px;
	vertical-align:middle;
	/* css3 */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	background-image: linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -o-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(225,225,225)),
		color-stop(1, rgb(255,255,255)),
		color-stop(1, rgb(225,225,225))
	);
	-pie-background: linear-gradient(bottom, rgb(225,225,225) 0%, rgb(255,255,255) 100%, rgb(225,225,225) 100%);
	behavior: url(js/pie/PIE.htc);
}

#tiebukuro #submitBtn div span,
#tiebukuro #moreBtn div span {
	background:url(../img/bg_linkmarker_03.png) 0 0 no-repeat;
	height:21px;
	padding:3px 0 5px 22px;
}

#tiebukuro .caution {
	padding:0 15px;
	margin:1em 0;
	color:#fe0000;
	font-size:12px;
}

/* =================================== */
/* toPagetop */
#toPagetop {
	text-align:center;
}

#toPagetop a {
	display:block;
	width:120px;
	margin:0 auto;
}

#toPagetop div {
	background:#3365d5;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	padding:8px 8px 5px;
}

#toPagetop span {
	background:url(../img/bg_linkmarker_05.png) 0 0.3em no-repeat;
	padding-left:13px;
	color:#fff;
	font-size:12px;
}


/* =================================== */
/* footer */
#footer {
	padding:10px;
	background:#3365d5;
	position:relative;
	color:#fff;
}

#footer #copyright {
	display:block;
	text-align:center;
	font-size:11px;
}


/* =================================== */
