@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	font-size: 75%;
	color: #333333;
	line-height: 1.5;
	background: #FFF url(../images/bg.jpg) repeat-x top;
}
table {
	empty-cells: show;
}
th {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 8px 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}

.font70 {
	font-size: 70%;
}
.font75 {
	font-size: 75%;
}
.font80 {
	font-size: 80%;
}
.font85 {
	font-size: 85%;
}
.font90 {
	font-size: 90%;
}
.font95 {
	font-size: 95%;
}
.font100 {
	font-size: 100%;
}
.font120 {
	font-size: 120%;
}
.font150 {
	font-size: 150%;
}
.font180 {
	font-size: 180%;
}

.left {
	float: left;
}
.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.txt_center {
	text-align: center;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}


/* clearfix ハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear { clear: both; }



/* base
------------------------------------------------------------------------*/
div#base {
	width: 930px;
	margin: 0 auto;
	background: #FFF url(../images/bg_body.jpg) repeat-y;
}


/* header_container
------------------------------------------------------------------------*/
div#header_container {
	width: 880px;
	margin: 0 auto;
	background: #FFF url(../images/bg_header.jpg) no-repeat top;
}

div#header_container h1 {
	font-size: 85%;
	font-weight: normal;
	margin-bottom: 5px;
}


/* main_container
------------------------------------------------------------------------*/
div#main_container {
	width: 620px;
	float: right;
	padding-right: 25px;
}


/* side_container
------------------------------------------------------------------------*/
div#side_container {
	width: 240px;
	float: left;
	padding-left: 25px;
}



/* footer_container
------------------------------------------------------------------------*/
div#footer_container {
	clear: both;
	width: 880px;
	margin: 0 auto;
	border-top: 5px solid #F30;
}



/* ナビゲーション ----------------------*/

div#navi {
	clear: both;
	height: 36px;
	margin-bottom: 10px;
}

div#navi ul {
	margin: 0;
	padding: 0;
}

div#navi ul li {
	margin: 0;
	padding: 0;
	height: 36px;
	list-style: none;
	text-indent: -9999px;
	float: left;
}

div#navi ul li a {
	height: 36px;
	display: block;
	overflow: hidden;
}

div#navi ul li a:hover {
	background: none !important;
}
div#navi ul li.on a {
	background: none !important;
}

/* トップページ */
div#navi ul li#index {
	width: 126px;
	background: url(../images/navi/navi1_on.jpg) no-repeat;
}
div#navi ul li#index a {
	width: 126px;
	background: url(../images/navi/navi1.jpg) no-repeat;
}

/* 会社概要 */
div#navi ul li#company {
	width: 126px;
	background: url(../images/navi/navi2_on.jpg) no-repeat;
}
div#navi ul li#company a {
	width: 126px;
	background: url(../images/navi/navi2.jpg) no-repeat;
}

/* 製作例 */
div#navi ul li#example1 {
	width: 125px;
	background: url(../images/navi/navi3_on.jpg) no-repeat;
}
div#navi ul li#example1 a {
	width: 125px;
	background: url(../images/navi/navi3.jpg) no-repeat;
}

/* 技術例 */
div#navi ul li#example2 {
	width: 125px;
	background: url(../images/navi/navi4_on.jpg) no-repeat;
}
div#navi ul li#example2 a {
	width: 125px;
	background: url(../images/navi/navi4.jpg) no-repeat;
}

/* 商品情報 */
div#navi ul li#item {
	width: 126px;
	background: url(../images/navi/navi5_on.jpg) no-repeat;
}
div#navi ul li#item a {
	width: 126px;
	background: url(../images/navi/navi5.jpg) no-repeat;
}

/* 求人情報 */
div#navi ul li#job {
	width: 126px;
	background: url(../images/navi/navi6_on.jpg) no-repeat;
}
div#navi ul li#job a {
	width: 126px;
	background: url(../images/navi/navi6.jpg) no-repeat;
}

/* リンク集 */
div#navi ul li#link {
	width: 126px;
	background: url(../images/navi/navi7_on.jpg) no-repeat;
}
div#navi ul li#link a {
	width: 126px;
	background: url(../images/navi/navi7.jpg) no-repeat;
}



/* ヘッダーナビゲーション ----------------------*/

div#h_navi {
	clear: both;
	height: 30px;
}

div#h_navi ul {
	margin: 0;
	padding: 0;
}

div#h_navi ul li {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	text-indent: -9999px;
	float: left;
}

div#h_navi ul li a {
	height: 30px;
	display: block;
	overflow: hidden;
}

div#h_navi ul li a:hover {
	background: none !important;
}

/* トップページ */
div#h_navi ul li#h_index {
	width: 75px;
	background: url(../images/header_navi/header_navi1_on.jpg) no-repeat;
}
div#h_navi ul li#h_index a {
	width: 75px;
	background: url(../images/header_navi/header_navi1.jpg) no-repeat;
}

/* サイトマップ */
div#h_navi ul li#h_sitemap {
	width: 89px;
	background: url(../images/header_navi/header_navi2_on.jpg) no-repeat;
}
div#h_navi ul li#h_sitemap a {
	width: 89px;
	background: url(../images/header_navi/header_navi2.jpg) no-repeat;
}

/* お問合わせ */
div#h_navi ul li#h_contact {
	width: 83px;
	background: url(../images/header_navi/header_navi3_on.jpg) no-repeat;
}
div#h_navi ul li#h_contact a {
	width: 83px;
	background: url(../images/header_navi/header_navi3.jpg) no-repeat;
}



/* ヘッダー 各種 ----------------------*/

/* 左右 */
div#header_container .left {
	width: 625px;
}
div#header_container .right {
	width: 250px;
}

/* ロゴ */
div#header_container div#logo {
	margin: 10px 0;
}

/* メインイメージ */
/* 電話番号 */
div#header_container div#h_tel {
	margin: 0 0 5px 0;
}

/* メインイメージ */
div#header_container div#top_img .left {
	width: 440px;
}
div#header_container div#top_img .right {
	width: 431px;
}



/* メイン 各種 ----------------------*/

/* box */
div#main_container div.box {
	padding: 10px 0px 20px 0px;
}

/* h2 */
div#main_container h2 {
	background: url(../images/h2.jpg);
	line-height: 35px;
	font-size: 100%;
	padding-left: 15px;
	margin-bottom: 15px;
}

/* h4 */
div#side_container h4 {
	background: url(../images/h4.jpg);
	line-height: 35px;
	font-size: 100%;
	padding-left: 25px;
	margin: 5px 0 0 0;
}


/* サイド 各種 ----------------------*/

/* バナー */
div#side_container p.bnr {
	margin: 10px 0;
}

/* 会社情報 */
div#side_container div#company_info {
	margin: 20px 0;
}

/* 天気予報 */
div#side_container div#tenki {
	width: 202px;
	margin: 20px auto;
}


/* フッター 各種 ----------------------*/

/* サイトマップ */
div#foot_link {
	background: #F3F3F3;
	padding: 5px 100px;
	margin: 5px 0px;
	font-size: 90%;
}

/* 会社情報 */
p#foot_info {
	text-align: center;
}

/* コピーライト */
p#copyright {
	text-align: center;
	padding-bottom: 30px;
}






