@charset "utf-8";
/* CSS Document */

/* ====================================================

　ユニバーサルセレクタ

==================================================== */
* {
	margin: 0;
	padding: 0;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/* ====================================================

　body

==================================================== */

body {
	color: #000;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	background-color: #F5F5F5;
	background-image: url(../images/common/background.jpg);
}


/* ====================================================

　Link

==================================================== */

/* ハイパーリンク */

a	{ 
	color: #666; text-decoration: none; 
}

a:link,
a:visited {
	color: #63c;s
	text-decoration: none;
}

a:hover {
	color: #c33;
	text-decoration: underline;
}


/* ====================================================

　H1～H6要素

==================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-size: 14px;
	font-weight: bold;
}


/* ====================================================

　img要素

==================================================== */
img {
	border: none;
}


/* ====================================================

　スペース

==================================================== */
.sp_top10	{
	margin-top: 10px;
}

.sp_top20	{
	margin-top: 20px;
}

.sp_bt10	{
	margin-bottom: 10px;
}

.sp_bt20	{
	margin-bottom: 20px;
}

/* ====================================================

　外枠(wrapper)

==================================================== */
div#wrapper {
	width: 900px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	border-right: 1px solid #caa6a6;
	border-left: 1px solid #caa6a6;
	border-top: 3px solid #660000;
	border-bottom: 1px solid #caa6a6;
}

div#container {
	margin: 0 20px;
	overflow: hidden;
	height: 100%;
}

div#container.top {
	margin: 0 20px 0 0;
}


/* ====================================================

　ヘッダー(header)

==================================================== */
div#header {
	margin-top: 20px;
	padding-bottom: 5px;
}

div#header h1 a {
	display: block;
	width: 235px;
	height: 42px;
	margin-bottom: 10px;
	background: url(../images/common/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

div#globalmenu {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #b48282;	
}

div#globalmenu ul {
	list-style-type: none;
	width: 860px;
	height: 60px;
	background-image: url(../images/common/menu_last.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

div#globalmenu ul li,
div#globalmenu ul li a {
	display: block;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: top;
	background-repeat: no-repeat;
}

div#globalmenu ul li {
	float: left;
}

div#globalmenu p {
	clear: both;
}

div#globalmenu ul li.about a {
	background-image: url(../images/common/menu_about.jpg) ;
	width: 144px;
}

div#globalmenu ul li.about a:hover {
	background-image: url(../images/common/menu_about.jpg) ;
	background-position: bottom;
}

div#globalmenu ul li.company a {
	background-image: url(../images/common/menu_company.jpg);
	width: 143px;
}

div#globalmenu ul li.company a:hover {
	background-image: url(../images/common/menu_company.jpg);
	background-position: bottom;
}

div#globalmenu ul li.metropolitan {
	background-image: url(../images/common/menu_metropolitan.jpg);
	width: 142px;
}
div#globalmenu ul li.support {
	background-image: url(../images/common/menu_support.jpg);
	width: 144px;
}
div#globalmenu ul li.exchange {
	background-image: url(../images/common/menu_exchange.jpg);
	width: 142px;
}
div#globalmenu ul li.contact {
	background-image: url(../images/common/menu_contact.jpg);
	width: 142px;
}


/* ====================================================

　フッター(footer)

==================================================== */
div#footer {
	clear: both;
	padding: 20px 0 30px;
	border-top: 1px solid #b48282;
	font-size: 80%;
	color: #494949;
}

div#footer p.copy {
	float: left;
} 

div#footer p.fottermenu {
	float: right;
} 


/* ====================================================

　左メニュー

==================================================== */ 

div#leftside {
	width: 200px;
	float: left;
}

div#leftside h2 {
	width: 200px;
	height: 35px;
}

div#leftside ul {
	margin-bottom: 20px;
	padding: 15px 10px 0;
	list-style-type: none;
	background-color: #f3f3f3;
	border-right: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

div#leftside ul li a {
	display: block;
	padding-left: 18px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #464646;
	text-decoration: none;
	background: url(../images/common/side_icon.jpg) no-repeat;
	background-position: left center;
	overflow: hidden;
}

div#leftside ul li a:hover	{
	color: #c33;
	text-decoration: underline;
}

/* ====================================================

　コンテンツ

==================================================== */ 

div#contents {
	float: right;
	width: 640px;
	margin: 0;
	padding: 0;
}

div#contents h2 {
	margin-bottom: 25px;
	padding: 5px 10px;
	color: #660000;
	border-left: 5px solid #660000;
	border-bottom: 1px solid #660000;
}

div#contents p	{
	padding-bottom: 15px;
}

div#contents table {
	border-top: solid 1px #b8b8b8;
	border-left: solid 1px #b8b8b8;
	font-size: 13px;
}

div#contents table th	{
	width: 15%;
	padding: 10px;
	border-right: solid 1px #b8b8b8;
	border-bottom: solid 1px #b8b8b8;
	background: #eee;
	color: #444;
	text-align: center;
}

div#contents table td	{
	width: 85%;
	padding: 10px;
	border-right: solid 1px #b8b8b8;
	border-bottom: solid 1px #b8b8b8;
}

div#contents .ImageCenter {
	text-align: center;
	margin-bottom: 20px;
}