body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.5;
}

h1, h2 {
	margin: 0 0 15px 0;
	line-height: 1.2;
}

h3 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

p {
	margin: 0 0 20x 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	border: 0;
}


/*基礎レイアウト*/

#container {
	width: 902px;
	margin: 0 auto;
}

#logo {
	width: 263px;
	background-image: url(../common_img/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
}

#logo a {
	display: block;
	height: 60px;
	width: 263px;
}

#headerRight {
	width: 322px;
	float: right;
}

#headerRight li {
	float: left;
}

#headerRight ul.hMenuSmall li {
	margin: 30px 5px 0 0;
}

#headerRight ul.hMenuBig li {
	margin: 0;
}

#gmDiv {
	position: relative;
	clear:both;
	zoom: 1;
}

#globalMenu li {
	float: left;
	margin-bottom: 20px;
}

#globalMenu li.gm4 {
	background-image: url(../common_img/gnavi_bg.jpg);
	height: 60px;
	width: 328px;
}

#globalMenu li.gm4 ul {
	margin: 11px 0 0 89px;
}

#globalMenu li.gm4 ul li{
	margin: 0 6px 0 0;
}

#pulldown1, #pulldown2, #pulldown3 {
	position:absolute;
	visibility: hidden;
}

#pulldown1 li, #pulldown2 li, #pulldown3 li {
	float: left;
}

#pulldown1 {
	width:102px;
	height:35px;
	z-index:1;
	left: 17px;
	top: 30px;
}

#pulldown2 {
	width:266px;
	height:35px;
	z-index:2;
	left: 204px;
	top: 30px;
}

#pulldown3 {
	width:269px;
	height:35px;
	z-index:3;
	left: 396px;
	top: 30px;
}

#mainArea {
	clear: both;
	width: 902px;
	background-image: url(../common_img/sidearea_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#mainLeft {
	width: 630px;
	float: left;
}

#mainRight {
	width: 250px;
	float: right;
}

#mainRight ul {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#mainRight li {
	margin: 5px 15px;
	line-height: 12px;
}

#mainRight a:link {
	color: #000000;
}

#mainRight a:visited {
	color: #333333;
}

#mainRight a:hover {
	color: #666666
}

p.entry {
	text-align: center;
	padding-bottom: 20px;
}

#footer {
	clear: both;
	font-size: 11px;
}

#footer p#goTop {
	text-align: right;
	margin-top: 20px;
}

#footer ul {
	margin-left: 15px;
}

#footer ul li {
	float: left;
	margin-bottom: 7px;
}

#footer a:link {
	color: #F60;
}

#footer a:visited {
	color: #FF9900;
}

#footer a:hover {
	color: #FFCC00;
}

#footer p#copyright {
	text-align: center;
	clear: both;
	border-top: solid 2px #856E51;
	padding-top: 7px;
	color: #666;
	font-weight: bold;
}


/*メインエリア内*/

.tableBasic {
	width: 630px;
	border-collapse: collapse;
}

.tableBasic th, .tableBasic td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color:#999;
	border-bottom-color: #999;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

.tableBasic th {
	background-color: #BBAE9D;
	color: #000;
	width: 110px;
}

.tableBasic td {
	background-color: #F6F5F2;
}


/*クリアフィックス*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*Hide from IE-Mac\*/
*html.clearfix{height: 1%;}
.clearfix{display: block;}
.clear {
	clear: both;
}
/*End Hide from IE-Mac*/

/*クリアフィックスここまで*/

