@charset "utf-8";

*{margin:0px,padding:0px;}


body{
	font-size:102%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	width:97%;
	height:atuo;
	background-image:url(/img/bg1.png);
	background-repeat:repeat;
}

div#contents{
	width:55%;
	margin:0px auto 0px auto;
	heigh:auto;
	background-color:white;
	padding:50px;
	color:black;
}

div.category{
	width:95%;
	height:auto;
	margin-bottom:10px;
}


img#logo{
	height:10%;
	width:10%;
}

h1{
	text-align:center;
}

h2{
	font-size:140%;
	width:95%;
	height:auto;
	padding:10px;
	/*filter:alpha(opacity=50);  IE */
	/*-moz-opacity: 0.5;  Firefox */
	/*opacity: 0.5;  Opera, Safari */
	color:#333;
	background-image:url(/img/bg1.png);
}

h3{
	font-size:105%;
	width:47%;
	height:auto;
	padding:2px;
	color:black;
	background-image:url(/img/bg1.png);
}

div.category p{
	margin:0px auto 5px 50px;
	width:90%;
	text-indent:1em;
}

p.zemi_kibou{
	color:#F03;
	font-weight:bolder;
}


a.jishuseisaku{
	margin-left:50px;
}

