/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:"メイリオ","ＭＳ ゴシック", "Osaka－等幅"
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { color:#fff;}
body {
	background-color:#fff;
	}
	
#wrapper {
	margin:0 auto;
	width:978px;
	text-align:center;
}

#header {
	text-align:left;
}

#header h1 {
	background:url(../images/hr1.gif) no-repeat  bottom;
	margin:30px 0 0 0;
	padding-bottom:15px;
}

.logo {
	text-align:right;
	margin-top:-54px;
	margin-bottom:40px;
}

#container {
	overflow:hidden;
	margin-bottom:30px;
	padding-bottom:30px;
}

#main {	
	float:left;
	width:642px;
	padding-bottom:32767px;
	margin-bottom:-32767px;
}

#main h2 {
	text-align:left;
	font-size:26px;
	line-height:1;
	margin-bottom:10px;
}


.alignR {
		text-align:right;
}

.alignL {
		text-align:left;
}


.update {
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:35px;
}

.mainImg {
	background:url(../images/hr_642.gif) bottom no-repeat;
	padding-bottom:25px;
	margin-bottom:15px;
}

#main p {
	font-size:95%;
	line-height:1.6;
	text-align:left;
}

#side {
	float:right;
	width:306px;
	background-color:#31a902;
	text-align:left;
	padding-bottom:32767px;
	margin-bottom:-32767px;
}

#side h2 {
	margin:0;
	padding:0;
}

#side h3 {
	padding:12px 22px 28px 22px;
	font-weight:normal;
	font-size:100%;
}


#side dl {
	padding-left:30px;
}

#side dt {
	font-weight:bold;
	font-size:95%;
	padding-bottom:4px;
}

#side dd {
	font-size:95%;
	margin-bottom:30px;
	padding-right:12px;
	line-height:1.4;
}

small {
	font-size:80%;
	color:#333;
	line-height:1.2;
}
	
dd.photoGallery {
	line-height:1.2em;
	background:url(../images/list01.gif) no-repeat 0px 4px;
	padding-left:20px;
	
}

.photoGallery a{
	color:#000;
	line-height:1.2;
	font-size:90%;
	
}

#footer {
	background:url(../images/hr_btm.gif) no-repeat top;
	padding-top:20px;
	color:#666;
	font-size:10px;
	padding-bottom:30px;
	
	
}

.strong {
	font-weight:bold;
}

.linethrough {
	text-decoration:line-through;
}

