/* body に関する記述 */
body{
	background-color:#ffffff;
	background:url('img/hana1.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
  	background-attachment: fixed;
}



	
/* リンク */
/*
a:link { 
	text-decoration: none; 
	color: red; }
a:visited {
	text-decoration: none;
	color: red; }
a:active { 
	text-decoration: none;
	color: red; }
a:hover{
	text-decoration: none;
	position:relative;
	top:2px;
	left;1px;	
}
*/

/* テキスト */
h4 {text-decoration: underline;}

.mm{
	font-weight: normal;
	text-align:left;
	font-size:90%;
	
}

p{
	text-align:justify;
}

/* リスト */
#main ol{
	font-weight: normal;
	text-align:left;
	
}
/* テーブル */

#main table{
	border:3px;
	bordercolor:black;
	border-style:solid;
	margin:0px;
	padding:5px;
	width 550px;
	font-size:110%;
	font-weight: bold;
	text-align:center;
}
#main td{
	border:3px;
	bordercolor:black;
	border-style: solid;
	padding:5px;
}
#main td.cm{
	width:230px;
}


/* イメージ */
img {
	margin: 0px 0px 0px 0px;
}