﻿/*mac対策で円マーク \*/
*html{ height: 1%; }
/*HollyHack終了*/

body{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
form{
	margin:2px 5px;
}
form a{
	color: navy;
	font-weight: bold;
	font-size:16px;
}
#wrap{
	width:980px;
	margin:15px auto;
	padding:5px;
	background-color:white;
	text-align:left;
}
#adsense{
	text-align:right;
	padding:10px 0px 0px 0px;
}
#right_contents{
	width:230px;
	margin: 10px 0px 0px 0px;
	padding:0px;
	float:right;
}
#left_contents{
	width: 730px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
}
#contentsArea{
	font-size:14px;
	margin:10px 0px 0px 0px;
}
.content{
	margin:0px 0px 20px 0px;
}
#contentAd{
	margin:50px 0px 20px 0px;
}
#descriptionDiv{
	display: none;
}
#footer{
	clear:both;
	text-align:right;
	border-top:2px silver solid;
}
h1{
	font-size: 2em;
	background-image: url(../sozai/no-logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	text-indent: -10000px;
	width: 366px;
	height: 55px;
	margin: 0px 0px 10px 0px;
	display: block;
	float:left;
}
h2{
	margin:3px 5px;
	color:#222222;
}
h2.midashi{
	font-size:14px;
	clear:both;
	background-color:#336699;
	padding:3px;
	color:white;
}
h3{
	margin:3px 5px;
	border-bottom:1px #336699 dotted;
	font-size:14px;
}

a:link,a:visited{
	color: #336699;
}
a:active,a:hover{
	color:#FF9900
}
ul{
	font-size: 14px;
	margin: 2px 0px 15px 2px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}
li{
	padding:2px;
}
p{
	line-height: 1.5em;
	margin:7px 5px;
}
.image{
	float:left;
	margin:5px;
	padding:2px;
}
