﻿/* DEFAULT SETTING */

body{
	margin:10px;
	padding:0;
	font-size:75%;
	text-align:center;
	line-height:1.5;
	color:#333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", Osaka, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background-image: url(img/bg_body.gif);
	background-repeat: repeat-x;
}
div:after{
	content:"clear";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
div{
	zoom:1;
}

/* FONT DECORATIONT */
a{color:#0099FF;}
a:hover{color:#66CCFF;}
.small{font-size:1em;}
.error{color:#ff0000;}


/* LAYOUT */
#layout{
	width:850px;
	margin:auto;
	padding:auto;
	text-align:left;
	background:#fff;
	border: 1px solid #CCCCCC;
}

/* HOMEbtn */
#home{
	float:left;
	line-height:1.2;
}
#home a{
	display:block;
	border-left:1px solid #fff;
}



/* HEADER */
#header{
	position:relative;
	margin:0;
	padding:0;
	height:95px;
	background-image: url(img/bg_header.gif);
	background-repeat: no-repeat;
}
#logo{
	position:absolute;
	bottom:0px;
	left:10px;
	background:url(img/bg_logo.jpg) no-repeat;
	width:300px;
	height:60px;
	margin:0;
}
#logo a{
	display:block;
	width:300px;
	height:60px;
	text-decoration:none;
}
#logo h1{
	font-size:1.2em;
	text-align:left;
	font-weight:bold;
	color:#000;
	margin:10px 0 0 0;
	padding:0;
}
#logo p{
	font-size:0.8em;
	text-align:left;
	color:#999;
	font-weight:normal;
	margin:0 10px 0 0;
	padding:0;
}



/* MAINMENU */
#mainmenu{
	margin:0;
	padding:0 20px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-image: url(img/bg_bar.gif);
	background-repeat: repeat;
}
#mainmenu_bottom{
	background:#fff;
	height:1px;
	text-indent:-10000px;
	margin:0 0 20px 0;
	border-top:3px solid #66CCFF;
}
#mainmenu ul{
	margin:0;
	padding:0;
	height:25px;
}
#mainmenu li{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}
#mainmenu li span{
	display:block;
	position:absolute;
	visibility:hidden;
}
#mainmenu a{
	display:block;
	white-space:nowrap;
	font-size:12px;
	line-height:25px;
	margin:0;
	padding:0 20px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-right:1px solid #fff;
}
#mainmenu a:hover{
	color:#fff;
	background-image: url(img/bg_mainmenu_on.gif);
	background-repeat: repeat;
}
#mainmenu .active{
	color:#fff;
	background-image: url(img/bg_mainmenu_on.gif);
	background-repeat: repeat;
}



/* SUBMENU */
#submenu{
	margin:0 0 20px 0;
	padding:0;
}
#submenu ul{
	margin:0;
	padding:0;
}
#submenu li{
	margin:0 0 2px 0;
	padding:0;
	list-style-type:none;
	width:180px;
}
#submenu h3{
	font-size:12px;
	line-height:20px;
	margin:0 0 5px 0;
	padding:0 10px;
	color:#fff;
	font-weight:normal;
	border:none;
	background-image: url(img/bg_bar2.gif);
	background-repeat: repeat;
}
#submenu a{
	display:block;
	padding:10px 5px 10px 20px;
	color:#333;
	text-decoration:none;
	background:url(img/submenu_off.gif) no-repeat left center #fff;
	background-position:5px;
	border-bottom:1px solid #66CCFF;
	font-size: 12px;
	line-height: 18px;
}
#submenu a:hover{
	background:url(img/submenu_on.gif) no-repeat left center #66CCFF;
	background-position:5px;
	color:#fff;
}
#submenu .active{
	background:url(img/submenu_on.gif) no-repeat left center #66CCFF;
	background-position:5px;
	color:#fff;
}


/* CHILDMENU */
#childmenu{
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #ccc;
}

#childmenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#childmenu li{
	margin:0 5px 0 0;
	padding:0px;
	float:left;
	border-right:1px solid #ccc;
}
#childmenu a{
	display:block;
	padding:2px 5px;
	white-space:nowrap;
	color:#666; 
	font-size: 12px;
	line-height: 18px;

}
#childmenu a:hover{
	color:#66CCFF;
}
#childmenu .active{
	color:#0099FF;
}


/* PAGENAVI */
#pagenavi{
	font-size:0.8em;
	color:#999;
	margin:0 0 10px 0;
	position:absolute;
	left:10px;
	top:10px;
}


/* CONTENTS */
#contents{
	margin:0;
	padding:0;
	width: 850px;
}
#contents2{
	float: left;
	width: 100%;
}

/* MAINCONTENTS */
#main{
	margin: 0 200px;

}
#pagetitle{
	border:1px solid #ccc;
	margin:0 0 20px 0;
}
#main h2{
	font-size:1.2em;
	margin:0 0 10px 0;
	padding:10px;
	background:#fff;        
	border-top:3px solid #66CCFF;      
	border-bottom:3px solid #66CCFF;
}
#main h2 span{
	display:block;
	font-size:0.6em;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#999;
}
h3{
	font-size:12px;
	margin:0 0 20px 0;
	padding:2px 10px;
	font-weight:normal;
	color:#fff;
	border-top:1px solid #3399FF;
	border-bottom:1px solid #3399FF;
	background-image: url(img/bg_h3_1.gif);
	background-repeat: repeat;
	clear:both;
}


/* PAGECONTENTS */
.page_contents{
	margin:0 0 30px 0;
}
.page_contents h4{
	font-size:14px;
	line-height:18px;     
	color:#0099FF;
}

/* SIDEBAR */
#side{
	float:left;
	margin-left: -100%;
	_margin-left: -100%; 
	width:180px;
	line-height:1.2;
}
#side2{
	float:left;
	margin-left: -180px;
	width:180px;
	line-height:1.2;
}

#side h4{
	font-size:1em;
	line-height:18px;
	margin:0 0 10px 0;
	padding:0 10px;
	color:#fff;
	font-weight:normal;
	background:#6699cc;
}
#side2 h4{
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0 10px;
	color:#fff;
	font-weight:normal;
	border:1px solid #33cc66;
	background-image: url(img/bg_bar2.gif);
	background-repeat: repeat;
}
#side .sidebox,
#side .sidebox01,
#side .sidebox02{
	width:180px;
	margin:0 0 15px 0;
	padding:0;
	overflow:hidden;
}
#side2 .sidebox,{
	width:180px;
	margin:0 0 15px 0;
	padding:0;
	overflow:hidden;
	}
#side2 .sidebox01,
#side2 .sidebox02{
	border:1px solid #33cc66;
	border-top:none;
	width:170px;
	margin:0 0 15px 0;
	padding:4px;
	overflow:hidden;
}

.sidebox01 ul,.sidebox02 ul{
	margin:0 0 0 5px;
	padding:0;
	font-size:0.8em;
	color:#999;
	list-style:none;
}
.sidebox01 li,.sidebox02 li{
	margin:0 0 5px 0;
	padding:0 0 0 12px;
	background:url(img/icon_list.gif) no-repeat left center;
}


/* PAGE TOP */
#pagetop{
	clear:both;
	text-align:right;
	padding:20px 10px;
}

/* FOOTER */
#footer{
	text-align:center;
	margin:0;
	padding:10px 20px;
	border-top:3px solid #66CCFF;
	color:#fff;
	background-color: #00cc00;
	background-image: url(img/bg_bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footermenu{
	padding:10px 0;
}
#footermenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footermenu li{
	margin:0 10px;
	display:inline;
}
#footermenu a{
	text-decoration:underline;
}


/* PAGE MOVE */
.page_move{
	text-align:center;
	margin:5px 0;
}

/* TABE CELL */
.left{
	width:30%;
	padding:2px 0 2px 10px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background-position:0 8px;
}
.right{
	width:70%;
	padding:2px 0 2px 2px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background:#fff;
}


/* PROFILE PAGE */
#table_profile{
	width:100%;
}
#img_profile{
	float:left;
	width:240px;
	display:block;
	border:1px solid #999;
	margin:0 20px 20px 0;
	padding:3px;
	text-align:center;
}
.map{
	width:448px;
	height:300px;
	border:1px solid #ccc;
	margin:0;
}


/* FORM PAGE */
form{
	margin:0;
}
#table_form{
	width:100%;
	margin:0 0 20px 0;
}
#captcha{
	border:1px solid #ccc;
	background:#ddd;
	margin:0 0 0 10px;
	padding:5px 10px;
}

/* BLOG PAGE */
.blog{
	border:1px solid #66CCFF;
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.blog_title{
	font-size:12px;
	margin:0;
	padding:2px 10px;
	font-weight:normal;
	color:#fff;
	border-top:1px solid #3399FF;
	border-bottom:1px solid #3399FF;
	background-image: url(img/bg_h3_1.gif);
	background-repeat: repeat;
	clear:both;
}
.blog_cnt{
}
.blog_date{
	margin:0 0 10px 0;
	padding:3px 10px;
	color:#666;
	font-size:0.8em;
	background:#99FFFF;
}
.blog_body{
	margin:0 9px 20px 9px;
}
.blog_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
}
#entory_preview{
	float:left;
	margin:0 0 5px 0;
	padding:0 0 0 12px;
	text-align:left;
	width:45%;
	background:url(img/icon_arrow_left.gif) left no-repeat;
}
#entory_next{
	float:right;
	margin:0 0 5px 0;
	padding:0 12px 0 0;
	text-align:right;
	width:45%;
	background:url(img/icon_arrow_right.gif) right no-repeat;
}


/* BBS PAGE */
.bbs{
	border:1px solid #ccc;
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.bbs_title{
	margin:0;
	padding:0 10px;
	line-height:24px;
	font-weight:bold;
	border:none;
	background:#eee;
}
.bbs_cnt{
}
.bbs_body{
	margin:5px 10px 20px 10px;
}
.bbs_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
}
#table_bbs{
	width:100%;
	margin:0 0 30px 0;
}
#table_bbs td{
	border-bottom:1px dotted #ccc;
	padding:4px 0;
	vertical-align:top;
}
#table_bbs .theme{
	padding:4px 0 4px 20px;
	background:url(img/icon_theme.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .thread{
	padding:4px 0 4px 20px;
	background:url(img/icon_thread.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .res{
	padding:4px 0 4px 20px;
	background:url(img/icon_comment.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .c1{
	font-size:0.8em;
	text-align:right;
}
#table_bbs .theme a{
	font-weight:bold;
}
#table_bbs .tr{
	text-align:right;
	font-size:0.8em;
	margin:10px 0;
	color:#666;
}

/* POST */
.post{
	border:none;
	background:#f1f1f1;
	color:#666;
	font-size:1em;
	padding:2px 5px;
	line-height:1.2;
}
.post_com{
	margin:20px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px solid #ddd;
	background:url(img/icon_comment.gif) left top no-repeat;
	background-position:0 12px;
}
.post_tb{
	margin:20px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px solid #ddd;
	background:url(img/icon_tb.gif) left top no-repeat;
	background-position:0 12px;
}
.post_bottom{
	margin:0 0 20px 0;
	padding:5px 0;
	font-size:0.8em;
	text-align:right;
}


/* TOPIMAGE */
#topimage{
	width:100%;
	height:229px;
	margin:0 0 20px 0;
	text-indent:-10000px;
	background:#eee no-repeat;
}
#topimage a{
	display:block;
	width:100%;
	height:239px;
}


/* TOPNEWS */
#top_news{

}
.news_contents{
	margin:0 10px 20px 0px;
}
.topnews_date{
	width:20%;
	font-size:0.8em;
	font-weight:bold;
	padding:2px 0 2px 10px;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
}
.topnews_body{
	padding:2px 0 5px 0;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
}


/* TOPPHOTO */
#top_photo{

}
.photo_contents{
	margin:0 10px 20px 0px;
}
.top_photo{
	font-size:0.8em;
	text-align:center;
	color:#666;
	padding:0 0 10px 0;
}


/* CALENDAR */
#calendar{
	width:160px;
	margin:0 10px;
	text-align:center;
}
#calendar tr td{
	padding:0 2px 5px 2px;
	font-size:0.8em;
}
#calendar caption{
	padding:0 5px 8px 5px;
	text-align:right;
	font-size:0.8em;
}
.cal_sun{color:#FF0000;}
.cal_day{color:#333333;}
.cal_sat{color:#006699;}


/* SEARCH PAGE&SEARCH BOX */
#search{
	position:absolute;
	width:180px;
	right:10px;
	bottom:20px;
	text-align:right;
} 
#search .search{
	width:130px;
	height:10px;
	font-size:0.8em;
}
.result_title{
	margin:0 0 10px 0;
	font-size:1.2em;
}
.result_body{
	margin:0 0 20px 30px;
	padding:0 0 20px 0;
	border-bottom:1px solid #ddd;
}
.highlight{
	font-weight:bold;
	background:#ff9900;
	color:#fff;
}

/* CRAWLER */
#crawler{
	position:relative;
	width:180px;
	height:200px;
}
#crawler h4{
	padding:0 10px;
	margin:0;
	color:#fff;
	font-weight:normal;
	border:1px solid #33cc66;
	background-image: url(img/bg_bar2.gif);
	background-repeat: repeat;
        font-size:12px;
	line-height:18px;
}
.crawler_body{
	padding:5px 10px;
	font-size:10px;
	line-height:1.3;
	height:150px;
	border:1px solid #33cc66;
	border-top:none;
	background:#fff;
}
#crawler img{
	margin:0 10px 10px 0;
}

/* COUNTER */
#counter{
	font-size:0.8em;
	text-align:center;
	color:#666;
}

/* MOBILE QR CODE */
#qr{
	position:relative;
	margin:0 0 20px 0;
	width:180px;
	height:100px;
}
#qr a{
	position:absolute;
	display:block;
	width:100px;
	height:18px;
	left:74px;
	top:69px;
	text-indent:-1000px;
	overflow:hidden;
}

/* NENPYO */
#nenpyo{
	font-size: 12px;
	font-family:verdana, 'MS UI Gothic', sans-serif;
	line-height: 16px;
}
#nenpyo table{
	width: 100%;
}
#nenpyo th{
	width: 20%;
	border-right: 10px solid #ccc;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}
#nenpyo td{
	width: 80%;
	padding: 0px;
}
#nenpyo p{
	text-align: left;
	padding-left: 20px;
	margin: 10px 0;
	font-size: 12px;
}

/* EVENT DATA */
#eventdata{
	font-size: 12px;
	font-family:verdana, 'MS UI Gothic', sans-serif;
	line-height: 21px;
        margin:0 0 20px 0;
}
#eventdata table{
	width: 100%;
	font-size: 12px;
}
#eventdata th{
	width: 15%;
	padding: 0px;
	text-align: left;
}
#eventdata td{
	width: 85%;
	padding: 0px;
}
#eventdata p{
	text-align: left;
	padding-left: 5px;
	margin: 0;
}
#eventdata_2 th{
	width: 40%;
	padding: 0px;
	text-align: left;
}
#eventdata_2 td{
	width: 60%;
	padding: 0px;
}

/* TOPPAGE BANA */
.topbana{
        width:100%;
        margin:0;
        text-align:center;
}

/* SITEMAP */
#sitemap {
	width: 100%;
}
#sitemap ul {
	margin:0;
	padding:0;
}
#sitemap ul li {
	margin:0 0 10px 0;
	padding:10px 0 20px 0;
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
#sitemap ul li a {
	padding:5px 5px 5px 20px;
	background:url(img/submenu_off.gif) no-repeat;
	background-position:5px;
	font-size: 12px;
	line-height: 18px;
}
#sitemap ul li ul {
	margin:5px 0 5px 0;
	padding:0;
}
#sitemap ul li ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	border: none;
}
#sitemap ul li ul li a {
	padding:0px 5px 0px 45px;
	font-size: 12px;
	line-height: 18px;
	background: url(img/submenu_on.gif)  no-repeat;
	background-position:30px;
}


/* MEIBO */
div#meibo {
}
#meibo table {
	width: 100%;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#meibo table tr {

}
#meibo table th {
	background: url(img/tmp.gif) repeat-y;
        background-position: right;
	padding: 5px 0 5px 10px;
}
#meibo table td {
	padding: 5px 0 5px 10px;
}
#meibo table p {
	font-size: 12px;
	line-height: 24px;
	margin: 3px 0;
}


/* RIGHT BANA */
.rightbana {
       margin: 0 0 5px 0;
}.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title136 {background:url(img/title136.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title135 {background:url(img/title135.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title134 {background:url(img/title134.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title133 {background:url(img/title133.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title132 {background:url(img/title132.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title131 {background:url(img/title131.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title130 {background:url(img/title130.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title129 {background:url(img/title129.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title128 {background:url(img/title128.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title127 {background:url(img/title127.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title126 {background:url(img/title126.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title125 {background:url(img/title125.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title124 {background:url(img/title124.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title123 {background:url(img/title123.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title122 {background:url(img/title122.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title121 {background:url(img/title121.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title120 {background:url(img/title120.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title119 {background:url(img/title119.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title118 {background:url(img/title118.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title117 {background:url(img/title117.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title116 {background:url(img/title116.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title114 {background:url(img/title114.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title113 {background:url(img/title113.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title112 {background:url(img/title112.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title111 {background:url(img/title111.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title109 {background:url(img/title109.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title108 {background:url(img/title108.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title107 {background:url(img/title107.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title137 {background:url(img/title137.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title138 {background:url(img/title138.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title138 {background:url(img/title138.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title139 {background:url(img/title139.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title139 {background:url(img/title139.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title139 {background:url(img/title139.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
.title140 {background:url(img/title140.png) no-repeat !important;padding:0;width:500px;height:50px;text-indent: -10000px;}
