/*ホームページ基本画面パターン*/
body{
	text-align:center;
	padding:0px;
	margin: 10px;
	font-size:80%;
	background-image: url(./image/bg.gif); 
}
/*トップボックスパターン*/
#top {
	text-align:center;
	margin :0px auto;
	border:0px;
	width:725px;
	border:0px;
}

#PageHead{
	width:725px;
	height:16px;
	font-size:10px;
	color:#999;
	text-align:center;
	background-image: url(./image/bg_head.gif); 
	background-repeat: no-repeat ; 	
}

#Pagemain{
	width:700px;
	text-align:center;
	padding:12px;
	line-height:150%;
	background-image: url(./image/bg_main.gif); 
	background-repeat: repeat-y ; 	
}
#Pagefoot{
	width:725px;
	height:22px;
	font-size:10px;

	text-align:center;
	padding:0px;
	background-image: url(./image/bg_foot.gif);
	background-repeat: no-repeat ; 	
}

#headleft {
	width:200px;
	height:50px;
	text-align:left;
	float:left;
}

#headright {
	text-align:right;
	padding-top:5px;
	font-size:12px;
	line-height:20px;
	height:60px;
	float:right;
}

#headbutton {
	margin:5px 0px;
}

/*div基本ブロック*/
div.box{
	margin-bottom:10px;
}
div.box0{
	border:0px;
	margin:0px;
	padding:0px;
}
div.boxLeft{
	margin:0px;
	text-align:left;
}
div.boxCenter{
	margin:0px;
	text-align:center;
}
div.boxRight{
	margin:0px;
	text-align:right;
}
/*フロート関連*/
#left {
	width:500px;
	text-align:left;
	background:#FFFFFF;
	float:left;
}
#right {
	text-align:left;
	width:180px;
	float:right;
}

div.floatLeft{
	float:left;
}
div.floatRight{
	float:right;
}

div.floatHalfLeft{
	width:245px;
	padding:0px;
	margin:0px;
	float:left;
}
div.floatHalfRight{
	width:245px;
	padding:0px;
	margin:0px;
	float:right;
}

div.floatHalfLeft330{
	width:330px;
	padding:0px;
	margin:0px;
	float:left;
}
div.floatHalfRight330{
	width:330px;
	padding:0px;
	margin:0px;
	float:right;
}

div.float100Left{
	width:100px;
	float:left;
}
div.float100Right{
	width:100px;
	float:right;
}
div.float100mojiLeft{
	text-align:left;
	width:380px;
	margin:0px;
	padding:0px 5px;
	float:right;
}
div.item{
	text-align:center;
	width:90px;
	border:1px solid #666;
	margin:2px;
	padding:1px;
	float:left;
}
/*テキスト関連*/
h1{
	font-size:10px;
	line-height:10px;
	padding:3px 0px 0px 0px;
	margin:0px;
}

h2{
	font-size:18px;
	line-height:18px;
	margin:5px 0px;
	padding:12px 0px 0px 85px;
	color:#CC6600;
	text-align:left;
	background-image: url(./image/h2/h2.gif); 
	background-repeat: no-repeat ; 	
	width:420px;
	height:28px;
}

h3{
	font-size:130%;
	color:#000099;
	border:0px;
	background-color: #CCCCCC;
	padding:30px 0px 0px 40px;
	text-align:left;
	background-image: url(./image/h2/h3.gif); 
	width:460px;
	height:30px;
}
h4{
	font-size:100%;
	margin-top:5px;
	padding:0px;
}

div.menu{
	width: 150px;
	height:25px;
	border-top:0;
	line-height:0;
	padding:0px;
	background-image: url(./image/menu.gif);
}
/*各種共通タグ関連*/
ul.list{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ol{
	margin-bottom:5px;
	margin-left:25px;
	padding:0px;
}

.off{
	display:none;
}

.clear{
	margin:10px 0px;
	text-align:right;
	font-size:80%;
	clear:both;
}

.clear5{
	margin:5px 0px;
	border:0px;
	clear:both;
}

hr#headclear{
	border:0px solid #666;
	clear:both;
}

.point{
	font-size:10px;
	color:#666;
}

/*各種共通タグ関連*/
img{
	border:0px;
	margin:0px;
}

img.imgLine{
	border:1px solid #666;
	margin:2px;
	padding:1px;
}

img.siteBanner{
	margin:2px 0px ;
	border:0px;
}
/*リンクマン関連*/
.linkTitle{
	background: #EEEEEE;
	padding: 5px;
	margin: 15px 0px 0px 0px;
}
.linkcomment{
	padding: 2px 0px 0px 10px;
	margin: 0px;

}
.linkurl{
	color: #390;
	padding: 2px 0px 0px 10px;
	margin: 0px 0px 15px 0px;
}
/*ナビケーション要素(縦)*/
#navBar {
	width:164px;
	margin:0px;
	padding-left:0px;
	border-top:1px solid #F60;
	list-style:none;
}

#navBar a {
	display:block;
	padding:4px;
	color:#000;
	background-color:#FFF;
	text-decoration:none;
}
#navBar a:hover {
	color:#FFF;
	background-color:#F60;
	font-weight: bold;
}

#navBar li {
	border-right:1px solid #F60;
	border-bottom:1px solid #F60;
	border-left:1px solid #F60;
}
/*テーブルタグ関連*/
table.waku{
	width:500px;
	padding:0px;
	margin:1px;
}

.tdleft{
	font-weight:lighter; 
	border:1px solid #666666;
	padding:5px;
	width:30%;
	background:#f1e3b1;
	text-align:center;
}

td.tdright{
	border:1px solid #666666;
	width:70%;
	padding:5px;
	background:#F9F1D9;
	text-align:left;
}

.freetdleft{
	font-weight:lighter; 
	border:1px solid #666666;
	padding:5px;
	background:#f1e3b1;
	text-align:center;
}

.freetdright{
	border:1px solid #666666;
	padding:5px;
	background:#F9F1D9;
	text-align:left;
}

.tdprice{
	border:1px solid #666666;
	padding:5px;
	background:#F9F1D9;
	text-align:right;
}
/*カラー要素*/
.red{
	color:#FF0000;
}

.orange{
	color:#FF6600;
}

.yellow{
	color:#FFFF00;
}

.cleam{
	color:#FFFF99;
}

.blue{
	color:#3333FF;
}

.green{
	color:#009900;
}
.blown{
	color:#660000;
}

.white{
	color:#FFFFFF;
}

.glay333{
	color:#333333;
}

.glay666{
	color:#666666;
}

.glay999{
	color:#999999;
}
/*メニュー部対策*/
h4.bannerTag{
	font-size:12px;
	line-height:100%;
	margin:0px 0px;
	padding:7px 0px 5px 5px;
	width:175px;
	color:#FFF;
	background-image: url(./image/menu.gif); 
	background-repeat: no-repeat ; 
}

div.bannerTagLine{
	border:1px solid #0099FF;
	font-size:80%;
	line-height:120%;
	margin:0px 0px 5px 0px;
	padding:4px;
	width:170px;
}

/*カラー部分仕様*/

#Headmain{
	width:700px;
	text-align:center;
	padding:12px;
	line-height:150%;
	background-image: url(./image/bg_main.gif); 
	background-repeat: repeat-y ;
}

#menu_heder{
	margin-bottom:10px;
	clear:both;
}

.zero{
	border:0px;
	margin:0px;
	padding:0px;
}

/*よくある質問用基本パターン*/

div.faqTitle{
	background-image: url(./image/faq/Q&A_title.gif);
	font-size:12px;
	color:#FFF;
	width:420px;
	height:43px;
	background-repeat: no-repeat ;
	text-align:left;
	padding:30px 0px 0px 80px;
	margin:0px;
}

div.faqbottom{
	background-image: url(./image/faq/Q&A_bottom.gif);
	color:#FFF;
	width:500px;
	height:30px;
	background-repeat: no-repeat ;
	margin:0px 0px 5px 0px;
	padding:15px 0px 0px 0px;
	text-align:right;
}


div.faqcenter{
	background-image: url(./image/faq/Q&A_center.gif);
	color:#000;
	width:480px;
	background-repeat: repeat-y ;
	margin:0px;
	padding:0px 10px;
}

/*FCA仕様h3部分*/
.text{
	text-indent: -1000000px;
}

div.subBox{
	width:240px;
	height:50px;
	font-size:12px;
	line-height: 16px;
	color:#FFF;
	margin:0px 0px 0px 15px;
	text-align:left;
}
div.subPaper{
	background-image: url(./image/h2/paper.jpg);
	width:500px;
	height:60px;
	padding:40px 0px 0px 0px;
	background-repeat: no-repeat ;
	margin:0px;
}

div.subSpecial{
	background-image: url(./image/h2/special.jpg);
	width:500px;
	height:60px;
	padding:40px 0px 0px 0px;
	background-repeat: no-repeat ;
	margin:0px;
}

div.subSpecialCar{
	background-image: url(./image/h2/special_car.jpg);
	width:500px;
	height:60px;
	padding:40px 0px 0px 0px;
	background-repeat: no-repeat ;
	margin:15px 0px 0px 0px;
}

div.seminar{
	background-image: url(./image/h2/seminar.jpg);
	width:500px;
	height:60px;
	padding:40px 0px 0px 0px;
	background-repeat: no-repeat ;
	margin:15px 0px 0px 0px;
}

/*FCA仕様メリット*/
#ureshii01{
	background-image: url(./image/ureshii/01.gif);
	width:500px;
	height:40px;
	padding:0px;
	background-repeat: no-repeat ;
	margin:0px;
	text-indent: -1000000px;
}
#ureshii02{
	background-image: url(./image/ureshii/02.gif);
	width:500px;
	height:40px;
	padding:0px;
	background-repeat: no-repeat ;
	margin:0px;
	text-indent: -1000000px;
}
#ureshii03{
	background-image: url(./image/ureshii/03.gif);
	width:500px;
	height:40px;
	padding:0px;
	background-repeat: no-repeat ;
	margin:0px;
	text-indent: -1000000px;
}
#ureshii04{
	background-image: url(./image/ureshii/04.gif);
	width:500px;
	height:40px;
	padding:0px;
	background-repeat: no-repeat ;
	margin:0px;
	text-indent: -1000000px;
}
#ureshii05{
	background-image: url(./image/ureshii/05.gif);
	width:500px;
	height:40px;
	padding:0px;
	background-repeat: no-repeat ;
	margin:0px;
	text-indent: -1000000px;
}
#ureshii06{
	background-image: url(./image/ureshii/06.gif);
	width:500px;
	height:40px;
	padding:0px;
	background-repeat: no-repeat ;
	margin:0px;
	text-indent: -1000000px;
}
#ureshii07{
	background-image: url(./image/ureshii/07.gif);
	width:500px;
	height:40px;
	padding:0px;
	background-repeat: no-repeat ;
	margin:0px;
	text-indent: -1000000px;
}
