@charset "utf-8";

/* ビジュアル
---------------------------------------------------- */
#visual {
	background-image: url(../images/top_vi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 392px;
	text-align: center;
}
#visual h1 {
	height: 392px;
	width: 1000px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	display: none;
}

/* Navigation
---------------------------------------------------- */
#navi-area2 {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #007dfd;
	background-image: url(../images/tm_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 64px;
}
#navi2 {
	width: 950px;
	padding: 9px 0 0;
	margin: 0px auto;
	z-index: 99;
}
*{
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.main li {
	float:left;
	width:238px;
	height:48px;
	position:relative;
	background-image: url(../images/tm_k.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
ul.main li a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	position:relative;
}
ul.sub li ul.sub{
	position:absolute;
	left:237px;
	top:0;
}
ul.sub{
    display:none;
}

ul.main:after {
    content:".";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}
.main .mright {
	background-image: none;
	width: 236px;
}
.main li .sub li {
	background-image: none;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	width: 235px;
	height: 100%;
	background-color: #FFF;
}
.main li .sub li a {
	font-family:
	"メイリオ",
	Meiryo,
	"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro",
	Osaka,
	"ＭＳ Ｐゴシック",
	"MS P Gothic",
	sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #005DBF;
	display: block;
	padding: 12px 10px;
	width: 215px;
	font-weight: 500;
}
.main li .sub li a:hover{
	background: #e2e2e2;
}
/* IE7 対策 */
ul.main{
	zoom:1;
}
*+html ul.main li{
    display:inline;
    zoom:1;
}
*+html ul.sub{
    zoom:1;
    position:relative;
}

/* コンテンツ
---------------------------------------------------- */
#contents h1 {
	font-weight: bold;
	padding-left: 9px;
	border-left: 5px solid #005dbf;
	font-size: 20px;
	margin: 15px 0px 0px;
	line-height: 24px;
}
#contents h1 {
	font-weight: bold;
	padding-left: 9px;
	border-left: 5px solid #005dbf;
	font-size: 16px;
	margin: 0px;
	line-height: 24px;
}

/* INDEX ボタン */
.btn {
	width:950px;
	margin: 0px 0px 30px;
	padding: 12px 0px 0px;
	overflow: hidden;
	clear: both;
}
.btn ul {
	width:950px;
	list-style:none;
	padding:0;
	margin:0px;
}
.btn ul li {
	line-height:0;
	padding:0;
	float: left;
	margin-right: 18px;
	width: 224px;
}
.btn ul li a {
	display:block;
	padding:0;
	line-height:normal;
}
.btn ul .right {
	margin-right: 0px;
	width: 224px;
}

/* お問い合わせ ボタン */
.btn2 {
	width:462px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.btn2 ul {
	list-style:none;
	padding:0;
	margin:0px;
}
.btn2 ul li {
	line-height:0;
	padding:0;
	float: left;
	margin-right: 15px;
	width: 220px;
}
.btn2 ul li a {
	display:block;
	padding:0;
	line-height:normal;
}
.btn2 ul .right {
	margin-right: 0px;
}
.col {
	margin: 16px 0px 0px;
	padding: 0px;
	float: left;
	width: 708px;
}
.cor {
	margin: 16px 0px 0px;
	padding: 0px;
	float: right;
	width: 224px;
}
