@import url("top.css");
@import url("plan.css");
@import url("service.css");
@import url("campaign.css");
@import url("quotation.css");

/* レイアウト -----------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #E6F5C8;
	margin-left: 10px;
	margin-top: 5px;
	font-family:"Osaka, MS UI Gothic";
	font-size: small;
	line-height: 120%;
	}

div#container {
	width: 800px;
	height: auto;
}

div#header {
	width: 800px;
	heigt: auto;
	margin-bottom: 18px;
}

div#left {
	float: left;
	width:160px;
	height: auto;
	padding-right: 10px;
}

div#right {
	float: left;
	width: 620px;
	height: auto;
	padding: 0 5px;
}

div#footer {
	clear: both;
	width: 800px;
	height: auto;
	text-align: center;
	margin-top: 15px;
}

div.clear {
	clear: both;
}


/* 共通 -----------------------------------*/

span.red_b {
	color:red;
	font-weight: bold;
}

span.red {
	color:red;
}

div#TopicPath {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
div#TopicPath li {
	display: inline;
}

div.table {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

table.table {
	border: 1px solid #000000;
	background-color: #ffffff;
	border-collapse: collapse;
	width: 90%;
	height: auto;
	text-align: center;
}
table.table td {
	border: 1px solid #000000;
	padding: 5px;
}

td.left {
	text-align: left;
}

h2.title {
	margin-bottom: 10px;
}

h3 {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 15px 0;
	padding: 10px 0;
	font-size: small;
	font-weight: normal;
	text-align: center;
}

div#anchor {
	width: auto;
	height: auto;
	text-align: right;
	margin: 10px 0;
}

img {
	border: 0px;
}


/* header -----------------------------------*/

h1 {
	font-size: small;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

div#logo {
	width: auto;
	height: auto;
	float: left;
}
div#tel {
	width: auto;
	height: auto;
	float: right;
}

ul#navi {
	width: 800px;
	height: 25px;
	list-style-type: none;
	clear: both;
}
ul#navi li {
	float: left;
	width: 145px;
	height: 25px;
	margin-right: 15px;
	text-align: center;
	overflow: hidden;
}
ul#navi li#navi05 {
	margin-right: 0px;
}

ul#navi li a {
	display: block;
	width: 145px;
	height: 50px;
}
ul#navi li a:hover {
	margin-top: -25px;
}



/* side -----------------------------------*/

div#side01 {
	width: 100%;
	height: 45px;
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
}
div#side01 a {
	width: 145px;
	height: 90px;
	display: block;
}
div#side01 a:hover {
	margin-top: -45px;
}


div#side02 {
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 10px;
}
div#side02 p {
	text-align: center;
}

div#side03 {
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 10px;
}

div#side04 {
	padding: 5px;
	margin-bottom: 10px;
}
div#side04 p {
	margin-bottom: 10px;
}


/* footer -----------------------------------*/


#footnavi ul {
	width: auto;
	height: auto;
	display:inline;
	border-left:1px solid #000000;
}
#footnavi ul li {
	width: auto;
	height: auto;
	display:inline;
	padding-left:5px;
	padding-right:2px;
	border-right:1px solid #000000;
	list-style-type: none;
	white-space: nowrap;
}

#footer p {
	width: auto;
	height: auto;
	text-align: right;
	font-size: x-small;
}
#footer p a {
	width: auto;
	height: auto;
	color:#000000;
}
#footer hr {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 15px 0px;

}



/* サイトマップ------------------------------*/
ul.sitemap {
	line-height: 2em;
	list-style-type:square;
	margin-left: 30px;
}

