@charset "UTF-8";


* {
	margin: 0px;
	padding: 0px;
}

html{
}

body{
	width: 100%;
	min-height: 100%;
	font-size: 78%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	line-height: 1.5em;
	text-align: center;
	color: #000000;
	background: #ffffff;
}


h1,h2,h3,h4,h5,h6{
	line-height: 1.4;
}

p,th,td,li,dt,dd{
	line-height: 1.4;
}

ul	{list-style-type: none;}
img	{border: none; vertical-align: top;}

a:link,
a:visited{color: #5770b3; text-decoration: none;}
a:hover,
a:active{color: #e50000; text-decoration: underline;}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
	overflow: hidden; /*DW view*/
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

div#wrapper{
	margin: 0px auto;
	width: 970px;
	text-align:left;
}


/* HEADER */

#headbox {
	width: 760px;
	float: left;
}
#headbox h1 {
	margin-left: 10px;
	margin-bottom: 3px;
}
#headbox li {
	width: 240px;
	float: left;
	padding-left: 10px;
	display: inherit;
}
#headbox li img {
	margin-bottom: 10px;
	display: block;
}


#infobox {
	width: 200px;
	float: right;
	margin-right: 10px;
}
#infobox .open {
	height: 84px;
}
#infobox .title {
	margin-bottom: 10px;
}
#infobox .note {
	font-size: x-small;
}
#infobox .add {
	margin-top: 13px;
}

/* CONTENTS */
#pankuzu {
 margin: 10px 0 25px 0;
}

#pankuzu a:link,
#pankuzu a:visited{color: #00479d; text-decoration: underline;}
#pankuzu a:hover,
#pankuzu a:active{color: #e50000; text-decoration: underline;}


.note {
	font-size: x-small;
}

#topcontents {
	margin: 0 10px;
}
#contents {
	margin: 0 auto;
	width: 900px;
	
}
#contents .title {
	margin-bottom: 28px;
}

/* FOOTER */
#footer {
	text-align: right;
}
#pagetop {
	text-align: right;
	margin: 30px 10px 5px 0;
}
#footerbox {
	background: url(../img/footer.gif) no-repeat bottom;
	height: 33px;
	color: #FFFFFF;
}
#footerbox p {
	padding: 15px 20px 0 0;
	font-size: x-small;
}

