/* 初期化用CSS読み込み */
@import url(./format.css);

@charset "utf-8";

html {
    height: 100%;
}
body {
	border-top:5px #FF9933 solid;
	background-color:#E0E0E0;
	font:10pt Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:1.2em;
}

a:link,
a:active,
a:visited {
	color:#FF9933;
	text-decoration:none;
}
a:hover {
	color:#808080;
	text-decoration:underline;
}

#container {
	width:803px;
	margin:0 auto 10px;
	padding:0;
	background:none;
}

#header {
	margin:0 0 0px 0;
}

#header #logo {
	float:left;
	padding:0 0 0 5px;
}

#header #box {
	padding:0 5px 5px 0;
	text-align:right;
}
#header #box h1 {
	font-size:10pt;
	font-weight:normal;
}
#header #box .txt {
	height:30px;
	padding:5px 0;	
}
#header #box .img {
	vertical-align:bottom;
}

#content {
	clear:both;
}

#content #top {
	margin:0;
	padding:0;
	background-image:url(../images/frame_top.gif);
	background-repeat:no-repeat;
}

#content #main {
	position:relative;
	min-height:540px;
	_height:540px;
	padding:10px 20px 5px 20px;
	background-image:url(../images/frame_main.gif);
	background-repeat:repeat-y;
}
#content #main #menu {
	position:absolute;
	right:3px;
	_right:2px;
	top:2px;
	height:26px;
	z-index:1;
}
#content #main #menu ul li {
	float:left;
	padding:0 14px;
	background:url(../images/menu_bg.gif) repeat-x;
}
#content #main #menu ul li.side {
	padding:0;
	background:none;
}

#content #main #title {
	width:750px;
	height:33px;
	margin:0 0 15px 0;
	padding:0 0 12px 10px;
	background:url(../images/title_bg.gif) no-repeat bottom;
}
#content #main .service_box {
	margin:15px 0 5px 0;
	padding:0 15px;
	clear:both;
}
#content #main .service_title {
}
#content #main .service_body {
	margin:0 0 4px;
	padding:6px 15px 10px;
	line-height:1.4em;
}
#content #main .service_body .service_img {
	float:left;
	margin:0 12px 0 0;
}
#content #main .service_body .service_text {
	margin:0 0 0 212px;
}
#content #main .service_body .service_text .service_name {
	margin:0 0 4px;
	padding:0 0 4px 0;
	border-bottom:1px solid #808080;
	color:#FF9933;
	font-size:12pt;
	font-weight:bold;
}
#content #main .service_body ul {
	margin:0 0 12px 15px;
	list-style-type:disc;
}
#content #main .service_body ul li {
	line-height:1.4em;
}
#content #main .service_body span.att {
	color:#666;
	font-size:8pt;
}

#content #main .about_creer {
	margin:0 15px 15px 15px;
	padding:6px;
	border:1px solid #FF9933;
	font-size:10pt;
	line-height:1.4em;
}
#content #main .about_body {
	margin:0 0 15px;
	padding:0 15px;
	font-size:12pt;
}
#content #main .about_body dl {
	margin:0 0 20px;
	padding:0;
}
#content #main .about_body dt {
	float:left;
	width:130px;
	margin:0;
	padding:12px 8px 12px 12px;
	border-bottom:1px dashed #999999;
	font-weight:bold;
}
#content #main .about_body dd {
	margin:0 0 0 150px;
	padding:12px 12px 12px 8px;
	border-bottom:1px dashed #999999;
}
#content #main .about_body #plea {
	margin:0 12px;
	font-size:10pt;
}
#content #main .about_body #plea p {
	margin:12px 0 0 12px;
}
#content #main .about_body #plea p img {
	margin:0 10px 0 0;
	vertical-align:middle;
}
#content #main .about_body #plea dl {
	margin:0 0 0 12px;
	padding:0;
	font-size:10pt;
}
#content #main .about_body #plea dt {
	float:left;
	width:60px;
	margin:0;
	padding:3px 8px;
	border:none;
	font-weight:normal;
}
#content #main .about_body #plea dd {
	margin:0 0 0 70px;
	padding:3px 8px;
	border:none;
}

#content #bottom {
	margin:0;
	padding:0;
	background-image:url(../images/frame_bottom.gif);
	background-repeat:no-repeat;
}

#footer {
	margin:0 0 5px;
	padding:5px;
	font:8pt Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}
#footer .seo {
	float:left;
}

#banner {
	padding:0 5px;
}
#banner ul li {
	float:left;
	margin:0 6px 5px 0;
}
#banner ul li.last {
	margin:0 0 6px 0;
}

#text_link {
	margin:0 auto 10px;
	padding:0 5px;
	text-align:center;
}
#text_link ul {
	margin:0 auto;
}
#text_link ul li {
	float:left;
	margin:0 10px 0 0;
}



