@charset "utf-8";


/* base
----------------------------------------------- */
body {
	margin: 10px 25px;
	padding: 0;
	color: #505050;
	font-family: Verdana,"ＭＳ Ｐゴシック",Osaka;
	font-size: 9pt;
	line-height: 1em;
	text-align: center;
	background: #fff url(http://wani.ortho-k.co.jp/common/background.gif) repeat-x;
}
a {
  color: #3264e6;
	text-decoration: underline;
}
a:hover {
  color: #ff6432;
	text-decoration: underline;
}
img {
	border: 0;
}
form {
	margin: 0;
}
p {
	margin: 0;
}
hr {
	display: none;
}


/* headline
----------------------------------------------- */
h1 {
	margin: 55px 0 0;
}
h2 {
	margin: 20px 0 0;
	padding: 10px 15px 0;
	height: 50px;
	font-size: 14pt;
	line-height: 1.5em;
	background: url(http://wani.ortho-k.co.jp/common/title_bg.gif) no-repeat left top;
}


/* header
----------------------------------------------- */
#header {
	width: 100%;
}
#header .left {
	float: left;
}
#header .right {
	float: right;
}
#header a {
	color: #fff;
	font-size: 7.5pt;
}
#header a:hover {
	color: #ffff64;
}
#header:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


/* footer
----------------------------------------------- */
#footer {
	margin: 20px auto 0;
	width: 760px;
	height: 30px;
	background: url(http://wani.ortho-k.co.jp/common/footer_bg.gif) no-repeat;
}
#footer p {
	padding: 6px 0 0;
	color: #fff;
	font-size: 7.5pt;
}


/* calendar
----------------------------------------------- */
#calendar {
	margin: 20px auto 0;
	width: 760px;
	height: 30px;
	background: url(http://wani.ortho-k.co.jp/common/calendar_bg.gif) no-repeat;
}
#calendar p {
	padding: 10px 0 0;
	letter-spacing: 0.1em;
}


/* location
----------------------------------------------- */
#loc {
	margin: 10px auto 0;
	width: 760px;
	font-size: 7.5pt;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
}
#loc p {
	padding: 0 5px 10px;
}


/* pageup
----------------------------------------------- */
#pageup {
	margin: 20px 0 0;
}


/* pagebody
----------------------------------------------- */
#pagebody {
	margin: auto;
	width: 760px;
}
#column_right {
	float: right;
	width: 530px;
	text-align: left;
}
#column_left {
	float: left;
	width: 200px;
}
#pagebody:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#comment_check {
	width: 530px;
	text-align: left;
}

/* column left
----------------------------------------------- */
#column_left dl {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.5em;
}
#column_left dt {
	margin: 20px 0 0;
	padding: 0;
}
#column_left dd {
	margin: 0;
	padding: 0;
}
#column_left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#column_left li {
	margin: 0;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #e6e6e6;
	background: url(http://wani.ortho-k.co.jp/common/ic01.gif) no-repeat left center;
}


/* entry
----------------------------------------------- */
.entry_title {
	margin: 20px 0 0;
	width: 530px;
	border-top: 5px solid #e6e6e6;
}
.entry_title h3 {
	margin: 20px 0 0;
	padding: 20px 100px 0 0;
	color: #3264b4;
	font-size: 14pt;
	line-height: 1.5em;
	background: url(http://wani.ortho-k.co.jp/common/entry_tp.gif) no-repeat left top;
}
.entry_body p {
	margin: 10px 0 0;
	font-size: 10.5pt;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.entry_date {
	padding: 0 0 25px;
	background: url(http://wani.ortho-k.co.jp/common/entry_bt.gif) no-repeat left bottom;
}
.entry_date p {
	margin: 15px 0 0;
	font-size: 7.5pt;
}


/* comment
----------------------------------------------- */
.comment_body {
	margin: 5px 0 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #e6e6e6;
}
.comment_body p {
	margin: 10px 0 0;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}
#comment-author,#comment-email,#comment-url,#comment-text,#trackback,#archive {
	width: 100%;
	height: 20px;
}
#comment-text {
	height: 100px;
}


/* rss
----------------------------------------------- */
#rss {
	margin: 20px 0 0;
}


