#header {
	background-color: #FFCCCC;
	width: 850px;
	padding-bottom: 10px;
	text-align: center;
	 /* ▼CSS3 */
   border-top-left-radius: 20px;  /* 左上 */
   border-top-right-radius: 20px; /* 右上 */

   /* ▼Safari,Chrome */
   -webkit-border-top-left-radius: 20px;  /* 左上 */
   -webkit-border-top-right-radius: 20px; /* 右上 */

   /* ▼Firefox */
   -moz-border-radius-topleft: 20px;  /* 左上 */
   -moz-border-radius-topright: 20px; /* 右上 */
}
#main {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-radius: 20px;         /* CSS3 */
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   box-shadow: 2px 2px 4px #777;
-moz-box-shadow: 2px 2px 4px #777; 
-webkit-box-shadow: 2px 2px 4px #777; 
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
	padding-top: 3px;
	margin-bottom: 2px;
}
h1 a{color: #333333;
}
#content {
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333333;
	width: 600px;
	line-height: 1.5em;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-weight: bolder;
	background-image:  url(img/ito_icon2.jpg);
	color: #333366;
	font-style: normal;
	margin-top: 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	box-shadow: 2px 2px 4px #777;
	-moz-box-shadow: 2px 2px 4px #777;
	-webkit-box-shadow: 2px 2px 4px #777;
	padding-top: 5px;
	padding-bottom: 5px;
}
body {
	background-image:  url(img/chou.jpg);
}
.style1 {
	color: #FF0099;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#content li {
	list-style-image:  url(img/ito_icon14.jpg);
}
.right {
	float: right;
	padding-left: 10px;
}
h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bold;
	color: #FF0099;
	background-image:  url(img/chou_icon2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20pt;
}
#foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	background-color: #FFCCCC;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 100px;
	/* ▼CSS3 */
   border-bottom-left-radius: 20px;  /* 左下 */
   border-bottom-right-radius: 20px; /* 右下 */

   /* ▼Safari,Chrome */
   -webkit-border-bottom-left-radius: 20px;  /* 左下 */
   -webkit-border-bottom-right-radius: 20px; /* 右下 */

   /* ▼Firefox */
   -moz-border-radius-bottomleft: 20px;  /* 左下 */
   -moz-border-radius-bottomright: 20px; /* 右下 */
}
.style3 {
	font-size: 10px;
	color: #666666;
}
#menu li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	float: left;
	margin-right: 3px;
	text-decoration: none;
	font-size: 16px;
	margin-left: 5px;
	list-style-type: none;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
}

#menu a {
	text-decoration: none;
	color: #333399;
	background-image:  url(img/ito_icon14.jpg);
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	border-radius: 10px;         /* CSS3 */
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   box-shadow: 2px 2px 4px #777;
-moz-box-shadow: 2px 2px 4px #777; 
-webkit-box-shadow: 2px 2px 4px #777; 
}
#menu a:hover {
	color: #FF0033;
	background-color: #FFCCCC;
	background-image:  url(img/chou_icon4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
#side {
	float: right;
	width: 200px;
	background-color: #FFCCCC;
	height: auto;
	text-align: center;
	padding-bottom: 5px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footmenu {
	clear: both;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sidemenu li a {
	text-decoration: none;
	color: #333399;
	background-image:  url(img/ito_icon14.jpg);
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	width: 160px;
	font-size: 16px;
	display: block;
	list-style-type: none;
	border-radius: 10px;         /* CSS3 */
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   box-shadow: 2px 2px 4px #777;
-moz-box-shadow: 2px 2px 4px #777; 
-webkit-box-shadow: 2px 2px 4px #777; 
}
#sidemenu li a:hover {
	color: #FF0033;
	background-color: #FFCC99;
	background-image:  url(img/chou_icon4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
#sidemenu li  {
	font-size: 16px;
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: normal;
	padding-left: 0px;
	display: block;
	margin-left: 0px;
	text-align: left;
}
#sidemenu ul {
	list-style-type: none;
	margin-left: 0.01em;
	padding-left: 10px;
}

#sidebar {
	background-image: url(img/salon3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 12px;
	text-align: center;
	color: #FFCCCC;
	padding-top: 20px;
	height: 391px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#menu ul {
	clear: left;
}
#kouza {
	font-size: 10px;
	padding-left: 50px;
	text-align: center;
}
#kouza {
	color: #FF6699;
	text-decoration: none;
	font-size: 10px;
}
.kakomi {
	border: thin dotted #FFCC66;
	padding: 5px;
	width: 550px;
	margin-bottom: 5px;
}
img {
	border: 0px;
}
td {
	border: 1px ridge #FF3366;
}
.topics {
	font-size: 14px;
	background-color: #FFFFCC;
	padding: 5px;
	width: 580px;
	margin-top: 10px;
	margin-left: 20px;
	border: thin solid #FF3333;
	margin-bottom: 5px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	box-shadow: 2px 2px 4px #777;
	-moz-box-shadow: 2px 2px 4px #777;
	-webkit-box-shadow: 2px 2px 4px #777;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.facebook-side{
	height: 400px;
	width: 240px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
