/* default settings */

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style-type: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #039;
}
.fc {
	font-size: 1px;
	width: 50%;
	margin: 0;
	padding: 0;
	clear: both;
}

/* contents settings */

body {
	margin: 0;
	padding: 0;
	background: #000;
	font-size: 0.73em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}
#container{
	background: #fff url(../images/allimages/body_back.jpg) repeat-x;
}
#wrap {
	width: 1005px;
	margin: 0 auto;
}
#header {
	width: 1005px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(../images/allimages/head_back.jpg) no-repeat;
}
#header h1 {
	width: 222px;
	height: 45px;
	margin: 30px 150px 0 27px;
	text-indent: -9999px;
	background:url(../images/allimages/title.gif) no-repeat;
	float: left;
}
*html #header h1 {
	margin: 30px 150px 0 14px;
}
#header h1 a {
	display: block;
	width: 222px;
	height: 45px;
}

/* global menu setting */

#global_menu {
	width: 520px;
	margin: 46px 27px 0 0;
	color: #fff;
	float: right;
}
*html #global_menu {
	width: 520px;
	margin: 46px 13px 0 0;
	color: #fff;
	float: right;
}
#global_menu li {
	margin-right: 1.3em;
	height: 20px;
	float: left;
}

#global_menu .last {
		margin-right: 0;
}
#global_menu li a {
	padding-left: 1.4em;
	color: #fff;
	display: block;
}
#global_menu #top a {
	background: url(../images/allimages/icon_top.gif)  0 4px no-repeat;
}
#global_menu #company a {
	background: url(../images/allimages/icon_company.gif)  0 4px no-repeat;
}
#global_menu #business a {
	background: url(../images/allimages/icon_business.gif)  0 4px no-repeat;
}
#global_menu #privacy a {
	background: url(../images/allimages/icon_privacy.gif)  0 4px no-repeat;
}
#global_menu #inquiry a {
	background: url(../images/allimages/icon_inquiry.gif)  0 4px no-repeat;
}

/* breadcrumbs setting */

#breadcrumbs {
	height: 12px;
	padding: 16px 27px ;
}
#breadcrumbs li {
	display: inline;
}

/* local menu setting */

#local_menu {
	width: 200px;
	margin: 5px 0 0 27px;
	
	float: left;
}
*html #local_menu {
	margin: 5px 0 0 14px;
}
#local_menu ul {
	margin-bottom: 6px;
}
#local_menu li a {
	display: block;
	width: 170px;
	height: 18px;
	padding: 10px 15px;
	margin-bottom: 1px;
	
	background: url(../images/allimages/lmenu_item.gif) no-repeat;
	font-size: 1.17em;
	font-weight: bold;
	color: #000;
}
#local_menu li a:hover {
	background: url(../images/allimages/lmenu_item_over.gif) no-repeat;
}
#local_menu .now {
	background: url(../images/allimages/lmenu_item_over.gif) no-repeat !important;
}
/* body text setting */

#main {
	width: 730px;
	margin: 0 27px 27px 0;
	float: right;
}
*html #main {
	margin: 0 14px 27px 0;
}

#main .entryhead {
	height: 39px;
	background: url(../images/allimages/main_topback.gif) no-repeat;
}
#main .totop {
	text-align: right;
}

/* footer setting */

#footer {
	width: 1005px;
	margin: 0 auto;
	color: #fff;
}
#footer #left_cont {
	width: 475px;
	margin-left: 27px;
	float: left;
}
*html #footer #left_cont {
	margin-left: 13px;
}
#footer #left_cont h2 {
	font-size: 1.17em;
	margin: 20px 0 10px 0;
}
#footer #left_cont p {
	font-size: 1.08em;
	line-height: 1.33em;
}
#footer #right_cont {
	width: 475px;
	margin: 38px 27px 0 0;
	text-align: right;
	float: right;
}
*html #footer #right_cont {
	margin: 38px 14px 0 0;
}
#footer #right_cont p {
	font-size: 1.08em;
	line-height: 1.33em;
}
#footer #right_cont img {
	margin-bottom: 15px;
}
#footer #copyright {
	margin-top: 30px;
	text-align: center;
}

