@charset "Shift_JIS";

/* ************************************** _

タイトル：base.css
制作社：User Centered Design, Inc

概要：全ページ共通となるベースCSSファイル

制作日：
変更日：

_ ************************************** */


/* body ID
---------------------------------------------------------------------------- */

body{
	color:#333333;
	background-color:#F6F6F6;
	margin: 0;
	padding: 0;
}

a { text-decoration: underline; }
a:link     { color: #1F4D94; text-decoration: underline; }
a:visited { color: #1F4D94; text-decoration: underline; }
a:hover   { color: #1F4D94; text-decoration: none; }
a:active  { color: #1F4D94; text-decoration: underline; }

/* font style
---------------------------------------------------------------------------- */

p,td,th,
li,dt,dd,pre,textarea{
	font-size:12px;
	/*\*/ /*/  font-size:72%;  /* MacIE */
	line-height:140%;
}

/* layout ID
---------------------------------------------------------------------------- */

#layout {
	width:740px;
	padding-right: 4px;
	position: relative;
	background: #FFFFFF url(../images/bg_main.gif) repeat-y top right;
}

/* pageBody ID
---------------------------------------------------------------------------- */

#pageBody {
	padding: 13px 9px 0;
}

#pageBody td {
	vertical-align: top;
}


/* header ID
---------------------------------------------------------------------------- */

#header {
	width: 740px;
	height: 72px;
	padding-top: 1px;
	background: url(../images/bg_header.gif) repeat-x top left;
	margin-bottom: 1px;
}

#header h1 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #7A7A7A;
}

#header h2 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #7A7A7A;
}

#headerNaviArea {
	padding-top: 7px;
}

#headerNaviArea #headerNavi {
	text-align: center;
}

#headerNaviArea td {
	vertical-align: bottom;
	font-size: 11px;
}

#headerNaviArea td img {
	vertical-align: middle;
}

#headerNaviArea td.logoArea {
	padding-left: 9px;
	padding-right: 22px;
}


/* gNavi ID
---------------------------------------------------------------------------- */

#gNavi {
	width: 740px;
	text-align: center;
	background: url(../images/bg_menu.gif) repeat-x top left;
	padding-top: 7px;
}

#gNavi table {
	margin: 0 auto;
}

#gNavi #oldmenu {
	width: 130px;
}

#gNavi #infomenu {
	width: 110px;
}

.pulldown {
	visibility: hidden;
	position: absolute;
	filter:	alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	z-index: 10;
}

.pulldown a, .pulldown a:visited, 
.pulldown a:hover, .pulldown a:active { color: #FFFFFF; text-decoration: none; }

.pulldown td {
	background: #FFFFFF;
}

.pulldown a {
	display: block;
	background: #5C6066;
	font-size: 11px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.pulldown a:hover {
	background: #1C488F;
}


/* footer ID
---------------------------------------------------------------------------- */

#footer {
	border-top: solid 1px #C8CAD7;
	padding-left: 11px;
	background: url(../images/bg_footer.gif) repeat-x top left;
	height: 20px;
	padding-top: 10px;
}


span.arrowLink {
	background: url(../images/arrow.gif) no-repeat top left;
	margin: 0;
	padding-left: 9px;
}

.arrowLinkR {
	background: url(../images/ico_link.gif) no-repeat top right;
	margin: 0;
	padding-right: 15px;
}


/* bread ID
---------------------------------------------------------------------------- */

#bread {
	color: #999999;
	padding-top: 9px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
}

#bread * {
	font-size: 11px;
}


.imgover {}
.clearBoth {clear:both;}
.clearRight {clear:right;}
.clearLeft {clear:left;}
