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


/* [[[ 初期設定 ]]] */
a img{border:none;}

body{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

.font12{
	font-size:12px;
	}

.lh2em{
	line-height:2em;
}
	
/* [[[ 構造 ]]] */


#bg{width:1000px;
	margin:0 auto;
	padding:0 20px;
	background:url(images/bg.gif) repeat-y center;
	
}

#container{
	width:940px;
	
	margin:0 auto;
	
}

#header{
	height:130px;
	padding:20px 0px;
	border-bottom:1px solid #999999;
}

#menu{
	height:77px;
	border-bottom:1px solid #999999;
	margin-bottom:20px;
}

#main{width:940px;}

#footer{
	margin-top:20px;
	color:#666;
	font-size:10px;
	height:47px;
	vertical-align:middle;
	border-top:1px solid #999999;
	background:#FFF;
	width:940px;
	clear:both;
	}


/* [[[ ヘッダ ]]] */
#header-right{
	width:245px;
	float:right;
}

#header-right-text{
	height:100px;
	vertical-align: middle;
	display:table-cell;
	font-size:14px;
	line-height:2em;
	color:#666;
}

#header-right-text p{
	text-align:right;
	width:240px;
}

#header-right-tel{
	height:30px;
}


/* [[[ フッター ]]] */
#footer p{
	margin-top:12px;
}


/* [[[ フッターの下部固定配置 ]]] */

html,body {
    height: 100%;
    overflow: auto;	/* Opera 9.51対策*/
}
 
div#bg {
    position: relative;
    
    min-height: 100%;
}
 
