@charset "utf-8";
/* CSS Document */

/*デフォルトCSSリセット
-------------------------*/
* {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}
h1, h2, h3, p, li, input, textarea, select {
	font-size:100%;
	font-weight:normal;
}
img {
	border:0;
	vertical-align:bottom;
}

/* リンク文字の設定 */
a {
	text-decoration:none;
	color: inherit;
}

a:hover {
	text-decoration:none;
	color: #900;
}

/*共通設定
-------------------------*/
body {
	background-color:#F7F6EB;
	width:960px;
	margin:0 auto;
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
	padding:0px 0 0 0;
}

/* header---------------- */

#header {
	width: 900px;
	height: 160px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin: 40px 0 0 30px;
}

#main_menu{
	float:right;
	margin-top: 120px;
	margin-right: 50px;
}

#main_menu ul{
	display: inline;
	margin-right: 50px;
}

#main_menu li{
	font-size: 14px;
	border-right:1px solid #999;
	display: inline;
	margin-right: 8px;
}

/* contents---------------- */

#contents {
	margin: 0 auto;
}

#lead{
	float: left;
	margin: 0px 0 0 100px;
	width: 760px;
}

#lead p{
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	padding-left: 20px;
	padding-top: 20px;
	line-height: 2;
}

#work_title p{
	margin: 50px 0 0 100px;
	font-size: 18px;	
	color: #666;	
}

.table {
	float: left;
	margin: 60px 0 0 100px;
	width: 750px;
}

.table td{
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	padding-left: 20px;
	padding-top: 40px;
	line-height: 1.7;
}


/* footer ---------------- */

#footer {
	float: left;
	width: 960px;
	margin: 70px 0 0 0;
	height: 130px;
}

#footer p{
	text-align: right;
	padding-right: 50px;
	color: #666;
}

#footer h3{
	bottom: 10px;
}

