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

/* entree co.
 *
 * code by Kazumi Hara
 */


/* プロパティの指定順序 */
/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

 
/* IMPORT
----------------------------------------------------------------------------- */
@import "headerfooter.css";
@import "top.css";
@import "eachpage.css";


/* MAIN
----------------------------------------------------------------------------- */

#main {
	width: 870px;
	margin: 0 auto;
	background-color: #fff;
    position: relative;
}


/* SIDE BAR
----------------------------------------------------------------------------- */
#side {
	float: right;
	width: 180px;
	background-color: #fff; 
}
#side h4{
    margin: 10px 0;
}
#side-bt {
	width: 176px; 
	margin: 0 auto;
}
#side-bt p{
	margin-bottom: 5px;
}



/* RESET
----------------------------------------------------------------------------- */

html{
	background-color: #fff;
}
body{
	background-color: #fff;
	position: relative;
	margin: auto;
	color: #333;
	font-family: "Lucida Grande","メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sanserif;
	font-size: 12px;
	font-weight: nomal;
	line-height: 1.4;
}

h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
	padding: 0; 
}
p,ul,li,dl,dt,dd { 
	margin: 0; 
	padding: 0; 
	line-height: 1.6; 
}
ul,li { 
    list-style-type: none; 
}
dl dt dd { 
    vertical-align: top; 
}

img {
    border: none;
	text-decoration:none;
}

/* 汎用
----------------------------------------------------------------------------- */
/* 回り込み */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.fLeft{
	float: left;
}
.fRight{
	float: right;
}
.clear{
	clear: both;
}

/* 位置 */
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}

/* フォント */
.red{
	color: red;
}
.gray{
	color: #666;
}
.f11{
	font-size: 11px;
}
.t_deco{
	text-decoration: underline;
}
.bb{
	font-weight: bold;
}

/* MARGIN */
.mb20{
	margin-bottom: 20px;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt80{
	margin-top: 80px;
}
.mb15{
	margin-bottom: 15px;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}

.mt-10{
	margin-top: -15px;
}

/* hover疑似クラスの記述
----------------------------------------------------------------------------- */
/* link color */
a:link {   
    color: #333; 
	text-decoration: none; /*カーソルオン時*/  
}  
a:visited {  
    color: purple;
	text-decoration: none; /*カーソルオン時*/  
}  
a:hover {  
    color: #333;
	text-decoration: none; /*カーソルオン時*/  
}  
a:active {  
    color: #333;
	text-decoration: none; /*リンクをクリックしている状態*/  
}  
.web-co-btn {
    position: absolute;
    right: -266px;
    top: 105px;
}
.com_info_btm2{
width: 172px;
    height: 171px;
    position: absolute;
    right: -216px;
    top: -110px;
}