@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------------- *

	 1. Path Navi
 
 * ---------------------------------------------------------------------------------------------------------- */
/*
#pathnaviArea {
	background:url(../img/bg_pathNavi.png) repeat-x;
	line-height:30px;
	color:#333;
	font-size:0.75em;
	}

#pathnaviArea .navi {
	margin:0 auto;
	width:900px; height:30px;
	text-align:left;
	}

#pathnaviArea .navi li {
	float:left;
	padding-right:12px;
	background:url(../img/icon_path.gif) no-repeat right center;
	}

#pathnaviArea .navi li.last {
	background:none;
	padding:0;
	}

#pathnaviArea a:link {color:#666; text-decoration:none;}
#pathnaviArea a:visited {color:#666; text-decoration:none;}
#pathnaviArea a:hover {color:#e56b21; text-decoration:none;}
*/


/* ---------------------------------------------------------------------------------------------------------- *

	 2. Frame
 
 * ---------------------------------------------------------------------------------------------------------- */

body {
	background-color:#464646;
	}

#wrapper {
	width:100%;
	background:#464646 url(../img/body_bg.gif) repeat-x;
	}

#headerArea {
	margin:0 auto;
	width:860px;
	height:104px;
	}

#mainArea {
	margin:0 auto;
	width:858px;
	background:#fff;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	}

#footerArea {
	margin:10px auto 0;
	width:860px;
	height:50px;
	background:url(../img/ftr_navi_bg.gif) no-repeat;
}

#copy {
	margin:10px auto 0;
	width:840px;
	background:#fff /*url(../img/ftr_bg.gif) no-repeat 97% 30%*/;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	padding:20px 0 70px 20px;
	font-size:0.9em;
	text-align:left;
}



/* ---------------------------------------------------------------------------------------------------------- *

	 3. Header
 
 * ---------------------------------------------------------------------------------------------------------- */

#headerArea .logo {
	float:left;
	width:114px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	background:#fff;
	padding:20px 0 20px 0;
	}

#headerArea .logo h1 {
	margin-left:10px;
	width:94px;
	height:64px;
	background: url(../img/header_logo.gif) no-repeat 0 0;
	}

#headerArea .logo h1 a {
	display:block;
	width:94px;
	height:64px;
	text-indent:-9999px;
	overflow:hidden;
	}

#headerArea .hdr_navi {
	float:right;
	width:744px;
	padding:60px 0 0 0;
	background:url(../img/header_black.gif) no-repeat;
}



/* ---------------------------------------------------------------------------------------------------------- *

	 4. Navigation
 
 * ---------------------------------------------------------------------------------------------------------- */

#headerArea .hdr_navi ul {
	padding:9px 0 0 10px;
	width:400px;
	}

#headerArea .hdr_navi ul li {
	}

#headerArea .hdr_navi ul li.top {
	}

#headerArea .hdr_navi ul li div {
	float:left;
	}

#headerArea .hdr_navi ul li.top a {
	float:left;
	height:10px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	}

#headerArea .hdr_navi ul li a.aboutus {
	background:url(../img/btn_aboutus.gif) no-repeat 0 0;
	width:80px;
	height:10px;
	}

#headerArea .hdr_navi ul li a.aboutus a {
	background:url(../img/btn_aboutus.gif) no-repeat 0 0;
	width:80px;
	}

#headerArea .hdr_navi ul li a.aboutus a:hover {
	background:url(../img/btn_aboutus_over.gif) no-repeat 0 0;
	}

#headerArea .hdr_navi ul li a.contact {
	background:url(../img/btn_contact.gif) no-repeat 0 0;
	width:80px;
	height:10px;
	}

#headerArea .hdr_navi ul li a.contact a {
	background:url(../img/btn_contact.gif) no-repeat 0 0;
	width:80px;
	}

#headerArea .hdr_navi ul li a.contact a:hover {
	background:url(../img/btn_contact_over.gif) no-repeat 0 0;
	}

#headerArea .hdr_navi ul li a.blog {
	background:url(../img/btn_blog.gif) no-repeat 0 0;
	width:45px;
	height:10px;
	}

#headerArea .hdr_navi ul li a.blog a {
	background:url(../img/btn_blog.gif) no-repeat 0 0;
	width:45px;
	}

#headerArea .hdr_navi ul li a.blog a:hover {
	background:url(../img/btn_blog_over.gif) no-repeat 0 0;
	}

#headerArea .hdr_navi ul li.bottom {
	clear:both;
	padding-top:2px;
	color:#fff;
	font-size:0.9em;
	}

#headerArea .hdr_navi ul li.bottom a {
	color:#fff;
	text-decoration:none;
	}

#headerArea .hdr_navi ul li.bottom a:hover {
	color:#de0000;
	text-decoration:underline;
	}

#headerArea .hdr_navi ul li.bottom a:hover span {
	color:#fff;
	}

#headerArea .hdr_navi ul li div.works {
	width:60px;
	background:url(../img/btn_works.gif) no-repeat 0 50%;
	text-indent:-9999px;
	overflow:hidden;
	}



/* ---------------------------------------------------------------------------------------------------------- *

	 5. Main
 
 * ---------------------------------------------------------------------------------------------------------- */

#mainArea #subject {
	float:left;
	width:114px;
	background:#fff url(../img/dashed_x.gif) repeat-x 0 0;
	}

#mainArea #content {
	float:right;
	padding:20px 0;
	width:744px;
	border-top:1px solid #666;
	background:#fff url(../img/dashed_y.gif) repeat-y 0 0;
	}

/* ------------------------------------------------------------ *
	    MainArea - Subject
 * ------------------------------------------------------------ */
#mainArea #subject h2 {
	padding:20px 0 0 0;
}



/* ---------------------------------------------------------------------------------------------------------- *

	 6. Footer
 
 * ---------------------------------------------------------------------------------------------------------- */

#footerArea ul{
	padding:10px;
	text-align:center;
	}

#footerArea ul li{
	float:left;
	line-height:30px;
	margin-right:1px;
	font-size:0.9em;
	}

#footerArea ul li a{
	display:block;
	text-decoration:none;
	line-height:30px;
	}

.f_home {
	width:39px;
	height:30px;
	background:url(../img/f_home.gif) no-repeat 50% 0;
}
.f_home a {
	width:39px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/f_home.gif) no-repeat 50% 0;
}
.f_home a:hover {background:#1e1e1e url(../img/f_home.gif) no-repeat 50% 0;}
.f_navi {
	width:99px;
	height:30px;
}
.f_navi a {
	width:99px;
	height:30px;
}

.f_navi a:hover{background:#1e1e1e;}

#copy a {
	color:#1e1e1e;
	}

#copy p{
	color:#003796;
	font-size:0.9em;
}


/* ---------------------------------------------------------------------------------------------------------- *

	 7. TableStyle
 
 * ---------------------------------------------------------------------------------------------------------- */
#tblstyle{
	width:690px;
	margin:0 27px;
	clear:both;
}
.tablecontact {
	padding-bottom:20px;
}
#tblstyle table{
	width:100%;
	border-bottom:2px solid #333;
	border-right:2px solid #333;
}
#tblstyle table th{
	width:130px;
	border-top:1px solid #333;
	background:url(../img/th_bg.gif) repeat-x;
	color:#003796;
	font-size:0.9em;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:7px 0 7px 10px;
}
#tblstyle table td{
	border-top:1px solid #333;
	border-left:1px solid #ccc;
	font-size:0.9em;
	text-align:left;
	padding:7px 0 7px 20px;
}


