﻿/* 全体 ------------------------ */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	background: #E5EEF7;
	text-align: center;
}
body, td {
	font-size: 10pt;
	line-height: 1.4;
}
/* 見出し ------------------------ */
h1 {
	color: #0082FF;
	font-size: 24pt;
	text-align: left;
	padding: 20px 0 0 10px;
	margin: 0;
}
h2 {
	text-align: center;
	font-size: 18pt;
	font-weight: normal;
	color: #002A50;
}
h3 {
	font-size: 12pt;
	margin:	0.5em 0;
	border-bottom: 1px solid #999;
	padding: 2px 0px 0px 2px;
}
/* レイアウト ------------------------ */
.article {
	/*margin: 12px;*/
	margin: 12px 12px 12px 60px;
	/*margin: 12px 12px 12px 36px;*/
}
#whole {
	text-align: left;
	width: 650px;
	margin: 0 auto;
	background-color: #fff;
}
#title_area {
	width: 650px;
	height: 110px;
	background-image: url(http://i.yimg.jp/images/geo/geocre/tmpl/08/img/title-bk.jpg);
	padding: 0;
	margin: 0;
}
#left {
	width: 155px;
	float: left;
	text-align: center;
}
#menu {
	width: 112px;
	background: #efecdb url(http://i.yimg.jp/images/geo/geocre/tmpl/08/img/left-top.jpg) no-repeat;
	text-align: left;
	margin: 0 auto;
	padding: 20px 10px 0;
	border-bottom: 1px solid #E4E4E4;
	line-height: 2;
}
#right {
	margin-left: 155px;
	background-color: #fff;
}
/* 一般 ------------------------ */
img { border: 0; }
a { text-decoration: none; }
a:hover { text-decoration : underline; }