@charset "utf-8";

/* 全ページ適用スタイル
-----------------------------------------------------------------------*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #444;
	font-family: "ＭＳ Ｐゴシック", "osaka";
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	background:#fff;
	background: url(../images/base/bg.jpg) no-repeat center 150px; /*headの高さ＋menuの高さ*/
}

a:link    { color:#003586; text-decoration: none; }
a:visited { color:#003586; text-decoration: none; }
a:active  { color: #003586; text-decoration: none; }
a:hover   { color: #003586; text-decoration: underline; }
a.img_link:hover{position:relative;top:1px;left:1px;}

br.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 0%;
	height: 0px;
}

.link_display  {
	display:none;
}

/*table*/
table {
	font-size: 100%;
	line-height: 150%;
}

/*img,a*/
img,a{
	border:none;
}



/*float*/
.float_l {float:left;}
.float_r {float:right;}



/* ----- header -------------------------------- */


#head {
	width: 960px;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	position:relative;
	text-align:left;
	height:90px; /*（注）この高さを変更したらbodyのbackgroundの位置とtopの#top_link位置調整！*/
}

#head_l{
	float:left;
	text-align:left;
	width:50%;
}

h1 {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size:10px;
	font-weight:normal;
	color:#666666;
}



/*menu-----------------------------------------------*/
div#menu_bg_repeat {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
	background: url(../images/base/menu_bg_repeat.jpg) repeat-x top;
}
div#menu_bg {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(../images/base/menu_bg.jpg) no-repeat top;
}


/* ---- contents--------------------------------- */
#cont {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	height:auto;
	text-align:left;
}

#layout {
	margin: 20px 0px 0px 0px ;
	
}

#left {
	width: 750px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#right {
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	text-align:center;
}

/*------------right-----------------*/

/* banner */
.banner_r{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#right .contact{
	background: url(../images/base/bnr_contact.gif) no-repeat;
	width:180px;
	height:190px;
	position:relative;
}
#right .contact img{
	position:absolute;
	bottom:10px;
	left:10px;
}


/*------page up-----------------------------------------*/

#back-top {
	position: fixed;
    width: 180px;
	bottom:0px;
    display: none;
	margin: 0px 0px 0px 780px;
	z-index:1;
}
	/*ie6,ie7*/
	.ie6 #back-top {
		margin-top:-5px;
	}

#back-top img {
    display: block;
    height: 25px;
    width: 180px;
}


/*-------foot----------------------------------------------*/


#foot_bg {
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../images/base/foot_border.gif) repeat-x top;
}
#foot {
	margin: 0px auto 5px auto;
	padding: 10px 0px 0px 0px;
	width: 960px;
	border-top:2px solid #003586;
	font-size:11px;
	position:relative;
	text-align:left;
}
#foot p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}


#foot a:link    { color:#444; text-decoration: none; }
#foot a:visited { color:#444; text-decoration: none; }
#foot a:active  { color: #444; text-decoration: none; }
#foot a:hover   { color: #003586; text-decoration: none; }


#foot .logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}
#foot .address {
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	float:left;
	line-height:140%;
}


#copyright {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	bottom:0px;
	right:0px;
}


