/* CSS Document */

/* 汎用タグ */
body {
	font-size: x-small;
}
p {
	margin-top: 2px;
	margin-bottom: 2px;
}
h2 {
	font-size: small;
	color: #0066cc;
	background-image:url("../images/bar.gif");
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	letter-spacing:2px;
}
h3 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: x-small;
	color: #990000;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
h4 {
	font-size: x-small;
	font-weight: normal;
	color: #9C0000;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image:url("../images/li.gif");
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
}
hr {
	border: 1px dotted #C6C3C6;
}

a:link{
color:#0066cc;
text-decoration:none;

}
a:visited{
color:#0066cc;
text-decoration:none;

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

}
/* 汎用タグここまで */


/* ヘッダ・フッタ */
#header {
	width: 764px;
}
#lbar {
	text-align: right;
}
#footer {
	width: 444px;
	color: #999999;
	text-align: center;
	
	margin-right: 160px;
	margin-left: 160px;
}
/* ヘッダ・フッタここまで */


/* メイン */
#main {
	width: 764px;
	border: 1px solid #CECFCE;
	font-size: x-small;
	
}
#hd{
	width: 159px;
	text-align: center;
	padding-left: 2px;
	padding-top: 10px;
	background-color: #EFEFEF;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right:-3px;
}
.linkb {
	margin-top: 15px;
}
#mg{
	
	
	border-left: 1px solid #CECFCE;
	padding: 1px;
}
#mgmain{
	width: 100%;
	margin: 30px;
}
/* メインここまで */

/* ホーム */
/* ホームここまで */

/* 会社概要 */
.gaiyou {
	width: 100%;
}
th {
	color: #0066cc;
	width: 210px;
	border-bottom: #999999 thin dotted;
	text-align: left;
	vertical-align: top;
	font-size: x-small;
	font-weight: normal;
    line-height:150%;
}
td {
	width: 320px;
	border-bottom: #999999 thin dotted;
	font-size: x-small;
	line-height:150%;
	color:#333;
}
/* 会社概要ここまで */


/* 企業コンセプト */
.set{
	padding-right: 10px;
	padding-left: 30px;
}
p.bi {
	margin-left: 10px;
	margin-right: 20px;
	line-height:140%;
	color:#333;
}

/* 企業コンセプトここまで */

/* 事業フロー */
#flow{
	margin: 19px;
}
/* 事業フローここまで */

/* リンク */
.links {
	border-bottom: 1px dotted #CCCCCC;
	width: 500px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
.li_p {
	color: #0066CC;
	background-image: url(../images/sq.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 20px;
	margin-left: 5px;
	font-weight: bold;
	width: 200px;
}
a.li_u {
	color: #333333;
	text-decoration: none;
	width: 280px;
}
a:hover.li_u {
	color: #0066CC;
}
/* リンクここまで */