@charset "utf-8";

@import "menu.css";
@import "style.css";
@import "ie-fix.css";

img,li { behavior:url(../global/js/iepngfix.htc); }


/*default settings 
======== table of content. ============================

- link color
- Universal Selector

- HTML BASE ELEMENT
	- body
	- nojsAlert
	- nonvisualMenu
	- wrapper
	- header
		 - logo
			- function-Area
	- globalMenu
	- breadcrumbs
	- content
	- totop
	- footer
	
=======================================================
*/	

/*-----------------------------------------------------
link color
-------------------------------------------------------*/
a:link,
a:visited {
	color:#800000;
}

a:hover {
	color:#ff0606;
}

/*-----------------------------------------------------
Universal Selector
-------------------------------------------------------*/
* {
	font-size:100%;
}

/*-----------------------------------------------------------------
																								HTML BASE ELEMENT
-------------------------------------------------------------------*/
/*-----------------------------------------------------
body
-------------------------------------------------------*/
body {
	margin:0 0 10px 10px;
	padding:0;
	background:#ffffff;
	font-family:Lucida Grande,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka, "MS UI Gothic", Arial, Gothic, sans-serif;
}

/*-----------------------------------------------------
nojsAlert
-------------------------------------------------------*/
#nojsAlert {
	width:741px;
	margin-top:15px;
	margin-bottom:15px;
	background-color:#800000;
	border:1px solid #969696;
}

#nojsAlert h3 {
	margin:0;
	padding:5px;
	color:#fff;
	font-size:14px;
	font-weight:normal;
}

/*-----------------------------------------------------
nonvisualMenu
-------------------------------------------------------*/
div.nonvisualMenu {
	width:1px;
	height:1px;
	font-size:1px;
	overflow:hidden;
	/* except MacIE \*/position: absolute;/* end */
	left:0;
	top:0;
	color:#fff;
	background:#fff;
}

div.nonvisualMenu a {
	color:#fff;
	text-decoration:none;
	font-size:1px;
}

a#TO-PAGE-TOP img,
a#GLOBAL-NAVIGATION img,
a#SIDE-CONTENTS img,
a#MAIN-CONTENTS img,
a#FOOTER-AREA img {
	position:absolute;
	top:0;
	left:0;
}

/*-----------------------------------------------------
wrapper
-------------------------------------------------------*/
#wrapper {
	width:743px;
}

/*-----------------------------------------------------
header
-------------------------------------------------------*/
#header {
}

#header img#logo {
	float:left;
	border:0 none;
}

#header img#logo a {
	border:0 none;
}

#header #function-Area {
	float:right;
	height:33px;
	padding-top:5px;
}

/*------------------------------------
サイト内検索
--------------------------------------*/
#header #function-Area p,
#header #function-Area form,
#header #function-Area form fieldset {
	display:inline;
	margin:10px 0 0 0;
	padding:0;
}

#header #function-Area p {
	font-size:10px;
	vertical-align:16px;
}


#header #function-Area form fieldset {
	line-height:36px;
}

#header #function-Area form legend {
	display:none;
}

#header #function-Area form input#searchInThisSite {
	width:120px;
	border:1px solid #969696;
}

#header #function-Area form input#searchInThisSite:focus {
	background:#ffeeee;
}

#header #function-Area p.language {
	display:block;
	text-align:right;
	margin-top:-2px;
}

/*-----------------------------------------------------
globalMenu
-------------------------------------------------------*/
/* 詳細設定はmenu.cssに記述 */
#globalMenu {
	clear:both;
	height:24px;
	margin-bottom:0;
	border-bottom:5px solid #800000;
}

/*-----------------------------------------------------
breadCrumbs
-------------------------------------------------------*/
/* 詳細設定はmenu.cssに記述 */


/*-----------------------------------------------------
content
-------------------------------------------------------*/
#content {
	margin-top:5px;
	margin-right:14px;
	background:transparent url(../images/content_bg.gif) repeat-y top left;
}

/*------------------------------------
mainCol
--------------------------------------*/
#content div.mainCol {
	float:right;
	width:572px;
}

/*------------------------------------
subCol
--------------------------------------*/
#content div.subCol {
	float:left;
	width:140px;
	height:100%;
	padding:5px;
}

/* 詳細設定はmenu.cssに記述 */
#content div.subCol div.localMenu {
	margin-bottom:5px;
	width:138px;
	background:#fff;
	border:1px solid #969696;
}

/*-----------------------------------------------------
totop
-------------------------------------------------------*/
#totop,
#close {
	clear:both;
	text-align:right;
	margin:10px 10px 10px 0;
	padding:10px 0 0 0;
}

#totop p,
#close p {
	display:inline;
	font-size:11px;
	margin-left:5px;
}

#totop p.printerfriendly,
#close p.printerfriendly {
	display:inline;
}

#totop p a.pagetop,
#totop p.printerfriendly a.print,
#close p.printerfriendly a.print,
#close p a.close {
	padding:0 0 0 12px;
	margin:0;
	cursor:pointer;
}

#totop p a.pagetop {
	background:transparent url(../images/icon_totop.gif) no-repeat 0 50%;
}

#totop p.printerfriendly a.print,
#close p.printerfriendly a.print {
	text-decoration:underline;
	color:#800000;
	background:transparent url(../images/icon_print.gif) no-repeat 0 50%;
}

#totop p.printerfriendly a.print:hover,
#close p.printerfriendly a.print:hover {
	color:#ff0606;
}

#close p a.close {
	background:transparent url(../images/icon_close.gif) no-repeat 0 50%;
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/
#footer {
	clear:both;
	min-height:18px;
	padding:5px;
	border-top:1px solid #969696;
}

#footer p {
	font-size:10px;
}

#footer p a {
	color:#000;
}
