/* メイン スタイルシート
----------------------------------------------- */

/* 全体部分
----------------------------------------------- */
#center {
	height: 140px;
	width: 584px;
	margin-top: -70px;
	margin-left: -292px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#background {
	background-color: #EEEFE3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	margin-top: auto;
	margin-bottom: auto;
}
body {
	background-color: #eeefe3;
	margin: 0px;
	padding: 0px;
}
h1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: 00b1d1;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-family: "Helvetica", "Arial", "sans-serif";
	font-size: 12px;
	color: #00A0C6;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted;
	border-left: none;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-bottom: 5px;
}
h3,p {
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ ゴシック", "sans-serif";
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
/* リンク関係
----------------------------------------------- */
a:link {
	color: #00A0C6;
}
a:visited {
	color: #262626;
}
a:hover {
	color: #FFFFFF;
	height: auto;
	width: auto;
	background-color: #00A0C6;
}
a:active {
	color: #00A0C6;
}


/* コンテンツ
----------------------------------------------- */

#header {
	height: 210px;
	width: 400px;
	padding-bottom: 20px;
}
#about {
	text-align: left;
	width: 400px;
}


#contact {
	text-align: left;
	width: 400px;
}
#link {
	text-align: left;
	width: 400px;
	padding-bottom: 10px;
}
#fooder {
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ ゴシック", "sans-serif";
	font-size: 9px;
	color: #808080;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: 00b1d1;
	width: 400px;
	letter-spacing: 0.3em;
	margin-top: 20px;
	padding-top: 5px;
	clear: left;
}
#word {
	text-align: left;
	width: 400px;
}
#info {
	text-align: left;
	width: 400px;
}
#ad {
	text-align: left;
	width: 400px;
}
#issue {
	text-align: left;
	width: 400px;
}
.float {
	float: left;
	margin-right: 12px;
}
