@charset "Shift_JIS";
/*
----------------------------------------------------
Author:www.coral.co.jp
Update:2008.3.21
---------------------------------------------------- */


/* クリア */
* {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
}

/* 全体基本設定 */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #454545;
	background-color: #ffffff;
	text-align:center;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	line-height: 170%;
}

h1,h4,h5,h6 {
	color:#454545;
	font-size:100%;
}

h2 {
	color:#454545;
	font-size:14pt;
	background-image: url(images/h2.gif);
	background-position: left;
	margin-bottom: 5px;
	padding-left: 25px;
	background-repeat: no-repeat;
}

h3 {
	color:#454545;
	font-size:100%;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #666666;
}

.text_blue12{
	color: #194773;
}

/* リンク設定 */
a {
	text-decoration: none;
}
a:link {
	color: #006699;
}
a:visited {
	color: #6160C3;
}
a:hover {
	text-decoration: underline; color: #FF0000;
}
a:active {
	text-decoration: none;
}

/* CORAL設定 */
.coral {
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
}
.coral a {
	color: #666666;
}
.coral a:link {
	color: #666666;
}
.coral a:hover {
	text-decoration: underline; color: #666666;
}


/* メニュー */
ul {
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	list-style-type: none;
	letter-spacing: 0px;
}

li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}

li a:link {
	color: #333333;
}

li a:visited {
	color: #333333;
}

li a:hover {
	color:#ff4e08;
}

li#menulast {
	border-right: none;
}

/* テーブル */
table {
	width: 600px;
	margin-top: 10px;
}

th {
	text-align: left;
	padding-bottom: 5px;
	vertical-align: top;
	background-color: #CEE8FF;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 2px;
}

td {
	text-align: left;
	padding-bottom: 5px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 2px;
}

.machine {
	border-collapse:collapse;
}

.machine td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;	
}

/* ベースセンター */
#box {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f5f4f1;
	border-left-color: #f5f4f1;
	background-image: url(images/main_left_bk.gif);
	background-repeat: repeat-y;
}

#header {
	width: 900px;
	text-align: center;
	padding-bottom: 20px;
	background-image: url(images/main_01.gif);
	background-repeat: repeat-x;
}

#main {
	width: 880px;
}

#main_left {
	float: left;
	width: 240px;
}

#main_right {
	float: right;
	width: 620px;
}

#footer {
	text-align: center;
	width: 900px;
	clear: both;
	background-image: url(images/back_footer.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
}

/* トップ用 */
#box_top {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f5f4f1;
	border-left-color: #f5f4f1;
}

#main_top {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#main_top_left {
	float: left;
	width: 340px;
}

#main_top_right {
	float: right;
	width: 500px;
}

/* イメージ */
.topimage {
	margin-bottom: 10px;
}

.workimage {
	border: 1px solid #CCCCCC;
}
