body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.8em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #bfbfbf url(images/allimages/back.gif) repeat-x;
	color: #666;
}
a {
	text-decoration: none;
	color: #008a9a;
}
a:hover {
	color: #b3a75d;
}
a:visited {
	color: #cccccc;
}
img {
	border: none;
}
.fc {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
}
#wrap {
	width: 830px;
	margin: 0 auto;
	padding: 30px	35px;
	background-color: #fff;
}

/* ヘッダー部分 */
#header h1 {
	width: 291px;
	height: 67px;
	margin: 0 0 24px 0;
	padding: 0;
	background: url(images/allimages/logo.gif) no-repeat;
}
#header h1 a {
	display: block;
	width: 291px;
	height: 67px;
	text-indent: -9999px;
}
/* グローバルメニュー */
#gmenu {
	margin-bottom: 30px;
}
#gmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#gmenu li {
	width: 130px;
	height: 30px;
	margin-right: 10px;
	float: left;
}
#gmenu .last {
	margin-right: 0 !important;
}
#gmenu ul li a {
	display: block;
	width: 130px;
	height: 30px;
	border: 1ps solid #f00;
	text-indent: -9999px;
}
#gmenu #home>a { background:url(images/allimages/home_btn.gif) no-repeat !important; }
#gmenu #profile>a { background:url(images/allimages/profile_btn.gif) no-repeat !important; }
#gmenu #service>a { background:url(images/allimages/service_btn.gif) no-repeat !important; }
#gmenu #case>a { background:url(images/allimages/case_btn.gif) no-repeat !important; }
#gmenu #consul>a { background:url(images/allimages/consul_btn.gif) no-repeat !important; }
#gmenu #privacy>a { background:url(images/allimages/privacy_btn.gif) no-repeat !important; }
#gmenu #home>a:hover { background:url(images/allimages/home_over_btn.gif) no-repeat !important; }
#gmenu #profile>a:hover { background:url(images/allimages/profile_over_btn.gif) no-repeat !important; }
#gmenu #service>a:hover { background:url(images/allimages/service_over_btn.gif) no-repeat !important; }
#gmenu #case>a:hover { background:url(images/allimages/case_over_btn.gif) no-repeat !important; }
#gmenu #consul>a:hover { background:url(images/allimages/consul_over_btn.gif) no-repeat !important; }
#gmenu #privacy>a:hover { background:url(images/allimages/privacy_over_btn.gif) no-repeat !important; }

#mainv {
	margin-bottom: 30px;
}
#sidebar {
	width: 205px;
	float: left;
}
#sidebar h3 {
	margin: 0;
	padding: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
	list-style-type: none;
}

/* サイドメニュー設定 */
#lmenu {
	padding-bottom: 100px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}
#lmenu dl {
	margin-top: 20px;
}
#lmenu dt {
	margin-bottom: 0.5em;
	overflow:hidden;
}
#lmenu dt a {
	font-weight: bold;
	color: #999;
	padding-left: 2em;
	background: #fff url(images/allimages/list_mark.gif) no-repeat;
}
#lmenu dt a:hover {
	color: #008a9a;
	background: url(images/allimages/list_mark_over.gif) no-repeat;
}
#lmenu dd {
	margin-bottom: 0.5em;
	background: #fff;
}
#lmenu dd ul li a {
	display: block;
	font-weight: bold;
	padding-right: 1em;
	color: #999;
}
#lmenu dd ul li a:hover {
	color: #008a9a;
	background: url(images/allimages/sublist_mark_over.gif) right top no-repeat;
}

/* バナー広告設定 */
#sidebar #banner {
	text-align: left;
	padding: 0 7px;
}
#sidebar #banner li {
	margin-bottom: 10px;
}

.content {
	width: 595px;
	float: right;
}
#cont_menu {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	background: #f8f8f8;
}
#cont_menu ul li {
	float: left;
	margin-left: 2em;
}
#cont_menu ul {
	list-style-type: none;
	font-Weight: bold;
	margin: 0;
	padding: 0;
}
.content h3 {
	margin: 0 0 20px 0;
	padding: 7px 0 0 2em;
	height: 23px;
	
	color: #fff;
	font-size: 1.17em;
	background: url(images/allimages/h3_back.gif) no-repeat;
}
.content h3 a {
	color: #fff;
}
.content h4 {
	clear: both;
	padding-left: 1.5em;
	background: url(images/allimages/h4_back.gif) no-repeat;
}
.content h5 {
	clear: both;
	font-size: 1em;
	padding-left:1em;
	border-left: 1px solid #ccc;
}
.content h6 {
	clear: both;
	font-size: 1em;
	padding-left: 1em;
}
.content dt {
	font-weight: bold;
}
.content dd {
	margin: 0;
	padding: 0;
}
.content>div {
	margin-bottom: 20px;
}
.content div>table {
	margin-bottom: 20px;
	border-collapse: collapse;
}
.content table table td, .content table table th {
	border: none;
}
.content td, .content th {
	border: 1px solid #999;
	padding: 6px;
}
.content th {
	background: #eee;
}
.content ul, .contend ol {
	margin: 1em 0 1em 2em;
}
.content li {
	margin: 0;
}
.tr_back {
	background: #e4f3f5;
}
.f_red {
	color: #900;
}
.totop {
	margin-bottom: 20px;
	clear: both;
}
.totop a {
	display: block;
	width: 87px;
	height: 18px;
	margin-left: 500px;
	text-indent: -9999px;
	background: url(images/allimages/totop.gif) no-repeat;
}
.totop a:hover {
	background: url(images/allimages/totop_over.gif) no-repeat;
}
.get_acrobat {
	border: 1px solid #999;
	padding: 15px;
	font-size: 0.83em;
	line-height: 1.8em;
	margin: 40px 0 20px 0;
}
.get_acrobat img {
	float: left;
	margin-right: 20px;
}
#footer {
	width: 830px;
	margin: 0 auto 50px auto;
	padding: 25px 35px;
	background: url(images/allimages/footer_back.png) no-repeat;
}
#footer h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}
#footer p {
	margin: 10px 0 0 0;
	font-size: 10px;
	line-height: 1.8em;
}
#footer #add {
	width: 400px;
	float: left;
}
#footer #copyright {
	width: 500;
	margin-top: 40px;
	float: right;
	vertical-align: bottom;
}
