/* ================================ */
/* 全体設定 */
/* ================================ */
body {
	color:#555555;
	margin: 0px 2px 2px 2px;
	padding: 0px 10px 0px 0px;
	text-align: center;
	background-color: #ffffff;
	font-size: 8pt;
	

/*	background-image: url(./images/back.png); */]
}
td {
	color:#4444ff;
	text-decoration:none;

}
img{
	border-style: none;
}
#wrap {
	margin: 0px auto 0px auto;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 1px 0px 1px;
	width: 740px;
	text-align: left;
	background-color: #ffffff;
}
A:link { 
	color:hotpink;
}
A:visited {
		color:#99CC66; 
}
A.external:link  {
	color: magenta; 
}
A.external:visited  {
color: hotpink; 
}
A.external:hover {
color: blue;
}

/* ================================ */
/* ヘッダ */
/* ================================ */
head {
	margin: 0;
	border-style: solid;
	border-color: #666666;
	border-width: 0px 0px 1px 0px;
	background-image: url(./image/back_header.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 740px;
	height: 38px;
}

h1{
	font-size: 20px;
	font-weight: borld;
	font-style: normal;
	margin: 2px 2px 5px 2px;
	text-align: center;
}

/* ================================ */
/* メイン */
/* ================================ */
 {
	float:left;
	width: 560px;
}

 h2{ 
	font-size: 20px;
	font-weight: borld;
	font-style: normal;

}
 h3{ 
	font-size: normal;
	font-weight: normal;
	font-style: normal;
}
 h3.warning{ 
	font-size: normal;
	font-weight: bold;
	font-style: normal;
	color:#ff3300;
	border-width: 0px 0px 1px 0.5em;
	border-style: solid;
	border-color: #ff3300;
	margin: 1em 1.5em 5px 1.5em;
	padding: 0px 5px 0px 5px;
}
 h4{ 
	font-size: normal;
	font-weight: bold;
	font-style: normal;

}
 p{
	margin: 0px 2em 1em 2em;
}
 p.graph{
	text-align: center;
	margin: 0px auto 0px auto;
}

 li{
	padding: 0px 4px;
	margin: 0px 3em 0px 3em;
}
 a{
	color: #000000;
	text-decoration: none;
 	font-size: 8pt;
}
 a:hover{
	color: #ff3333;
	text-decoration: underline;
}

 input.button{
	border: solid 1px #666666;
	font-size: 12px;
	top: 30px;
	left: 200px;
}

img.modelimg{
	float:left;
}

img.tana{
	position:relative;
	top:60px;
	left:6px;
	float:right;
}

em.hit{
	font-size: normal;
	font-weight:bold;
	font-style: normal;
	color:#ff3333;
}

.photo{
	background:url('image/shadow.gif') no-repeat right bottom;
	width:auto;
	top:6px; left:6px;
	margin:0 6px 6px 0;
	float:left;
}

.photo img{
	position:relative;
	left:-6px; top:-6px;
}