/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
option {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	background-image:url(img/back.gif);
	margin: 0px;
	padding: 0px;
	font-size: small;
	background-color: #F3F3F3;
	text-align: center;
}

td{background-color:#ffffff;}
h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
 font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-style: normal;
	font-size: small;
	line-height: 1.6;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}
/* ---------- */
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#navi {
	height: 30px;
}

img.photo{
	margin-right:20pt;
	float:left;
}

a{
	font-size: 13px;
	line-height: 25px;
}
h1 {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
p {
	color: #000000;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 12px;
}

p.link {
	color: #000000;
	font-size: 15px;
	text-align:center;
}


#head {
	background-color: #F3F3F3;
	height: 80px;
	text-align: center;
}