@charset "UTF-8";

/*-----------------------------------------------

 CSSファイル名：common.css
 制作日時・制作者：2010/08/06 山口
 メモ：（特になければ記載の必要なし）

-------------------------------------------------*/

/*-----------------------
リセット＆基本情報
-----------------------*/

*{
	margin: 0;
	padding: 0;
}
body{
	color: #333;
	font-size: 75%;
	line-height: 1.5;
	font-family:
	verdana,
	"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro",
	"Osaka",
	"ＭＳ Ｐゴシック",
	"MS PGothic",
	sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
ul,li,dl,dt,dd {
	list-style: none;
}
img {
	border: 0px;
	vertical-align:top;
}
table{
	border-collapse:collapse;
}
noscript{
	text-align:;center
}
a:link,a:visited {
	color: #0071BC;
}
/*-----------------------
wrap
-----------------------*/
#wrap{
	width:980px;
	margin:0px auto;
	background: url(../images/back.gif) repeat-y top left;
}
#container{
	width:970px;
	border-top:5px solid #ff0000;
	margin:0px auto;
}
#inner{
	width:910px;
	margin:0px auto;
}
/*-----------------------
ヘッダー
-----------------------*/
#head{
	width:910px;
}
#head .catch{
	width:900px;
	margin:10px auto;
	padding-left:10px;
}
#head div{
	width:910px;
	margin:0 auto;
	_zoom:1;
	overflow:hidden;
}
#head .logo{
	width:266px;
	margin:18px 0 0 0;
	display:inline;
	float:left;
}
#head .tel{
	width:433px;
	display:inline;
	float:right;
}
#head .link{
	width:910px;
	text-align:right;
}
/*-----------------------
メインイメージ
-----------------------*/
#img{
	width:898px;
	background-color:#333;
	margin:20px auto;
	padding:6px;
	_zoom:1;
	overflow:hidden;
}
#img .flash{
	width:600px;
	display:inline;
	float:left;
}
#img .promo{
	width:290px;
	display:inline;
	float:right;
}
/*-----------------------
メニュー
-----------------------*/
#menu{
	width:910px;

}
#menu ul{
	_zoom:1;
	overflow:hidden;
}
#menu ul li{
	display:inline;
	float:left;
}
/*-----------------------
コンテンツ
#*_inはホーム以外で使用
-----------------------*/
#contents{
	width:910px;
	margin:0 auto 50px;
	_zoom:1;
	overflow:hidden;
}

#sub ul li,
#sub-in ul li{
	width:290px;
	margin:0 0 10px 0;
}
#main{
	width:600px;
	display:inline;
	float:right;
}
#sub{
	width:290px;
	display:inline;
	float:left;
}
#main-in{
	width:600px;
	display:inline;
	float:left;
}
#sub-in{
	width:290px;
	display:inline;
	float:right;
}
.sekou{
	position:relative;
}
.sekou a {

	color:#333333 !important;
	text-decoration:none;
	font-weight:bold;
}
.sekou a span{
	position:absolute;
	right:7px;
	top:36px;
	line-height:1.2;
}
.sekou strong{
	font-size:120%;
	color:#ff0000;
}
.sekou2{
	position:relative;
}
.sekou2 a {
	display:block;
	text-decoration:none;
	font-weight:bold;
}
.sekou2 a span{
	display:block;
	position:absolute;
	right:47px;
	top:71px;
	line-height:1.2;
	font-size:190%;
	color:#f13636;
}
.point {
	margin-top:30px;
}
/*-----------------------
フッター
-----------------------*/
#foot{
	width:100%;
	margin:0 auto;
}
#foot .contact{
	width:910px;
	margin:0 auto;
	_zoom:1;
	overflow:hidden;
}
#foot .contact div{
	width:434px;
	padding:5px 10px;
	margin:10px 0 0 0;
	display:inline;
	float:left;
}
#foot .contact .tel{
	text-align:right;
	border-right:1px solid #ff0000;
}
#foot .contact .web{
	text-align:center;
}
#foot .contact .web p{
	margin:0 0 10px 0;
}

#foot-link{
	padding:10px 0;
	text-align:center;
	border-top:1px solid #ccc;
}
#copy-right{
	background-color:#ff0000;
	color:#fff;
	text-align:center;
}
/*-----------------------
その他・共通
-----------------------*/
.pankuzu{
	margin:10px 0;
	font-size:90%;
}
.page-top{
	text-align:right;
}
/*--------------------
404
--------------------*/
#contents #main-in .not-img{
	margin:40px 20px 40px;
}

#contents #main-in .not-p-text{
margin-left:30px;
}

