@charset "utf-8";
/* --------------------------------------
	layout.css
--------------------------------------
	common
--------------------------------------
- #header (ALL)
---------------------------------------
- #wrapper
- #title
- #main
	- #main-contents (main contents)
	- #main-nav (right-nav)
	- #main-pagetop (pagetop)
---------------------------------------
- #footer
--------------------------------------- */





/* ========================================
	#header (ALL)
======================================== */
#header {
	background-image: url("../common/header_bg_common.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}

#header #header-nav {
	width: 950px;
	margin: 0 auto;
}
#header #header-nav p {
	width: 400px;
	float: left;
}
#header #header-nav .nav {
	float: right;
	width: 550px;
}

/* clearfix : For modern browsers */
#header:before,
#header:after {
    content: "";
    display: table;
}
#header:after {
    clear: both;
}
/* clearfix : For IE 6/7 (trigger hasLayout) */
#header {
    zoom: 1;
    overflow: hidden;
}


/* #utilityNav (tel, contact)
--------------------------------------- */
#header #utilityNav {
	float: right;
	width: 500px;
	padding: 10px 0 0 0;
	text-align: right;
}
#header #utilityNav li {
	display: inline;
	padding: 0;
}
#header #utilityNav li+li {
	margin-left: 15px;
}


/* #utilityNav2 (search)
--------------------------------------- */
#header #utilityNav2 {
	float: right;
	width: 500px;
	padding: 10px 0 0 0;
	text-align: right;
	vertical-align: top;
}
#header #utilityNav2 input[type="text"] {
	width: 170px;
	vertical-align: top;
}
#header #utilityNav2 input[type="image"] {
	margin: 0;
	padding: 0 0 0 5px;
	vertical-align: top;
}
#header #utilityNav2 li {
	display: inline;
}
#header #utilityNav li+li {
	margin-left: 0;
}

/* #gNav (nav)
--------------------------------------- */
#header #gNav {
	clear: both;
	overflow: hidden;
	width: 950px;
}
* html #header #gNav {
	height: 1%;
}

#header #gNav li {
	float: left;
}





/* ========================================
	#wrapper
======================================== */
#wrapper {
	clear: both;
	width: 1040px;
	margin: 0 auto;
	padding: 0;
}





/* ========================================
	#title
======================================== */
#title {
	clear: both;
	width: 950px;
	height: 145px;
	margin: 0 auto;
	padding: 0;
}
#title h1 {
	margin: 0;
	padding: 0;
}
#title #topicpath {
	height: 35px;
}
#title #topicpath p {
	color: #555555;
	font-size: 10px;
	line-height: 1.0;
	font-weight: normal;
	padding: 14px 0 0 20px;
}

/* ----- LINK COLOR ----- */
#title #topicpath a:link {
	text-decoration: underline;
	color: #222222;
}
#title #topicpath a:visited {
	text-decoration: underline;
	color: #555555;
}
#title #topicpath a:hover, #title #topicpath a:active {
	text-decoration: none;
	color: #222222;
}

/* ----- background-image ----- */
*/ ----------------------------------------
	writes to each css file
----------------------------------------
#title {
	background-image: url("../images/title_bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
---------------------------------------- /*





/* ========================================
	#main
----------------------------------------
	- #main-contents (main contents)
	- #main-nav (right-nav)
	- #main-pagetop (pagetop)
======================================== */
#main {
	clear: both;
	width: 1040px;
	margin: 0 auto;
}

/* clearfix : For modern browsers */
#main:before,
#main:after {
    content: "";
    display: table;
}
#main:after {
    clear: both;
}
/* clearfix : For IE 6/7 (trigger hasLayout) */
#main {
    zoom: 1;
    overflow: hidden;
}

/* ----- LINK COLOR ----- */
#main a:link {
	text-decoration: underline;
	color: #222222;
}
#main a:visited {
	text-decoration: underline;
	color: #555555;
}
#main a:hover, #main a:active {
	text-decoration: none;
	color: #222222;
}

#main #main-contents,
#main #main-nav,
#main #main-pagetop {
	float: left;
	text-align: left;
}
#main #main-contents {
	width: 775px;
}
#main #main-nav {
	width: 220px;
	text-align: right;
}
#main #main-pagetop {
	width: 45px;
	text-align: right;
}





/* ========================================
	#main-contents (main contents)
======================================== */
*/ ----------------------------------------
	writes to each css file
----------------------------------------
#main-contents div {
	padding: 0 0 50px 45px;
}
---------------------------------------- /*





/* ========================================
	#main-nav (right-nav)
======================================== */
/* ----- contents ----- */
#main #main-nav .contents {
	width: 200px;
}
#main #main-nav .contents ul {
	margin: 0 0 20px 20px;
}
#main #main-nav .contents ul ul {
	margin: 0;
}
#main #main-nav .contents li {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}
#main #main-nav .contents li ul li a,
#main #main-nav .contents li ul li a:link,
#main #main-nav .contents li ul li a:visited {
	display: block;
	background-image: url("../common/nav_icon_off.gif");
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	line-height: 1.0;
	margin: 0;
	padding: 7px 0 7px 26px;
	text-decoration: none;
}
#main #main-nav .contents li ul li.on,
#main #main-nav .contents li ul li a:hover,
#main #main-nav .contents li ul li a:active {
	display: block;
	color: #FFFFFF;
	background-color: #262626;
	background-image: url("../common/nav_icon_on.gif");
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	line-height: 1.0;
	margin: 0;
	padding: 7px 0 7px 26px;
}

/* line 2 */
#main #main-nav .contents li ul li.line2 a,
#main #main-nav .contents li ul li.line2 a:link,
#main #main-nav .contents li ul li.line2 a:visited {
	line-height: 1.3;
}
#main #main-nav .contents li ul li.line2,
#main #main-nav .contents li ul li.line2 a:hover,
#main #main-nav .contents li ul li.line2 a:active {
	line-height: 1.3;
}


#main #main-nav .contents p {
	margin: 0 0 10px 0;
}

/* ----- btn ----- */
#main #main-nav .btn {
	margin: 0 0 15px 0;
}
#main #main-nav .btn h3 {
	margin: 0 0 5px 20px;
}





/* ========================================
	#main-pagetop (pagetop)
========================================
#main #main-pagetop {
	position: relative;
}
#main #main-pagetop p {
	position: absolute;
	bottom: 0;
	left: 10px;
}
======================================== */
#main #main-pagetop {
	display: none;
}

/* ========================================
	#main-pagetop (pagetop)
======================================== */
#pagetopbtm {
	width: 1040px;
	clear: both;
	margin: 0 auto;
	padding: 0;
}
#pagetopbtm #pagetop {
	position: fixed;
	bottom: 0;
	width: 1040px;
	z-index: 50;
}
#pagetopbtm #pagetop #pagetoprap {
	width: 1040px;
	position: relative;
}
#pagetopbtm #pagetop p {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 51;
}





/* ========================================
	#footer (ALl)
======================================== */
#footer {
	clear: both;
	background-image: url("../common/footer_bg.jpg");
	background-position: left top;
	margin: 35px 0 0 0;
}
#footer #footer-contents {
	clear: both;
	width: 950px;
	background-image: url("../common/footer_contents_bg.gif");
	background-repeat: no-repeat;
	background-position: left 19px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}
#footer-copyright {
	clear: both;
	background-image: url("../common/footer_bg_kage.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 17px 0 50px 0;
}
#footer-copyright #footer-copyright-contents {
	width: 950px;
	margin: 0 auto;
}

/* ----- LINK COLOR ----- */
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #CCCCCC;
}



/* ----- footer: contents ----- */
#footer #footer-contents #contents01,
#footer #footer-contents #contents02,
#footer #footer-contents #contents03,
#footer #footer-contents #contents04,
#footer #footer-contents #contents05 {
	float: left;
	width: 190px;
	padding: 15px 0 0 0;
}

#footer #footer-contents p {
	background-image: url("../common/footer_icon01.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 10px 12px;
	padding: 0 0 0 13px;
	font-weight: bold;
}
#footer #footer-contents ul {
	padding: 0 0 10px 10px;
}
#footer #footer-contents ul li {
	background-image: url("../common/footer_icon02.gif");
	background-repeat: no-repeat;
	background-position: left middle;
	font-size: 11px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}

#footer #footer-contents ul li ul {
	padding: 10px 0 0 0;
}
#footer #footer-contents ul li ul li {
	background-image: url("../common/footer_icon03.gif");
	background-repeat: no-repeat;
	background-position: left middle;
	font-size: 11px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}
#footer #footer-contents ul li ul li.end {
	background-image: url("../common/footer_icon04.gif");
	background-repeat: no-repeat;
	background-position: left middle;
}




/* ----- footer: copyright ----- */
#footer-copyright .logo {
	float: left;
	width: 600px;
}
#footer-copyright .logo p {
	float: left;
}
#footer-copyright .logo p.copyright {
	float: left;
	font-size: 11px;
	line-height: 1.2;
	padding: 8px 0 0 13px;
}

#footer-copyright ul {
	float: left;
	width: 350px;
	padding: 8px 0 0 0;
	text-align: right;
}
#footer-copyright ul li {
	display: inline;
	font-size: 11px;
	line-height: 1.2;
}

/* ----- LINK COLOR ----- */
#footer-copyright a:link, #footer-copyright a:visited {
	text-decoration: none;
	color: #222222;
}
#footer-copyright a:hover, #footer-copyright a:active {
	text-decoration: underline;
	color: #222222;
}


/* clearfix : For modern browsers */
#footer:before,
#footer #footer-contents:before,
#footer-copyright:before,
#footer:after,
#footer #footer-contents:after,
#footer-copyright:after {
    content: "";
    display: table;
}
#footer:after,
#footer #footer-contents:after,
#footer-copyright:after {
    clear: both;
}
/* clearfix : For IE 6/7 (trigger hasLayout) */
#footer,
#footer #footer-contents,
#footer-copyright {
    zoom: 1;
}

