@import url("link.css");
body {
	margin: 0 auto;
	width: 909px;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}
#wrapper {
	background-image: url(../images/back01.jpg);
	background-repeat: no-repeat;
	padding-top: 14px;
}
#wrapper:after{
	display:block;
	content:"";
	clear:both;
	heiht:0px;
}

#contentBox {
	background-image: url(../images/back02.jpg);
	background-repeat: repeat-y;
	overflow: hidden; /* 簡易的なclearfix */
	padding: 0px 5px 5px;
}

#contentBox:after{
	display:block;
	content:"";
	clear:both;
	heiht:0px;
}
#wrapper #contentBox #clearBox {
	clear: both;
}


#rightBox {
	width: 538px;
	float: right;
	margin-top: 50px;
	margin-right: 22px;
	}
#leftBox {
	width: 182px;
	float: left;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	}
#leftBox:after{
	display:block;
	content:"";
	clear:both;
	heiht:0px;
}
#footer {
	width: 909px;
	background-image: url(../images/footer_back.jpg);
	background-repeat: no-repeat;
}

/* 左サイドデザイン */
#logoBox {
	margin-left: 5px;
}
#mainMenu {
	width: 182px;
	background-position: right 0px;
	height: 490px;
}
#mainMenu ul {
	width: 104px;
	background-image: url(../images/menu_title.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 46px 0px 0px;
	font-weight: bold;
	position: relative
}
#mainMenu ul li {
	display: block;
	background-image: url(../images/list_mark_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 25px;
	line-height: 150%;
	padding: 2px 3px 4px;
}
#mainMenu ul li span {
	width: 85px;
	text-align: right;
	margin-right: 0;
	margin-top: 15px;
	position: absolute;
	left: 1px;
}

/* タイトル画像 */
.concept {
	background-image: url(../images/title_concept.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.company {
	background-image: url(../images/title_company.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.contact {
	background-image: url(../images/title_contact.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.privacy {
	background-image: url(../images/title_privacy.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.sitemap {
	background-image: url(../images/title_sitemap.gif);
	background-repeat: no-repeat;
	background-position: right;
}


/* フッターデザイン */
#footer ul {
	list-style-type: none;
	height: 30px;
	padding: 8px 0px 0px 4px;
	margin-top: 0px;
	margin-left: 0px;
}
#footer ul li {
	width: 150px;
	height: 30px;
	float: left;
	text-align: right;
	margin-right: 22px;
}
#inner {
	text-align: center;
	clear: left;
	color: #666666;
	padding-top: 13px;
	padding-bottom: 15px;
}

/* メイン部分 */
h1 {
	width: 533px;
	padding-bottom: 15px;
	font-size: 19px;
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 56px;
	background-image: url(../images/border01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 73px;
}
p {
	width: 527px;
	padding: 5px;
}
#goto {
	text-align: right;
	margin-top: 44px;
}

/* 会社概要 */
#company_box {
	width: 533px;
	background-image: url(../images/company_box_back.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 15px;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 4px;
}
.company_box_inner {
	clear: left;
}
dl {
	width:240px;
	float: left;
	margin-right: 26px;
}   
dt {
	clear: left;   
	float:left;   
	width:80px;   
	padding:0 0 5px 0px;
}   
dd {
	width: 260px;
	margin-left: 80px;
	padding:0 5px 5px 10px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #AFAFAF;
}  
#company_box_two {
	width: 533px;
	clear: left;
	background-image: url(../images/border01.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
}

/* サイトマップ */
#sitemap ul {
	list-style-type: none;
	background-image: url(../images/border_sitemap.jpg);
	background-repeat: repeat-y;
	padding-top: 37px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#sitemap ul#left {
	float: left;
	margin-left: 48px;
}
#sitemap ul#right {
	float: right;
}
#sitemap p {
	padding: 0px;
	margin: 15px 0px 0px;
	}
/* hack IE7 */
*:first-child+html dd {
	margin-top: 0px;
	float: right;
}   
*:first-child+html h3 {
	margin-top: 15px;
}

/* hack IE6 */
*html .clearfix {
	zoom: 1;
}
#blognewBox p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#blognewBox p a {
	color: #0066FF;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
