@charset "utf-8";

/* /////////////////基本設定///////////////// */
* html {
	padding: 0px;
	margin: 0px;
}
*:first-child + html body {	/* for IF7 */
	font-family: "メイリオ","Meiryo";
}
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CFCFCF;
}
body,h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h1 {
	margin-bottom: 33px;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0px;
}
.clear {
	clear:both;
}
#wrapper {
	width: 895px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #808285;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
#header {
	width: 806px;
	height: 115px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#contents {
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}



/* /////////////////リンク設定///////////////// */
#header a:link,#header a:visited {
	color: #808285;
	text-decoration: none;
}
#header a:hover {
	color: #808285;
	text-decoration: none;
}
a:link,a:visited {
	color: #808285;
	text-decoration: none;
}
a:hover {
	color: #808285;
	text-decoration: underline;
}
#footer a:link,#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}




/* /////////////////文字設定///////////////// */
.menu {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 104px;
	text-align: center;

}
.read {
	background-image: url(../images/laugh.gif);
	background-repeat: no-repeat;
	height: 118px;
	width: 596px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 200px;
	font-size: 20px;
	line-height: 25px; 

}
.f16 {
	font-size: 24px; 	line-height: 30px; }
#footer {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	height: 68px;
	width: 885px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(../images/futter.gif);
	background-repeat: no-repeat;

}
#rine {
	background-image: url(../images/rine.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.text {
	font-size: 24px; 	padding-top: 10px;
	padding-bottom: 10px;
}
.orange {
	font-size: 17px; 	line-height: 20px; 	color: #F26649;
}
.blue {
	font-size: 14px;
	line-height: 20px;
	color: #00B5EC;
	font-weight: bold;
	margin-bottom: 10px;

}
.blue2 {
	font-size: 18px;
	line-height: 20px;
	color: #00B5EC;
	font-weight: bold;

}.size {
	font-size: 18px; }
.gray {
	font-size: 16px;
	line-height: 20px;
	color: #808285;

}.green {
	font-size: 18px; 	color: #8AC640;
}

