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

	margin:0px;
	padding:0px;

}

body{
	
	margin:0px;
	padding:0px;
	font-size:0.9em;
	
}

body#item{
	
	margin:0px;
	padding:0px;
	font-size:1em;
		background:#666666 url(../images/common/background.jpg) repeat-x;

}

h1{
	
	font-size:1.2em;
	font-weight:bold;
	/*color:#62AC57;*/
	color:green;
	
}

a{
/*color:#62AC57;*/
color:green;
text-decoration:underline;
}

a:link{

}

a:hover{
background:#E1EFC8;
}


div#wrapper{
	margin:10px;
	padding:10px;
	background-color: #FFFFFF;
}

/*���Τ餻�����ƥ���*/
div#bodyStr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	/*font-size:12px;*/
	
}

div#titleStr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 10px 10px;
	font-size:12px;
}

div#itemStr{
	border: 1px solid #3399CC;
	margin: 10px;
	padding:5px;
	font-size:12px;
}

table.imgBox{
	margin: 10px;
	font-size:12px;
}



li {
	background: url(../images/common/list_b.jpg) left 1px no-repeat;
	list-style-type: none;
	margin:2px;
	margin-bottom:0px;
	padding-left: 15px;
}

ul{
	margin:0;
	padding:0;
}

.date{
	font-size:0.9em;

}

.date1{
	font-size:0.9em;
	color :gray;
}

.bodytext{
padding:5px;

}

.photo{
border:5px #CCCCCC solid;
margin:5px 0px;


}
