@charset "UTF-8";

/* CSS Document */

html, body, ol, ul, li, dl, dt, dd, img, h1, h2, h3, h4, h5, h6, h7, p, form, table, tr, th, td, a {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

body {
	color: #000; 
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url(../images/back.jpg) center top no-repeat;
	font-size: 0.75em;
	line-height: 1em;
	text-align: center;
}

a, a:hover, a:active {
	color: #000;
	text-decoration: none;
}

/*************************************************
	layout
**************************************************/

#wrapper {
	margin: 0 auto;
	width: 860px;
}

#header {
	width: 800px;
	text-align: right;
	padding: 30px;
}

#hLogo { float: left; }

#container {
	width: 100%;
	background: #FFF url(../images/body_back_t.gif) center top no-repeat;
	float: left;
}

#contents {
	width: 800px;
	min-height: 150px;
	background: url(../images/body_back_b.gif) center bottom no-repeat;
	text-align: left;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	float: left;
}

*html #contents { height: 150px; }

#primary {
	width: 640px;
	float: right;
}

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	color: #FFF;
	padding: 8px 0 15px 0;
}
table.border1 {
	border: 1px solid #000000;
	border-collapse: collapse;
}


/*************************************************
	color
**************************************************/

.cRed { color: #C20; }
.style2 {color: #FF0000; font-size: 1.1em;}


/*************************************************
	top title
**************************************************/

#amDate { margin-bottom: 15px; border: 1px solid #333; padding: 3px; text-align: center; }
#amDate dt { padding: 8px 10px; background-color: #333; }
#amDate dd { font-size: 1.2em; margin: 7px 0; }

#topTitle { width: 100%; line-height: 140%; }
#topTitle h2 { font-size: 1.5em; line-height: 140%; padding-top: 28px; }
#topTitle .subTitle { margin-bottom: 3px; font-size: 1.1em; }
.map {
	margin-left: 70px;
}
#topTitle h2, #topTitle .subTitle { color: #C20; }
div.imageP { float: left; width: 152px; padding-right: 15px; }
div.imageP img { border: 1px solid #999; }

.column { clear: both; padding-top: 5px; line-height: 140%; }
.column p {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0px;
	line-height: 160%;
}
blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
p {
	margin: 0px;
	padding: 0px;
}
.column a, a:hover, a:active {
	color: #000;
	text-decoration: underline;
}


.list { padding-left: 10px; }
.list li { padding-left: 15px; background: url(../images/point_list.gif) left 4px no-repeat; }

.banner { padding-top: 15px; }
.banner span { display: none; }
.banner img { margin: 0 5px; }
.banner a img { border: 1px solid #999; }
.banner a:hover img { border: 1px solid #C20; }

/*************************************************
	navigation
**************************************************/

#navi {
	width: 130px;
	float: left;
	padding-left: 10px;
}
#navi li { line-height: 140%; padding-top: 5px; font-weight: bold; }
#navi li ul li { padding-top: 3px; padding-left: 10px; font-weight: normal; }
#navi li, #navi li a { color: #333; }
#navi li a:hover, #navi li a.naviOn { color: #07B; }

/*************************************************
	clear
**************************************************/

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

@media print{

body { background: none; }
#wrapper, #header, #container, #contents { width: 640px; padding: 0; background: none; }
#primary { float: none; padding: 15px 0; }
#navi { display: none; }
#footer { padding: 0; color: #000; }
.banner { text-align: left; }
.banner img { margin: 0 5px 5px 0; }

}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
