@charset "UTF-8";

/*--------------------------------------------------------------------
about.html	(緒あしすとは)
about.css
--------------------------------------------------------------------*/


/*------------Globalのスタイル---------------------------------------------------------------*/

/*------------ul#GlobalMenu------------*/
div#Global ul#GlobalMenu li#GMBtn02 a { background-position: left bottom; }

/*------------ul#TopMenu------------*/
div#Global ul#TopMenu { background-image: url(../../img/about/gsmbtn_line.gif); }
div#Global ul#TopMenu li#TMBtn01 a { background-image: url(../../img/about/gsmbtn01.gif); }
div#Global ul#TopMenu li#TMBtn02 a { background-image: url(../../img/about/gsmbtn02.gif); }


/*------------Aboutのスタイル---------------------------------------------------------------*/
div#About h2 {
	height: 64px;
	background: url(../../img/about/title.gif) no-repeat center top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#About div#Etymology {
	width: 680px;
	height: 277px;
	margin: 55px auto 0;
	background: url(../../img/about/etymology_p.jpg) no-repeat left top;
}
div#About div#Etymology * { display: none; }


/*------------Summaryのスタイル---------------------------------------------------------------*/
div#Summary {
	width: 100%;
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #bfbfbf;
}
div#Summary h3 { background-image: url(../../img/about/sub_t01.gif); }
div#Summary table {
	width: 100%;
	margin-top: 30px;
	border-collapse: collapse;
	border-top: 1px solid #cbcbcb;
}
div#Summary table tr th {
	width: auto;
	padding: 20px 0 20px 50px;
	background: #f0f0f0;
	border-bottom: 1px solid #cbcbcb;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
}
div#Summary table tr td {
	width: auto;
	padding: 20px 50px;
	background: #f0f0f0;
	border-bottom: 1px solid #cbcbcb;
	text-align: left;
	vertical-align: top;
}
div#Summary table tr td ul li { list-style: none; }
div#Summary table tr td ul li:before { content: "○ "; }