@charset "UTF-8";

/*
=========================================

　トップページ用スタイルシート

=========================================
*/

/* 共通スタイルシート
---------------------------------------------------------------------------- */
@import "base.css";
@import "header.css";
@import "navigation.css";
@import "footer.css";
@import "drop.css";


/* トップ用
---------------------------------------------------------------------------- */
#box1 {
	width: 584px;
	padding-top: 10px;
	background-image: url(../top/images/concept_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 147px;
}
#box2 {
	width: 584px;
	padding-top: 10px;
	background-image: url(../top/images/works_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 147px;
}
.text_box {
	font-size: 12px;
	line-height: 1.5em;
	color: #555555;
	padding-top: 45px;
	padding-right: 7px;
	width: 325px;
	float: right;
}
#sound {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 150px;
}
#info {
	width: 584px;
	padding-top: 10px;
}
.info_top {
	width: 565px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 1.5em;
	color: #555555;
	margin-bottom: 10px;
	clear: left;
}
#main {
	background-color: fafafa;
	width: 584px;
	float: left;
	padding-left: 12px;
}
#info .info_top img {
	border: 3px solid #CCCCCC;
	float: left;
	width: 140px;
	margin-right: 13px;
	margin-bottom: 10px;
}
.btn img {
	padding-left: 8px;
}
.btn {
	text-align: right;
	height: 21px;
	width: 350px;
	position: relative;
	top: 118px;
	left: 326px;
}

