@charset "utf-8";
/*--------------------------------------------------------------------
 リスト・表・テキスト装飾等の汎用的かつ編集の必要があるスタイルを定義。
--------------------------------------------------------------------*/

/* Links
------------------------------------------------------------------- */
a:visited {
	color: #FFD426;
}
a, a:link {
	color: #FFD426;
}
a:hover {
	color: #FFF;
	text-decoration:none;
}
a:active {
	text-decoration: underline;
}

/* contents function
------------------------------------------------------------------- */
.hover {}

.hide,
.wtn_copyright {
	display: none;
}

.invalid {
opacity: 0.5;-moz-opacity: 0.5;filter: alpha(opacity=50);
}

/* Text decoration
------------------------------------------------------------------- */

strong {
	font-weight: bold;
}
.important {
	background-color: #F33;
	color: #FFF;
	font-weight: bold;
	display:block;
	padding: 5px;
}
.blank {
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:18px;
	zoom: 1;
}
.note {
	border: solid 1px #888;
	padding: 15px 15px 0 15px;
}
.alert {
	color: #FF3333;
	border: solid 1px #FF6666;
	padding: 15px 15px 0 15px;
}
.small {
	font-size: 1em !important;
	line-height: 1.2;
}
.innernavi {
	clear: both;
	text-align: right;
}
.plugin {
	border: solid 1px #CCC;
	padding: 15px 15px 0 15px;
}
.plugin p {
	line-height: 1.4;
	font-size: 1.2em !important;
}

/*------------------------------------------------------------------- */

#ioujima-main {
	width: 750px;
	height: 960px;
	background-image: url(../../satsuma-iojima/img/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 0 18px;
}
#ioujima-main h2 {
	display: block;
	background-image: none;
	text-align: center;
	margin: 0 auto;
	padding:130px 0 50px;
}
#ioujima-main p {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding:0;
}