/*--------------------------
  ANTEZ CSS
  2008/03/25
  
  ANTEZ
  Tetsuya Ando
----------------------------*/
@charset "utf-8";





/* #############################################################
 基本設定
############################################################# */


/* BODY
---------------------------------------------*/
body{
	font-size: 75%;
	line-height: 170%;
	}
/* 全体
---------------------------------------------*/
#wrapper{
	width: 960px;
	margin: 0px auto;
	}
/* プライマリ・セカンダリ
---------------------------------------------*/
#primary,
#secondary{
	float: left;
	}
#primary{
	margin-top: 10px;
	width: 550px;
	}
#secondary{
	margin-top: 10px;
	width: 380px;
	}
.section{
	margin-left: 20px;
	margin-top: 50px;
	}
/* フッター
---------------------------------------------*/
#footer{
	clear: both;
	text-align: center;
	color: #666666;
	}
	
/* #############################################################
 パーツ設定
############################################################# */

/* h1
---------------------------------------------*/
#logo{
	margin-top: 50px;
	}
	
/* ナビ
---------------------------------------------*/
#navi{
	margin-top: 80px;
	margin-bottom: 80px;
	}
	
	
/* 見出し
---------------------------------------------*/
h3{
	text-align: left;
	border-left: 8px solid #b3d465;
	border-bottom: 1px dotted #ccc;
	color: #b3d465;
	font-size: 120%;
	padding-left: 4px;
	margin: 50px 0 20px 0;
	color: #666;
	}
/* フッターリスト
---------------------------------------------*/
#footer li{
	display: inline;
	margin-right: 10px;
	font-size: 20px;
	font-weight:bold;
	}
#copyright{
	margin-left: 25px;
	}
/* 枠設定
---------------------------------------------*/
#waku {
	border: 2px solid #75aa0b;
	line-height: 120%;
	margin: 50px 0 0 0;
	padding: 10px;
	background: #fbfff1;
	}

/* #############################################################
 独自ID/CLASS
############################################################# */

/* ニュー
---------------------------------------------*/
#info{
	margin: 30px 0 0 30px;
	}
#info td{
	padding-bottom: 20px;
	}

#info th{
	vertical-align: top;
	color:#6a3906;
	}	
#info ul{
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	color:#6a3906;
	font-weight: bold;
	}
/* プロフィール
---------------------------------------------*/
table.table_office {
	width: 515px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	line-height: 180%;
	margin-left: 15px;
	}
table.table_office th{

	background: url(../img/h_bg.gif) repeat-y;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	}
table.table_office td {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 5px;
	line-height: 135%;
	text-align: left;
	color: #666;
	}
#tizu{
	margin-top: 30px;
	}
/* ガレージ
---------------------------------------------*/
#garage{
	font-size: 14px;
	}
#syako{
	margin-top: 30px;
	}	
#tyui{
	font-weight: bold;
	background-color: #ffe3c8;
	padding: 5px 5px 5px 5px;
	margin-top: 30px;
	}
#syakoya{
	margin: 175px 0 0px 0;
	}
/* ワークス
---------------------------------------------*/
#works_table td{
	width: 330px;
	text-align: left;
	padding-left: 10px;
	}
#next{
	text-align: center;
	margin-bottom: 50px;
	}
#setsumei{
	clear: both;
	}
#setsumei td{
	clear: both;
	border-bottom: 1px dotted #CCC;	
	}
	
#tyui li{
	text-align: left;
	}

/* リンク
---------------------------------------------*/
#link{
	border: 1px dotted #ccc;
	color: #b3d465;
	padding-left: 10px;
	margin: 0px 100px 20px 100px;
	color: #666;
	}
/* サイトマップ
---------------------------------------------*/
#sitemap{
	margin-left: 50px;
	}
#sitemap li{
	line-height: 400%;
	}








































