@charset "utf-8";

body {
	margin:0; 
	padding:0;
	color:#4c4c4c;
	background:#fff;
	text-align:center;
	line-height:20px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Univers,Verdana,Arial, sans-serif;
}
			 
			 
h1,h2,h3,h4,h5 {
   margin:0;
		}
		 
hr {
   margin:0;
   padding:0;
   display:none;
		}

p { 
   margin:0;
   padding:0;
		}

dl,dt,dd,ul,ol,td {
   margin:0;
   padding:0;
		}
		
th {
   margin:0;
   padding:0;
   text-align:left;
		}

li {
   margin:0;
   padding:0;
	list-style:none;
		}
		 
img {
   border:0;
		}

form {
   margin:0;
   padding:0;
	display:block;
		}
			 
input,select,option {
   margin:0;
   padding:0;
   vertical-align: middle;
		}
	
		
.clear { 
   clear: both; 
   } 
	
/* clearfix ---------- */

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 line-height: 0;
}
.clearfix {
 display:inline-block;
}
/*¥*/
* html .clearfix {
 height: 1%;
}

.clearfix {
 display: block;
}
/**/



/* iepngfix ---------- */

img, div { behavior: url(iepngfix.htc) };


/* text ---------- */

html>/**/body { font-size: 16px; line-height: normal; } /* except Win IE */

.txt10 { font-size: 0.625em; line-height: 1.3em; } * html .txt10 { font-size: 0.63em; } /* Hack for IE */
.txt10w { font-size: 0.625em; line-height: 1.6em; } * html .txt10w { font-size: 0.63em; } /* Hack for IE */
.txt12 { font-size: 0.75em; line-height: 1.5em; } * html .txt12 { font-size: 0.75em; line-height: 1.5em; }  /* Hack for IE */
.txt12w { font-size: 0.75em; line-height: 1.75em; } * html .txt12w { font-size: 0.75em; line-height: 1.75em; }  /* Hack for IE */
.txt14 { font-size: 0.875em; line-height: 1.286em; } * html .txt14 { font-size: 0.88em; } /* Hack for IE */
.txt14w { font-size: 0.875em; line-height: 1.875em; } * html .txt14w { font-size: 0.88em; line-height: 1.88em; } /* Hack for IE */
.txt16 { font-size: 1em; line-height: 1.25em; } * html .txt16 { font-size: 1em; line-height: 1.25em; }  /* Hack for IE */
.txt18 { font-size: 1.125em; line-height: 1.167em; } * html .txt18 { font-size: 1.13em; } /* Hack for IE */
.txt24 { font-size: 1.45em; line-height: 1.167em; } * html .txt24 { font-size: 1.45em; } /* Hack for IE */

a:link {
   color:#333;
   text-decoration: none;
		}
				 
a:visited {
   color:#333;
   text-decoration:none;
		}
						
a:hover {
    color:#666;
    text-decoration:none;
		 }
					
a:active { 
   color:#333;
   text-decoration: none;
		}


/*visual*/

#visual{
	width:100%;
	height:350px;
	background:url(../../img/bg_visual.gif) repeat-x center top;
	margin:0 0 30px 0;
}

#visual h1{
	position:relative;
	top:150px;
}


/*menu*/


#m-menu {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

#m-menu ul {
	margin:0;
	padding:0;
	line-height:0px;
}

#m-menu ul li {
	float:left;
	line-height:0px;
	margin:0;
	padding:0;
	height:141px;
}



/*contents*/

#contents{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}


/*main*/

#main{
	background: #fff url(../../img/img_main_middle.gif) repeat-y;
	width:899px;
}

#pickup{
	float:left;
}

#pickup ul{
	padding:0;
	margin:0 0 0 12px;
}

#pickup ul li{
	float:left;
	line-height:0px;
	margin:0 9px 0 0;
}

#pickup ul li.last{
	float:left;
	line-height:0px;
	margin:0;
}


#news{
	float:right;
	width:300px;
	right:10px;
	text-align:left;
	margin:0 20px 0 0;
}

#news ul.menu {
	list-style:none;
	font-size:12px;
	color:#4c4c4c;
	margin:0 0 0 0;
}

#news ul.menu li{
	background:url(../img/blt_01.gif) 0 5px no-repeat;
	/*border-bottom: dotted 1px #d5d5df;*/
	line-height:20px;
	padding:0 0 6px 20px;
	margin:0 0 6px 0;
}

#news ul.menu li.last{
	background:url(../img/blt_01.gif) 0 5px no-repeat;
	border-bottom:none;
	line-height:20px;
	padding:0 0 0 20px;
	margin:0;
}

*html #news ul.menu li{
	background:url(../img/blt_01.gif) 0 5px no-repeat;
	/*border-bottom: dotted 1px #d5d5df;*/
	line-height:20px;
	padding:0 0 6px 20px;
	margin:0 0 6px 15px;
}

*html #news ul.menu li.last{
	background:url(../img/blt_01.gif) 0 5px no-repeat;
	border-bottom:none;
	line-height:20px;
	padding:0 0 0 20px;
	margin:0 0 0 15px;
}





/* footer */

#footer {
	width:100%;
	height:54px;
	background: #fff url(../img/bg_footer.gif) repeat-x center top;
	font-size:10px;
}

#footer-box {
	width:938px;
	height:54px;
	background: #fff url(../img/bg_footer_box.jpg) no-repeat;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#f-menu{
	position:absolute;
	top:15px;
	left:45px;
	list-style:none;
}

#f-menu li{
	float:left;
	height:1em;
	line-height:1em;
	border-left:solid 1px #000;
	margin:0 8px 0 0;
	padding:0 0 0 8px;
}

#f-menu .start{
	padding:0;
	border-left:none;
}

#f-menu li a:link{
	color:#4c4c4c;
}

#f-menu li a:visited{
	color:#4c4c4c;
}

#f-menu li a:hover{
	color:#4c4c4c;
}

#pagetop{
	position:absolute;
	top:10px;
	right:35px;
}

#copyright{
	position:absolute;
	bottom:0px;
	right:20px;
	
}






.hr{
	width:700px;
	height:1px;
	background:url(../img/dot.gif) repeat-x bottom;
	margin:20px 0 20px 0;
}
   



@media print{body{zoom:70%;}}

@media print{*:first-child+html body{zoom:100%;}}
