/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
  color: #000000;
  padding: 0px;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}



body {
	margin: 0;
	color: #333;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
}

a {
	color: #660000;
}
a img {
  border: 0;
}
a: hover { 
  color: #666600;
  text-decoration: none;
}


/* 文字サイズ */
#main{}
#menuR{
	font-size: 92%;
}



p, /* 文章の行間を指定 */
#contents li,
dl,
dd
{
	line-height: 160%;
}



p{
	margin: 0px 0em 1.5em 3px;
}


ul,ol,dl{
	margin: 0em 1em 1em 2em;
}



/* ========================================  .contentswrap 間隔・余白調整用 */
.contentswrap{
	margin: 0px;
}



/* ========================================  #page ページ外枠 */
#page {
	width: 1000px;
	text-align: left;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
	height: 800px;
}




/* ========================================  #header 画面上部 */
#header {
	width: 1000px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header h1 {
	height: 45px;
	margin: 0px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;

}
#header h1 a{
	text-indent: -9999px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 210px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.headnavi {
	float: right;
	padding: 0px;
	width: 650px;
	margin: 0px;
	clear: right;
}
.headnavi ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 28px;
}
.headnavi li {
	float: left;
	margin: 0px;
	padding-left: 5px;
}
.sitetitle {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	text-align: right;
	margin: 0px;
}
.profimg {
	height: 28px;
	width: 202px;
	display: block;
	background-image: url(images/onoprof.jpg);
	padding: 0px;
	margin-left: 30px;
	text-indent: -9999px;
}
a .profimg {
	background-position: 0px 0px;
}

a:hover .profimg {
	background-position: 0px -28px;
}







/* ========================================  #menu 上部メニュー */
#menu {
	clear: both;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}




ul.menu_f02{
	height: 42px;
	margin: 0px;
	background-image: url(images/gnavi_sample.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	width: 920px;
}




ul.menu_f02 li{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 145px;
	height: 42px;
	text-indent: -9999px;
}
ul.menu_f02 li a{
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 145px;

}




/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{
	clear: both;
	width: 1000px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}
#blogcontents{
	clear: both;
	width: 1000px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bloghead {
}
#blogmaincontent {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}



#left {
	float: left;
	width: 650px;
	margin-top: 15px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#right {
	float: right;
	width: 250px;
	margin-top: 15px;
	margin-right: 30px;
	padding: 0px;
	font-weight: normal;
	background-color: #F2EEDF;
}
#right .rightbody {
	background-image: url(images/r2.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: right top;
}
#right .rightbtm {
	margin: 0px;
	padding: 0px;
	background-image: url(images/r4.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


.mainimage {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.topwrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-weight: normal;
}
.topinfobox {
	width: 400px;
	margin-bottom: 20px;
}

.topbox {
	width: 300px;
	margin-bottom: 20px;
}
.top01 {
	width: 400px;
	float: left;
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
}
.top02 {
	width: 300px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.topbox h2 {
	margin: 0px;
	padding: 0px;
}
.topbox ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	width: 300px;
}
.topbox li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	list-style-type: none;
	background-image: url(images/vector01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 15px;
}






/* ========================================  #main ページの本文 */


#main {
	float: left;
	width: 630px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}



#main h1 {
	padding: 0px;
	margin: 0px;
	color: #0B7A8E;
}



#main h2 {
	clear: both;
	padding: 3px 0px 3px 5px;
	margin: 2em 0px 1em;
	border-left: 10px solid #F4CC0B;
	font-size: 120%;
	background-color: #F6F6F6;
}





#main h3 {
	margin: 0px 0px 0.5em 3px;
	font-size: 100%;
	color: #336699;
}



/* ========================================  menuL 右サイドメニュー */
#menuR {
	float: right;
	width: 260px;
	background-color: #F6F6F6;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#menuR p{
	margin-right: 1em;
	margin-left: 1em;
}


/* ========================================  #underNavi 画面下部サブナビゲーション */
#underNavi{
	clear: both;
	margin: 0px;
	border-top: 1px solid #999999;
	text-align: center;
}



/* ========================================  #footer 画面下部 */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
}



/* ========================================  そのほか個別設定 */
.title{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
	border-left: 30px solid #F4CC0B;
}


.label{
	font-weight: bold;
	background-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}


.box {
	float: left;
	height: 120px;
	width: 220px;
	font-size: 92%;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}

.box p{
	margin: 10px !important;
	font-size: 12px;
}
.toicsbox {
	float: right;
}
.topicsbar {
}

.toicsbox ul {
	list-style-type: none;
	height: 27px;
	width: 644px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#clear {
	clear: both;
}



.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {
display:inline-block;
}
.clearfix {
display:block;
}

.entry-title {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 20px;
}
.entry-title a {
	font-size: 20px;
	text-decoration: none;
	color: #660000;
}
#page-title {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 20px;
	color: #660000;
	font-weight: bold;
}
#page-title a {
	font-size: 20px;
	text-decoration: none;
	color: #660000;
}
.widget {
	padding: 0px;
	width: 205px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.widget-header {
	background-image: url(images/titleback.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	height: 27px;
	font-size: 100%;
}
.widget-content {
	list-style-type: none;
}
.widget-content ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.widget-content li {
	background-image: url(images/vector01.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}
.widget-content .comment-list {
	padding-left: 10px;
}




.asset-meta {
	text-align: right;
	font-size: 10px;
}

.asset-body {
	font-size: 16px;
	padding: 10px;
   line-height:1.6ems;
}
.asset-body p{
	font-size: 16px;
}

.asset-body a{
	font-size: 16px;
}
.otherheadimg {
	height: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: 10px;
	margin-top: 20px;
}
.entry-content {
	padding-left: 10px;
}

.entry-asset {
	padding: 10px;
}


.text {
	font-size: 16px;
	line-height: 2em;
}
#trackbacks,#comments,#comments-open {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.trackbacks-header {
	color: #660000;
	font-size: 14px;
}
.comments-header {
	color: #660000;
}
.comments-open-header {
	color: #660000;
	font-size: 14px;
}

.comment-content {
	background-color: #FAF8F1;
	padding: 10px;
}
.comment-header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}




.widget-calendar table {
	width: 100%;
	background-color: #F9F7EE;
}
.widget-calendar caption {
	text-align: center;
	padding-top:5px;
	font-size:12px;
	color: #990000;
}
.sunday {
	color: #FF0000;
}
.saturday {
	color: #0033FF;
}
.widget-content table a {
	color: #990000;
}
span.new {
    display: none;
    color: red;
    font-weight: bold;
}
.rss-box-info {
	width: 205px;
	margin-right: auto;
	margin-left: auto;
}
.rss-box-info .rss-title {
	display: none;
}
.rss-box-info .rss-items {
	list-style-type: none;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.rss-box-info .rss-items li {
	background-image: url(images/vector01.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	padding-top: 5px;
}


.rss-box-topinfo {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.rss-box-topinfo .rss-title {
	display: none;
}
.rss-box-topinfo .rss-items {
	list-style-type: none;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.rss-box-topinfo .rss-items li {
	background-image: url(images/vector01.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	padding-top: 5px;
}
.rss-box-topevent {


	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.rss-box-topevent .rss-title {
	display: none;
}
.rss-box-topevent .rss-items {
	list-style-type: none;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.rss-box-topevent .rss-items li {
	background-image: url(images/vector01.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.profh3 {
	font-size: 16px;
	font-weight: bold;
	color: #88120F;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #88120F;
}
.profp {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 2em;
}

.profpic_right {
	float: right;
	height: 150px;
	width: 250px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.form00 {
	background-image: url(images/formback.gif);
	background-repeat: no-repeat;
	height: 266px;
	background-position: center top;
	font-size: 10px;
	position: relative;
}
.form00 input {
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 140px;
}
.form00 form {
	position: absolute;
	left: 4px;
	top: 131px;
}

.form00 td {
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
}
.form00 textarea {
	width: 140px;
}
