@charset "utf-8";
/* CSS Document */

/* トップページ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6,   
pre, form, fieldset, input, textarea, p, blockquote, th, td {   
    margin: 0;  padding: 0;   
}   

body	{
	background-image: url(../image/bk_image.jpg);
	background-repeat:no-repeat;
    background-attachment:fixed;
}

#container	{
	width: 800px;
	height: 100%;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 1px 1px 6px 1px #333;
}

body > container	{
	height: auto;
	min-height: 100%;
}

#menu	{
	margin: 0;
	padding: 0;
}

#menu ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li	{
	display: inline;
	float: left;
}

#contens	{
	margin-left: 30px;
}

#clear	{
	clear:both;
}

#left_box {
	width: 204px;
	height: 350px;
	background-color: #f5f5f5;
	margin-top: 20px;
	float: left;
}

a:hover img.leftimg_1 {
	cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

a:hover img.leftimg_2 {
	cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}


.leftimg_1	{
	margin-top: 20px;
	margin-left: 15px;
}

.leftimg_2	{
	margin-top: 10px;
	margin-left: 15px;
}

#light_box	{
	float: right;
}

.lightimg_1	{
	margin-top: 20px;
	margin-left:18px;
}

.lightimg_2	{
	margin-left: 224px;
	margin-top: 30px;
}

.lightimg_3	{
	margin-top: 30px;
	margin-left:18px;
}

.light_text1	{
	font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",;
	font-size: 0.9em;
	line-height: 1.5;
	margin-right: 20px;
	margin-left: 223px;
	margin-top: 11px;
}

.light_text2	{
	font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",;
	margin-left: 224px;
	font-size: 1em;
	color: #005aa0;
	background-image: url(../image/mark3.png);
	background-repeat: no-repeat;
	border-bottom: solid 1px #005aa0;
	padding-left: 19px;
	background-position: 0 3px;
	margin-top: 11px;
	margin-right: 30px;
}

.light_text3	{
	font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",;
	font-size: 0.9em;
	line-height: 1.5;
	margin-right: 20px;
	margin-left: 223px;
	margin-top: 5px;
}

.light_text4	{
	font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",;
	font-size: 1em;
	line-height: 1.4;
	margin-right: 20px;
	margin-left: 224px;
	margin-top: 5px;
	color: #F00;
}

#light_2	{
	margin-top: 20px;
	margin-left: 224px;
}

.car_t	{
	margin-left: 177px;
	margin-bottom: 20px;
	font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",;
	font-size: 0.9em;
}

#pagetop_btn	{
	margin-top: 5px;
}


#footer	{
	background-color: #005aa0;
	height: 24px;
	margin-top: 20px;
}

.copy	{
	font-size: 0.6em;
	text-align: center;
	padding-top: 5px;
	color: #FFF;
	letter-spacing: 0.2em;
}

#left_menu1	{
	background-color: #FFF;
	margin-top: 20px;
	padding-top: 20px;
}





