﻿@charset "utf-8";
/* 基本設定ここから */
html{
	overflow-y:scroll;
	}

body {
	color: #CCC;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000;
}

a:link {
	color: #F0F;
	text-decoration: none;
}

a:visited {
	color: #F0F;
	text-decoration: none;
}


a:active {
	color: #F0F;
	text-decoration: none;
}

a:hover {
	color: #666;
}

img {
	border: none;
}

h1 {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

h2 {
		text-align:center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* 基本設定ここまで */

/* レイアウト設定ここから */
#pageBody {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#pageTop {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#title01 {
	color: #FFF;
	font-size: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom: 1px #FFF solid;
	text-align: center;
}

#title01 a:hover {
	color: #FFF;
	text-decoration: none;
}

#line {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom: dotted 1px #FFF;
}
/* レイアウト設定ここまで */

/* グローバルナビここから */

#globalNavi {
	color: #FFF;
	height: 20px;
	width: 520px;
	list-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left:0px;
}

#globalNavi li {
	font-size: 2em;
	padding-right: 30px;
	float: left;
}

#globalNavi a:link {
	color: #FFF;
}

#globalNavi a:hover {
	color: #F00;
}

#globalNavi a:visited {
	color: #CCC;
}
	
/* グローバルナビここまで */

/* フッターここから */

#footer {
	height: 71px;
	background-image: url(img/footer_bg.gif);
	background-repeat: repeat-x;
}

address {
	letter-spacing: 0.1em;
	text-align:center;
	color: #FFF;
	font-size: 1.1em;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* フッターここまで */

/* topPage ここから */
#mainContents {
	border: 1px #fff solid;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-image: url(img/contents_bg.png);
	background-repeat: repeat; 
}

#ContentsIn {
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.kakomi {
	text-align: center;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	line-height:1.5em;
	letter-spacing: 0.1em;
	font-size: 1.5em;
	border-bottom: #FFF 1px solid;
}

.kakomiIn {
	color: #999;
	font-size: 0.7em;
}

.text01 {
	color: #999;
	font-size: 1em;
}
	

/* topPage ここまで */


/* イラストページ ここから */

#illustKakomi {
	width: 550px;
	text-align: center;
	margin: 0 auto;
}

#illustKakomi img {
	width: 100%;
	max-width: 550px;
	height: auto;
	text-align: center;
	padding-top: 25px;
}

/* イラストページ ここまで */


/* コンタクトページ ここから */

#contactContents {
	text-align: center;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	line-height:1.5em;
	letter-spacing: 0.1em;
	font-size: 1.5em;
	border-bottom: #FFF 1px solid;
}


/* コンタクトページ ここまで */

/* サンクスページ ここから */

.kakomiThank {
	text-align: left;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	line-height:1.5em;
	letter-spacing: 0.1em;
	font-size: 1.5em;
	border-bottom: #FFF 1px solid;
}

.kakomiInThank {
	color: #999;
	font-size: 0.9em;
}

/* サンクスページ ここまで */

#gotoTop {
	color:#F00;
	margin-top: 25px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

#gotoTop a:link {
	color: #CCC;
}

#gotoTop a:hover {
	color:#FFF;
}

#gotoTop a:visited {
	color: #FFF;
}

