body{
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-size: 90%;
	line-height: 155%;
}
#mctaichi_logo {
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	width: 174px;
	display: block;
	margin-bottom: 30px;
	border: none;	
}
h1 {
	font-size: x-large;
	text-align: center;
	border-left-width: 0.6em;
	margin-bottom: 1.5em;
	margin-top: 2em;
}
p {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
h2 {
	text-align: center;
}

#icons {
	margin-right: auto;
	margin-left: auto;
	width: 480px;
	height: 500px;
}

.icon a {
	width: 160px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 100px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	margin-top: 20px;
}

.icon a:hover{
color:#FF6600;
}

a#motor {
	background-image: url(assets/images/index/bike1.png);
	background-repeat: no-repeat;
	background-position: center 23px;
}

a#motor:hover {
	background-image: url(assets/images/index/bike2.png);
}

a#music{
	background-image: url(assets/images/index/music1.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	display: block;
}
a#music:hover{
	background-image: url(assets/images/index/music2.png);
}

a#bicycle {
	background-image: url(assets/images/index/bicycle1.png);
	background-repeat: no-repeat;
	background-position: center 35px;
}
a#bicycle:hover {
	background-image: url(assets/images/index/bicycle2.png);
}

a#twi {
	background-image: url(assets/images/index/twitter1.png);
	background-repeat: no-repeat;
	background-position: 35px 25px;
}
a#twi:hover {
	background-image: url(assets/images/index/twitter2.png);
}

a#web {
	background-image: url(assets/images/index/web1.png);
	background-repeat: no-repeat;
	background-position: 35px 25px;
}
a#web:hover {
	background-image: url(assets/images/index/web2.png);
}

a#photo {
	background-image: url(assets/images/index/photo1.png);
	background-repeat: no-repeat;
	background-position: 48px 20px;
}
a#photo:hover {
	background-image: url(assets/images/index/photo2.png);
}

a#bbs {
	background-image: url(assets/images/index/bbs1.png);
	background-repeat: no-repeat;
	background-position: center 40px;
}
a#bbs:hover {
	background-image: url(assets/images/index/bbs2.png);
}

a#about {
	background-image: url(assets/images/index/about1.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}
a#about:hover {
	background-image: url(assets/images/index/about2.png);
}

a#mail {
	background-image: url(assets/images/index/contact1.png);
	background-repeat: no-repeat;
	background-position: center 35px;
}
a#mail:hover {
	background-image: url(assets/images/index/contact2.png);
}

#footer {
	background-color: #6699CC;
	height: 1.5em;
	clear: both;
	text-align: center;
margin-top: 2em;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 12px;
}

#footer a:hover {
	color:#66FFFF;
}
#copyright {
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin-top: 2em;
}

/*for mail form*/
#contact {
	margin-right: auto;
	margin-left: auto;
	width: 45em;
	padding: 2px;
}
#contact caption {
	font-size: 110%;
	line-height: 2em;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #6666FF;
	text-align: left;
	padding-left: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	margin-left: 2px;
	margin-top: 2em;
}
#contact th {
	text-align: right;
	vertical-align: top;
	padding-right: 0.5em;
	padding-bottom: 1em;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #6666CC;
	background-color: #eeeeee;
}
#contact td {
	vertical-align: top;
	padding-left: 0.7em;
	text-align: left;
}
#contact input {
	width: 10em;
}
#contact textarea {
	height: 7em;
	width: 30em;
}
#ContactForm #send {
	margin-left: 30%;
	margin-top: 1.5em;
}