@charset "UTF-8";
#concept {
	width: 680px;
	margin: 0px auto 15px;
	position: relative;
	background: url(../images/about_bottom.gif) no-repeat 40px bottom;
	padding-bottom: 100px;
}
#concept h3 {
	background: url(../images/about_title.gif) no-repeat left top;
	width: 640px;
	height: 104px;
	text-indent: -999em;
}
#concept img#star1, #concept img#star2 {
	display: block;
	position: absolute;
}
#concept img#star1 {
	left: 40px;
	top: 360px;
}
#concept img#star2 {
	left: 560px;
	top: 170px;
}
#concept p {
	background: url(../images/about_bg.gif) repeat-y left top;
	padding: 10px 65px 10px;
	line-height: 2.5;
	width: 470px;
	margin: 0px auto;
	color: #000;
}
div.ami {
	background: url(../images/about_to_ami_illust.gif) no-repeat right bottom;
	width: 680px;
	height: 210px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#concept div.ami p {
	background: url(../images/about_ami.gif) no-repeat left top;
	width: 245px;
	height: 20px;
	text-indent: -999em;
	position: absolute;
	right: 180px;
	bottom: 33px;
	padding: 0px;
	margin: 0px;
}
#concept div.ami a {
	display: block;
	background: url(../images/about_to_ami.gif) no-repeat left top;
	width: 145px;
	height: 26px;
	text-indent: -999em;
	position: absolute;
	right: 180px;
	bottom: 0px;
}
#concept div.ami a:hover {
	background-position: left bottom;
}
#message {
	float: left;
	width: 300px;
	margin: 0px 20px 0px 75px;
	padding-top: 10px;
}
/*Win IE ハック*/
.win.ie6 #message {
	margin: 0px 20px 0px 37px;
}

#message h4 {
	background: #d8e7f4 url(../images/message_top.gif) no-repeat left top;
	margin: 30px 0px 0px 0px;
	padding: 15px 15px 5px;
}
#message p {
	background: #d8e7f4 url(../images/message_bottom.gif) no-repeat left bottom;
	padding: 0px 15px 15px;
}
#amiProfile {
	margin: 0px 75px 0px 0px;
	padding-top: 20px;
}
#amiProfile h3 {
	margin: 0px 0px 10px 0px;
}
#amiProfile table {
	border-collapse: collapse;
	border-top: 1px solid #d8e7f4;
}
#amiProfile table th, #amiProfile table td {
	text-align: left;
	border-bottom: 1px solid #d8e7f4;
	padding: 5px 0px;
}
#amiProfile table th {
	color: #e94379;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-right: 1.5em;
	white-space: nowrap;
}
#amiProfile table td ul {
	margin-left: 1.5em;
}
/*ボックスクリア用ハック*/
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html #content { height:1%; }
#content { display: block; }
/* End hide from IE-mac */
/*---end---*/
div#backBtn {
	margin: 30px auto 0px;
	width: 220px;
}
div#backBtn a {
	display: block;
	width: 220px;
	height: 26px;
	background: url(../images/btn_back_about.gif) no-repeat left bottom;
	text-indent: -999em;
}
div#backBtn a:hover {
	background-position: left top;
}

