@charset "utf-8";
/* CSS Document */
/* common.css */

/* ========TEMPLATE LAYOUT======== */
div#top {
	width:950px;
	margin:0 auto;
}
/*
div#header-description{
	text-align:center;
	font-size:85%;
	background-color:#666;
	color:#FFF;
}
div#header-description p{
	margin:0 auto;
	width:950px;
	text-align:right;
}
*/
h1{
	font-size:85%;
	background-color:#666;
	color:#FFF;
	margin:0 auto;
	width:940px;
	padding-right:10px;
	text-align:right;
}

/*-----------------------------------
 #header
-----------------------------------*/
div#header {
	position:relative;
	margin-top:5px;
	width:100%;
	height:85px;
}
div#header #logo {
	position:absolute;
	top:0px;
	left:5px;
	width:330px;
	height:75px;
}
div#header #logo a {
	display:block;
	width:330px;
	height:75px;
	background:url(../images/logo.gif) 0px 0px no-repeat;
	overflow:hidden;
	text-indent:-9987px;
}
div#header #tel {
	position:absolute;
	top:0px;
	left:580px;
	width:370px;
	height:75px;
}
/*-----------------------------------
 #contents
-----------------------------------*/
div#contents {
	position:relative;
}
/*-----------------------------------
 #contents > #main
-----------------------------------*/
div#main {
	float:right;
	width:660px;
}
	/* *[disabled] padding-right:15px; */
div#main h2 {
	background:url(../images/subtitle-back.gif) no-repeat;
	width:635px;
	height:35px;
	margin-bottom:10px;
	padding-top:5px;
	padding-left:25px;
	color:#fff;
	font-size:150%;
	font-weight:bold;
}
div#main h3 {
	color:#006699;
	font-size:120%;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:10px;
}
div#main h4 {
	color:#666;
	font-size:100%;
	font-weight:bold;
	padding-left:10px;
}
div#main div#toiawase {
	padding-top:20px;
	margin-bottom:10px;
}
div#main p {
	margin-left:10px;
	margin-bottom:5px;
}

div#main div#toiawase p {
	padding-bottom:10px;
	text-align:center;
}

/*-----------------------------------
 #contents > #sub
-----------------------------------*/
div#sub {
	float:left;
	width:260px;
}
/*-----------------------------------
 #contents > #sub > #menu
-----------------------------------*/
div#contents #sub div#menu {
	margin:0 0 20px 10px;
}
div#contents #sub div#menu ul {
}
div#contents #sub div#menu li {
	margin:0;
	padding:0;
	color:#333;
}
div#contents #sub div#menu li a {
	display:block;
	width:210px;
	color:#333;
	padding:10px 0 10px 30px;
	border-bottom:1px solid #DCDCDC;
	background:url("../images/bg_menulist.gif") 8px center no-repeat;
}
div#contents #sub div#menu li a:hover {
	color:#0096E7;
}
/*-----------------------------------
 #contents > #sub > #banner
-----------------------------------*/
div#contents #sub div#banner {
	margin:0 auto 20px;
	width:240px;
}

div#contents #sub div#banner ul{
	padding:10px 0px;
}

div#contents #sub div#banner ul li{
	margin-bottom:10px;
}

/*-----------------------------------
 #contents > #sub > #soudan
-----------------------------------*/
div#contents #sub div#soudan {
	margin:0 auto 20px;
	padding:0px 0px 10px;
	width:238px;
	border:1px solid #666666;
}
div#contents #sub div#soudan h2 {
	border-bottom:1px solid #666666;
}
/*-----------------------------------
 #contents > #sub > #banner2
-----------------------------------*/
div#contents #sub div#banner2 {
	margin:0 auto 20px;
	width:240px;
}
div#contents #sub div#banner2 p {
	margin-bottom:10px;
}
/*-----------------------------------
 #contents > #sub > #addr
-----------------------------------*/
div#contents #sub div#addr {
	margin:0 auto 20px;
	width:240px;
}
div#contents #sub div#addr h2 {
	padding:0px 0px 0px 15px;
	font-size:125%;
	font-weight:bold;
}
div#contents #sub div#addr h3 {
	padding:0px 0px 5px 20px;
	color:#006699;
	font-size:100%;
	font-weight:bold;
}
div#contents #sub div#addr p {
	padding:0px 0px 0px 20px;
}
/*-----------------------------------
 #contents > #totop
-----------------------------------*/
div#totop {
	clear:both;
}
div#totop {
	margin:10px 0;
	text-align:right;
}
div#totop a {
}
/*-----------------------------------
 #contents > #footMenu
-----------------------------------*/
div#footMenu {
	clear:both;
}
div#footMenu ul {
	margin:0 5px 10px 0;
	padding:10px 0 0 0;
	text-align:right;
}
div#footMenu li {
	display:inline;
	margin:0 0 0 10px;
}
div#footMenu li a {
	padding-left:10px;
	background: url("../images/bg_footmenu.gif") 0 50% no-repeat;
	color:#333333;
}
/*-----------------------------------
 #footer
-----------------------------------*/
div#footer {
	clear:both;
	padding:5px 0px;
	background: #4890d5;
}
div#footer address {
	font-style:normal;
	color:#ffffff;
	text-align:center;
}
div#footer address a{
	color:#ffffff;
}

/*-----------------------------------
 #contents > #main パンくず
-----------------------------------*/
div#main .bread-list {
	margin-top:10px;
	margin-bottom:10px;
}

/* --------------------------------------------------------
	Text
-------------------------------------------------------- */
.t-blue {
	color:#006699;
}
