body,div,p,h1,h3,h4,h5,h6,strong,ul,li,img,br{
	margin:0;padding:0;border:none;font-weight:normal;font-style:normal;text-decoration:none;
	list-style:none;
}

/*color set*/
body{
	color:#333333;
	background-color: #FFFFFF;
}
a{color:#0086FF;}
a:hover{color:#709FA5;}

a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

/*color set end*/


body {
	font-size:12px;
/*	text-align: center;*/
}

#wrapper{
	width:800px;
	background-color:#FFFFFF;
}

a:hover{
	text-decoration: underline;
}

.photo {
	margin:0px 10px;
	padding-bottom:1.2em;
	text-align: center;
}
.photo img{
	margin: 0px 15px;
	vertical-align:middle;
}

.photoR {
	float:right;
	margin-left:10px;
}
.photoL {
	float:left;
	margin-right:10px;
}

.right{
	float:right
}
.left{
	float:left
}
.clr {
	clear: both;
}
.red {
	color:#CC0000;
}
.center {
	text-align:center
}

.bold {
	font-weight:bold;
}

.pT15 {
	padding-top:15px;
}