@charset "utf-8";
/* CSS Document */

/* ------------------------------
全ページ共通のbase-style
------------------------------ */

/* formatting style */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.8;
	color: #333333;
	background-color: #e7f6fb;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
hr {
	display: none;
}
.clear {
	clear: both;
	height: 10px;
}

/* link style */
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}

/* basic layout */
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	border-right: 3px solid #5fc1ea;
	border-left: 3px solid #5fc1ea;
}

/* header */
#catchcopy {
	width: 760px;
	padding-left: 20px;
	background-color: #DFECFF;
	padding-right: 20px;
}
h1 {
	font-size: 100%;
}

#header {
	width: 780px;
	margin-left: 10px;
	height: 75px;
}
#header #rogo{
	width: 190px;
	left: 10px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
}
#header #tel {
	width: 560px;
	float: right;
	text-align: left;
	background-position: center;
	color: #3399FF;
}

#wrapper #title {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 180px;
	margin-left:10px;
	border-top: 5px solid #4F73B3;
	position: relative;
	width: 780px;
	margin-bottom: 5px;
	clear: both;
}
#title ul {
	position: absolute;
	top: 130px;
	width: 780px;
}
#title ul li {
	list-style: none;
	float: left;
}
#title ul li a {
	display: block;
	width: 130px;
	height: 40px;
	background-repeat: no-repeat;
	width: 130px;
}

/* contents */
#contents {
	width: 780px;
	padding-left: 10px;
}

/* contents-sidebar */
#contents #sidebar {
	float: left;
	width: 180px;
	margin-bottom: 20px;
}

/* contents-sidebar */
#contents #main {
	float: right;
	width: 580px;
	margin-bottom: 10px;
}
#contents #main #back {
	float: left;
	text-align: right;
	width: 560px;
	padding-right: 20px;
}

/* footer styles */
#footer {
	clear: both;
	margin: 0px auto;
	text-align: center;
	color: #FFFFFF;
	background-color: #486fb3;
	padding: 15px 0 50px;
}
#footer ul li {
	display: inline;
	margin-right: 3px;
	padding-left: 7px;
	border-left: 1px solid #CCCCFF;
	list-style: none;
}
#footer ul li.home {
	border-left: 0;
}
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p {
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 10px;
}
