.noshow{
	display:none;
}
/* タグ */
body {
	background-color: #4b69cc;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
h1{font-size: 12px;}
h2 {font-size: 18px; color: #333333;}
hr {height: 1px;}
p {font-size: 12px;line-height: 150%;color: #333333;}

a:link{color: #333333;}
a:visited{color: #333333;}
a:hover{color: #006699;}

/* 共通 */
.clear_both {clear: both; font: 1px/1px monospace}
.caution{color:#d44846;font-weight: bold;}

/* 大枠 */
#waku{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 740px;
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
}
/* ヘッド */
/* 見出しH1 */
#text_head{
	width: 740px;
}
#text_head h1{
	font-size: 10px;
	color: #666666;
	text-align: right;
	font-weight: normal;
	padding: 6px 5px 6px 0;
}
/* ロゴ部分 */
#head_logo{
	width: 730px;
	background-image: url(img_kaitori/title.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 71px;
	padding-right: 10px;
}
#head_logo span.logo{
	display:none;
}
#head_link{
	float: right;
	text-align:right;
	height: 59px;
	padding-top: 12px;
}

/* メイン画像 */
#head_main{
	background-image: url(img_kaitori/topimg.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 250px;
	background-position: center;
}
#head_main span{
	display:none;
}
/* 中段 */
#m_wrapper{
	width: 740px;
}
/* 中段-流れ */
#kaitori{
	float:left;
	padding: 10px 0px 10px 20px;
	width: 450px;
	color: #333333;
	text-align:left;
}
#kaitori h2{
text-align:left;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #6699CC;
	border-left: 5px solid #6699CC;
}

#kaitori_nagare{
	height:315px;
	background-image: url(img_kaitori/nagare.gif);
	background-repeat: no-repeat;
	background-position: 13px;
}

#kaitori1,#kaitori2,#kaitori3,#kaitori4,#kaitori5{
	border-bottom: 1px dotted #E6E6E6;
}
#kaitori .car_picture{
	float: left;
	width:65px;
	padding-right: 5px;
	padding-top: 5px;
}
#kaitori .car_picture img{
	border: 1px solid #CCCCCC;
}
#kaitori .car_comment{
	float: right;
	width:380px;
}
#kaitori span.syashu_icon{
	background-image: url(img_kaitori/icon_kaitori.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 14px;
	color: #3366CC;
}
#kaitori p.naiyou{
	font-size: 14px;
	color: #3366CC;
}

#kaitori .kaitori_comment{
	background-image: url(img_kaitori/line1.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
}
#kaitori p.caution{
text-align:right;
}

/* MOVIE */
#youtube{
	float:right;
	width: 270px;
	padding-top: 30px;
	padding-bottom: 10px;
}
#youtube img{
	margin-bottom: 4px;
}

/* QA */
#qa{
	width:700px;
	padding: 10px 20px 0 20px;
	text-align: left;
}
#qa h2{
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #6699CC;
	border-left: 5px solid #6699CC;
	margin-bottom: 15px;
}
#qa_honbun{
	width:660px;
	margin-right: auto;
	margin-left: auto;
}

#qa .caution{
	font-size: 12px;
}
#qa p.question{
	font-size: 14px;
	color: #006699;
	background-image: url(img_kaitori/icon_q.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}
#qa p.answer{
	font-size: 12px;
	line-height: 150%;
	background-image: url(img_kaitori/icon_a.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 20px;
}

/* アクセス */
#compwrap{
	width:740px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#compwrap hr{
	width: 720px;
	text-align: center;
}
#map_pic{
	float:right;
	width: 310px;
	padding-top: 15px;
	padding-right: 45px;
}
#access{
	float:left;
	text-align: left;
	padding-left: 45px;
}
#compname{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
}

/* table */
#comp_table{
	color: #333333;
	font-size:12px;
	line-height: 150%;
	width:630px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px 8px;
	margin-top: 25px;
	border: 5px solid #DFDDE6;
}

dl {
	margin: 0 0 15px;
	padding: 0 10px 0px;
}
dl dt {
	float: left;
	width: 7em;
	padding: 10px 0 0px;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
}
dl dd {
	line-height: 150%;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
}
.d2{padding-bottom: 2em;}
.d3{padding-bottom: 3em;}
.d4{padding-bottom: 4em;}
.d5{padding-bottom: 5em;}
.d6{padding-bottom: 6em;}
.d7{padding-bottom: 7em;}

/* copyright */
#copyright{
	text-align:center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#copyright p{
	font-size: 12px;
	color: #666666;
}

