body{
	background-color: yellow;
	text-align: center;
}

div.wrap{
	width:700px;
	margin-right: auto;
	margin-left: auto;

	background-color: white;

	font-size:15px;
	line-height:180%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";

	border: 1px solid gray;
	padding: 30px 20px 0px 20px;

	text-align: left;
}

h1{
	width:700px;
	font-size:10px;
	text-align: center;	
	font-weight: normal;
	
}

div.head {
	color: red;
	font-size: 30px;
	text-align: center;
	line-height: 200%;
	font-style: "‚l‚r –¾’©";
	font-weight :bold;
	margin-bottom: 50px;
}

h2{
	margin:50px 0px 40px 0px;
	color:red;
	text-align: center;
	font-style: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

strong.lv1{
	color:red;
	text-decoration: underline;
}

strong.lv2{
	font-weight: bold;
}

strong.lv3{
	font-weight: bold;
	font-size:20px;
}


div.koe{
	
	border: 2px solid blue;
	background-color: ivory;

	margin: 10px 20px 10px 20px;
	padding: 10px;
	

}

div.koe-head{

	font-weight: bold;
	font-size:20px;
	padding: 5px 0px 10px 0px;

}

div.kakaku{

	text-align: center;
	border: 2px solid blue;


	margin:30px;
	padding:40px;
}

div.kakaku-title{
	font-size:25px;
}
div.teika{
	font-size: 30px;
}
div.tokubetu{
	font-size: 30px;
	color: red;

}

div.list{
	margin-left: 50px;
	font-weight: bold;
	font-size: 20px;
}
div.moushikomi{
}

a.moushikomi{
	text-align: center;
	width:400px;
	background-color: red;
	color: white;
	text-decoration: none;
	font-size:20px;
	margin: 20px;
	padding: 20px;
	font-weight: bold;
	
	border:  3px solid blue;


}

ul{
	background-color: yellow;
	list-style-image: url(146.gif);
	border: 1px solid black;
	margin:30px;
	padding-left:  35px;
	line-height: 180%;

}


