﻿/****************************************
	2. ベースキット
*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

body {
	font: 14px/22px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #000;
} 

a {
	color: #09c;
	text-decoration: underline;
}

a:hover {
	color: #8bc;
}

#wrapper {
	margin: 0 auto;
}

/**********************/
/* インデックスページ */
/**********************/

#Index_wrapper {

}

h1.IndexH1 {
	font-size: 0.8em;
	position: absolute;
	top: 0;
	left: 0;
}

h1.IndexH1 a {
	text-decoration: none;
	color: #C0C0C0;
}

p.IndexH1p {
	color: #C0C0C0;
	font-size: 0.8em;
	position: absolute;
	top: 15px;
	left: 0;
}

.Index_ButtonAria {
	height: 940px;

/*	background-image:url(/wp-content/themes/galtaku/newimg/index/btn_yk_enter.png) ;	*/


	background-repeat: no-repeat;
	background-position: center 680px;
	margin: 0 auto;
}

.Index_content {
	margin: 0 auto;
	width: 700px;
	height: auto;
	position: relative;
}

.Index_INBtn {
	position:absolute;
	top: 760px;
	left: 50%;
	margin-left: -250px;
	z-index: 100;
}

.Index_OUTBtn {
	position:absolute;
	top: 955px;
	left: 50%;
	margin-left: -143.5px;
	z-index: 100;
}

.Index_Text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.GTComment h3 {

}

.GTComment p {

}

#Index_footer {
	margin: 0 auto;
}

p.copy {
	clear: both;
	font-size:80%;
	text-align: center;
	margin-right: 20px;
	padding:0;
	color: #666
}

p.copy a { color: #999; }

p.copy a:hover { color: #ccc; }

/****************************************
	17. 画像透過処理
*****************************************/

.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.fade:hover {
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
} 

.fade2 {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.fade2:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
} 
