@charset "utf-8";

/* ---------- reset ---------- */

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body {
	color:#666666;
	background:url(http://boukouen.okhelth.com/img/body_bg.gif) repeat-y #f2f2f2;
	font-family:sans-serif;
	text-align:left;
}

#main-container
{
	background:url(http://boukouen.okhelth.com/img/body_top.gif) no-repeat;
	width:820px;
}

a {
	text-decoration:none;
	color:#267db1;
}

a:hover {
	color:#ffffff;
	background:#267db1;
}

.clear {
	clear:both;
	text-decoration: none;
	font-size: 2px;
	text-indent: -700em;
}

fieldset { padding:10px; }

/* ---------- body_end ---------- */

/* ---------- header ---------- */

#header {
	padding:40px 30px 10px 30px;
	text-align:left;
}

#header img { float:left;border:none; }

#head-module p {
	text-align:right;
	font-size:60%;
}

/* ---------- header_end ---------- */

/* ---------- main-menu ---------- */

#main-menu {
	background:url(http://boukouen.okhelth.com/img/main_menu_bg.gif) repeat-x;
	margin:10px 10px 0 10px;
	padding:5px 10px;
	border-bottom:1px solid #d5d5d5;
	text-align:left;
	display : block;
}
#main-menu ul {
	list-style-type: none;
}

.gn-btn {
	width:145px;
}

#main-menu li {
	float:left;
	display : block;
	margin-bottom: 3px;
	margin-right: 5px;
	list-style-type: none;
}

#main-menu li a {
	text-decoration: none;
	font-size:80%;
	padding: 5px 15px;
	display : block;
	background:url("http://boukouen.okhelth.com/img/menu_li.gif") no-repeat top left;
	border: 1px solid #d5d5d5;
}

#main-menu ul li a:hover { color:#666666; background:url("http://boukouen.okhelth.com/img/menu_li.gif") no-repeat 0% 56%;}

/* ---------- main-menu_end ---------- */

/* ---------- banner ---------- */

#banner {
	display:block;
	background: transparent url("http://boukouen.okhelth.com/img/main_visual.jpg") no-repeat top left;
	margin:0 10px;
	width:800px;
	height:120px;
}

#banner h1 {
	text-align:left;
	position: relative;
	top: 40px;
	left: 25px;
	font-size:2px;
	text-indent:-9999px;
	width:95%;
}

#banner a { color:#007695;}

#banner a:hover { color:#53a4b9;background:none;}

#banner h2 {
	text-align:left;
	font-weight:normal;
	position: relative;
	top: 45px;
	left: 25px;
	font-size:2px;
	text-indent:-9999px;
	width:95%;
}

/* ---------- banner_end ---------- */

/* ---------- main ---------- */

#main-content {
	background:url(http://boukouen.okhelth.com/img/main_top.gif) no-repeat;
	padding-top:14px;
	margin:0 10px;
}

#main {
	width:600px;
	float:right;
	text-align:left;
}

.content { padding:10px; }

.content ul li { list-style-position:inside; }

.content p { font-size:80%;line-height:140%; }

.content p.navi { margin:5px 0; }

.content blockquote {
	font-size:80%;
	padding:10px;
	background:url(http://boukouen.okhelth.com/img/blockquote_bg.gif) no-repeat top right #F1FBFF;
	margin:10px 0;
	border: 1px dashed #cccccc;
}

.content h1 {
	color: #ff7200;
	font-size:90%;
	padding:5px 5px 13px 5px;
	font-weight:bold;
	background:url(http://boukouen.okhelth.com/img/h1_bg.gif) repeat-x bottom left #ffe6bb;
	margin:10px 0;
}

.content h2 {
	color: #60aac8;
	font-size:90%;
	padding:5px 5px 13px 5px;
	font-weight:bold;
	background:url(http://boukouen.okhelth.com/img/h2_bg.gif) repeat-x bottom left #cbeeff;
	margin:10px 0;
}

.content h3 {
	color: #60aac8;
	font-size:80%;
	padding:5px;
	font-weight:bold;
	background:url(http://boukouen.okhelth.com/img/h3_bg.gif) no-repeat top left;
	border-left:1px solid #d4f3ff;
	border-top:1px solid #d4f3ff;
	border-right:1px solid #64b6d7;
	border-bottom:1px solid #64b6d7;
	margin:10px 0;
}

.content h4 {
	color: #666666;
	font-size:80%;
	padding:5px;
	font-weight:bold;
	background:url(http://boukouen.okhelth.com/img/h4_bg.gif) no-repeat top left;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	margin:10px 0;
}

.content h5 {
	color: #666666;
	font-size:80%;
	padding:2px 0 2px 25px;
	font-weight:bold;
	background:url(http://boukouen.okhelth.com/img/h5_bg.gif) no-repeat top left;
	margin:10px 0;
}

.content h6 {
	color: #666666;
	font-size:80%;
	padding:2px 0 2px 25px;
	font-weight:bold;
	background:url(http://boukouen.okhelth.com/img/h6_bg.gif) no-repeat top left;
	margin:10px 0;
}

.entry-info {
	background:url(http://boukouen.okhelth.com/img/entry_info_bg.gif) no-repeat;
	margin-top:10px;
	padding: 5px 0 20px 0;
}

.entry-info ul { list-style-type: none; }

.entry-info li {
	color:#666666;
	font-size:70%;
	display:inline;
	margin-right: 5px;
}

/* ---------- left ---------- */

#left-menu {
	width:195px;
	float:left;
	text-align:left;
}

.search-form { 
	background:url(http://boukouen.okhelth.com/img/search_bg.gif) no-repeat;
	padding:25px 10px 15px 10px;
	text-align:left;
	}

.search-form label {
	text-decoration: none;
	font-size: 60%;
}

.search-form input#search { border:1px solid #999999; width:120px; font-size:80%; color:#999999;}

.search-form input.submit {
	position: relative;
	top: 5px;
	left: 3px;
}

#sub-menu {
	background:#eeeeee;
	margin-top:15px;
	border-top: 1px dotted #b6b6b6;
	border-right: 1px dotted #b6b6b6;
	border-bottom: 1px dotted #b6b6b6;
}

#sub-menu h3 {
	text-decoration: none;
	font-size: 2px;
	display: block;
	width: 193px;
	height: 81px;
	text-indent: -700em;
	background: transparent url("http://boukouen.okhelth.com/img/subcontents_tit.gif") no-repeat top center;
	margin:1px 1px 0 1px;
}

.syndicate a {
	text-decoration: none;
	font-size: 2px;
	display: block;
	width: 193px;
	height: 47px;
	text-indent: -700em;
	background: transparent url("http://boukouen.okhelth.com/img/rss_link.gif") no-repeat top left;
	margin:1px 1px 10px 1px;
}

.syndicate a:hover {
	background: transparent url("http://boukouen.okhelth.com/img/rss_link.gif") no-repeat bottom left;
}

.powered li{
	font-size:70%;
	margin:10px 5px;
	list-style-type: none;
}

/* ---------- left_end ---------- */

/* ---------- footer ---------- */

.footer {
	display:block;
	background:url(http://boukouen.okhelth.com/img/footer_bg.gif) no-repeat top center;
	padding:15px 10px;
}

.footer p {
	text-align:right;
	font-size:60%;
	color:#aaaaaa;
}

/* ---------- footer_end ---------- */

/* ---------- news ---------- */

#news {
	margin:10px 0;
}

#news h3 {
	text-decoration: none;
	font-size: 2px;
	display: block;
	width: 200px;
	height: 30px;
	text-indent: -700em;
	background: transparent url("http://boukouen.okhelth.com/img/news_tit_bg.gif") no-repeat top left;
	margin-bottom:10px;
	border:none;
}

.new-txt {
	background:#fafafa;
	border:3px double #cccccc;
}

.new-txt p {
	font-size:70%;
	margin:10px 5px;
	border-bottom:1px dotted #cccccc;
}

/* ---------- news_end ---------- */

/* ---------- archive_list ---------- */

.archive-content {
	background:#fafafa;
	border:3px double #cccccc;
	padding:15px;
}

.archive-list-item {
	font-size:80%;
	margin:5px 0;
}

/* ---------- archive_list_end ---------- */

/* ---------- sub-menu ---------- */

.sub-menu li {text-align:left;list-style-type: none;}

.sub-menu ul {margin:0 1px 15px 1px;list-style-type: none;}

.sub-menu li a {
	font-size:80%;
	display : block;
	width:193px;
	text-indent: 1em;
	background:url(http://boukouen.okhelth.com/img/submenu_li.gif) no-repeat top left;
	padding: 5px 0;
	border-bottom:1px solid #cccccc;
}

.sub-menu li a:hover {
	color:#666666;
	background:url(http://boukouen.okhelth.com/img/submenu_li.gif) no-repeat bottom left;
}

/* ---------- sub-menu_end ---------- */

/* ---------- trackback ---------- */
#trackback_url {
	border:1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

fieldset { margin-top:20px; }

legend {
	font-size:80%;
}

#comment-author {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-email {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-url {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-text {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-preview,#comment-post,#comment-cancel  {
	width:100px;
	font-size:80%;
}

ul.comments-open-footer  {
	padding-top: 15px;
}

.comments-open-footer li {
	display:inline;
	list-style-type: none;
	margin-right: 15px;
}

.comments-post label {
	font-size:80%;
	margin:10px 0;
}

.cclicense { margin:3px 10px; }

.cclicense p { font-size:60%; }


/* ---------- main-module ---------- */

div#main-visual
{
  float:left;
  width:180px;
  margin:0;
  padding:11px 0 40px 22px;
}

div#main-list
{
  float:right;
  width:360px;
  margin:0;
  paddiing:0;
}

div#boukouen h3
{
  width:354px;
  height:32px;
  font-size:2px;
  text-indent:-9999px;
  background:#ffffff url(http://boukouen.okhelth.com/img/boukouen.gif) no-repeat left top;
  color:inherit;
  padding:0;
  margin:3px 0 0 0;
  border:none;
}

div#boukouen-qANDa h3
{
  width:354px;
  height:32px;
  font-size:2px;
  text-indent:-9999px;
  background:#ffffff url(http://boukouen.okhelth.com/img/boukouen_q_a.gif) no-repeat left top;
  color:inherit;
  padding:0;
  margin:0;
  border:none;
}

div#kanshitsusei h3
{
  width:354px;
  height:32px;
  font-size:2px;
  text-indent:-9999px;
  background:#ffffff url(http://boukouen.okhelth.com/img/kanshitsusei.gif) no-repeat left top;
  color:inherit;
  padding:0;
  margin:0;
  border:none;
}

div#josei h3
{
  width:354px;
  height:32px;
  font-size:2px;
  text-indent:-9999px;
  background:#ffffff url(http://boukouen.okhelth.com/img/josei.gif) no-repeat left top;
  color:inherit;
  padding:0;
  margin:0;
  border:none;
}

div#boukouen-left,
div#boukouen-qANDa-left,
div#josei-left
{
  float:left;
  width:170px;
  margin:0;
  padding:0;
}

div#boukouen-right,
div#boukouen-qANDa-right,
div#josei-right
{
  float:right;
  width:170px;
  margin:0;
  padding:0;
}

div#boukouen,
div#boukouen-qANDa,
div#kanshitsusei,
div#josei
{
  padding:0;
  margin:0;
  width:354px;
}

div#boukouen-left ul,
div#boukouen-right ul,
div#boukouen-qANDa-left ul,
div#boukouen-qANDa-right ul,
div#kanshitsusei ul,
div#josei-left ul,
div#josei-right ul
{
  margin:0;
  padding:10px 0 20px 0;
  list-style-type:none;
}

div#boukouen-left ul li,
div#boukouen-right ul li
{
  background:#ffffff url(http://boukouen.okhelth.com/img/list_pink.gif) no-repeat 5px 7px;
  list-style-position: outside;
  padding:0 0 0 14px;
}

div#boukouen-qANDa-left ul li,
div#boukouen-qANDa-right ul li
{
  background:#ffffff url(http://boukouen.okhelth.com/img/list_yellow.gif) no-repeat 5px 7px;
  list-style-position: outside;
  padding:0 0 0 14px;
}

div#kanshitsusei ul li
{
  background:#ffffff url(http://boukouen.okhelth.com/img/list_blue.gif) no-repeat 5px 7px;
  list-style-position: outside;
  padding:0 0 0 14px;
}

div#josei-left ul li,
div#josei-right ul li
{
  background:#ffffff url(http://boukouen.okhelth.com/img/list_flesh.gif) no-repeat 5px 7px;
  list-style-position: outside;
  padding:0 0 0 14px;
}

div#boukouen-left ul li a,
div#boukouen-right ul li a,
div#boukouen-qANDa-left ul li a,
div#boukouen-qANDa-right ul li a,
div#kanshitsusei ul li a,
div#josei-left ul li a,
div#josei-right ul li a
{
  font-size:80%;
}


/* ---------- entryList ---------- */
ul.entryList
{
	list-style-type:circle;
	margin-bottom:20px;
	padding-left:20px;
}

ul.entryList li
{
	list-style-position:outside;
	font-size:80%;
	font-weight:normal;
	line-height:140%;
}

/* ---------- entryList ---------- */

p.arrowBack
{
	text-align:right;
	font-size:80%;
}

p.arrowBack a
{
	text-decoration:none;
}

p.arrowBack a:hover
{
	text-decoration:underline;
}

