@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------------
	reset
-------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6,textarea {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ul,ol {
	list-style-type: none;
}


/* --------------------------------------------------------
	default
-------------------------------------------------------- */
body {
	width:80%;
	padding-bottom:25px;
	background: #fff;
	color: #1B1B1B;
	font:18px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 

	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.65;
	word-break: break-all;
	margin:0 auto;
	text-align:left;
	height:100%;
}

a:link,
a:visited {
	color:#990000;
	text-decoration: none;
}

a:hover,
a:active {
	color:#2C2E40;
}

/* IE6 base font */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* overflow */
.overflow {  
_zoom: 1;  
overflow: hidden;  
}  

.clearFix {	zoom:100%;}
.clearFix:after { content: " "; clear: both; height: 0; display: block; visibility: hidden;}


/* --------------------------------------------------------
	style
-------------------------------------------------------- */

h1{
	width:415px;
	height:180px;
	margin: 30px auto;
}

p{
	text-indent: 1em;
}

#back{
	text-align:center;
	font-size:2em;
	font-weight:bold;
	line-height:3em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.imgL{
	float:left;
	margin-top: 10px;
	margin-right: 10px;
}

.imgR{
	float:right;
	margin-top: 10px;
	margin-left: 10px;
}

#image01{
	background:url(images/01.jpg);
	width:420px;
	height:371px;
}

#image02{
	background:url(images/02.jpg);
	width:420px;
	height:306px;
}

#image03{
	background:url(images/03.jpg);
	width:420px;
	height:634px;
}
