html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*以下からはオリジナルのCSS*/

/* ie用中央寄せ */
html {
	height:100%;
}
body {
	text-align:center;
	background-color:#828282;
	height:100%;
}
/* ie用画像の隙間削除 */
img  {
	vertical-align: top;
}
* html #container {
	height:100%;
}

#container {
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	min-height:100%;
}

body > #container {
	height:auto;
}

#head-img {
	margin-top:10px;
}

#main-image {
	position:relative;
	margin-top:10px;
}

#core-image {
	position:absolute;
	top:630px;
	left:0px;
	height:110px;
	width:110px;
}

#document {
	position:relative;
	margin-left:40px;
	text-align:left;
	padding-bottom:100px;	
}

#info {
	width:798px;
}

/* 本文の見出し3 */
#info h3 {
    margin:0.5em 0;
	margin-top:50px;
    background-color: #F6F6F6;
    border-left: 5px solid #336699;
    padding: 3px 0px 3px 5px;
    font-size: 100%;
    border-bottom: 1px solid #CCCCCC;
}

#core_info {
	position:absolute;
	top:680px;
	left:130px;
}

#contents {
	margin-bottom:20px;
}
/* コンテンツの項目 */
#contents p{
	position:relative;
	margin-top:10px;
	width:585px;
	border-width:1px;
	font-size:12pt;
	line-height:22px;
	padding-left:5px;
}

#contents p img#name{
	position:relative;
	margin-left:260px;
	margin-bottom:20px;
}

/* サイトマップ */

#contents ul#sitetree{
	position:absolute;
	top:90px;
	left:590px;
	margin-top:10px;
	margin-left:8px;
	width:200px;
	border-width:1px;
	border-style: dashed;
}


/* 以下メインナビ */
#head li{
	list-style-type:none;
	width:266px;
	height:30px;
	float:left;
}
#head a{
	display:block;
	height:100%;
	text-indent:-9999px;
}

#head li.aboutButton{
	background:url(./1-info-main-line.png);
}
#head li.aboutButton a{
	background:url(./1-info-main.png);
}
#head li.recButton{
	background:url(./1-rec-main-line.png);
}
#head li.recButton a{
	background:url(./1-rec-main.png);
}
#head li.accessButton{
	background:url(./1-access-main-line.png);
}
#head li.accessButton a{
	background:url(./1-access-main.png);
}
#head li a:hover{
	background:none !important;
}


/* 以下 IE と Firefox に対応させたフッタの処理 もうちょっと どうにかならんのか・・ */
#foot{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
	color:#ffffff;
}

#foot_sub {
	left:0px;
}
#foot_sub2 {
	height:100px;
	background-color:#292e6a;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#foot_corpname {
	position:relative;
	top:-10px;
	left:150px;
	width:50%;
	height:50px;
	text-align:left;
	float:left;
}
#foot_address {
	position:relative;
	top:10px;
	width:50%;
	text-align:left;
	font-size:11pt;
	float:right;
}
#foot_end {
	position:relative;
	margin-top:16px;
	width:100%;
	float:left;
}
