@charset "utf-8";
#header {
	height: 130px;
	width: 800px;
	background-image: url(http://kasukabe-kampoh.co.jp/web/images/header.png);
	background-repeat: no-repeat;
}
#form {
	float: right;
}
#container {
	width: 800px;
	background-image: url(http://kasukabe-kampoh.co.jp/web/images/line.png);
	background-repeat: repeat-y;
	background-position: 235px;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 12px;
/*	behavior: url(http://kasukabe-kampoh.co.jp/web/png2vml.htc);
*/
}
#logo {
	left: -100px;
	top: -100px;
	float: left;
}
#sidebar {
	height: 1450px;
	width: 235px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 5px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#policy {
	width: 90%;
	padding: 10px;
	height: 450px;
	background-image: url(http://kasukabe-kampoh.co.jp/web/images/dokudami.png);
	background-repeat: no-repeat;
	background-position: 10px 180px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
#contents {
	float: left;
	width: 550px;
	padding-left: 5px;
}
#footer {
	clear: both;
	height: 100px;
	width: 800px;
	background-image: url(http://kasukabe-kampoh.co.jp/web/images/footer_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	background-position: 0px 10px;
	padding-top: 20px;
}
a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #3333CC;
	text-decoration: underline;
}
a:active {
	color: #3333CC;
	text-decoration: underline;
}
a:visited {
	color: #000099;
}
#tokui a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
#tokui a:hover {
	color: #3333CC;
	text-decoration: underline;
}
#tokui a:active {
	color: #3333CC;
	text-decoration: underline;
}
#tokui a:visited {
	color: #000066;
}
#whatsnew {
	overflow:auto;
	width: 520px;
	height: 220px;
	background-image: url(http://kasukabe-kampoh.co.jp/web/images/box_bg.png);
	background-repeat: repeat-y;
	padding-left: 5px;
	border: 1px solid #FF6600;
}
h2 {
	color: #FF9900;
	margin-top: 10px;
}
h3 {
	color: #FF9900;
}
#tokui {
	background-image: url(http://kasukabe-kampoh.co.jp/web/images/tokui2.png);
	background-repeat: no-repeat;
	height: 290px;
	width: 212px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 15px;
	line-height: 21px;
	position: relative;
	padding-bottom: 0px;
}
.in1 {
	margin-left: 1em;
}
.in2 {
	margin-left: 2em;
}
.in4 {
	margin-left: 4em;
}
.red {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
	font-weight:bold;
}
.box {
	padding: 5px;
	width: 90%;
	background-color: #FFFFCC;
	border: 1px solid #FFCC66;
}

/* archive */
.entry_list {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* php */
.result {
	color: #FFFFFF;
	font-size: x-large;
	font-weight: bold;
	background-color: #FF6600;
	padding: 4px;
}
.nurse {
	height: 200px;
	width: 500px;
	background-image: url(http://kasukabe-kampoh.co.jp/web/images/nurse.png);
	background-repeat: no-repeat;
	padding: 20px;
	color: #FF6600;
	font-weight: bold;
}

/* syourei */
#parts {
	background-image: url(http://kasukabe-kampoh.co.jp/web/images/syourei.png);
	background-repeat: no-repeat;
	height: 379px;
	width: 502px;
}
#head {
	position: relative;
	left: 120px;
	top: 10px;
	right: 0px;
	bottom: 0px;
	height: 25px;
	width: 150px;
}
#top {
	position: relative;
	height: 25px;
	width: 150px;
	left: 120px;
	top: 50px;
	right: 0px;
	bottom: 0px;
}
#middle {
	position: relative;
	height: 25px;
	width: 150px;
	left: 120px;
	top: 90px;
	right: 0px;
	bottom: 0px;
}
#bottom {
	position: relative;
	height: 25px;
	width: 150px;
	left: 120px;
	top: 125px;
	right: 0px;
	bottom: 0px;
}
#others {
	position: relative;
	height: 25px;
	width: 150px;
	left: 120px;
	top: 160px;
	right: 0px;
	bottom: 0px;
}
/* access&staff */
.bg_green {
	background-color: #60C000;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
h4 {
	border-left-width: 4px;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	padding-left: 2px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
td.vtop {
	vertical-align: top;
}
/* store */
.tennai {
	background-image: url(http://kasukabe-kampoh.co.jp/web/images/tennai.png);
	background-repeat: no-repeat;
	height: 540px;
	width: 325px;
	background-position: 5px;
	padding-top: 0px;
	padding-right: 200px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* item */
.item_title {
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF761B;
	border-right-color: #FF761B;
	border-bottom-color: #FF761B;
	border-left-color: #FF761B;
	padding: 4px;
	width: 98%;
}
.tsubame {
	padding-top: 0px;
	padding-left: 75px;
	background-image: url(images/tsubamenosu.jpg);
	background-repeat: no-repeat;
	height: 230px;
	background-position: 0px 30px;
	padding-right: 10px;
}
.bunya{
	width: 522px;
	font-size: 11px;
	background-image: url(images/maker.png);
	height: 85px;
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-top: 10px;
	background-position: 3px 0px;
	line-height: 1.4em;
}
body {
	font-size: 12px;
	line-height: 1.5em;
}
.sanwell {
	background-image: url(images/item_sanwell.png);
	background-repeat: no-repeat;
	background-position: 80px 0px;
}
.diet {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	height: 16px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #F90;
}
.h_6 {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-size: 11px;
	height: 16px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #F90;
}
p.scroll {
	overflow:auto;
	width:523px;
	height:400px;
	font-size:12px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.kodakara {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 538px;
	background-image: url(images/kodakara_img.png);
}
.kodakara_contents {
	height: 340px;
	width: 518px;
	background-color: #FFC;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.kodakara h3 {
	height: 100px;
	width: 180px;
	padding-left: 10px;
	color: #F33;
	float: left;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	font-weight: bold;
}
.kodakara_contents p {
	margin: 0px;
	height: 300px;
	width: 518px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 25px;
}


.kodakara p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	line-height: 25px;
	float: right;
	height: auto;
	width: 260px;
	margin-right: 10px;
	color: #F33;
	text-indent: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* diet_20110614 */

#diet_container {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: auto;
	width: 538px;
	margin-top: 0px;
	padding-top: 0px;
}
#diet_container #contents1 {
	background: url(http://kasukabe-kampoh.co.jp/web/images/diet/contents1.png);
	height: 910px;
}
#diet_container p {
	font: bold 14px/30px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#diet_container h2 {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent:-9999px;
	display: block;
}
#diet_container #contents2 {
	background: url(http://kasukabe-kampoh.co.jp/web/images/diet/toiawase.jpg);
	height: 145px;
	width: 538px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#diet_container #contents2 #contents3 h6 a{
	margin: 80px 10px 25px 188px;
	height: 40px;
	width: 340px;
	text-indent: -2000;
	display: block;
	padding: 0px;
}
#diet_container #contents4 {
	height: 40px;
	width: 538px;
	background: url(http://kasukabe-kampoh.co.jp/web/images/diet/diet_nagare.png) no-repeat;
	float: left;
	margin: 10px 0px 0px;
}
#diet_container #contents5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px 0px 0px;
	height: 600px;
	width: 538px;
	float: left;
}
#diet_container h3 {
	font: bold 24px/30px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F00;
}
#diet_container h4 {
	font: bold 20px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #00F;
}
#diet_container #contents6 {
	height: 807px;
	width: 538px;
	background: url(http://kasukabe-kampoh.co.jp/web/images/diet/contents2.png);
}

