@charset "Shift_Jis";

*{
	margin:0;
	padding:0;
}

html{
	scrollbar-track-color:#FFF;
	scrollbar-face-color:#FFF;
	scrollbar-shadow-color:#FFF;
	scrollbar-darkshadow-color:#EEE;
	scrollbar-highlight-color:#FFF;
	scrollbar-3dlight-color:#EEE;
	scrollbar-arrow-color:#000;
}

body{
	font-size:80%;
	color:#310600;
	font-style:normal;
	line-height:1.6;
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	margin:0 auto 0 auto;
}

table{
	font-size:100%;
}
	.t_left{background:url(t_left.jpg) #FFF no-repeat top left; width:20px; height:441px;}
	.t_write{background:url(t_write.jpg) #FFF no-repeat top left; width:440px; height:441px; padding-top:2px;}
	.t_top{background:url(nor_hana051.jpg) #FFF no-repeat top left; width:310px; height:240px;}
	.t_title{background:url(t_title.jpg) #FFF no-repeat top left; width:310px; height:201px;}

a:link{color:#000; text-decoration:none;}
a:visited{color:#000; text-decoration:none;}
a:hover{color :#AD0000; text-decoration:none;}
a:active{color:#AD0000; text-decoration:none;}

#write a{border-bottom:1px solid #AD0000;}
#write a:visited{border-bottom:1px solid #999;}

p{
	margin:0 0 1em 10px;
}

em{
	font-style:normal;
	color:#AD0000;
}

strong{
	font-weight:bold;
}

img{
	border:0;
}

hr{
	display:none;
}
	.line{
		height:30px;
	}

h1{
	font-size:360%;
	color:#000;
	font-weight:normal;
	font-family:serif, Georgia, Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	text-align:center;
	margin-left:30px;
}

h2{
	font-size:80%;
	color:#000;
	text-align:center;
	margin-left:30px;
}

h3{
	font-size:100%;
	color:#000;
	font-weight:bold;
	font-family:Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	margin:0 0 10px 0;
}

#write{
	margin:20px 10px 0 10px;
}

#write ul{
	list-style-type:square;
	padding:0 0 1em 30px;
}

#menu{
	font-size:100%;
	font-family:Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	text-align:right;
}

#menu ul li{
	font-size:100%;
	font-weight:bold;
	line-height:1.6;
	list-style-type:none;
	display:inline;
	padding:0 3px 0 3px;
}

.sub_menu{
	font-size:80%;
	color:#000;
	text-align:center;
	margin:20px 0 0 30px;
}

dl{margin-left:10px; }
dt{text-decoration:underline; }
dd{
	padding:0 0 0 5px;
	margin:0 10px 5px 10px;
	border-left:2px solid #310600;
}

p.info{
	background:#F5F5F5;
	height:80px;
	overflow:auto;
	padding:3px 0 0 10px;
	margin:10px 0 1em 0;
}

.float{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.clears{
	clear:both;
}

.footer{
	margin:20px 0 0 0;
	text-align:right;
}

#copy{
	font-size:10px;
	font-family:Arial;
	text-align:right;
}

#copy a{
	color:#310600;
}

input,select,textarea{ 
	font-size:100%;
	color:#310600;
	line-height:110%;
	padding:2px;
	background:#F5F5F5;
	border:1px solid #DDD;
}

b{font-weight:bold; }
i{font-style:oblique; }