@charset "utf-8";


/*ページタイトル部分の色*/
#banner h1 a span,#banner p.site-title a span
{
	color:#FFF;
}

/*リンクのマウスオーバー時の基本色*/
a:hover
{
	color:#C30;
}

/*リンクのクリック時の基本色*/
a:active
{
	color:#FC0;
}

/*Hタグの基本色とベースサイズ*/
h1,h2,h3,h4,h5,h6
{
	color:#333;
	font-size:1em;
}


/*これはヘッダ－画像の場所にある文字のリンクです。サイトタイトルにあたります。
　リンクの位置の移動は、【top:110px】となっている部分を変更すれば縦位置を、
　横位置は【paddingの25px】という部分の数値を大きくすれば、右に寄ります。
　それ以外の修正による不具合は利用者責任となります。*/
#banner h1 a,#banner p.site-title a
{
	font-size:21pt;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-weight:900;
	text-decoration:none;
	color:#FFF;
	position:relative;
	top:110px;
	text-align:left;
	padding:10px 10px 10px 25px;
}


/*メインコンテンツの各タイトルの文字設定です。
　color:#333;となっている部分を変更すれば、文字色がかわります。
　それ以外の修正による不具合は利用者責任となります。*/
#intro h2,#intro h1
{
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size:12pt;
	font-weight:700;
	text-align:left;
	color:#333;
	border-bottom-width:3px;
	border-bottom-style:double;
	border-bottom-color:#CCC;
	padding-bottom:3px;
	margin:0 0 8px;
}

/*サイドメニューの部分の文字色と背景色が変更できます。*/
#menu #categories ul li a:hover
{
	color:#FFF;
	background-color:#666;
}



/*--------------------------------------------------------------------------------------------------------------------------------

これより以下のカスタマイズはCSSの知識を持つ人に限ります。
カスタマイズによる不具合は利用者責任となります。

--------------------------------------------------------------------------------------------------------------------------------*/

body
{
	color:#333;
	background-color:#FFF;
	font-size:9pt;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	line-height:145%;
}

#container
{
	width:800px;
	border-top-width:3px;
	border-right-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;
	border-top-color:#999;
	border-right-color:#CCC;
	border-left-color:#CCC;
	text-align:left;
}

#bgl
{
	margin-right:auto;
	margin-left:auto;
	background-image:url(image/bgl.gif);
	width:840px;
	background-repeat:repeat-y;
}
#banner h1,#banner p.site-title
{
	height:150px;
	width:800px;
	background-image:url('http://kenkou07.net/image/main.jpg');
	display:block;
}


*
{
	margin:0;
	padding:0;
}

#header
{
	width:800px;
}

#bread
{
	color:#555;
	font-size:9pt;
	background-color:#F3F3F3;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	text-align:center;
	border-style:none none solid;
	padding:3px 10px;
}

#bread2
{
	color:#555;
	font-size:9pt;
	background-color:#F3F3F3;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	text-align:left;
	margin-bottom:10px;
	border-style:none none solid;
	padding:3px 10px;
}

#header #search
{
	height:30px;
}

#header #search h2
{
	display:inline;
	margin:0 10px 0 15px;
}

#Excerpt
{
	font-size:8pt;
	text-align:left;
	background-color:#F3F3F3;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	padding:3px 10px;
}

#MHeader
{
	width:800px;
	padding:5px 15px;
}

#content
{
	float:left;
	min-height:1px;
	width:550px;
	display:inline;
	margin-top:5px;
}

*html #content
{
	height:1%;
	margin:15px 0 15px 15px;
}

html>body #content
{
	margin:15px 5px 15px 15px;
}

#intro h2,#intro h1 a
{
	text-decoration:none;
}

#intro #desc
{
	margin:0 0 20px;
}

#nue
{
	margin-left:25px;
	margin-bottom:25px;
}

#cat
{
	margin-bottom:25px;
}

#cat ul li div
{
	font-size:11pt;
	font-weight:700;
	background-color:#F3F3F3;
	color:#C30;
	border:1px solid #CCC;
	margin:0;
	padding:2px 2px 2px 5px;
}

#content #main
{
	margin:10px 0 0;
	padding:0 0 10px;
}

#content #main ul.category li a.category-link
{
	font-size:9pt;
	font-weight:700;
	text-decoration:none;
	display:block;
	color:#36C;
	padding:0 0 0 10px;
}

#content #main ul.category li span.category-desc
{
	font-size:9pt;
	display:block;
	margin:0 0 0 1px;
	padding:5px 0 0;
}

#content #main ul.category li.entry-link a
{
	font-size:9pt;
	font-weight:700;
	text-decoration:underline;
	padding:3px 0 0 5px;
}

#content #main ul.entry li.entry-link a
{
	font-size:10pt;
	font-weight:700;
	text-decoration:underline;
	margin-left:10px;
	padding:0px 0 0 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 5px;
}

#content #main ul.entry span.entry-desc
{
	display:block;
	margin:0.3em 0 1.5em 15px;
}

#content #main ul ul
{
	margin:0 0 0 1em;
}

#content #main .entry-body h1,#content #main .entry-more h1
{
	font-size:2em;
	margin:.67em 0;
}

#content #main .entry-body h2,#content #main .entry-more h2
{
	font-size:1.5em;
	margin:.83em 0;
}

#content #main .entry-body h3,#content #main .entry-more h3
{
	font-size:1.17em;
	margin:1em 0;
}

#content #main .entry-body h4,#content #main .entry-more h4
{
	margin:1.33em 0;
}

#content #main .entry-body h5,#content #main .entry-more h5
{
	font-size:0.83em;
	margin:1.67em 0;
}

#content #main .entry-body h6,#content #main .entry-more h6
{
	font-size:0.67em;
	margin:2.33em 0;
}

#content #main .entry-body p,#content #main .entry-more p
{
	font-size:1.1em;
	line-height:150%;
	margin-top:10px;
	margin-bottom:1em;
}

#content #main .entry-body ul,#content #main .entry-more ul
{
	margin-left:2em;
}

#content #main p.edit
{
	text-align:right;
	margin:0 0 0.5em;
}

#content #main #navi
{
	margin-top:10px;
	padding:10px;
}

#content #main ul#navi
{
	margin-top:10px;
	padding:10px;
}

#content #main ul#navi li.entry-link
{
	list-style:none;
	margin-right:5px;
	padding:0 0 5px;
}

#content #main ul#navi li.entry-link span.entry-desc
{
	border:1px solid #555;
	background-color:#F5F5F5;
	display:block;
	margin:5px 0 0 5em;
	padding:5px;
}

#content #main ul#navi li ul
{
	line-height:150%;
	border:1px solid #555;
	background-color:#F5F5F5;
	margin:5px 0 0 5em;
	padding:5px;
}

#content #main ul#navi li ul li a
{
	margin:0 1em 0 0;
}
.footentry-link {
	background-color: #F3F3F3;
	border: 1px dotted #CCCCCC;
	padding: 5px;
	vertical-align: top;
}
.footentry-desc {
	padding: 3px;
	margin-top: 5px;
	font-weight: normal;
}


#content #main .site-map ul
{
	line-height:150%;
	margin-left:2em;
}

#content #main .site-map ul li
{
	margin-top:1em;
}

#content #main .site-map ul ul li
{
	margin-top:0;
}

blockquote
{
	color:#666;
	border-left:5px solid #09F;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-top-style:dotted;
	border-right-style:dotted;
	border-bottom-style:dotted;
	border-top-color:#09F;
	border-right-color:#09F;
	border-bottom-color:#09F;
	margin:20px 0 20px 20px;
	padding:7px 7px 7px 10px;
}

#menu
{
	float:right;
	width:219px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#CCC;
	background-color:#FFF;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#CCC;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
}

#menu .sec
{
	font-size:9pt;
	margin:0;
	padding:0;
}

#menu #search input[name=btnG]
{
	margin:3px 0;
}

#menu #categories ul li
{
	display:inline;
	margin:0 0 1px;
}

#menu #categories ul li a
{
	display:block;
	background:#E6E6E6 url(image/arrow.gif) no-repeat 10px 8px;
	border-bottom:1px solid #CCC;
	font-weight:700;
	text-decoration:none;
	margin-bottom:1px;
	padding:3px 10px 3px 25px;
}

#menu #categories ul li .category-desc
{
	display:none;
}

#menu #categories ul ul
{
	margin-left:15px;
}

#menu #info ul li
{
	background:url(image/arrow.gif) no-repeat;
	list-style:none;
	padding:0 0 5px 10px;
}

#topagetop
{
	text-align:left;
	padding:10px;
}

#footer
{
	font-size:8pt;
	text-align:left;
	clear:both;
	width:800px;
	background-color:#F3F3F3;
	border-top:1px solid #CCC;
	padding-bottom:5px;
}

#footer #under-menu
{
	color:#333;
	font-size:8pt;
	text-align:left;
	padding:5px;
}

#footer #under-menu ul li
{
	list-style-type:none;
	font-size:8pt;
	display:inline;
	margin-right:5px;
	margin-left:5px;
}

#footer #powered
{
	text-align:left;
	font-size:8pt;
	padding:5px 10px;
}

#footer #powered a
{
	text-decoration:none;
	font-size:8pt;
	color:#666;
}

#footer #powered a.top-link
{
	text-decoration:underline;
	font-size:8pt;
}

hr
{
	color:#999;
}

#header #search form,#content #main ul#navi li ul li
{
	display:inline;
}

*html #center,*html #menu
{
	height:1%;
}

#content p.intro,#content #main .entry-body
{
	margin:0 0 1em;
}

#content #main ul.category li,#content #main ul.entry li
{
	list-style-type:none;
	margin:0 0 0.5em 5px;
}

#menu #search .submit,#menu #search .sitesearch
{
	display:block;
}

#bread a,a
{
	color:#06C;
}

#nue ul li a
{
	font-weight:700;
	text-decoration:none;
	margin-bottom:2px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#999;
}

#cat ul li a
{
	font-weight:700;
	text-decoration:none;
	margin-bottom:2px;
}

#cb
{
	border-right-width:1px;
	border-left-width:1px;
	border-right-style:solid;
	border-left-style:solid;
	border-right-color:#CCC;
	border-left-color:#CCC;
	margin:0;
	padding:10px 20px;
}

#cb2
{
	border-right-width:1px;
	border-left-width:1px;
	border-right-style:solid;
	border-left-style:solid;
	border-right-color:#CCC;
	border-left-color:#CCC;
	margin-right:20px;
	margin-left:20px;
	text-align:left;
	padding:10px 20px;
}

#cbl
{
	background-image:url(image/front.jpg);
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	height:auto;
	background-position:480px 10px;
	background-repeat:no-repeat;
	padding:0;
}

.frontimage
{
	clear:right;
	margin-left:15px;
}

.toptitle
{
	font-size:12pt;
	font-weight:700;
	color:#C30;
	margin-bottom:15px;
}

.toptxt
{
	text-align:left;
	width:420px;
}

#menu #categories ul,#nue ul,#menu #categories ul,#cat ul
{
	list-style-type:none;
}

.footjpg
{
	background-image:url(image/foot.jpg);
	height:145px;
	width:500px;
	display:block;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
}

.catedec
{
	width:250px;
	text-align:left;
	vertical-align:top;
	font-size:9pt;
	font-weight:400;
	color:#333;
	line-height:15pt;
	padding:10px;
}

.cateTable
{
	width:100%;
	border-top:none;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	background-color:#FFF;
	margin:0 0 10px;
	padding:0;
}

.catentry
{
	width:250px;
	text-align:left;
	vertical-align:top;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.catentry a
{
	font-size: 9pt;
	font-weight:400;
	line-height:15pt;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#999;
}

.freespace
{
	padding:10px;
}