@charset "Shift_Jis";

*{
	margin :0;
	padding:0;
}

html{
	height:100%;
	margin-bottom:1px;
}

body{
	font-size:80%;
	color:#45371E;
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	line-height:1.5;
	background:url("others052.gif") center top;
}

table{
	font-size:100%;
}

a:link{color:#433D2B;}
a:visited{color:#948C73;}
a:hover{color:#FFF; text-decoration:none;}
a:active{color:#000; text-decoration:none;}

p{
	margin:0 0 1em 0;
}

em{
	font-style:normal;
	border-bottom:1px solid #917D42;
}

strong{
	font-weight:bold;
	color:#917D42;
}

img{
	border:0;
}

h1{
	font-size:170%;
	color:#CAB55F;
	font-weight:normal;
	font-family:Georgia, Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	padding: 120px 0 0 20px;
}
	h1 a:link{color:#CAB55F; text-decoration:none;}
	h1 a:visited{color:#CAB55F; text-decoration:none;}

h2{
	font-size:80%;
	color:#696C53;
	font-weight:normal;
	font-family:Georgia, Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	padding: 0 0 0 20px;
}

h3{
	color:#696C53;
	font-weight:normal;
	font-family:Georgia, Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	padding-left:20px;
}
	.title{
		color:#696C53;
		font:14px bold;
		font-family:Georgia;
	}
	.title:first-letter {
		display:block;
		float:left;
		font-weight:normal;
		font-size:40px;
		font-family:Georgia;
	}
	.comment{
		color:#696C53;
		font-size:10px;
		float:left;
		padding: 0 0 0 2px;
	}

ul{
	margin-bottom:1em;
	
}

dl{margin:1em 0 0 0; }
dt{text-decoration:underline; }
dd{
	padding:0 0 0 10px;
	margin:0 0 10px 10px;
}

#header{
	margin:0 auto 0 auto;
	width:740px;
	height:273px;
	background: url("top.jpg") center top no-repeat;
	border-left:0px solid #1D252D;
	border-right:0px solid #1D252D;
}

.float{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.clears{
	clear:both;
}

#out{
	margin:0 auto 0 auto;
	width:740px;
	background: url("css_oth010.jpg") #ECEDE5 center top no-repeat;
	padding-top:20px;
	border-right:0px solid #1D252D;
	border-left:0px solid #1D252D;
}

#write{
	width:100%;
}

.contents{
	background:#E2E3D6;
	margin:20px 20px 20px 20px;
	padding:20px;
	border:0px solid #DDDFD1;
	clear:both;
}

.contents ul{
	margin:5px 0 5px 20px;
}

#menu{
	height:80px;
	text-align:center;
	padding:10px 10px 0 10px;
}

#menu ul li{
	list-style-type:none; 
	display:inline; 
	padding:0;
}

#menu li a{
	font-size:150%;
	color:#696C53;
	font-weight:normal;
	font-family:Georgia, Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	text-decoration:none;
	padding:0 5px 0 5px;
	display:inline;
}

#menu li a:hover{
	color:#948C73;
}

ul.top{
	list-style-type:none;
	text-align:right;
	margin:20px 20px 0 0;
}

ul.top a{
	color:#696C53;
	font-size:120%;
	font-weight:bold;
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	text-align:right;
	text-decoration:none;
}

p.info{
	height:65px;
	overflow:auto;
	padding:15px;
	margin:10px 20px 20px 20px;
	background:#E2E3D6;
	clear:both;
}

#footer{
	width:100%;
	height:110px;
	text-align:center;
	background: url("css_oth010_2.jpg") #ECEDE5 center top no-repeat;
}

#copy{
	font-size:10px;
	font-family:Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	padding-top:60px;
}

#copy a{
	text-decoration:none;
	color:#433D2B;
}

input,select,textarea{ 
	font-size:100%;
	color:#45371E;
	line-height:110%;
	background:#E2E3D6;
	padding:2px;
	border:solid #DDDFD1 1px;
}

b{font-weight:bold; }
i{font-style:oblique; }