/* reset
================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th.td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

/* base
================================================== */
body { font-size:12px;}
td { font-size:12px;}
A {text-decoration:none;}
A:link {color:#333333;}
A:visited {color:#999999;}
A:hover {color:#FF6600;}
.midashi{ font-size:12px;color : #51952B;font-weight:bold;}
.kaisou {font-size: 10px; color: #666666;}
.haikei {background : url(images/back.gif);}
.haikei2 {background : url(images/namae_top.gif);}
.haikei3 {background : url(images/chizu_top.gif);}
.haikei4 {background : url(images/chiiki_top.gif);}
.haikei5 {background : url(images/shiteisaki_top.gif);}


#container {
	position: relative;
	width: 900px;
	height: 110px;
}
.namae {
	background: url(image/bg_namae.png) repeat-x top left;
}
.shiteisaki {
	background: url(image/bg_shiteisaki.png) repeat-x top left;
}
.osusume {
	background: url(image/bg_osusume.png) repeat-x top left;
}
#container h1 {
	position: absolute;
	top: 0;
	left: 0;
}
#container nav ul {
	position: absolute;
	display: table;
	width: 660px;
	top: 62px;
	left: 10px;
}
#container nav ul li {
	display: table-cell;
}
#container .item {
	position: absolute;
	top: 0;
	right: 0;
}

#container2 {
	position: relative;
	width: 900px;
	height: 205px;
	background: url(image/bg_link.png) repeat-x top left;
}
#container2 h1 {
	position: absolute;
	top: 85px;
	left: 0;
}
#container2 nav ul {
	position: absolute;
	display: table;
	width: 660px;
	top: 43px;
	left: 10px;
}
#container2 nav ul li {
	display: table-cell;
}
#container2 .item {
	position: absolute;
	top: 0;
	right: 15px;
}
#container2 .contents ul {
	position: absolute;
	display: table;
	width: 420px;
	top: 165px;
	left: 0;
}
#container2 .contents ul li {
	display: table-cell;
}

BLOCKQUOTE {
	padding: 1em 3em 2em;
}