@charset "UTF-8";

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}
/* --------------------------------------------------------------------------- */
.clear { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ----文字色---------------------- */
.orange {
	color:#FF6600;
}
.brown {
	color: #8B5F0C;
}
.red {
	color: #FF0000;
}
.green {
	color: #30AB2C;
}
.green1 {
	color:#4A9133;
}
.blue1 {/*明るい青色*/
	color:#00A0E9;
}
.blue2 {/*濃い青色*/
	color:#0068B7;
}
.pink1 {/*明るいピンク色*/
	color:#FE88BB;
}
.pink2 {/*濃いピンク色*/
	color:#FE76B1;
}
/* --------------------------------------------------------------------------- */

body{
	text-align:center;
	font-size:12px;
	color:#666666;
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height:150%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}

a,
a:link,
a:visited {
	color:#666666;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#666666;
	text-decoration:none;
}

/* --------------------------------------------------------------------------- */

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}


#wrapper {
	width:820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#main {
	padding-bottom: 177px;
	width:820px;
	margin-right: auto;
	margin-left: auto;
}  /* must be same height as the footer */


/* --------------------------------------------------------------------------- */

#header {
	width:820px;
	height: 78px;
	margin-right: auto;
	margin-left: auto;
}
#header-in {
	width:590px;
	height:auto;
	float: left;
}
#h-1-box {
	width:590px;
	height:20px;
}
#h-1-box h1 {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
	text-indent: 10px;
}

/* for index */
#h-1-box_top {
	width:590px;
	height:20px;
}
#h-1-box_top h1 {
	line-height:11px;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
	padding-top:4px;
	padding-left: 10px;
}
/* end for index */

#logo {
	width:241px;
 	height:35px;
	float: left;
}
#logo a {
	width:241px;
 	height:35px;
 	display: block;
	overflow:hidden;
	text-decoration:none;
}
#tel_img_box {
	float: right;
	height: auto;
	width: 210px;
	padding: 0px 20px 0px 0px;
}
#tel_img_box img {
	height: 58px;
	width: 207px;
	display: block;
	margin: 14px 0px 0px 0px;
}
.header-txt {
	height: 45px;
	width: 270px;
	float: right;
	padding: 0px 10px 0px 0px;
}

/* for index */
/* for IE6 */
* html #h-1-box_top {
	width:590px;
	height:31px;
	position:relative;
	z-index:2;
}
* html .header-txt {
	margin-top:-6px;
}
* html #logo {
	margin-top:-6px;
}
/* for IE7 */
*:first-child + html #h-1-box_top {
	width:590px;
	height:31px;
	position:relative;
	z-index:2;
}
*:first-child + html .header-txt {
	margin-top:-11px;
}
*:first-child + html #logo {
	margin-top:-11px;
}
/* end for index */

/* -----main-image---------------------------------------------------------------------- */
#main-img-area {
	width:820px;
	height:380px;
	margin: 0px;
	padding: 10px 0px 6px 0px;
}
#main-img-area img {
	width:820px;
	height:380px;
	margin: 0px;
	padding: 0px;
	display: block;
}
/* -----グローバルナビゲーション---------------------------------------------------------------------- */
#gnavi {
	width:820px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#gnavi ul {
	width:820px;
	height: 50px;
	list-style-type:none;
}

#gnavi li  {
	float:left;		
}

#gnavi li a {
 	display: block;	
}

#gnavi li#gnavi1 a {
	background-image:url(../img/bt_gnavi1_off.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -3000px;
	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi1 a:hover, #gnavi li#gnavi1 a:active {
 	background-image:url(../img/bt_gnavi1_on.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -3000px;
 	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi2 a {
	background-image:url(../img/bt_gnavi2_off.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -3000px;
	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi2 a:hover, #gnavi li#gnavi2 a:active {
 	background-image:url(../img/bt_gnavi2_on.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -3000px;
 	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi3 a {
	background-image:url(../img/bt_gnavi3_off.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -3000px;
	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi3 a:hover, #gnavi li#gnavi3 a:active {
 	background-image:url(../img/bt_gnavi3_on.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -3000px;
 	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi4 a {
	background-image:url(../img/bt_gnavi4_off.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -3000px;
	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi4 a:hover, #gnavi li#gnavi1 a:active {
 	background-image:url(../img/bt_gnavi4_on.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -3000px;
 	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi5 a {
	background-image:url(../img/bt_gnavi5_off.jpg);
	background-position:left top;
	width:152px;
	height: 50px;
	text-indent: -3000px;
	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi5 a:hover, #gnavi li#gnavi5 a:active {
 	background-image:url(../img/bt_gnavi5_on.jpg);
	background-position:left top;
	width:152px;
	height: 50px;
	text-indent: -3000px;
 	overflow:hidden;
	text-decoration:none;
}

/* ----------サブナビゲーション------------------------------------------------ */
#snavi {
	height: auto;
	width: 756px;
	margin: 0px 32px 0px 32px;
	padding: 0px 0px 0px 0px;
}
#snavi ul li a {
 	
}

/* for index */
#snavi_top {
	height: auto;
	width: 756px;
	margin: 0px 32px 0px 32px;
	padding: 0px 0px 0px 0px;
}

#snavi_top h2,#snavi_top h3{
	margin-bottom:4px;
}
/* end for index */


#snavi1 {/*-----サブナビ1-----*/
	width:245px;
	height: 120px;
	float:left;
	margin: 0 10px 0 0;
	padding: 0 0px 0 0;
	background-image: url(../img/bt_snavi1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#snavi2 {/*-----サブナビ2-----*/
	width:245px;
	height: 120px;
	float:left;
	margin: 0 10px 0 0;
	padding: 0 0px 0 0;
	background-image: url(../img/bt_snavi2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#snavi3 {/*-----サブナビ3-----*/
	width:246px;
	height: 120px;
	float:left;
	margin: 0 0px 0 0;
	padding: 0 0 0 0;
	background-image: url(../img/bt_snavi3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#snavi4 {/*-----サブナビ4-----*/
	width:245px;
	height: 120px;
	float:left;
	margin: 0 10px 0 0;
	padding: 0 0px 0 0;
	background-image: url(../img/bt_snavi4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#snavi5 {/*-----サブナビ5-----*/
	width:245px;
	height: 120px;
	float:left;
	margin: 0 10px 0 0;
	padding: 0 0px 0 0;
	background-image: url(../img/bt_snavi5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#snavi6 {/*-----サブナビ6-----*/
	width:246px;
	height: 120px;
	float:left;
	margin: 0 0px 0 0;
	padding: 0 0 0 0;
	background-image: url(../img/bt_snavi6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}


#snavi .snavi1-1 {/*---□のリスト----*/
	width:160px;
	margin: 50px 0 0;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	color: #00A0E9;/*青*/
	line-height: 150%;
	display: block;
	float: left;
}
#snavi .snavi1-1 a {
	font-size: 11px;
	color: #999999;
	line-height: 150%;
	text-decoration: none;
}
#snavi .snavi1-1 a:hover, #snavi .snavi1-1 a:active {
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	line-height: 150%;
	text-decoration: none;
}

/* for index */
#snavi_top .snavi1-1 {/*---□のリスト----*/
	width:160px;
	font-size: 11px;
	color: #00A0E9;/*青*/
	line-height: 150%;
	display: block;
	float: left;
}

#snavi_top .snavi1-1 .snavi_list_ttl {
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	line-height: 150%;
	text-decoration: none;
}
#snavi_top .snavi1-1 .snavi_list {
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	color: #00A0E9;/*青*/
	line-height: 150%;
	text-decoration: none;
}
#snavi_top .snavi1-1 .snavi_list a {
	font-size: 11px;
	color: #999999;
	line-height: 150%;
	text-decoration: none;
}
#snavi_top .snavi1-1 .snavi_list a:hover, #snavi_top .snavi1-1 .snavi_list a:active {
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	line-height: 150%;
	text-decoration: none;
}
/* end for index */

#snavi .snavi1-2 {/*---□のリスト2----*/
	width:160px;
	margin: 50px 0 0;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	line-height: 150%;
	display: block;
	float: left;
}
#snavi .snavi1-2 a {
	font-size: 11px;
	color: #999999;
	line-height: 150%;
	text-decoration: none;
}
#snavi .snavi1-2 a:hover, #snavi .snavi1-2 a:active {
	font-size: 11px;
	color: #00A0E9;/*青*/
	line-height: 150%;
	text-decoration: none;
}

/* for index */
#snavi_top .snavi1-2 {/*---□のリスト2----*/
	width:160px;
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	line-height: 150%;
	display: block;
	float: left;
}
#snavi_top .snavi1-2 .snavi_list {
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	line-height: 150%;
	text-decoration: none;
}
#snavi_top .snavi1-2 .snavi_list a {
	font-size: 11px;
	color: #999999;
	line-height: 150%;
	text-decoration: none;
}
#snavi_top .snavi1-2 .snavi_list a:hover, #snavi_top .snavi1-2 .snavi_list a:active {
	font-size: 11px;
	color: #00A0E9;/*青*/
	line-height: 150%;
	text-decoration: none;
}
/* end for index */

#snavi .snavi1-3 {/*---□のリスト3----*/
	width:160px;
	margin: 50px 0 0;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	color: #8FC31F;/*みどり*/
	line-height: 150%;
	display: block;
	float: left;
}
#snavi .snavi1-3 a {
	font-size: 11px;
	color: #999999;
	line-height: 150%;
	text-decoration: none;
}
#snavi .snavi1-3 a:hover, #snavi .snavi1-3 a:active {
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	line-height: 150%;
	text-decoration: none;
}

/* for index */
#snavi_top .snavi1-3 {/*---□のリスト3----*/
	width:160px;
	font-size: 11px;
	color: #8FC31F;/*みどり*/
	line-height: 150%;
	display: block;
	float: left;
}
#snavi_top .snavi1-3 .snavi_list {
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	color: #8FC31F;/*みどり*/
	line-height: 150%;
	text-decoration: none;
}
#snavi_top .snavi1-3 .snavi_list a {
	font-size: 11px;
	color: #999999;
	line-height: 150%;
	text-decoration: none;
}
#snavi_top .snavi1-3 .snavi_list a:hover, #snavi_top .snavi1-3 .snavi_list a:active {
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	line-height: 150%;
	text-decoration: none;
}
/* end for index */

#snavi .sn-syousai {/*---「詳細はこちら」----*/
	margin: 100px 0 0;
	width:65px;
	font-size: 11px;
	color: #999999;
	display: block;
	float: right;
}
#snavi .sn-syousai a {
	font-size: 11px;
	color: #0068B7;/*濃い青*/
	text-decoration: none;
}
#snavi .sn-syousai a:hover, #snavi .sn-syousai a:active {
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	text-decoration: none;
}
#snavi .sn-syousai2 {/*---「詳細はこちら」2----*/
	margin: 100px 0 0;
	width:65px;
	font-size: 11px;
	color: #999999;
	display: block;
	float: right;
}
#snavi .sn-syousai2 a {
	font-size: 11px;
	color: #E4007F;/*濃いピンク*/
	text-decoration: none;
}
#snavi .sn-syousai2 a:hover, #snavi .sn-syousai2 a:active {
	font-size: 11px;
	color: #00A0E9;/*青*/
	text-decoration: none;
}
#snavi .sn-syousai3 {/*---「詳細はこちら」3----*/
	margin: 100px 0 0;
	width:65px;
	font-size: 11px;
	color: #999999;
	display: block;
	float: right;
}
#snavi .sn-syousai3 a {
	font-size: 11px;
	color: #638C0B;/*濃い緑*/
	text-decoration: none;
}
#snavi .sn-syousai3 a:hover, #snavi .sn-syousai3 a:active {
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	text-decoration: none;
}

/* for index */
#snavi_top .sn-syousai {/*---「詳細はこちら」----*/
	margin: 50px 0 0;
	width:65px;
	font-size: 11px;
	color: #999999;
	display: block;
	float: right;
}
#snavi_top .sn-syousai a {
	font-size: 11px;
	color: #0068B7;/*濃い青*/
	text-decoration: none;
}
#snavi_top .sn-syousai a:hover, #snavi_top .sn-syousai a:active {
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	text-decoration: none;
}
#snavi_top .sn-syousai2 {/*---「詳細はこちら」2----*/
	margin: 50px 0 0;
	width:65px;
	font-size: 11px;
	color: #999999;
	display: block;
	float: right;
}
#snavi_top .sn-syousai2 a {
	font-size: 11px;
	color: #E4007F;/*濃いピンク*/
	text-decoration: none;
}
#snavi_top .sn-syousai2 a:hover, #snavi_top .sn-syousai2 a:active {
	font-size: 11px;
	color: #00A0E9;/*青*/
	text-decoration: none;
}
#snavi_top .sn-syousai3 {/*---「詳細はこちら」3----*/
	margin: 50px 0 0;
	width:65px;
	font-size: 11px;
	color: #999999;
	display: block;
	float: right;
}
#snavi_top .sn-syousai3 a {
	font-size: 11px;
	color: #638C0B;/*濃い緑*/
	text-decoration: none;
}
#snavi_top .sn-syousai3 a:hover, #snavi_top .sn-syousai3 a:active {
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	text-decoration: none;
}
/* end for index */

/* main_contents-------------------------------------------------------------- */
#contents-box {
	width: 756px;
	margin: 20px 32px 20px 32px;
	padding: 0px 0px 0px 0px;
}

/* left----------------------------------------------------------------------- */

#left_contents{
	float: left;
	width: 461px;
	height: auto;
}

/*--------------
新着情報
---------------*/
.news_box {
	margin: 0px 0px 0px 0px;
}
.news_box_in {
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 10px 10px;
}
.topix_text {
	width:440px;
	overflow-x: hidden; /* はみ出した部分は自動的にスクロールバーを表示 */
	overflow-y: auto; /* はみ出した部分は自動的にスクロールバーを表示 */
	height:270px;
}

.topix_text a {
	color:#666666;
	text-decoration:underline;
}

.topix_text a:hover {
	color:#666666;
	text-decoration:none;
}

.topix_text ul {
	list-style-type:none;
}
.topix_text .date {
	color:#0066CC;
	padding-right: 0.5em;
}
.topix_text li.text {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-indent: 0px;
}
/* ---------------------
次ページへのリンク部分
------------------------ */
#pager {
	padding-top: 3px;
	padding-bottom: 10px;
	height: 22px;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}

#pager .pager_current {
	width: 18px;
	height: 18px;
	color: #06c;
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px solid #9f9f9f;
}

#pager a {
	width: 18px;
	height: 18px;
	color: #9f9f9f;
	display: block;
	float: left;
	margin-right: 5px;
	text-decoration:none;
	border: 1px solid #9f9f9f;
}

#pager a:hover,
#pager a:active {
	color: #06c;
	border: 1px solid #9f9f9f;
}

/* 追加2ここまで */

.page1{
	width: 18px;
	height: 18px;
	color: #0066CC;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	border: 1px solid #9F9F9F;
	font-size: 10px;
	line-height: 18px;
}

.page2{
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	font-size: 10px;
	line-height: 18px;
	
}

.page2 a {
	width: 18px;
	height: 18px;
	color: #9F9F9F;
	text-align: center;
	vertical-align: middle;
	display: block;
	text-decoration:none;
	border: 1px solid #9F9F9F;
	font-size: 10px;
}

.page2 a:hover, .page2 a:active {
	color: #0066CC;
	height: 18px;
	width: 18px;
	border: 1px solid #9F9F9F;
	font-size: 10px;
}

.page3{
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	font-size: 10px;
	line-height: 18px;
	
}

.page3 a {
	width: 18px;
	height: 18px;
	color: #9F9F9F;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	display: block;
	text-decoration:none;
	border: 1px solid #9F9F9F;
	font-size: 10px;
}

.page3 a:hover, .page3 a:active {
	color: #0066CC;
	height: 18px;
	width: 18px;
	border: 1px solid #9F9F9F;
	text-decoration:none;
	font-size: 10px;
}

.page_d{
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	font-size: 10px;
	line-height: 18px;
	
}

.page_d a {
	width: 18px;
	height: 18px;
	color: #9F9F9F;
	text-align: center;
	vertical-align: middle;
	display: block;
	text-decoration:none;
	border: 1px solid #9F9F9F;
	font-size: 10px;
}

.page_d a:hover, .page_d a:active {
	color: #0066CC;
	height: 18px;
	width: 18px;
	border: 1px solid #9F9F9F;
	font-size: 10px;
}


/* right_contents-------------------------------------------------------------- */

#right_contents {
	float: right;
	width: 285px;
	padding-left: 0px;
}
/* for index */
/* for IE6 */
* html #right_contents h3 {
	margin-top:-3px;
}
/* for IE7 */
*:first-child + html #right_contents h3 {
	margin-top:-3px;
}
/* end for index */

#area {
	background-image:url(../img/area_middle.jpg);
	background-position:left top;
	background-repeat: repeat-y;
}
.area-txt {
	font-size:12px;
	margin:0px 15px 0 15px;
	padding:10px 0 0 0;
}
.area-txt2 {
	font-size:12px;
	margin:0px auto 0 23px;
	padding:10px 0 5px 0;
}


/* -------------------------------
お問合せバナー
----------------------------------- */
#bana-area {
	padding: 15px 0px 0px 0px;
}
#bana-area-l {
	float: left;
	width: 461px;
	height: auto;
}
#bana1 {
	width: 461px;
	height: 110px;
	padding: 0px 0px 10px 0px;
}
#bana1 a {
	width: 461px;
	height: 110px;
	display: block;
	background-image:url(../img/bana1.jpg);
	background-position:left top;
	text-indent: -3000px;
	overflow:hidden;
	text-decoration:none;
	background-repeat: no-repeat;
}
#bana1 a:hover, #bana1 a:active {
	background-image:url(../img/bana1.jpg);
	background-position:left top;
	width: 461px;
	height: 110px;
	text-indent: -3000px;
 	overflow:hidden;
	text-decoration:none;
}
#bana-area-r {
	float: right;
	width: 285px;
	padding-left: 0px;
}
#bana2 {
	width: 285px;
	height: 110px;
	padding: 0px 0px 10px 0px;
}
#bana2 a {
	width: 285px;
	height: 110px;
	display: block;
	background-image:url(../img/bana2.jpg);
	background-position:left top;
	text-indent: -3000px;
	overflow:hidden;
	text-decoration:none;
	background-repeat: no-repeat;
}
#bana2 a:hover, #bana2 a:active {
 	background-image:url(../img/bana2.jpg);
	background-position:left top;
	width: 285px;
	height: 110px;
	text-indent: -3000px;
 	overflow:hidden;
	text-decoration:none;
}

/* for index */
#bana1_top {
	width: 461px;
	padding: 0px 0px 10px 0px;
}
}
#bana2_top {
	width: 285px;
	padding: 0px 0px 10px 0px;
}
#bana1_top a,#bana2_top a {
	text-decoration:none;
	overflow:hidden;
}

#bana1_top a,#bana1_top a:link,#bana1_top a:visited,
#bana2_top a,#bana2_top a:link,#bana2_top a:visited {
	color:#666666;
	text-decoration:none;
}

#bana1_top a:hover,#bana1_top a:active,#bana1_top a:visited:hover,#bana1_top a:visited:active,
#bana2_top a:hover,#bana2_top a:active,#bana2_top a:visited:hover,#bana2_top a:visited:active {
	color: #FE88BB;/*ピンク*/
	text-decoration:underline;
}
/* end for index */

/* point--------------------------------------------------------------------- */

#footer {
	position: relative;
	margin-top: -177px; /* negative value of footer height */
	height: 177px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
} 
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* --------------------------------------------------------------------------- */

.footer_u{
	font-size: 11px;
	line-height: 22px;
	color: #0068B7;/*濃い青*/
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;	/*letter-spacing: 0.1em;*/
	padding-top: 10px;
}

.footer_u a,
.footer_u a:link,
.footer_u a:visited {
	color: #0068B7;/*濃い青*/
	text-decoration:none;
}

.footer_u a:hover,
.footer_u a:active {
	color: #0068B7;/*濃い青*/
	text-decoration:underline;
}

.footer_b{
	height: auto;
	width: 780px;
	margin-left: auto;
	text-align: left;
	margin-right: auto;
	margin-top: 0px;
}

.footer_b_in{
	width: 780px;
	height: auto;
	padding-top: 20px;
}
.footer_b_in1 {
	height: 53px;
	font-size: 11px;
	line-height: 17px;
	color: #999999;
	text-align: right;
	margin-top: 10px;
}
.footer_b_in3{
	height: auto;
	font-size: 10px;
	color: #333333;
	width: 780px;
}
.footer_li1 {
	width: 330px;
	color: #0068B7;/*濃い青*/
	line-height: 150%;
	text-align: left;
	padding-left: 0px;
	display: block;
	margin-left: 450px;
}
.footer_li2 {
	color: #FFFFFF;/*コピーライト*/
	font-size: 10px;
	text-align: center;
	margin-top: 22px;
}
.footer_pink {/*濃いピンク色*/
	color:#FE76B1;
	font-weight:bold;
}

/* --------------------
ページトップへのボタン
----------------------- */
html>body #pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 0;
}

#pagetop {
_position: absolute;
_right: 0;
_top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) - 0
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight) - 0);
_z-index: 500;
margin: 0;

}

/* --------------------
2009/11/18追加分
----------------------- */
.normal {
font-weight:normal;
}
.bold {
font-weight:bold;
}




/** html .iepngfix ,* html img {
behavior: expression(IEPNGFIX.fix(this));
} */
