﻿@charset "utf-8";

/*
(C) NAKATSU DRIVING SCHOOL INC

	Table of Contents
	
	DEFOULT
	BASIC INLINE/TEXT STYLING
	BASSIC LAYOUT
	
	HEADER
	
	NAVI
	 Main Navi
	
	MAIN
	 UP DATE
	 INFORMATION
	 CHIRASHI
	
	FOOTER
	
	contents

	slide
*/

/*
-------------------------------------------------------------------------------
DEFOULT
-------------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
img{margin: 0px;}
hr{margin: 0px;}

/* standard helper classes */
.clr {clear: both;float: none;overflow: hidden;width: 1px;height: 1px;margin: 0 -1px -1px 0;border: 0;padding: 0;font-size: 0;line-height: 0;}
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0.1em;line-height: 0;}
* html .pkg {display: inline-block;}
/* no ie mac \*/
* html .pkg {height: 1%;}
.pkg {display: block;}
/* */

/* 
----------------------------------------------------------------------------- 
BASIC INLINE/TEXT STYLING
-----------------------------------------------------------------------------*/

html { border: none; }

body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Lucida Grande, Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 0.8em;
	color: #000;
	text-align: center;
	background-image: url(img_web/bg-bl.gif);
}

/*
-------------------------------------------------------------------------------
BASSIC LAYOUT
-------------------------------------------------------------------------------*/

div.wrapper {
	width: 950px;
	background-image: url(img_web/bg-head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

div#header, div#footer { width: auto; }

div#header div.inner, div#footer div.inner {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/

div#header div.inner {
	height: 87px;
	overflow: hidden;
	margin: 0px;
}

div#sNav1 {
	width: 109px;
	height: 37px;
	overflow: hidden;
	text-indent: -7777em;
	position: absolute;
	right: 164px;
	top: 14px;
	z-index: 9998;
}

div#sNav1 a {
	background-image: url(img_web/contact.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 109px;
	height: 37px;
	overflow: hidden;
	text-indent: -7777em;
	display: block;
	cursor: pointer;
}

* html div#sNav1 a {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img_web/contact.png", sizingMethod="crop");
}

div#sNav1 a:hover {
	background-image: url(img_web/contact-on.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 109px;
	height: 37px;
	overflow: hidden;
	display: block;
}

* html div#sNav1 a:hover {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img_web/contact-on.png", sizingMethod="crop");
}

div#sNav2 {
	width: 109px;
	height: 37px;
	overflow: hidden;
	text-indent: -7777em;
	position: absolute;
	right: 50px;
	top: 14px;
	z-index: 9999;
}

div#sNav2 a {
	background-image: url(img_web/place.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 109px;
	height: 37px;
	overflow: hidden;
	text-indent: -7777em;
	display: block;
	cursor: pointer;
}

* html div#sNav2 a {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img_web/place.png", sizingMethod="crop");
}

div#sNav2 a:hover {
	background-image: url(img_web/place-on.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 109px;
	height: 37px;
	overflow: hidden;
	display: block;
}

* html div#sNav2 a:hover {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img_web/place-on.png", sizingMethod="crop");
}


/* 
----------------------------------------------------------------------------- 
NAVI
-----------------------------------------------------------------------------*/

div.Navi {
	width: 175px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px;
}

div.mainNavi {
	width: 170px;
	height: 840px;
	position: relative;
}
div.mainNavi img {
	margin: 0px;
	position: absolute;
}

/* Main Navi */

ul#globalNav {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 170px;
	height: 840px;
	background-image: url(img_web/3navi-bg.gif);
	background-repeat: no-repeat;
}

ul#globalNav li {
	width: 170px;
	height: 54px;
	position: absolute;
	top: 0;
}

ul#globalNav li a {
	width: 170px;
	height: 54px;
	display: block;
	text-indent: -7777em;
	background-image: url(img_web/4navi.gif);
	background-repeat: no-repeat;
}

ul#globalNav li#nHom {
	width: 170px;
	left: 0px;
	top: 13px;
}

ul#globalNav li#nHom a {
	background-position: 0px 0px;
	width: 170px;
}

ul#globalNav li#nHom a:hover { background-position: -340px 0px; }

ul#globalNav li#nHom a:active { background-position: -170px 0px; }

body#bHom ul#globalNav li#nHom a { background-position: -170px 0px; }


ul#globalNav li#nGOE { top: 64px; }

ul#globalNav li#nGOE a { background-position: 0px -54px; }

ul#globalNav li#nGOE a:hover { background-position: -340px -54px; }

ul#globalNav li#nGOE a:active { background-position: -170px -54px; }

body#bGOE ul#globalNav li#nGOE a { background-position: -170px -54px; }


ul#globalNav li#nCIN { top: 118px; }

ul#globalNav li#nCIN a { background-position: 0px -108px; }

ul#globalNav li#nCIN a:hover { background-position: -340px -108px; }

ul#globalNav li#nCIN a:active { background-position: -170px -108px; }

body#bCIN ul#globalNav li#nCIN a { background-position: -170px -108px; }


ul#globalNav li#nAIN { top: 172px; }

ul#globalNav li#nAIN a { background-position: 0px -162px; }

ul#globalNav li#nAIN a:hover { background-position: -340px -162px; }

ul#globalNav li#nAIN a:active { background-position: -170px -162px; }

body#bAIN ul#globalNav li#nAIN a { background-position: -170px -162px; }


ul#globalNav li#nLCE { top: 226px; }

ul#globalNav li#nLCE a { background-position: 0px -216px; }

ul#globalNav li#nLCE a:hover { background-position: -340px -216px; }

ul#globalNav li#nLCE a:active { background-position: -170px -216px; }

body#bLCE ul#globalNav li#nLCE a { background-position: -170px -216px; }



ul#globalNav li#nMCE { top: 280px; }

ul#globalNav li#nMCE a { background-position: 0px -270px; }

ul#globalNav li#nMCE a:hover { background-position: -340px -270px; }

ul#globalNav li#nMCE a:active { background-position: -170px -270px; }

body#bMCE ul#globalNav li#nMCE a { background-position: -170px -270px; }


ul#globalNav li#nPCI { top: 334px; }

ul#globalNav li#nPCI a { background-position: 0px -324px; }

ul#globalNav li#nPCI a:hover { background-position: -340px -324px; }

ul#globalNav li#nPCI a:active { background-position: -170px -324px; }

body#nPCI ul#globalNav li#nPCI a { background-position: -170px -324px; }


ul#globalNav li#nACI { top: 388px; }

ul#globalNav li#nACI a { background-position: 0px -378px; }

ul#globalNav li#nACI a:hover { background-position: -340px -378px; }

ul#globalNav li#nACI a:active { background-position: -170px -378px; }

body#bACI ul#globalNav li#nACI a { background-position: -170px -378px; }


ul#globalNav li#nPDC { top: 442px; }

ul#globalNav li#nPDC a { background-position: 0px -432px; }

ul#globalNav li#nPDC a:hover { background-position: -340px -432px; }

ul#globalNav li#nPDC a:active { background-position: -170px -432px; }

body#bACI ul#globalNav li#nPDC a { background-position: -170px -432px; }


ul#globalNav li#nSDI { top: 496px; }

ul#globalNav li#nSDI a { background-position: 0px -486px; }

ul#globalNav li#nSDI a:hover { background-position: -340px -486px; }

ul#globalNav li#nSDI a:active { background-position: -170px -486px; }

body#bSDI ul#globalNav li#nSDI a { background-position: -170px -486px; }


ul#globalNav li#nSCC { top: 550px; }

ul#globalNav li#nSCC a { background-position: 0px -540px; }

ul#globalNav li#nSCC a:hover { background-position: -340px -540px; }

ul#globalNav li#nSCC a:active { background-position: -170px -540px; }

body#bACI ul#globalNav li#nSCC a { background-position: -170px -540px; }


ul#globalNav li#nSTC { top: 604px; }

ul#globalNav li#nSTC a { background-position: 0px -594px; }

ul#globalNav li#nSTC a:hover { background-position: -340px -594px; }

ul#globalNav li#nSTC a:active { background-position: -170px -594px; }

body#bSTC ul#globalNav li#nSTC a { background-position: -170px -594px; }



ul#globalNav li#nDTS { top: 658px; }

ul#globalNav li#nDTS a { background-position: 0px -648px; }

ul#globalNav li#nDTS a:hover { background-position: -340px -648px; }

ul#globalNav li#nDTS a:active { background-position: -170px -648px; }

body#bSTC ul#globalNav li#nDTS a { background-position: -170px -648px; }



ul#globalNav li#nETS { top: 712px; }

ul#globalNav li#nETS a { background-position: 0px -702px; }

ul#globalNav li#nETS a:hover { background-position: -340px -702px; }

ul#globalNav li#nETS a:active { background-position: -170px -702px; }

body#nETS ul#globalNav li#nETS a { background-position: -170px -702px; }


ul#globalNav li#nVOC { top: 766px; }

ul#globalNav li#nVOC a { background-position: 0px -756px; }

ul#globalNav li#nVOC a:hover { background-position: -340px -756px; }

ul#globalNav li#nVOC a:active { background-position: -170px -756px; }

body#nVOC ul#globalNav li#nVOC a { background-position: -170px -756px; }

/*
ul#globalNav li#nETS { top: 658px; }

ul#globalNav li#nETS a { background-position: 0px -648px; }

ul#globalNav li#nETS a:hover { background-position: -340px -648px; }

ul#globalNav li#nETS a:active { background-position: -170px -648px; }

body#nETS ul#globalNav li#nETS a { background-position: -170px -648px; }


ul#globalNav li#nVOC { top: 712px; }

ul#globalNav li#nVOC a { background-position: 0px -712px; }

ul#globalNav li#nVOC a:hover { background-position: -340px -712px; }

ul#globalNav li#nVOC a:active { background-position: -170px -712px; }

body#nVOC ul#globalNav li#nVOC a { background-position: -170px -712px; }
*/


/* 
----------------------------------------------------------------------------- 
MAIN
-----------------------------------------------------------------------------*/

div.notebook {
	float: none;
	width: 910px;
	height: auto;
}

div.note {
	width: 710px;
	height: auto;
	float: right;
	background-image: url(img_web/note-bg.gif);
	padding: 10px;
	margin: 0px;
	left: 176px;
}

div.memo {
	width: auto;
	height: auto;
	padding: 25px 12px 0px 15px;
	background-color: #FFFFFF;
}

/*-- UP DATE --*/

div.update {
	width: 580px;
	height: auto;
	margin-left: 50px;
	overflow: hidden;
}

div.update dl {
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	font-size: 1em;
	line-height: 150%;
	color: #000;
}

div.update dl dt {
	margin: 0.3em 0;
	padding: 0.4em 0.2em 0.4em 1.2em;
	width: 12em;
	text-align: left;
	background: url(img_web/allow_small.gif) 0 8px no-repeat;
}

div.update dl dd {
	padding: 0.5em 0.2em 0.5em 12em;
	margin: -2.6em 0 0;
	text-align: left;
	background: url(img_web/../img/common/border.gif) left bottom repeat-x;
}


.hapyou
{
	margin-left:20px;
	margin-bottom:10px;
	margin-top:10px;
	width:600px;
}

.hapyou th,td
{
	border:1px solid #CCCCCC;
	padding:2px;
}




/*-- STOP 交通違反 --*/

div.stop {
	width: 580px;
	height: 100px;
	margin-left: 50px;
	background-image: url(img_web/stop/stopbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div.stop p {
	margin-left: 233px;
	font-size: 11px;
}

div.stop img {
	margin-bottom: 5px;
}

div.stop span.stop0 {
	font-size: 16px;
	font-weight: bold;
	color: #65ab31;
}


/*-- INFORMATION --*/

div.info {
	width: 580px;
	height: auto;
	margin-left: 50px;
}

div.info span.sep {
	border-top: 1px solid #6E97BE;
	display: block;
	clear: both;
	float: none;
	margin: 2px 0 0;
	height: 0px;
	overflow: hidden;
}

span.sep {
	border-top: 1px solid #6E97BE;
	display: block;
	clear: both;
	float: none;
	margin: 2px 0 0;
	height: 0px;
	overflow: hidden;
}

div.info span.sep hr { display: none; }

div.info img {
	margin: 15px 0 0 0;
}

div.info p {
	margin:  0 0 0 21px;
}

div.kado {
	width: 59px;
	height: 60px;
	bottom: 140px;
	right: 50px;
	position: absolute;
	z-index: 6666;
}
div.kado img{
	margin: 0px;
}

div.kado2 {
	width: 59px;
	height: 60px;
	bottom: 270px;
	right: 50px;
	position: absolute;
	z-index: 6666;
}
div.kado2 img{
	margin: 0px;
}

body#bLCE .kado{
	width: 59px;
	height: 60px;
	bottom: 330px;
	right: 50px;
	position: absolute;
	z-index: 6666;
}

body#bMCE .kado{
	width: 59px;
	height: 60px;
	bottom: 324px;
	right: 50px;
	position: absolute;
	z-index: 6666;
}



div.info a{
	border: none;
	color: #000;
}

div.info a:hover {
	background-color: #afeeee;
	text-decoration: none;
}

div.alpha a:hover img {
	border-color: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

p.alpha a:hover img {
	border-color: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}


div.info2 {
	width: 580px;
	height: auto;
	
}

* html div.info2 {
	width: 670px;
	height: auto;
	text-align:left;
	
}


div.info2 span.sep {
	border-top: 1px solid #6E97BE;
	display: block;
	clear: both;
	float: none;
	margin: 2px 0 10px;
	height: 0px;
	overflow: hidden;
	padding-top:10px;
}

div.info2 span.sep hr { display: none; }

div.info2 img {
	margin: 5px 0 0px 0;
}

* html div.info2 img {
	margin: 0;
	text-align:left;
}


div.info2 p {
	margin:  0 0 0 21px;
}

div.info2 a{
	border: none;
	color: #000;
}

div.info2 a:hover {
	background-color: #afeeee;
	text-decoration: none;
}

/*-- CHIRASHI --*/

div#chirashi {
	width: 155px;
	height: 167px;
	overflow: hidden;
	text-indent: -7777em;
	position: absolute;
	right: 60px;
	top: 319px;
	z-index: 9997;
}

div#chirashi2 {
	width: 180px;
	height: 180px;
	overflow: hidden;
	text-indent: -7777em;
	position: absolute;
	right: 70px;
	top: 342px;
	z-index: 9997;
}


.dai3kai
{
	width:660px;
	height:500px;
	/*height:618px;*/
	position:relative;

}


.anhinfutuu a
{
	position:absolute;
	width:316px;
	height:221px;
	top:261px;
	left:15px;
    background: #fff;
    color: #000;
    opacity: 0.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=0);
		
}

.anhinfutuu a:hover {
    background: #fff;
    color: #000;
    opacity: 0.3;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=30);

}

.anhinnirin a
{
	position:absolute;
	width:316px;
	height:221px;
	top:261px;
	right:12px;
	text-indent:-77777em;
    background: #fff;
    color: #000;
    opacity: 0.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=0);	
}

.anhinnirin a:hover {
    background: #fff;
    color: #000;
    opacity: 0.3;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=30);

}


.Autumn
{
	width:660px;
	height:816px;
	margin-left:15px;
	position:relative;

}

.Autumn .nirin a
{
	position:absolute;
	width:298px;
	height:135px;
	top:138px;
	left:25px;
    background: #fff;
    color: #000;
    opacity: 0.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=0);
		
}

.Autumn .nirin a:hover {
    background: #fff;
    color: #000;
    opacity: 0.3;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=30);

}


.Autumn .bnirin a
{
	position:absolute;
	width:305px;
	height:135px;
	top:138px;
	right:25px;
    background: #fff;
    color: #000;
    opacity: 0.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=0);
		
}

.Autumn .bnirin a:hover {
    background: #fff;
    color: #000;
    opacity: 0.3;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=30);

}

.Autumn .futuusya a
{
	position:absolute;
	width:298px;
	height:135px;
	top:295px;
	left:25px;
    background: #fff;
    color: #000;
    opacity: 0.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=0);
		
}

.Autumn .futuusya a:hover {
    background: #fff;
    color: #000;
    opacity: 0.3;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=30);

}


.Autumn .mediumcar a
{
	position:absolute;
	width:305px;
	height:135px;
	top:295px;
	right:25px;
    background: #fff;
    color: #000;
    opacity: 0.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=0);
		
}

.Autumn .mediumcar a:hover {
    background: #fff;
    color: #000;
    opacity: 0.3;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=30);

}

.Autumn .anhinfutuu a
{
	position:absolute;
	width:316px;
	height:221px;
	top:588px;
	left:13px;
    background: #fff;
    color: #000;
    opacity: 0.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=0);
		
}

.Autumn .anhinfutuu a:hover {
    background: #fff;
    color: #000;
    opacity: 0.3;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=30);

}

.Autumn .anhinnirin a
{
	position:absolute;
	width:316px;
	height:221px;
	top:588px;
	right:16px;
	text-indent:-77777em;
    background: #fff;
    color: #000;
    opacity: 0.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=0);	
}

.Autumn .anhinnirin a:hover {
    background: #fff;
    color: #000;
    opacity: 0.3;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=30);

}


/*
div#chirashi {
	width: 155px;
	height: 167px;
	overflow: hidden;
	text-indent: -7777em;
	position: absolute;
	right: 60px;
	top: 362px;
	z-index: 9997;
}
*/
div#chirashi a {
	background-image: url(img_web/chirashi.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 155px;
	height: 167px;
	overflow: hidden;
	text-indent: -7777em;
	display: block;
	cursor: pointer;
}

* html div#chirashi a {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img_web/chirashi.png", sizingMethod="crop");
}

div#chirashi a:hover {
	background-image: url(img_web/chirashi-on.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 155px;
	height: 167px;
	overflow: hidden;
	display: block;
}

* html div#chirashi a:hover {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img_web/chirashi-on.png", sizingMethod="crop");
}





div#chirashi2 a {
	background-image: url(img_web/chirashi.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 180px;
	height: 180px;
	overflow: hidden;
	text-indent: -7777em;
	display: block;
	cursor: pointer;
}

* html div#chirashi2 a {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img_web/chirashi.png", sizingMethod="crop");
}

div#chirashi2 a:hover {
	background-image: url(img_web/chirashi-on.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 180px;
	height: 180px;
	overflow: hidden;
	display: block;
}

* html div#chirashi2 a:hover {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img_web/chirashi-on.png", sizingMethod="crop");
}





/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/

div#footer {
	clear: both;
	position: relative;
	width: 950px;
	height: 130px;
	overflow: hidden;
	text-align: left;
	background-image: url(img_web/footbg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#footer div.inner{
	padding-top: 10px;
}

div#footer ul{
	margin-left: 360px;
}

div.inner li {
	color: #0a3875;
	font-size: 10px;
	display: inline;
}

p#copy {
	width: 336px;
	height: 74px;
	margin: 10px 10px;
	overflow: hidden;
	text-indent: -7777em;
	background: url(img_web/bottom-logo.gif) 0 0 no-repeat;
	text-align: left;
}

div#footer div.inner a {
	color: #0a3875;
}

div#footer div.inner a:hover {
	color: #FFFFFF;
}


/* 
----------------------------------------------------------------------------- 
contents
-----------------------------------------------------------------------------*/

div.contents {
	width: 660px;
	height: auto;
	padding-bottom: 65px;
	margin: 0 auto;
}


div.contents2 {
	width: 660px;
	height: auto;
	margin: 0 auto;
}


div.contents3 {
	width: 710px;
	height: auto;
	margin: 0 auto;
	
}

/*-- TITLE IMAGE --*/

div.contents div.entrance {
	background-image: url(img_web/tit-guide.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.carinfo {
	background-image: url(img_web/tit-carinfo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.autobike {
	background-image: url(img_web/tit-autobike.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.fullsizecar {
	background-image: url(img_web/tit-large.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.mediumcar {
	background-image: url(img_web/tit-medium.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}


div.contents div.pullingcar {
	background-image: url(img_web/tit-pull.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}



div.contents div.anshin {
	background-image: url(img_web/tit-anshin.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.paper {
	background-image: url(img_web/tit-paper.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.student {
	background-image: url(img_web/tit-gakuwari.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.senior {
	background-image: url(img_web/tit-senior.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.short {
	background-image: url(img_web/tit-short.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.enterappli {
	background-image: url(img_web/tit-enterappli.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.location {
	background-image: url(img_web/tit-location.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.bus {
	background-image: url(img_web/tit-bus.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.guid {
	background-image: url(img_web/tit-guid.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.staff {
	background-image: url(img_web/tit-staff.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.schoolvisit {
	background-image: url(img_web/tit-schoolvis.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.school3 {
	background-image: url(img_web/tit-school3.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents div.division {
	background-image: url(img_web/tit-division.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -7777em;
}

div.contents strong {
font-weight: bold;
}


/*-- A --*/

div.contents a {
	color:#043c78;
	border: none;
}

div.contents a.warp {
	color:#043c78;
	border-bottom: 1px dotted #c70067;
	margin: 1px 0 0;
	height: 0px;
	overflow: hidden;
	width: auto;
}

div.contents a:hover {
	color: #66CC00;
}


/*-- SPAN --*/

div.contents span.red {
	color: #990000;
	font-size: 13px;
}

div.contents span.blu {
	color: #0068b7;
	font-size: 14px;
	font-weight: bold;
}


div.contents2 span.blu2 {
	color: #0068b7;
	font-size: 14px;
	font-weight: bold;
}

div.contents2 strong {
font-weight:bold;
}

div.contents2 strong a{
font-weight:bold;
}
div.contents2 a {
border:medium none;
color:#043C78;
}

div.contents2 a:hover {
	color: #66CC00;
	text-decoration: none;
}

div.contents span.bld {
	font-weight: bold;	
}

/*-- BLUE&GREEN TITLE --*/

div.contents h4.title {
	width:660px;
	border-bottom:solid 2px #409ecc;
	margin: 20px 0px;
}

div.contents h4.title span {
	display: block;
    margin-right: 58%;
    padding-top: 2px;
    padding-left: 5px;
    color: #ffffff;
    background-color: #409ecc;
    background-image: url(img_web/span-k.gif);
    background-position: right top;
    background-repeat: no-repeat;
	font-size: 14px;
}

div.contents h3.title {
	width:660px;
	border-bottom:solid 2px #409ecc;
	margin: 20px 0px;
}


div.contents h3.title span{
	display: block;
    margin-right: 58%;
    padding-top: 2px;
    padding-left: 5px;
    color: #ffffff;
    background-color: #409ecc;
    background-image: url(img_web/span-k.gif);
    background-position: right top;
    background-repeat: no-repeat;
	font-size: 14px;
}




div.contents h4.title-g {
	width:660px;
	border-bottom:solid 2px #009854;
	margin: 20px 0px;
}

div.contents h4.title-g span {
	display: block;
    margin-right: 58%;
    padding-top: 2px;
    padding-left: 5px;
    color: #ffffff;
    background-color: #009854;
    background-image: url(img_web/span-k-g.gif);
    background-position: right top;
    background-repeat: no-repeat;
	font-size: 14px;
}


div.contents h4.title-p {
	width:900px;
	border-bottom:solid 2px #e4007f;
	overflow:hidden;
}

div.contents h4.title-p span {
	display: block;
    margin-right: 58%;
    padding-top: 2px;
    padding-left: 5px;
    color: #ffffff;
    background-color: #e4007f;
    background-image: url(img_web/span-k-p.gif);
    background-position: right top;
    background-repeat: no-repeat;
	font-size: 14px;
	overflow:hidden;
}



/*-- TABLE --*/

table.sol {
	border-collapse: collapse;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	margin: 5px 0px;
}
 
table.sol td {
	border-style: solid;
	border-color: #666666;
	border-width: 1px 0px;
	padding: 3px;
}

table.sol-w {
	border-collapse: collapse;
	border-style: solid;
	border-color: #171c61;
	border-width: 1px;
	background:#FFFFFF;
	/*margin: 5px 15px;*/
}
 
table.sol-w td {
	border-style: solid;
	border-color: #666666;
	border-width: 1px 1px;
	padding: 3px;
	font-size: 12px;
}

/*-- MIDASHI --*/

div.contents h3 {
	font-size: 14px;
	font-weight: bold;
	color: #043c78;
	margin-top: 20px;
}

div.contents h3.gree {
	font-size: 14px;
	font-weight: bold;
	color: #00885a;
	margin-top: 20px;
}

/*-- HR --*/

div.contents span.bline {
	border-top: 1px solid #fff;
	display: block;
	clear: both;
	float: none;
	margin: 2px 0 0;
	height: 0px;
	overflow: hidden;
}

div.contents span.bline hr { display: none; }

/*-- STAFF --*/

.L {
	display: block;
	float: left;
}

div.staffinfo {
	border: dashed 1px #898880;
	padding: 5px;
	width:300px;
	height: 120px;
	text-align: left;
	margin-right: 13px;
	margin-bottom: 15px;
}

div.staffinfo img {
	margin-right: 15px;
	float: left;
}

div.staffinfo span.name {
	border-top: 1px solid #0068b7;
	display: block;
	margin: 2px 0 6px 0;
	height: 0px;
	overflow: hidden;
}

div.staffinfo span.name hr { display: none; }


/*-- BUNKATSU --*/

div.bunkatu {
	width: 643px;
	height: 650px;
	margin: 1em auto;
	display: block;
	background-image: url(img_web/bunkatu-bg2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

div.bunkatu div.text-b {
	width: 420px;
	height: auto;
	position: absolute;
	top: 120px;
	right: 0;
}


div.text-b span.sep {
	border-top: 1px solid #FFFFFF;
	display: block;
	clear: both;
	float: none;
	margin: 2px 0;
	height: 0px;
	overflow: hidden;
}

div.text-b span.sep hr { display: none; }


/* 
----------------------------------------------------------------------------- 
slide
-----------------------------------------------------------------------------*/

div.pics {
	width: 660px;
	height: 240px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

div.pics img {
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

/* 
----------------------------------------------------------------------------- 
list
-----------------------------------------------------------------------------*/

ul {
	list-style-tyupe: disc;
}

li {
	marker-offset: 2em;
}



/* 
----------------------------------------------------------------------------- 
CONTACT US
-----------------------------------------------------------------------------*/

div.flow img {
	margin: 2em 0;
}

body#bETS table {
	border: 0;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
}

body#bETS entry {
	width: 640px;
	overflow: hidden;
}

body#bETS table th {
	background: #F1F0EC;
	padding: 5px;
	border-top: 1px solid #999;
}

body#bETS table td {
	padding: 5px;
	border-top: 1px solid #CCC;
	line-height: 1.7;
}

p.btn {
	text-align: center;
	padding: 0;
	width: 194px;
	margin: 0 auto;
}

input.small {
	border: 1px solid #CCC;
	font-size: 13px;
	width: 3em;
}


input.normal {
	border: 1px solid #CCC;
	font-size: 13px;
	width: 9em;
}

input.number {
	border: 1px solid #CCC;
	font-size: 13px;
	width: 2em;
}

input.address { width: 300px; }

input.half {
	border: 1px solid #CCC;
	font-size: 13px;
	width: 100%;
}

textarea {
	border: 1px solid #CCC;
	font-size: 19px;
	width: 460px;
	height: 240px;
}

select {
	font-size: 12px;
	padding: 3px;
}

input.attention {
	background: #FFE8EA;
}

span.attention { color: #FF0000; }

p.btn input.btn01 {
	background: url(../img_web/contact/btn01.jpg) 0 0 no-repeat;
	border: none;
	width: 194px;
	height: 55px;
	overflow: hidden;
	text-indent: -7777em;
	text-align: left;
	cursor: pointer;
	display: block;
}

p.btn input.btn02 {
	background: url(../img_web/contact/btn02.jpg) 0 0 no-repeat;
	border: none;
	width: 194px;
	height: 55px;
	overflow: hidden;
	text-indent: -7777em;
	text-align: left;
	cursor: pointer;
	display: block;
}

div#flow { text-align: center; }

p.errMsg {
	color: #FF0000;
	font-size: 11px;
	padding: 0!important;
}

p.sysMsg {
	color: #003399;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 40px 0;
}

img.must {
	padding-left: 10px;
	vertical-align: middle;
}

/*
-------------------------------------------------------------------------------
春のキャンペーン
-------------------------------------------------------------------------------*/

span.campT {
	background-image: url(img_web/campaign/otoku.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 53px;
	padding-top: 10px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: left;
	color: #FF3366;
	margin: 0.5em 0;
}

div.campBG {
	background-position: top right;
	background-repeat: no-repeat;
	width: 660px;
	height: auto;
}

.maikuro {
	background-image: url(img_web/campaign/maikuro.jpg);
}

.hutuusyaBG {
	background-image: url(img_web/campaign/hutuu.jpg);
}



