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

/***全体を中央に配置***/
* {
	margin:0;
	padding: 0;
}
/***全体を中央に配置ここまで***/


/***ページ内共通***/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif", メイリオ", Meiryo,;
	font-size: 12px;
	line-height: 20px;
}

#header {
	height: 100px;
	width: 100%;
	text-align: center;
	background-image: url(img/bg_header.jpg);
	background-repeat: repeat-x;
}

img {
	border-style:none;
}
/***ページ内共通ここまで***/


/*****メニューを横並びで表示する決まり文句*****/

.menu {
	height: 20px;
	width: 100%;
	background-color: #0069FF;
	clear: both;
	margin: auto;
}


.menu ul {
	list-style:none;
	text-align: center;
	clear: both;
}
.menu ul li {
	display:inline;
	margin:60px;
	color: #FFF;
}
/*****メニューを横並びで表示する決まり文句ここまで*****/

/*メニュー下線なし・色をかえる*/
.menu a {
	text-decoration:none;
}
.menu a:link {
	color:#FFF;
}
.menu a:visited {
	color:#FFF;
}
.menu a:hover {
	font-style: italic;
}



/*******キーワード検索表示*******/
form.sitesearch {
	text-align: right;
	padding-top: 40px;
	padding-right: 60px;
}

#keyword_search_contents_monotsukuri {
	height: 85px;
	width: 900px;
	border: solid 1px #CCC;
	background-image: url(img/keyword_company.jpg);
}

/*******キーワード検索表示ここまで*******/



/*****フッターここから*****/

#footer {
	width: 100%;
	margin: auto;
	text-align: center;
	background-image: url(img/bg_footer.jpg);
	background-repeat: repeat-x;
	height: auto;
}
/*****フッターここまで*****/

/********************************中央カラムここから********************************/

.jigyonaiyo {
	line-height: 20px;
	width: 750px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
}


#base {
	width: 900px;
	margin: auto;
	margin-top: 5px;
}


#contents {
	width: 900px;
	margin: auto;
	margin-bottom: 10px;
}


/*hr（区切り線）の上下に余白*/
.line {
	clear: both;
}

#base #contents #work_type #toiawase_form #mailform .mailform tr td {
	margin: 10px;
}
.kugiri {
	margin-top: 20px;
	margin-bottom: 20px;
}
.kanyu_title {
	text-align: center;
}
#base #contents h4 {
	margin-top: 5px;
}
#base #contents .jigyonaiyo span {
	text-align: center;
}

/*************************中央カラムここまで**********************/#contents .jigyonaiyo span {
	text-align: center;
}
#contents h4 {
	margin-top: 5px;
}
#big_form {
	width: 500px;
	margin-top: -300px;
	margin-left: 70px;
	text-align: right;
	margin-bottom: 300px;
}


/*サイトマップ*/


#site_map {
	font-size: 12px;
	line-height: 40px;
	margin: auto;
	width: 250px;
}
#work_type2 {
	width: 540px;
	border: solid 1px #CCC;
	margin-top: 5px;
}
#base #contents #work_type2 table {
	margin-left: 5px;
}
#shoukoukai_banner {
	height: 88px;
	width: 170px;
	margin-top: 10px;
}
#base #contents #work_type2 table tr td img {
	margin-right: 3px;
}
