﻿body {
	margin: 0;
	padding: 0;
	background: #ffffff; /*#66cc33*/
	background-image: url(../images/waratte_chara_base.jpg);
	color:#000000;
}

.building {
	width: 100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.4;
	margin: 0;
	padding: 0;
	color: #333;
/*	color: #666; */
/*	background-color: #666666; */
/*	background-image: url(../images/building021.jpg); */
/*	background-repeat: no-repeat; */
/*	background-attachment: fixed; */
/*	background-position: left top; */
/*	background: #49382e url(../images/building01.jpg) 860px 102px; */
}

.building h1 {
	font-size:14px;
	line-height:1.4;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif, "ＭＳ Ｐコジック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
	margin:30px 0 10px 0;
	padding:0;
	color:#000000;
}

.building h2 {
	font-size:12px;
	line-height:1.4;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif, "ＭＳ Ｐコジック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
	margin:15px 0;
	padding:0;
	color:#000000;
}

.building h3 {
	font-size:12px;
	line-height:1.4;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif, "ＭＳ Ｐコジック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
	margin:15px 0;
	padding:0;
	color:#000000;
}

.building ul {
	width:100%;
	list-style:none;
}

.building li {
/*	float:left; */
	margin:5px 0;
	padding:0;
	text-align: center;
	color: #666;
}

.building a:link	{ color:#000099; text-decoration: none;}
.building a:visited	{ color:#000099; text-decoration: none;}
.building a:hover	{ color:#000099; text-decoration: underline; font-size: 140%;}
.building a:active	{ color:#000099; text-decoration: underline;}


/* */
/* */

.indexbox {
	width: 400px;
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: center;
}

.indexbox ul {
	width:100%;
/*	width:980px; */
/*	height:20px;  */
	overflow:hidden;
	margin:0 auto;
	padding:0;
	list-style:none;
}

.indexbox li {
	float:left;
	margin:0 0 0 10px;
	padding:0;
	text-align: center;
	width: 180px;
}

.indexbox a {
	font-size:12px;
	display:inline;
	width:100%;
	margin:0;
	padding: 5px 5px 5px 5px;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
}

.indexbox a:link	{ color:#e60000; text-decoration: none;}
.indexbox a:visited	{ color:#e60000; text-decoration: none;}
.indexbox a:hover	{ color:#e60000; text-decoration: underline; font-size: 110%;}
.indexbox a:active	{ color:#e60000; text-decoration: underline;}

/* */
/* */

.pagetop {
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
	background: #000099;
}
.pagetop a:link		{ color:#ffffff; text-decoration: none;}
.pagetop a:visited	{ color:#ffffff; text-decoration: none;}
.pagetop a:hover	{ color:#ff9900; text-decoration: none; font-size: 100%;}
.pagetop a:active	{ color:#ff9900; text-decoration: none;}

/* */
/* */

.clear{
	clear:both;
	line-height:0;
	height:0;
	margin: 0;
}

