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

/* リセット
-------------------------------------------------- */

body,
div,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	border: none;
}

address, em {
	font-style: normal;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: left;
	background-image: url(../images/bg_wrapper.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header {
	height: 90px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-x;
	background-image: url(../images/bg_header.gif);
}
#navi {
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navi ul li {
	float: left;
	color: #000;
	display: block;
	height: 20px;
	background-image: url(../images/icon_black.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	margin-right: 50px;
	padding-top: 2px;
	font-weight: bold;
}
#con {
	height: 730px;
}
#hidari {
	height: 730px;
	width: 370px;
	float: left;
	margin-right: 0px;
}
.minired {
	font-size: 10px;
	color: #FFF;
	line-height: 16px;
	border-bottom-color: #FFF;
	background-color: #C30;
	font-weight: bold;
}
.client {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
#migi {
	float: right;
	height: 730px;
	width: 370px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-left: 10px;
}
.img {
	margin-bottom: 25px;
	margin-top: 15px;
}
.news {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C00;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#news .news a {
	color: #C30;
}
#news .news a:visited {
	color: #000;
}

.karabintitle {
	margin-top: 10px;
	margin-bottom: 10px;
}

#navi ul li a:visited {
	color: #999;
}
#image {
	height: 300px;
	margin-bottom: 10px;
	background-image: url(../images/companyimage.jpg);
	background-repeat: no-repeat;
}
#image h1 em {
	font-size: 9px;
	float: left;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	line-height: 12px;
}


#main {
	height: 1240px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#left {
	width: 760px;
	height: 1240px;
	float: left;
}
#right {
	width: 200px;
	float: right;
	padding-left: 10px;
	height: 1230px;
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-top: 10px;
}
#right ul li {
	line-height: 24px;
	font-weight: bold;
}
.right_title {
	color: #900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	margin-top: 10px;
}
#navi ul li a:hover {
	color: #FFF;
	background-color: #000;
}

#navi ul li a {
	text-decoration: none;
	color: #000;
}
#right ul li a {
	color: #000;
}
#right ul li a:hover {
	color: #FFF;
	background-color: #000;
}
#right ul li a:visited {
	color: #999;
}
#news {
	height: auto;
	padding-top: 4px;
}
#footer {
	width: auto;
	height: 130px;
	background-color: #000;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	text-align: center;
	color: #666;
}
