@charset "UTF-8";
/* CSS Document */
	
/* ///////////////////////////////////////////

初期化

////////////////////////////////////////////*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{  
    margin: 0; padding:0;  
}  
table{  
    border-collapse: collapse; border-spacing:0;  
}  
fieldset, img{  
    border: 0;  
}  
address, caption, cite, code, dfn, em, strong, th, var{  
    font-style: normal; font-weight:normal;  
}  
ol, ul{  
    list-style: none;  
}  
caption, th{  
    text-align: left;  
}  
h1, h2, h3, h4, h5, h6{  
    font-size:100%; font-weight:normal;  
}  
q:before, q:after{  
    content:”;  
}  
abbr, acronym{  
    border:0;  
}  
a{
	color: #3fb1e8;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
	cursor: pointer;
	color: #555;
}
figure{
	margin: 0;
	padding: 0;
}

/* ///////////////////////////////////////////

Font

////////////////////////////////////////////*/

body {
	font:13px/1.231 "arial","helvetica",'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
	color: #333;
	line-height: 1.7;
	min-width: 950px;
	}

#page{
	display: none;
	position: relative;
	min-width: 950px;
	}
#under{
	width: 950px;
	margin: 0 auto;
	}
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}
button{
	border: none;
	background: none;
	margin: 10px 0 0 0;
}
table {
	font-size: inherit;
	font: 100%;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
.bold{
	font-weight: bold;
}

	
/* ///////////////////////////////////////////

Global style

////////////////////////////////////////////*/

a:hover img{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	}
#header{
	position: relative;
	height: 103px;
	}
#logo-under{
	position: absolute;
	top: 30px;
	}
.navi{
	position: absolute;
	top: 42px; 
	right: 0;
	}
.navi li{
	float: left;
	margin: 0 2px;
	padding: 0 2px;
	height: 25px;
	border-left: 1px solid #333;
	}
.navi li:first-child{
	border-left: none;
	}
 #bt-header-contact{
	 position: absolute;
	 top: 0;
	 right: 0;
	 }
.widget-title{
	background: url(../images/side-bg.jpg) no-repeat 0 bottom;
	padding: 10px 0 10px 15px;
	margin-bottom: 5px;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
#left-area ul li{
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px dotted #1d7726;
	}
#left-area ul li a{
	color: #333;
	text-decoration: none;
	}
#left-area ul li a:hover{
	color: #333;
	text-decoration: underline;
	}
#archives-2{
	margin: 20px 0;
	}
#footer{
	position: relative;
	height: 100px;
	}
#foot-link{
	position: absolute;
	left: 0px;
	top: 20px;
	}
#foot-link li{
	float: left;
	font-size: 11px;
	padding: 0 10px;
	height: 1.5em;
	}
#foot-link li a{
	color: #333;
	text-decoration: none;
}
#foot-link li a:hover{
	color: #333;
	text-decoration: underline;
}
#foot-link li{
	border-left: 1px solid #333;
	}
#foot-link li:first-child{
	border-left: none;
	}
#bt-footer-contact{
	position: absolute;
	top: 0;
	right: 0;
	}
#bt-manager-blog{
	position: absolute;
	top: 0;
	right: 125px;
	}
#bt-staff-blog{
	position: absolute;
	top: 0;
	right: 260px;
	}
#copyright-under{
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	
/* common color */
.pink	{color: #ef0794;}
.gold	{color: #d5ac30;}
.blue	{color: #0698ff;}
.orange	{color: #ff8706;}
.violet	{color: #ff66fa;}
.purple	{color: #a158eb;}
.brown	{color:	#8B3234;}
.gray	{color:	#777;}
/*___/ clearfix /___*/

.clearfix:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}

.tright{ text-align: right;}
.fright{ float: right;}
.fleft{ float: left;}
.clear{
    clear: both; 
}
.center{ text-align: center;}

.font10{	font-size: 10px;}
.font11{	font-size: 11px;}
.font12{	font-size: 12px;}
.font14{	font-size: 14px;}
.font18{	font-size: 18px;}
.font19{	font-size: 19px;}
.font20{	font-size: 20px;}
.font21{	font-size: 21px;}
.font22{	font-size: 22px;}


.w280{	width: 280px;}
.w315{	width: 315px;}
.w340{	width: 340px;}
.w375{	width: 375px;}
.w400{	width: 400px;}
.w480{	width: 480px;}
.w500{	width: 500px;}
.w650{	width: 650px;}


.textRight{	text-align: right;}
.textCenter{ text-align: center; }

.mt5{	margin-top: 5px}
.mt10{	margin-top: 10px}
.mt13{	margin-top: 13px}
.mt15{	margin-top: 15px}
.mt20{	margin-top: 20px;}
.mt30{	margin-top: 30px;}
.mt40{	margin-top: 40px;}
.mt50{	margin-top: 50px;}
.mt65{	margin-top: 65px;}
.mb10{	margin-bottom: 10px;}
.mb15{	margin-bottom: 10px;}
.mb20{	margin-bottom: 20px;}
.mb30{	margin-bottom: 30px;}
.mb40{	margin-bottom: 40px;}
.mb50{	margin-bottom: 50px;}

.mr5{	margin-right: 5px}
.mr10{	margin-right: 10px}
.mr15{	margin-right: 15px}
.mr20{	margin-right: 20px}
.mr30{	margin-right: 30px}
.mr40{	margin-right: 40px}

.ml5{	margin-left: 5px}
.ml10{	margin-left: 10px}
.ml15{	margin-left: 15px}
.ml20{	margin-left: 20px}

.p5{	padding: 5px}
.p10{	padding: 10px}
.p15{	padding: 15px}

.pl15{	padding-left: 15px}

.pr15{	padding-right: 15px}

.pb15{	padding-bottom: 15px}

.bold{	font-weight: bold;}

#pagetop{
	text-align: center;
	margin: 0;
	clear: both;
	margin-top:  20px;
}
.pagetop{
	text-align: right;
	margin: 20px 0;
	clear: both;
	}
.pankuzu{
	margin: 10px 0;
	font-size: 11px;
	}

.red{
	color: #990000; !important
}
strong{ font-weight: bold;}

.bold{
	font-weight: bold;
	}



/* table css */

tr.even{background:#fff;}
tr.odd{background:#eee;}


