﻿@charset "utf-8";
/* CSS Document */


/*-------------------------
	ヘッダー
-------------------------*/

#header {
	height: auto;
}

#header #header-image {
	height: 241px;
}

/*-------------------------
	メイン
-------------------------*/

#main {
	padding-bottom: 40px;
}

#main-text {
	width: 800px;
	height: 28px;
	background: url(../images/top/main_text.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 22px;
}

/*	中段、事業内容バナー	*/

#business {
	width: 800px;
	margin-bottom: 35px;
}

#business .inner-box {
	width: 250px;
	float: left;
	margin-right: 25px;
	font-size: 11px;
	line-height: 1.4em;
}

#business .no-margin {
	margin: 0;
}

#business .inner-box p.business-h {
	width: 250px;
	height: 50px;
	text-indent: -9999px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

#business .inner-box #creative {
	background-image: url(../images/top/creative_h.jpg);
}

#business .inner-box #IT {
	background-image: url(../images/top/it_h.jpg);
}

#business .inner-box #shared {
	background-image: url(../images/top/shared_h.jpg);
}

#business .inner-box p a {
	display: block;
	width: 250px;
	height: 50px;
}


/*-------------------------
	コンテンツ
-------------------------*/

#contents {
	width: 550px;
	float: left;
}

h1#info-h {
	width: 550px;
	height: 23px;
	background: url(../images/top/info_h.gif) no-repeat;
	margin-bottom: 15px;
	text-indent: -9999px;
}

* html h1#info-h {
	overflow: hidden;
}

/*	お知らせ	*/

table#info-tbl {
	width: 550px;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.8em;
}


table#info-tbl th {
	width: 77px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}


table#info-tbl td {
	width: auto;
	text-align: left;
	vertical-align: top;
}

#contents .more {
	text-align: right;
	margin-top: -62px;
	padding-right: 1em;
}

/*-------------------------
	サイドバー
-------------------------*/

#sidebar {
	width: 220px;
	float: right;
	background: url(../images/top/sidebar_bg-top.gif) no-repeat;
	padding-top: 25px;
}

/*	サイドバーバナー	*/

#sidebar #banner-box {
	width: 220px;
	background: url(../images/top/banner-box_bg.gif) repeat-y;
}

#banner-box .banner {
	width: 180px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#banner-box .banner a {
	width: 180px;
	height: 50px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	display: block;
}

#banner-box #banner01 a {
	background-image: url(../images/top/banner01.jpg);
}

#banner-box #banner02 a {
	background-image: url(../images/top/banner02.jpg);
}

#banner-box #banner03 a {
	background-image: url(../images/top/banner03.jpg);
}

#banner-box #iso-box {
	background: url(../images/top/iso-box_bg.gif) no-repeat left bottom;
	padding: 0 20px 30px;
	width: 180px;
}