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

body{
	position:absolute; top:0px; left:200px;
	width:800px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

div.contents{
	background-image:url(../image/bg_01.jpg);
	background-repeat:no-repeat;
	margin:0px auto 0px auto;	/* 上=1px、右=2px、下=3px、左=4px */
	padding:430px 0px 0px 0px;
	text-align:center;
	width:800px;
	height:100%;
}


p.text{
	font-size:11pt;
	color:#666666;
	line-height:140%;
}

p.cap{
	font-size:8pt;
	color:#666666;
	line-height:120%;
	letter-spacing:1px;
}

img{
	border:0;
}

img.kei {
	border-style:solid;
	border-color:#000033;
	border-width:1px;
}

img.pic {
	margin-top:30px;
	margin-bottom:20px;
	border-style:solid;
	border-color:#000033;
	border-width:0px 0px 0px 0px;
}

img.contents_02 {
	margin-left:50px;
}

address{
	padding:10px;
	text-align:right;
	font-style:normal;
	font-size:8pt;
	color:#666666;
	font-family:"Verdana",;
}

a.mail {
	color:#666666;
	text-decoration: none;
}