@charset "utf-8";

/*-----------------------------------------------------

Reset CSS

-------------------------------------------------------*/

body{
	color:#4D4D4D;
	font-size:12px;
	font-family:"MS Gothic", "Osaka", Osaka-mono, monospace;
	text-align:left;
	margin:0px;
	padding:0px;
	line-height:120%;
	background:url(../img/foot_bk.gif) repeat-x bottom;
}

*html body{
	font-size:75%;/* for IE6 */
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}

a{ color:#3F3F3F; text-decoration:none; }
a:hover{ color:#FF0000; text-decoration:underline; }

.noline{ border:none!important; }

	a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}

/*****************************************************************/

/*　header　*/

#header{
	width:100%;
	background:url(../img/hed_bk.gif) repeat-x top;
}
div#header:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
} 

	.hedbox{
		width:980px;
		height:145px;
		margin:auto;
		position:relative;
	}

	#header h1{
		width:350px;
		position:absolute;
		top:50px;
		left:35px;
	}

	#header h2{
		width:800px;
		position:absolute;
		top:5px;
		left:0px;
		color:#FFFFFF;
		font-size:11px;
	}
	#header h2 a{ color:#FFFFFF; text-decoration:none; }
	#header h2 a:hover{ color:#cccccc; text-decoration:none; }
	
	#header .company{
		width:95px;
		position:absolute;
		top:90px;
		right:0px;
	}
	

/*　hed navi　*/

.nav{
	width:980px;
	margin:auto;
	overflow:hidden;
	zoom:1;
}

	.nav li{
		float:left;
	}


/*****************************************************************/

/*　contents　*/

#contents{
	width:980px;
	margin:20px auto 25px;
}


/*****************************************************************/

/*　footer　*/

#footer{
	width:980px;
	margin:auto;
}

.footmenu{
	width:980px;
	height:61px;
	background:url(../img/foot_menubk.gif) no-repeat;
}
	
	.footmenu ul{
		padding:27px 0px 0px 50px;
	}
	.footmenu li{
		background:url(../img/mark.gif) no-repeat left top;
		float:left;
		padding-left:17px;
		line-height:14px;
		margin-right:40px;
	}
	
	.footcopy{
		width:980px;
		background:url(../img/foot_bk.gif) repeat-x bottom;
		color:#FFF;
		text-align:right;
		margin-top:25px;
	}

		.footcopy .pagetop{
			margin-bottom:20px;
		}
		.footcopy .copyright{
			padding-bottom:20px;
			padding-right:10px;
			font-size:11px;
		}








