@charset "UTF-8";


/* ----------------------------------------------------- */
/* 全般 */
/* ----------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	clear: both;
}

/* イメージ */
img {
	border-style: none;
	margin: 5px 5px 5px 5px;
}

/* イメージ回り込み(右) */
.imageleft{
	padding-right: 10px;
	float: left;
}

/* イメージ回り込み(左) */
.imageright{
	padding-left: 10px;
	float: right;
}

/* イメージ回り込み解除 */
.clearboth{
	margin: 0;
	display: block;
	clear: both;
}

a {
	color: #cccc99;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a.active {
	color: #ff9900;
	text-decoration: none;
}

a:link {
	color: #663333;
	text-decoration: none;
}

a:visited {
	color: #990033;
	text-decoration: none;
}

a:hover {
	color: #ff6633;
	text-decoration: underline;
}

blockquote {
	font-size: 85%;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 460px;
	margin: 10px;
}

pre {
	font-size: 85%;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 10px;
	height: 150px;
	width: 460px;
	overflow: scroll;
}

body {
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
	background-color: #ffffff;
	background-image: url(image/backgroundb.png);
	/*background-image: url(image/bodyback.png) ;*/
	background-position: center top;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.5em;
}

/* ヘッダ部大外コンテナ枠 */
#headcontainer {
	color: #333333;
	background-color: #ffffff;
	background-image: url("image/back_header.png");
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	/*padding: 0;*/
	width: 780px;
	clear:both;
}

/* コンテンツ部大外コンテナ枠 */
#maincontainer {
	color: #333333;
	background-color: #ffffff;
	background-image: url("image/containerback.png");
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*padding: 0;*/
	width: 780px;
	clear:both;
}


/* ----------------------------------------------------- */
/* ヘッダ関連 */
/* ----------------------------------------------------- */
#sitedescription {
	color: #333333;
	background-color: #ffffff;
	/*background-position: left top;*/
	/*padding: 0 0 0 0;*/
	margin: 10px 0 0 10px;
	float: left;
	display: inline;
	width: 500px;
}

/* サイトのタイトル */
#sitedescription h1.sitetitle{
	font-size: 100%;
	padding: 0 5px 0 0;
	margin: 0;
	text-align: left;
	font-weight: bold;
	line-height: 130%;
	text-decoration: none;
}

/* サイトの説明文(h2) */
#sitedescription h2.sitedescription{
	color: #999999;
	background-color: #ffffff;
	font-size: 70%;
	padding: 0 5px 0 0;
	margin: 0 0 4px 0;
	text-align: left;
	font-weight: bold;
	line-height: 130%;
	text-decoration: none;
}

/* サイトの説明文(p) */
#sitedescription p.sitedescription{
	font-size: 70%;
	padding: 0 5px 0 0;
	margin: 0;
	text-align: right;
	font-weight: normal;
	line-height: 130%;
	text-decoration: none;
}

/* バナー画像エリア */
#banner {
	background-color: #ffffff;
	width: 200px;
	height: 40px;
	float: right;
	display: inline;
	margin: 10px 10px 0 5px;
	/*padding: 0;*/
}

#banner img {
	margin: 0;
	padding: 0;
}

#banner a {
	margin: 0;
	padding: 0;
}

/* サイトのTOPイメージ */
#topimage{
	color: #333333;
	background-color: #ffffff;
	background-position: center top;
	background: url("image/topimage.jpg");
	width: 760px;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #cccccc;
	clear: both;
}

#topimage p{
	visibility: hidden;
}

/* ----------------------------------------------------- */
/* 上ナビゲーション */
/* ----------------------------------------------------- */
#navitop {
	font-size: 70%;
	color: #333333;
	background-color: #ffffff;
	background: url("image/naviback.png") repeat-x;
	/*background: url("image/hback.jpg") repeat-x;*/
	width: 760px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	/*border-bottom: dashed 1px #666666;*/
	text-align: center;
	/*float: left;*/
	/*clear: both;*/
}

#navitop .pad {
	padding: 3px 10px 3px 10px;
}

#navitop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navitop li {
	padding: 0 10px 0 7px;
	display: inline;
	border-left: solid 2px #cccccc;
}

/* 選択されたリンクのスタイル */
#entry-selected a,
#entry-selected a:hover{
	color:#993333;
	text-decoration: none;
	font-weight: bold;
}

/* ----------------------------------------------------- */
/* メインコンテナ枠（二重枠） */
/* ----------------------------------------------------- */
#maincontent {
	background-color: transparent;
	width: 530px;
	float: right;
	margin-bottom: 0;
	clear: both;
}

/* ----------------------------------------------------- */
/* パンくずナビ */
/* ----------------------------------------------------- */
#position {
	font-size: 80%;
	color: #993333;
	text-align: left;
	line-height: 120%;
	background-image: url("image/positionback.png");
	background-repeat: repeat-y;
	/*width: 500px;*/
	margin: 5px 5px -5px 5px;
	padding: 5px 5px 5px 5px;
}

#position a{
	margin: 0;
	padding: 0;
}

/* ----------------------------------------------------- */
/* メインコンテント枠 */
/* ----------------------------------------------------- */
#maindoc {
	background-color: #ffffff;
	margin-bottom: 0;
	width: 520px;
	float: left;
	display: inline;
	font-size: 90%;
	clear: both;
}

#maindoc .pad {
	padding: 10px 10px 10px 10px;
}

#maindoc .entry {
	color: #333333;
	background-color: #eeeeee;
	margin: 5px 0 15px 0;
	padding: 5px 8px 5px 8px;
	text-align: left;
	line-height: 130%;
	/*border-top: solid 1px #999999;*/
	/*border-right: solid 1px #999999;*/
	/*border-bottom: solid 1px #999999;*/
	/*border-left: solid 1px #999999;*/
	clear: both;
}

#maindoc h2{
	color: #333333;
	font-size: 100%;
	margin: 10px 0 15px 0;
	padding: 5px 5px 5px 10px;
	text-align: left;
	line-height: 130%;
	border: solid 1px #cdcdcd;
	background-color: #eeeeee;
	background: url("image/hbar1.png") no-repeat 0px 50%;
	font-weight: bold;
}

#maindoc h3{
	color: #333333;
	font-size: 100%;
	margin: 10px 0 15px 0;
	padding: 5px 5px 5px 10px;
	text-align: left;
	line-height: 130%;
	/*border-left: solid 8px #993333;*/
	/*border-left: solid 8px #cdcdcd;*/
	border-bottom: dashed 1px #333333;
	background-color: #ffffff;
	font-weight: bold;
}

#maindoc h4{
	font-size: 100%;
	margin: 20px 0 15px 0;
	padding: 5px 5px 2px 0;
	text-align: left;
	line-height: 130%;
	border-bottom: dashed 1px #333333;
	font-weight: bold;
}

#maindoc p{
	font-size: 100%;
	margin: 0;
	padding: 5px 5px 5px 0;
	text-align: left;
	line-height: 130%;
}

#maindoc p.more{
	font-size: 90%;
	margin: 0;
	padding: 5px 10px 5px 20px;
	text-align: right;
	line-height: 130%;
}

#maindoc dl {
	margin: 0;
	font-size: 90%;
}

#maindoc dt {
	margin: 3px 0 3px 0;
	padding-left: 10px;
	line-height: 130%;
	border-left: #cdcdcd 5px solid;
}

#maindoc dd {
	margin: -1.9em 0px 1.6em 10em;
	/*margin: -0.2em 0 0.8em 4em;*/
	padding-top: 6px;
	padding-bottom: 3px;
	line-height: 130%;
	border-bottom: #666666 1px dotted;
}

/*サイトマップ用*/
#maindoc dt.sitemap {
	margin: 18px 0 3px 0;
	padding-left: 10px;
	line-height: 130%;
	border-left: #cdcdcd 5px solid;
	font-size: 100%;
}

/*サイトマップ用*/
#maindoc dd.sitemap {
	margin: 7px 4px 10px 8em;
	padding: 0;
	line-height: 150%;
	border-bottom: #666666 1px dotted
}

/*説明用*/
#maindoc dt.setumei {
	margin: 15px 0 3px 0;
	padding-left: 12px;
	line-height: 130%;
	/*border-left: #cdcdcd 5px solid;*/
	border: none;
	font-size: 100%;
	font-weight: bold;
	background: url("image/listimg.png") no-repeat 0px 50%;
}

/*説明用*/
#maindoc dd.setumei {
	margin: -2px 5px 5px 5px;
	padding-left: 16px;
	padding-bottom: 3px;
	line-height: 130%;
	border-bottom: #666666 1px dotted
}

/*エントリ情報表示調整用*/
#maindoc dt.entrydate {
	padding-top: 5px;
	font-size: 90%;
}
#maindoc dd.entrytitle {
	margin: -1.9em 0px 0.8em 8em;
	padding-top: 5px;
	line-height: 150%;
	border: none;
	font-size: 100%;
	font-weight: bold;
}
#maindoc dd.entryexcerpt {
	margin: -1em 0 5px 8.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	border-bottom: #666666 1px dotted;
	font-size: 90%;
}

#maindoc ul,
#maindoc ol {
	padding: 0;
	margin: 0;
}

#maindoc ul li,
#maindoc ol li {
	/*list-style-position : inside;*/
	line-height:150%;
	font-size: 90%;
	list-style: none;
	padding-left: 15px;
	margin-left: 2px;
	background: url("image/listimg.png") no-repeat 0px 50%;
}

#maindoc li {
	line-height:150%;
	font-size: 90%;
}

#maindoc .boxarea {
	color: #333333;
	background-color: #eeeeee;
	margin: 0;
	padding: 5px 8px 5px 8px;
	text-align: left;
	line-height: 130%;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	clear: both;
}

#maindoc .boxarea h2{
	color: #ffffff;
	font-size: 100%;
	margin: -5px -8px 5px -8px;
	padding: 3px;
	text-align: left;
	background-color: #cdcdcd;
	font-weight: bold;
}

#maindoc .boxarea h3{
	color: #ffffff;
	font-size: 95%;
	margin: -5px -8px 5px -8px;
	padding: 3px;
	text-align: left;
	background-color: #cdcdcd;
	font-weight: bold;
}

#maindoc .posted{
	font-size: 75%;
	margin: 5px 5px 5px 5px;
	text-align: left;
	line-height: 130%;
	border-bottom: dashed 1px #333333;
}

#maindoc .trackback{
	font-size: 80%;
	margin: 5px 5px 15px 5px;
	text-align: left;
	line-height: 130%;
}

#maindoc .trackbackunit{
	font-size: 90%;
	margin: 15px 0 15px 0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	line-height: 130%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#maindoc .commentunit{
	font-size: 90%;
	margin: 15px 0 15px 0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	line-height: 130%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

/* ----------------------------------------------------- */
/* サブコンテント枠（サイドバー） */
/* ----------------------------------------------------- */
#subcontent {
	background-color: #ffffff;
	color: #333333;
	/*background-color: transparent;*/
	margin: 0 5px 0 10px;
	width: 230px;
	float: left;
	display: inline;
	font-size: 85%;
}

#subcontent .pad {
	/*padding: 10px 10px 10px 10px;*/
	padding: 10px 10px 10px 10px;
}

#subcontent h2{
	color: #333333;
	font-size: 100%;
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 10px;
	text-align: left;
	line-height: 130%;
	border: solid 1px #cdcdcd;
	background-color: #ffffff;
	background: url("image/hbar2.png") no-repeat 0px 50%;
	font-weight: bold;
}

#subcontent h3{
	color: #333333;
	font-size: 95%;
	margin: 15px 0 10px 0;
	padding: 3px 5px 3px 5px;
	text-align: left;
	line-height: 130%;
	border: solid 1px #cdcdcd;
	background-color: transparent;
	font-weight: bold;
}

#subcontent h4{
	font-size: 90%;
	margin: 15px 0 10px 0;
	padding: 3px 5px 2px 0;
	text-align: left;
	line-height: 130%;
	border-bottom: dashed 1px #cdcdcd;
	font-weight: bold;
}

#subcontent dl {
	padding: 0;
	margin: 0 0 0 0;
	font-size: 90%;
}

#subcontent dt {
	margin: 5px 0 5px 0;
	padding-left: 12px;
	line-height: 150%;
	border-left: #666666 5px solid;
	background: url("image/listimg.png") no-repeat 0px 50%;
	font-size: 100%;
}

#subcontent dd {
	/*margin: -1.6em 0px 0.8em 7em;*/
	margin: -0.2em 0 0.8em 2em;
	line-height: 150%;
	border-BOTTOM: #666666 1px dotted;
	font-size: 100%;
}

/*サイドバー情報表示調整用*/
#subcontent dt.recentlycommenthead {
	font-size: 100%;
	border: none;
}
#subcontent dd.recentlycommentexcerpt {
	font-size: 100%;
	border: none;
	border-bottom: dashed 1px #cdcdcd;
	margin-right: 10px;
}
#subcontent dt.recentlytrackbackhead {
	font-size: 100%;
	border: none;
}
#subcontent dd.recentlytrackbackexcerpt {
	font-size: 100%;
	border: none;
	border-bottom: dashed 1px #cdcdcd;
	margin-right: 10px;
}

#subcontent ul, ol {
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: none;
	font-size: 90%;
}

#subcontent ul li, ol li {
	padding-left: 12px;
	padding-bottom: 3px;
	margin: 5px 0 5px 0;
	line-height:140%;
	font-size: 100%;
	list-style: none;
	/*list-style-position: inside;*/
	background: url("image/listimg.png") no-repeat 0px 50%;
	border-bottom: dashed 1px #cdcdcd;
}


#subcontent ul ul li {
	margin: 0 0 3px 0;
	line-height:130%;
	font-size: 100%;
	/*background-color: #999999;*/
}

#subcontent .boxarea {
	color: #333333;
	background-color: #ffffff;
	margin: 15px 0 0 0;
	padding: 3px 5px 3px 5px;
	text-align: left;
	line-height: 130%;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	clear: both;
}

#subcontent .boxarea h2{
	color: #ffffff;
	font-size: 100%;
	margin: -3px -5px 5px -5px;
	padding: 0;
	text-align: left;
	background-color: #666666;
	font-weight: bold;
}

#subcontent .boxarea h3{
	color: #ffffff;
	font-size: 95%;
	margin: -3px -5px 5px -5px;
	padding: 0;
	text-align: left;
	background-color: #666666;
	font-weight: bold;
}

#subcontent p{
	font-size: 90%;
	margin-top: 0;
	margin-left: 10px;
	padding: 0;
	text-align: left;
	line-height: 130%;
}

#subcontent form{
	font-size: 90%;
	margin: 5px 0 10px 15px;
	padding: 3px 5px 2px 0;
	text-align: left;
	line-height: 150%;
}

#subcontent .rss{
	font-size: 90%;
	margin: 0px 0 10px 10px;
	padding-left: 18px;
	height: 16px;
	text-align: left;
	line-height: 150%;
	background: url("image/feed-icon-16x16.png") no-repeat 0px 50%;
	clear: both;
}

/* ----------------------------------------------------- */
/* フッタ */
/* ----------------------------------------------------- */
#footer {
	color: #333333;
	background-color: #ffffff;
	/*background-color: transparent;*/
	background-image: url("image/back_footer.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 40px;
	font-size: 80%;
	clear: both;
	padding: 12px 0 10px 0;
}

#footer .pad {
	padding: 8px 10px 8px 10px;
	clear: both;
}


/* ----------------------------------------------------------------------------- */
/* コメント・トラックバック関連 */
/* ----------------------------------------------------------------------------- */

form {
	color: #333333;
	font-size: 95%;
}

textarea {
	font-size: 100%;
}

textarea[id="comment-text"] {
	width: 80%;
}



/* チェック用 */
/*
*{
	border: #666666 1px solid;
}
*/
