@charset "utf-8";
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: 2012.01.10
	
	00: DEFINE
	01: HEADER NAVIGATION
	02: FOOTER NAVIGATION
	03: MAIN CONTENT
	98: UTILS
	99: ---

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* ============================================================
00: DEFINE
============================================================ */
html {
	overflow: auto;
	height: 100%;
}
body {
	background: #FFF;
	color: #000;
}

/* ============================================================
01: HEADER NAVIGATION
============================================================ */
nav {
	padding-left: 31px;
	margin-bottom: 35px;
	padding-top: 30px;
}
#menu li {
	background: url(../images/white/menu_separator.png) 100% 0 no-repeat;
}

/* ============================================================
02: FOOTER NAVIGATION
============================================================ */
footer {
    background-color: #FFF;
	clear: both;
	margin: 60px 0px 0px 0px;
}
#footer_contents #sophblog .sophblog {
	width: 480px;
}
#footer_contents #sophblog .sophblog a {
	width: 460px;
}

/* ============================================================
03: MAIN CONTENT
============================================================ */
#about {
	width: 960px;
	margin: 0px 0px 200px 30px;
	padding: 0px;
	outline: none;
	font-size: 110%;
	line-height: 1.8;
}
#about #content_header {
	margin-bottom: 50px;
}
#about h1 {
	display: block;
	width: 430px;
	float: left;
}

/*  */
#lngNav {
	margin: 0px 0px 0px 0px;
}

#lngNav li {
	float: left;
	width: 81px;
	height: 39px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#lngNav li.ja {
	background: url("../../images/japanese.gif") top left;
	cursor: pointer;
}
#lngNav li.en {
	background: url("../../images/english.gif") top left;
	cursor: pointer;
}

#lngNav li:hover, 
#lngNav li.active
{
	background-position: 0 -39px;
}

#about div.ja {
	width: 530px;
	float: right;
}
#about div.en {
	width: 530px;
	float: right;
	display: none;
}

/*
#about #lngNav {
	display: block;
	width: 79px;
	height: 39px;
	float: left;
	margin: 0;
	list-style: none;
}
#about #content_header #lngNav li {
	width: 79px;
	height: 39px;
	float: left;
	overflow: hidden;
}
#about #content_header #lngNav .ja span {
	display: block;
	width: 79px;
	height: 39px;
	background: url(../../images/japanese.png) 0 0 no-repeat;
	text-indent: -10000px;
}
#about #content_header #lngNav .ja span:hover {
	background: url(../../images/japanese.png) 0 -39px no-repeat;
}
#about #content_header #lngNav .en span {
	display: block;
	width: 79px;
	height: 39px;
	background: url(../../images/english.png) 0 0 no-repeat;
	text-indent: -10000px;
}
#about #content_header #lngNav .en span:hover {
	background: url(../../images/english.png) 0 -39px no-repeat;
}
#lngNav li.ja, div.en {
	display: none;
}
#about .ja {
	min-height: 190px;
}
#about .en {
	min-height: 190px;
}
*/



#about #logos {
	margin: 0px;
	width: 430px;
	overflow: hidden;
}
#about #logos img {
	margin-left: 142px;
}

/* ============================================================
98: UTILS
============================================================ */


/* ============================================================
99: ---
============================================================ */

