@charset "utf-8";

html {
	overflow-y:scroll;
}

body {
	color:#333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFA;
	z-index: 8;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

h1#moesuiLogo {
	position: absolute;
}

h2.pageTitle {
	position: absolute;
	height: 96px;
	width: 738px;
	z-index: 11;
}

h2.about {
	background-image:url(../img/h2_about.png);
	background-repeat: no-repeat;
}

h2.cyumon {
	background-image:url(../img/h2_cyumon.png);
	background-repeat: no-repeat;
}

h2.faq {
	background-image:url(../img/h2_faq.png);
	background-repeat: no-repeat;
}

h2.ryoukin {
	background-image:url(../img/h2_ryoukin.png);
	background-repeat: no-repeat;
}

h2.sekourei {
	background-image:url(../img/h2_sekourei.png);
	background-repeat: no-repeat;
}
h2.indexH2 {
	background-image:url(../img/h2_index.png);
	background-repeat: no-repeat;
}

.hideText {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

img {
	border: none;
}

.container {
	width: 768px;
	height: 150%;
	background: #FFFFFF;
	position: relative;
	box-shadow: 0 0 6px rgba(0,0,0,0.9);
	margin: -150px auto 0;
	padding-top: 150px;
	z-index: 1;/*floatボックスが親を突き破る問題の対処　こんだけ！
	overflow: hidden;*/
}

header {
	position: relative;
	clear: both;
	width: 768px;
	padding: 0 0 10px 0;
	background-image: url(../img/head01.png);
	background-repeat: no-repeat;
	top: 120px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clearfix {
	clear: both;
}

.fix {
	position: fixed;
	margin-top: -120px;
}

.zi1000 {
	z-index: 1000;
}

.zi50 {
	z-index: 50;
}

.zi40 {
	z-index: 40;
}

.zi30 {
	z-index: 30;
}

.zi20 {
	z-index: 20;
}

.zi15 {
	z-index: 15;
}

.zi10 {
	z-index: 10;
}

#content {
	z-index: 10;
	padding: 0 30px 30px;
	width: 708px;
	min-height: 730px;
	background-color: #3A55D7;
	box-shadow: 15px 0 30px rgba(0,0,0,0.4) inset, -15px 0 30px rgba(0,0,0,0.4) inset;
	background-image: url(../img/cont_bg.png);
	background-repeat: repeat;
	margin-top: 120px;
	/*floatボックスが親を突き破る問題の対処　こんだけ！
	overflow: hidden;
*/}

#content ul, #content ol {
	padding: 0 15px 15px 15px;
}

nav ul {
	list-style: none;
 border-top: 1px solid #666  margin-bottom: 15px;
}

nav ul li {
	border-bottom: 1px solid #666;
}

nav ul a, nav ul a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background: #C6D580;
}

nav ul a:hover, nav ul a:active, nav ul a:focus {
	background: #ADB96E;
	color: #FFF;
}

footer {
	height: 73px;
	color: rgba(252,255,255,.7);
	font-size: 10px;
	position: relative;
	background-image: url(../img/foot_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 55;
}

.footpos {
	bottom: 0px;
	width: 768px;
	padding: 0;
	margin: 0 auto;
	position: fixed;
}

.footpos p:first-child {
	padding: 38px 0 0 40px;
	line-height: 1.4em;
} 

header, section, footer, aside, nav, article, figure {
	display: block;
}

#rightnav {
	width: 420px;
	float: right;
	margin-top: 50px;
	position: relative;
	z-index: 50;
	display: block;
}

.thumb_wrap {
	width:88px;
	height: 82px;
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	visibility: visible;
}

#thumb-00 {
	background: transparent url(../img/animsprite3.png) 0 0 no-repeat;
}

#thumb-01 {
	background: transparent url(../img/animsprite3.png) 0 0 no-repeat;
	margin-top: 40px;
	position: relative;
	margin-left: -20px;
}

#thumb-02 {
	background: transparent url(../img/animsprite3.png) 0 0 no-repeat;
	margin-left: -20px;
}

#thumb-03 {
	background: transparent url(../img/animsprite3.png) 0 0 no-repeat;
	margin-top: 40px;
	position: relative;
	margin-left: -20px;
	visibility: visible;
}

#thumb-04 {
	background: transparent url(../img/animsprite3.png) 0 0 no-repeat;
	margin-top: 80px;
	position: relative;
	margin-left: -20px;
	visibility: visible;
}

#thumb-05 {
	background: transparent url(../img/animsprite3.png) 0 0 no-repeat;
}

#thumb-06 {
	background: transparent url(../img/animsprite3.png) 0 0 no-repeat;
}

.t_button {
	position: absolute;
	top: 53px;
	left: 429px;
	z-index: 100;
}
.f_button {
	position: absolute;
	top: 37px;
	left: 459px;
	z-index: 100;
}
.e_button {
	position: absolute;
	top: 80px;
	left: 631px;
	z-index: 100;
}

#imgContainer {
	margin-bottom: 30px;
}

#imgContainer img {
	display: none;
	position: absolute;
	margin-top: 40px;
	right: 10px;
	z-index: 10;
}

.p_top30 {
	padding-top: 30px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#slideFrameWrap {
	margin-left: 20px;
	padding-top: 100px;
}

.slideFrame {
	overflow: hidden;
	width: 98%;
}

.slideCell {
	display: block;
	float: left;
	margin-right: 5px;
}

/*slider-0*/
#slider-0.slideFrame {
	height:225px;
}

/*slider-1*/
#slider-1.slideFrame {
	position: relative;
	height:75px;
	margin: 10px 0;
}

#slider-1.slideCtrl {
	padding-top: 30px;
}

/*コントローラ*/
.slideCtrl {
	display: none;
	position: absolute;
	top: 0;
	width: 90px;
	height: 100%;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #333;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	-o-opacity: 0.8;
	filter: alpha(opacity=80);
}

.slideCtrl.left {
	left: 0;
}

.slideCtrl.right {
	right: 0;
}

#column1 {
	float: left;
	width: 128px;
	margin-top: 80px;
	padding: 0px;
	position: absolute;
}

#column2 {
	float: left;
	width: 100px;
	padding: 0px;
	margin-top: 230px;
	margin-left: -220px;
}

#column3 {
	float: left;
	width: 128px;
	margin-top: 130px;
	margin-left: 130px;
	padding: 0px;
}

#column4 {
	width: 105px;
	height: 84px;
	padding: 0px;
	background-image: url(../img/sheis.png);
	z-index: 20;
	position: absolute;
	left: 220px;
	top: 540px;
}

.donatebutton {
	clear: both;
	position:relative;
	display:block;
	height: 128px;
	width: 128px;
	background:url(../img/about_moesui.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}

.donatebutton span.hover {
	position: absolute;
	display: block;
	height: 128px;
	width: 128px;
	background: url(../img/about_moesui.png) no-repeat;
	background-position: 0 -129px;
}

.whoisbutton {
	clear: both;
	position:relative;
	display:block;
	height: 128px;
	width: 128px;
	background:url(../img/whois.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}

.whoisbutton span.hover {
	position: absolute;
	display: block;
	height: 128px;
	width: 128px;
	background: url(../img/whois.png) no-repeat;
	background-position: 0 -129px;
}

.projectbutton {
	clear: both;
	position:relative;
	display:block;
	height: 100px;
	width: 100px;
	background:url(../img/project_undie.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}

.projectbutton span.hover {
	position: absolute;
	display: block;
	height: 100px;
	width: 100px;
	background: url(../img/project_undie.png) no-repeat;
	background-position: 0 -101px;
}

#tableWrap {
	position: absolute;
	z-index: 10;
	width: 500px;
	top: 350px;
	left: 30px;
}

#tableWrapAbout {
	position: absolute;
/*
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
*/
	-moz-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	z-index: 10;
	width: 500px;
	top: 320px;
	left: 100px;
}

table {
 *border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 100%;
	font-size: 12px;
	background-color: rgba(255,255,255,0.3);
}

th, td {
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}

.bordered {
	color: #FFF;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
}

.bordered tr:hover {
	color: #333;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background-color: #CCF;
}

.bordered td, .bordered th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

.bordered th {
	background-color: rgba(240,250,255,0.5);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.bordered td:first-child, .bordered th:first-child {
	border-left: none;
}

.bordered th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.bordered th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.bordered th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}

ul.navi {
	width:600px;
	margin:0px;
}

ul.navi, div.menu {
	margin: 5px 0 10px 10px;
	padding: 0;
	list-style: none;
}

h3.category {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-top:5px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(185,221,232,.7);
	cursor:pointer;
	font-size: 12px;
	color: #FFF;
	text-indent: 1em;
}

h3.category:hover {
	color: #333;
	background-color: rgba(185,221,232,.9);
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
