@charset "UTF-8";
body {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#headercomment {
	margin: 0px;
}
#headercomment h1 {
	font-size: 11px;
	height: 15px;
	width: 850px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	font-weight: lighter;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 74px;
}
#menu {
	width: 850px;
	padding-right: 0px;
	font-size: 10px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#sub {
	float: left;
	width: 224px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px none #CCC;
	padding-left: 30px;
	text-align:center;
}
#sub h5 {
	text-align: justify;
	overflow: auto;
	font-size: 12px;
	font-weight: lighter;
	padding-bottom: 0px;
	height: 95px;
	padding-right: 10px;
	padding-left: 0px;
	width: 214px;
	margin: 0px;
}
#contents {
	float: left;
	width: 575px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px none #999;
}
#contents h5 {
	font-size: 12px;
	font-weight: lighter;
	text-align: justify;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contents h6 {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #F30;
}
#contents h3 {
	font-size: 18px;
	background-image: url(../images/h3main.gif);
	height: 20px;
	padding-left: 15px;
	margin: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	padding-top: 4px;
}
#footer {
	width: 850px;
	height: 35px;
	float: left;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sub p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sub table tr td h6 {
	font-size: 10px;
	margin: 0px;
}
#sub table tr td h6 {
	color: #F00;
}
#sub table tr td h6 {
	color: #000;
}
#sub table tr td h4 {
	font-size: 12px;
	color: #FF6D7F;
	margin: 0px;
}
#contents h4 {
	text-align: justify;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents table {
	border: 0px solid #FFF;
}
#contents td {
	border: 0px solid #FFF;
}
#contents a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sub a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#body2 {
	float: left;
	width: 600px;
	margin-top: 20px;
}#sub2 {
	float: left;
	width: 220px;
	margin-top: 20px;
	margin-left: 30px;
}
#topimage {
	float: left;
	width: 600px;
	background-image: url(../images/ytop00.jpg);
	margin-bottom: 15px;
}
#banner {
	float: left;
	width: 220px;
}
#facebook {
	width: 350px;
	margin-left: 30px;
	float: left;
	margin-top: 15px;
}
#pmarkbanner {
	width: 220px;
	float: left;
	height: 600px;
	background-image: url(../images/00.jpg);
}
#calendar {
	float: left;
	width: 220px;
	margin-top: 10px;
}
#sub2 #pmarkbanner a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#body2 #banner a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


@media screen and (max-width: 850px){ /* スマホ用CSS */

body {
	width:100%;
}

#header {
	width:100%;
}

#headercomment h1 {
	width:100%;
}


#menu {
	width: 100%;
}

#contents {
	width: 100%;

}

#footer {
	
width:100%;
}

}