@charset "utf-8";

/* OGO ABOUT_US.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.INDEX
*
*--------------------------------------*/


/**-------------------------------------
	00.COMMON
---------------------------------------**/

div#content h2
{
	margin-bottom: 30px;
}

/**-------------------------------------
	01.INDEX
---------------------------------------**/

table#usData,
table#usLink
{
	margin-left: 50px;
	border-top: 1px dotted #999999;
	background-color: #F7F7F7;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	color: #666666;
}

table#usData th,
table#usLink th
{
	padding: 5px 0 5px 10px;
	border-bottom: 1px dotted #CCCCCC;
	width: 190px;
	background-color: #FFFFFF;
	color: #666666;
	font-weight: 800;
}

table#usData td,
table#usLink td
{
	padding: 5px 0 5px 5px;
	border-bottom: 1px dotted #CCCCCC;
	height: 1%;
	width: auto;
}

table#usData
{
	margin-bottom: 20px;
	width: 800px;
}

table#usLink
{
	width: 800px;
}

table a
{
	color: #0099CC;
}

table a:hover
{
	color: #1EBAEF;
}

span.links
{
	display: block;
}




