@import "font.css";
@import "init.css";
@import "bottom.css";
@import "parts.css";
@import "print.css";

body {
	background-color: #9CC4EB;
	background-image: url(../images/body_bgimg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0 0 20px 0;	
}

a:link {
	color: #0066CC;
	text-decoration: underline;
}

a:visited {
	color: #006699;
	text-decoration: underline;
}

a:active {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}


/* ヘッダー --------------------------------------------- */  
div#header {
	width: 770px;
	height: 55px;
	margin: 15px auto 0 auto;
}

div#header
p.logo {
	float: left;
}

div#header
p.copyvalue,
div#header
h1.copyvalue {
	float: left;
	margin: 7px 0 0 1em;
	color: #0066CC;
	font-weight: normal;
}

div#header
address {
	float: right;
	text-align: right;
	margin-top: 7px;
	color: #666666;
}

div#header
address
strong {
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 1em;
}


/* コンテンツ --------------------------------------------- */  

div#wraper {
	width: 778px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	overflow: auto;
}


/* フッター --------------------------------------------- */  

div#footer {
	width: 758px;
	margin: 0 auto;
	background-image: url(../../images/wraper_bgimg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 10px 10px 10px;
}

div#footer
ul#footerMenu {
	text-align: center;
	background-color: #C6BCA1;
	padding: 0.3em;
}

div#footer
ul#footerMenu
li {
	display: inline;
}

div#footer
ul#footerMenu
li
a {
	color: #FFFFFF;
	margin: 0 0.4em;
}

div#footer
ul#footerMenu
li
a:hover {
	color: #0066CC;
}

div#footer
p#copyright {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #888888;
	background-color: #E7E0CE;
	padding: 1em;
}


/* 左メニュー --------------------------------------------- */  

div#wraper
div#menuLeft {
	float: left;
	width: 252px;
	padding: 0 0 40px 0;
	background-image: url(../images/menu_bgimg2.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}

div#wraper
div#menuLeft
dl#mainmenu {
	padding: 15px 0 3px 13px;
}

div#wraper
div#menuLeft
ul#submenu {
	margin: 0 0 0 10px;
}

div#wraper
div#menuLeft
ul#submenu
li {
	width: 234px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 1px 0;
}

*+html body
div#wraper
div#menuLeft
ul#submenu {
	margin: 3px 0 0 10px;	/* IE7 only */
}

* html body
div#wraper
div#menuLeft
ul#submenu {
	margin: 3px 0 0 10px;	/* IE5-6 only */
}

*+html body
div#wraper
div#menuLeft
ul#submenu
li {
	margin: -3px 0 0 0;	/* IE7 only */
}

* html body
div#wraper
div#menuLeft
ul#submenu
li {
	margin: -3px 0 0 0;	/* IE5-6 only */
}

div#wraper
div#menuLeft
ul#submenu
li
a {
	display: block;
	color: #FFFFFF;
	padding: 10px 10px 10px 40px;
	text-decoration: none;
	line-height: 1em;
}

div#wraper
div#menuLeft
ul#submenu
li.forStaff
a {
	background-color: #715E46;
	background-image: url(../images/menu_allow_01.gif);
	background-repeat: no-repeat;
	background-position: 15px center;	
}

div#wraper
div#menuLeft
ul#submenu
li.forStaff
a:hover {
	background-color: #917859;
}

div#wraper
div#menuLeft
ul#submenu
li.forCorp
a {
	background-color: #A59569;
	background-image: url(../images/menu_allow_02.gif);
	background-repeat: no-repeat;
	background-position: 15px center;	
}

div#wraper
div#menuLeft
ul#submenu
li.forCorp
a:hover {
	background-color: #B0A27B;
}

div#wraper
div#menuLeft
dl#othermenu {
	margin: 0 0 0 10px;
}

div#wraper
div#menuLeft
dl#othermenu
dt {
	font-size: 1.1em;
	color:#666;
	font-weight: bold;
	clear: both;
	margin: 20px 0 0 17px;
}

div#wraper
div#menuLeft
dl#othermenu
dt
img {
	margin: 0 0.3em 0 0;
}

div#wraper
div#menuLeft
dl#othermenu
dd {
	clear: both;
	margin: 3px 0 0 30px;
	padding: 1px;
	overflow: auto;
}

div#wraper
div#menuLeft
dl#othermenu
p#searchbox {
	float: left;
	background-image: url(../images/menu_ico_search_box.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 17px;
	width: 133px;
	margin: 0 5px 0 0;
	text-align: center;
	padding: 3px 0 0 0;
}

* html body
div#wraper
div#menuLeft
dl#othermenu
p#searchbox {
	margin: 0 5px 10px 0;	/* IE5-6 only*/
}

div#wraper
div#menuLeft
dl#othermenu
p#searchbox
input {
	width: 120px;
	font-size: 0.9em;
	line-height: 1em;
	border: 0;
	background: none;
	color: #666666;
}

* html body
div#wraper
div#menuLeft
dl#othermenu
p#searchbox
input {
	margin: -2px 0 0 -35px;	/* IE5-6 only*/
}

div#wraper
div#menuLeft
dl#othermenu
button#searchbtn {
	display: block;
	float: left;
	background-image: url(../images/menu_ico_search_btn.gif);
	height: 19px;
	width: 39px;
	border: 0;
	line-height: 19px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

div#wraper
div#menuLeft
p#freetel {
	margin: 30px 0 30px 10px;
}

/* コンテンツ(メイン) --------------------------------------------- */  

div#wraper
div#contents {
	float: right;
	width: 526px;
	clear: right;
}

*+html body
div#wraper
div#contents {
	overflow: hidden;	/* IE7 only */
}

div#maincontent {
	width: 516px;
	background-color: #FFFFFF;
	padding: 10px 0 20px 0;
}



/* 上に戻るボタン */
p.gototop {
	text-align: right;
	margin: 8px 0;
	padding: 0 1px;
	clear: both;
}

p.gototop
a {
	background-image: url(../images/btn_link_gotop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 1px 0 0 12px;
	font-size: 0.8em;
	color: #0066CC;
	text-decoration: underline;
	cursor: pointer;
}






/* 印刷用 ----------------------------------------------------------- */


@media print {

body {
	background-image: none;
	background-color: #FFFFFF;
	overflow: visible !important;
}

div#header {
	width: 750px;
	overflow: hidden;
	page-break-after: avoid;
}

div#footer {
	width: 750px;
	padding: 0;
	overflow: hidden;
	background-image: none;
	clear: both;
}

div#wraper {
	width: 770px !important;
	overflow: visible !important;
	background-color: #FFFFFF !important;
	background-image: none !important;
}

div#wraper
div#menuLeft {
	background-image: none !important;
	width: 235px;
	overflow: hidden !important;
}

div#wraper
div#menuLeft
* {
	background-image: none !important;
}

div#wraper
div#menuLeft
dl#mainmenu {
	background-image: none !important;
	padding: 15px 0 3px 0 !important;
}

div#wraper
div#contents {
	background-image: none !important;
	overflow: visible !important;
}

div.separate {
	overflow: visible !important;
	page-break-after: avoid;
}

h2 {
	page-break-after: avoid;
}

p.gototop {
	display: none;
}


}