/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
	reset.css - resets default browser styling
	http://tantek.com/log/2004/09.html#d06t2354
	http://www.vox.com/.shared/css/base.css by beausmith.com
	http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
	text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}


fieldset,img,abbr,acronym {
	border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
	/* font-style: normal; */
	/* font-weight: normal; */
}

ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
a {
	text-decoration: none;
	outline: none;
	color: #556b2f; 
}

a:hover {
	text-decoration: none;
}

hr {
	border: 0;
	height: 1px;
	background-color: #000;
	color: #000;
}
a img,:link img,:visited img {
	border: none;
}
address {
	font-style: normal;
	display: inline;
}

/* Layout ----------------------------------------------------------------- */

body {
	text-align: center;
	font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color: #333;  
	font-family: trebuchet ms;   
	background: #fff url(/images/bg_body.jpg) repeat-x;
}

#container-inner,
#content {
	margin:0;
	padding:0;
}

#header-inner,
#content-inner,
#footer-inner {
	width: 785px;
	margin: 0 auto;
}

#header-nav-inner {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#content-inner{
	display:inline-block;
	margin:20px 0 0 0;
}

#page-title{
	background: url(/images/bg_h2.jpg) no-repeat;
	display:block;
	margin:0 0 10px 10px;
	height:30px;
	line-height:30px;
	text-align:left;
	text-indent:85px;
	font-size:16px;
	color:#ffdbec;
}

h1.entry-title {
	color:#ee82ee;
}

h2.entry-title{
	background: url(/images/bg_h3.gif) no-repeat;
	display:block;
	margin:0 0 0 10px;
	height:30px;
	line-height:30px;
	text-align:left;
	text-indent:30px;
	font-size:16px;
	color:#6b8e23;
}

h2.entry-title a{
	color:#333333;
	font-size:12px;
	text-decoration: none;
}

h4{
	margin:20px 0 10px;
	font-size:12px;
	color:#000;
	border-bottom:1px dotted #ff69b4;
	font-weight:bold;
}

/* Wide-Thin-Thin */
.layout-wtt #alpha {
	margin:0;
	padding:0;
	width: 580px;
	float:right;
	display: block;
}

.layout-wtt #alpha-inner {
	padding:0;
}

.layout-wtt #nav{
	margin:0;
	padding:0 0 0 27px;
	float:left;
}

.layout-wtt #beta,
.layout-wtt #gamma {
	display: block;
	margin:0;
	padding:0 0 0 8px;
	width: 185px;
}

/* Thin-Wide-Thin */

.layout-twt #alpha {
	left: 190px;
	width: 560px;
}

.layout-twt #beta {
	left: -560px;
	width: 190px;
}

.layout-twt #gamma {
	width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
	width: 750px;
}

.layout-wt #beta {
	width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
	left: 190px;
	width: 750px;
}

.layout-tw #beta {
	left: -750px;
	width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
	left: 330px;
	width: 610px;
}

.layout-mw #beta {
	left: -610px;
	width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
	width: 610px;
}

.layout-wm #beta {
	width: 330px;
}


/* Content ---------------------------------------------------------------- */


h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
	margin-bottom: .75em;
}

blockquote, ol, ul {
	margin-left: 30px;
	background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header {
	margin:0;
	padding:0;
	display:block;
}

#header-inner {
	display:block;
	background: url(/images/bg_header.jpg) no-repeat;
	height:138px;
	position:relative;
}

#header-inner span{
	position:absolute;top:3px;right:0;
}

#header-name {
	margin: 0;
	font-size: 34px;
	font-weight: bold;
	position:absolute; top:0; left:0;
	width:200px;
	height:110px;
}

#header-content #header-name a{
	background: url(/images/bg_header.jpg) no-repeat;
	display:block;
	width:320px;
	height:100px;
	text-indent:-9999px;
}

#header-content #header-name a:hover{
	background: url(/images/bg_header.jpg) no-repeat;
	background-position:0px -138px;
}

#header-description {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #999;
	text-align:right;
}

div#header ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display:inline;
}

div#header li{
	display:inline;
}

div#header li a{
	display:block;
	width:192px;
	height:40px;
	position:absolute;
	text-indent:-9999px;
}

div#header h1 a:hover,
div#header li a:hover{
	background:url(../images/bg_header.jpg);
}

div#header .li00_0 a{top:50px;left:490px;width:135px;height:20px;}
div#header .li00 a{top:50px;left:640px;width:135px;height:20px;}
div#header .li01 a{top:90px;left:6px}
div#header .li02 a{top:90px;left:200px}
div#header .li03 a{top:90px;left:394px}
div#header .li04 a{top:90px;left:586px}

div#header .li00_0 a:hover{background-position:-490px -188px;}
div#header .li00 a:hover{background-position:-640px -188px;}
div#header .li01 a:hover{background-position:-6px -228px;}
div#header .li02 a:hover{background-position:-200px -228px;}
div#header .li03 a:hover{background-position:-394px -228px;}
div#header .li04 a:hover{background-position:-586px -228px;}

/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
	clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
	overflow: hidden;
	width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
	position: static;
	clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
	margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
	margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
	display: inline;
}

.entry-categories,
.entry-tags {
	margin-bottom: .5em;
}

.asset-name {
	margin-bottom: .25em;
}

.asset-content .head{
	background: url(/images/bg_column_head.gif) top left no-repeat;
	padding:0;
	margin:0;
	display:inline-block;
	height:20px;
        width:100%;
}

.asset-body{
	background: url(/images/bg_column.gif) top left repeat-y;
	padding:0 15px;
	margin:0;
	display:block;
}

.asset-body h3{
	background: url(/images/bg_h4.gif) top left no-repeat;
	padding:0;
	margin:10px 0;
	line-height:30px;
	text-indent:25px;
	font-weight:bold;
	color:#ff8c00;
}

.asset-content .foot{
	background: url(/images/bg_column_foot.gif) top left no-repeat;
	padding:0;
	margin:0;
	display:inline-block;
	height:20px;
        width:100%;
}

.asset-footer,
.asset-meta {
	font-size: 11px;
}

.asset-meta {
	margin-top: .25em;
	padding-top: 2px;
	padding-bottom: .3em;
	font-weight: normal;
}

.asset-footer {
	clear: both;
	margin-top: 1.5em;
	padding-top: .5em;
}

.content-nav {
	text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
	margin-bottom: 0;
	margin-right: .25em;
	display: inline;
	font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
	display: inline;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
	display: inline;
}

.mt-image-left {
	float: left;
	margin: 0 20px 20px 0;
}

.mt-image-center {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.mt-image-right {
	float: right;
	margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
	float: left;
	position: relative;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 0 10px 0 0;
}

.auth-icon {
	position: absolute;
	bottom: 0;
	left: 0;
}


/* Feedback */

.comments-open label {
	display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
	width: 80%;
}

#comment-bake-cookie {
	margin-left: 0;
	vertical-align: middle;
}

#comment-submit {
	font-weight: bold;
}

.comment,
.trackback {
	margin-bottom: .5em;
	border-bottom: 1px dotted #78e4ff;
	padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
	border: 0;
}

.comment-content {
	clear: none;
	line-height: 1.5;
	margin-bottom: 1em;
}

.comment-content p {
	margin-bottom: .5em;
}

/* Widgets */

.widget {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.widget-content {
	position: relative;
	margin: 5px 0 20px;
	text-align: left;
}

.archive-content ul,
.widget-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-content li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight:bold;
	font-size:12px;
	line-height:200%;
}

.widget-content li a{
	color:#341211;
}

.widget-tag-cloud .widget-content ul {
	margin: 0;
}

.widget-tag-cloud .widget-content li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.2;
	background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
	margin-top: 0;
	margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
	overflow: auto;
	margin-right: 0;
}

.item {
	display: inline;
	float: left;
	margin: 0pt 5px 8px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
}

.widget-search ul,
.widget-syndication ul {
	margin-left: 0;
	list-style: none;
}

.widget-search li,
.widget-syndication li  {
	margin: 5px 0;
}

div.widget-search{
	margin:0;
	padding:0;
}

.widget-search h3{
	width:185px;
	margin:0;
	padding:0;
	height:30px;
	background: url(/images/bg_search_h2.jpg) no-repeat;
	text-indent:-9999px;
	border:none;
}

.widget-search #search{
	width:120px;
}

.widget-archive-category{
	width:185px;
	margin:20px 0 0 0;
	font-size:12px;
	padding:0;
}

.widget-archive-category ul{
	margin:0;
	padding:0;
	text-indent:0;
}

.widget-archive-category li a{
	display:block;
	width:185px;
	color:#000;
	background:url(/images/bg_category.jpg);
	height:30px;
	line-height:30px;
	margin:0;
	padding:0;
	text-indent:30px;
	font-size:12px;
	font-weight:normal;
}

.widget-archive-category h3{
	margin:0;
	padding:0;
	height:30px;
	background: url(/images/bg_category_h2.jpg) no-repeat;
	text-indent:-9999px;
	border:none;
}


.widget-openid {
	width: 160px;
	margin: 10px auto;
	border: none !important;
}
.widget-openid .widget-content {
	border: 1px dotted #78e4ff;
	background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #666;
	margin: 0;
	padding: 0 !important;
}
.widget-openid .widget-content em {
	display: block;
	font-style: normal;
	padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
	left: -9999px;
	position: absolute;
}
.widget-openid .widget-content a {
	display: block;
	background: #eee;
	text-align: center;
	padding: 5px 3px;
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}

.input-default {
	background-color: #9AAEC2;
}

.status-indicator {
	display: inline;
	height: 20px;
	width: 20px;
	background: url(../images/indicator-login.gif) no-repeat 0 0;
	padding: 2px 7px;
}

@media print {
	* {
		position: static ! important;
		overflow: visible ! important;
	}
}



/*

A Six Apart theme adapted for Movable Type default templates 
name: Minimalist Red  
designer: Lilia Ahner  
designer_url: http://lilia.vox.com 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

/* Content */

.asset-name {
	font-size: 22px;
	font-weight: bold;
}

.asset-name a {
	text-decoration: none;
}

.asset-name a:hover {
	text-decoration: underline;
}

.asset-content {
	margin: 5px 0;
	text-align:left;
}

.asset-more-link {
	font-weight: bold;
}

.asset-meta {
	border-top: 1px dotted #78e4ff;
}

.content-nav {
	margin: 5px 0 10px;
}

.archive-title {
	margin: 5px 0 30px;
	font-size: 26px;
	font-weight: bold;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
	margin: 0;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
}

.search-results-header {
	margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
	font-size: 11px;
}

/* Footer */

#footer-content,
#footer-content a {
	display:block;
	line-height:40px;
	color: #65cb68;
}

/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
}


/* Content ---------------------------------------------------------------- */

.asset-name,
.asset-name a,
.archive-title {
	color: #000;
}

.asset-footer {
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
	color: #333;
}

.comment,
.trackback {
	border-color: #ddd;
}


 .asset-name a {
	margin-bottom: 8px;
}

.asset-name a:hover {
	text-decoration: underline;
}

.archive-list-item {
	margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header { 
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #ccc; 
	padding: 0;
	font-size: 14px; 
	font-family: trebuchet ms; 
	margin-bottom: 8px;
	padding-bottom: .3em; 
}

.widget-header,
.widget-header a {
	color: #333;
	font-weight: normal;
}

.widget-content a {
	color: #666;
}

#content .widget-powered .widget-content {
	margin:0;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
} 

.widget-header {
	font-size: 14px;
}

.widget-header a {
	text-decoration: none;
}

.widget-header a:hover {
	text-decoration: underline;
}

.widget-content {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 11px;
}

li.widget-list-item{
	display:inline-block;
	margin:5px 0;
	padding:0;
	width:130px;
	height:30px;
	line-height:30px;
	background: url(/images/bg_nav_h2.jpg) no-repeat;
	text-indent:30px;
	font-size:10px;
}

/* "Powered By" Widget */

.widget-powered .widget-content {
	padding: 10px;
	text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
	font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
	margin:0;
}

#footer .widget-content {
	padding-right: 0;
	padding-left: 0;
}

#footer .widget-powered .widget-content {
	padding: 0;
	text-align: left;
}


/* Footer ----------------------------------------------------------------- */

#footer { 
	margin:0;
	padding:0;
}

#footer-inner{
	display:inline-block;
	height:60px;
	background: url(/images/footer.gif) top right no-repeat;
	margin:0;
	padding:0;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	text-align: right;
}

#footer span{
	display:block;
	padding:32px 80px 0 0
}

/*
#footer-content {
	margin:0;
}
*/

/*--オリジナル属性----------------------*/
/*----サイドバー----*/
img.bn_company{
	margin:0 0 20px;
}


/*----topコンテンツ----*/
#top_content,
#life_style,
#top_news,
#top_news ul,
#recommend h2,
#recommend table{
	display:inline-block;
	margin:0;
	padding:0;
	text-align:left;
}

#img_main{
	width:772px;
	height:189px;
	background: url(/images/main_01.jpg) top left no-repeat;
	margin:0 auto;
	position:relative;
}

#img_main span{
	display:block;
	text-indent:-9999px;
}

#img_main a{
	width:161px;
	height:58px;
	background: url(/images/bt_form_01.jpg) top left no-repeat;
	position:absolute;top:110px;left:595px;
	text-indent:-9999px;
}

#img_main a:hover{
	background-position:bottom left;
}

#life_style{
	width:270px;
	float:left;
	background: url(/images/bg_lifestyle.jpg) bottom right no-repeat;
	height:230px;
}

#life_style h2{
	height:30px;
	background: url(/images/bg_lifestyle_h2.jpg) no-repeat;
	text-indent:-9999px;
}

#life_style span{
	display:block;
	padding:10px;
}

#top_news{
	margin:0 0 0 20px;
	width:270px;
	float:left;
}

#top_news h2{
	margin:0;
	height:30px;
	background: url(/images/news.jpg) no-repeat;
	text-indent:-9999px;
}

#top_news dl{
	display:inline;
	border:1px solid red;
}
#top_news dt{
	clear:both;
	padding:0;
	margin:0;
	/*height:20px;
	background: url(/images/bg_dt.jpg) no-repeat;*/
	border-top:1px dotted #ccc;
	/*width:200px;*/
	font-weight:bold;
	color:#ff930d;
}

#top_news dd{
	margin:0 5px;
	padding:0;
}

#top_news div.news_items{
	background: url(/images/bg_news_body.jpg) repeat-y;
	margin:10px 5px 15px 0;
	padding:0 10px;
	overflow:auto;
	height:200px;
	border-left:3px dotted #feaec9;
}

#top_news div.news_foot{
	display:block;
	margin:0;
	padding:0;
	height:30px;
	background: url(/images/bg_news_foot.jpg) no-repeat;
}

#topics{
	display:block;
	margin:40px 0 0;
}

#topics h2#top_h2{
	display:block;
	margin:0 0 0 20px;
	height:30px;
	background: url(/images/bg_topics_h2.jpg) no-repeat;
	text-indent:-9999px;
}

#topics h2{
	background: url(/images/bg_h3.gif) no-repeat;
	font-size:12px;
	color:#333333;
}

#topics h2 a{
	color:#333333;
}

#topics .entry_body{
	margin:5px;
}
#topics h3.entry-title a{
	display:block;
	margin:0;
	height:30px;
	line-height:30px;
	text-align:left;
	text-indent:50px;
	background: url(/images/bg_h4.jpg) no-repeat;
	font-size:14px;
	color:#666;
	font-weight:normal;
}
#nagare h2{
	display:none;
}

/*----求人情報----*/
div#op2{
	background:#fff url(/photo/af9980008668l.jpg) bottom right no-repeat;
	height:250px;
}
.form_search h2,
#h2_osusume{
	background:url(/images/bg_h3.gif);
	height:30px;
	line-height:30px;
	text-indent:30px;
}
div.bt_submit{
	margin:10px 0;
	padding:0 auto;
	text-align:center;
}

div.detail_comment{
	clear:both;
	padding:20px;
	margin:10px 0;
	border:1px solid #ddd;
}

table.tb_job{
	width:100%;
	clear:both;
}

table.tb_job th{
	font-weight:normal;
	background:#f9f9f9;
	text-align:center;
}

table.tb_job td{
	border:1px solid #eeeeee;
	padding:10px;
}
table.tb_job td div{
	display:inline-block;
	width:100px;
	height:30px;
	margin:0 5px 0 0;
	background:url(/images/bg_jobicon.gif) no-repeat;
	float:left;
	text-align:center;
	line-height:30px;
	font-size:12px;
}

table.tb_job td div.font_10{
	font-size:0.6em;
}

#icon_area{
	margin:0 0 10px;
	display:inline-block;
}

#icon_area .icon{
	display:inline-block;
	background:#FFFFFF url(/images/bg_icon_area.jpg) repeat-x;
	border:2px solid #ffc5d8;
	padding:5px;
	margin:2px;
	width:84px;
	height:12px;
	text-align:center;
	line-height:12px;
	float:left;
	font-size:10px;
}

div.comment{
	padding:10px;
	border:1px solid #eeeeee;
}

.tb_entry_01{
	margin:0 20px;
	display:inline-block;
}

.tb_entry_01 table{
	border-collapse:collapse;
	width:530px;
	margin:0 0 30px 0;
}

.tb_entry_01 h2{
	background:url(/images/bg_h4.gif);
	height:30px;
	line-height:30px;
	text-indent:30px;
}

.tb_entry_01 th{
	background:#fff url(images/bg_tb_entry_01_th.gif) bottom left repeat-x;
	width:80px;
	text-align:center;
	padding:5px;
	border:1px solid #ccc;
	font-weight:normal;
}

.tb_entry_01 td{
	padding:5px;
	width:400px;
	border:1px solid #ccc;
}

.tb_entry_01 td .icon{
	padding:5px;
}

.tb_entry_01 .comment_01{
	clear:both;
	padding:5px;
	border:1px solid #ccc;
}

.tb_entry_01 a.shousai{
	background:#fff url(images/shousai.jpg) top left no-repeat;
	width:120px;
	height:21px;
	text-indent:-9999px;
	display:block;
	float:right;
}

.tb_entry_01 a.shousai:hover{
	background:#fff url(images/shousai.jpg) bottom left no-repeat;
}

.tb_entry_01 a.touroku{
	background:#fff url(images/touroku.jpg) top left no-repeat;
	width:120px;
	height:21px;
	margin:0 5px;
	text-indent:-9999px;
	display:block;
	float:right;
}

.tb_entry_01 a.touroku:hover{
	background:#fff url(images/touroku.jpg) bottom left no-repeat;
}

/*----登録フォームボタン----*/
a.bn_turoku{
	width:161px;
	height:58px;
	background: url(/images/bt_form_01.jpg) top left no-repeat;
	text-indent:-9999px;
	display:block;
}

a.bn_turoku:hover{
	background-position:bottom left;
}

a.bn_otoiawase{
	width:161px;
	height:58px;
	background: url(/images/bt_form_00.jpg) top left no-repeat;
	text-indent:-9999px;
	display:block;
}

a.bn_otoiawase:hover{
	background-position:bottom left;
}

a.bn_turoku_2{
	width:162px;
	height:58px;
	background: url(/images/bt_form_02.jpg) top left no-repeat;
	text-indent:-9999px;
	display:block;
}

a.bn_turoku_2:hover{
	background-position:bottom left;
}


