/* basic elements */
html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
}

form { margin: 0; padding: 0; }
a img { border: 0; }



/* リンク文字設定 */
	a {
		color: #000099;
		text-decoration: none;

	}
	a:link {
		color: #000099;
		background: none;
	}
	a:visited {
		color: #000099;
		background: none;
	}
	a:active {
		color: #000099;
		background: none;
	}
	a:hover {
		color: #cc0000;
		background: none;
		text-decoration: underline;
	}


/* h1h2h3 */
	h1{
		margin : 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
	}
		
	h2{
		margin : 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
	}

	h3 {
		margin : 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
	}

body { text-align: center; } /* center on ie */

#two-top {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 10px 0px 0px 0px;
	width: 800px;
	}


/* タイトル */
#two-top h1 {
    color: #000000;
    font-size: 12px;
	margin: 0px 0px 5px 0px;
}



/* エントリーのあるカラム */
	#container {
		margin-top : 0px ;
		margin-bottom : 20px ;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	
	background-color: #FFFFFF;
	border: 0px;
	border: 1px solid #000000;
	font-size: 12px;
	}


/* タイトルバナー */
	#banner {
		color:#000000;
		background:#84C1FF;
		margin : 0px 0px 0px 0px ;
		padding:0px 15px 0px 15px;
		text-align: left;
	float: left;
	}

	#banner h1 {
		font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
		color: #000000;
		margin : 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
		font-size: 27px;
	}


/* タイトルの文字のリンク色 */
	#banner a {
		font-size: 27px;
		text-decoration: none;
	}
	#banner a:link{
		color: #000000;
		background: none;
	}
	#banner a:visited{
		font-size: 27px;
		color: #000000;
		background: none;
	}
	#banner a:active,
	#banner a:hover {
		font-size: 27px;
		color: #000000;
		background: none;
	}


/* バナー左がわ */
	#banner-right {
		color:#000000;
		margin : 0px 0px 0px 0px ;
		padding: 25px 10px 25px 0px;
		font-size: 12px;
		text-align: right;
                               background:#84C1FF;
	}


	#banner-right p {
		color: #000000;
		font-family: Verdana, Arial, sans-serif;
		margin : 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
		font-weight: normal;
		font-size: 12px;
	}


/* ◆ヘッダーメニュー部分の背景色や余白などの設定◆ */
#tophead {
	background-image: url("");
	background-color: #000066;
	text-align: center;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	margin : 0px 0px 0px 0px ;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #999999;
	font-size: 11px;
	}

/* ◆ヘッダーメニュー部分のリンクの設定◆ */
#tophead a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	}

#tophead a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-size: 11px;
	}

#subcat {
	background-image: url("");
	background-color: #eaeaea;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin : 0px 0px 0px 0px ;
	padding: 5px 0px 5px 15px;
	border-bottom: 1px solid #999999;
	
	}



#prbox1 {
	background-image: url("");
	background-color: #E5EDFD;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin : 0px 0px 0px 0px ;
	padding: 8px 0px 5px 0px;
	border-bottom: 1px solid #999999;
clear: both;	
	}


#prbx1 a {
	color: #000000;
	text-decoration: none;
	}

#prbx1 a:hover {
	color: #FF9900;
	text-decoration: underline;
	}

/* エントリー */
	#content {
		border-bottom: 0px;
		border-right: 0px;
	float: right;
	width: 570px;
	margin-top : 0px ;
	margin-bottom : 10px ;	
	overflow: hidden;
	}

	#content td {
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
    line-height: 1.5;
	font-weight: normal;
	}



/* メニュー欄のカラム */
	#links-right{
	float: left;	
	margin:5px 5px 0px 5px;
	width: 200px;
	background-color: #FFFFFF;	
	overflow: hidden;
	}




/* エントリー別の段落 */
	.blog {
		padding:10px;
		font-size:14px;
		font-weight:normal;
		color: #000000;
		background: none;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

/* 各エントリー */
	.blogbody {
		background:#ffffff;
		background-position:right; 
		background-repeat:repeat-y; 
		background-image: url("画像を置くURl/ファイル名.gif");
		color:#000000;
		font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height:1.25;
		padding-top:0px;
		padding-left:8px;
		padding-right:8px;
		line-height:150%;
		width : auto ;
		margin-bottom:15px;
		word-break: break-all; 
	}

/* タイトルと本文の行間 */
	.blogbody p {
		margin: 7px　0px 7px 5px;
	}

/* タイトルと本文の行間 */
	.blogbody li {
		background:#ffffff;
		padding: 5px 5px 5px 5px;
		margin: 0px;
	}

/* リストの設定 */

.cate_top ul {
	padding-left: 0px;
	margin: 5px 0;
	}

.cate_top li {
	background: url(images/lir.gif) no-repeat 5px 0.5em;
                 margin: 0px;
                 padding: 0px 0px 5px 5px;
                 list-style: none;}



/* ++++++ スポンサードリンク ++++++ */

.ad{
            font-size: 12px;
           color: #666666;
           margin: 0px;
}

.12{
            font-size: 12px;
           color: #666666;
           margin: 0px;
}
/* ++++++ テーブル部分のデザイン ++++++ */

table {
	width: 90%;
                border: 1px solid #999999;
                border-collapse: collapse;
                margin-left:5px;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
                vertical-align:top;
                border: 1px solid #999999;
}


.cell {
	background-color: #f9f7ee;
                color:#333333;
                padding:5px;
                font-size: 12px;
                  width: 10%; 
}
.cell1 {
               width: 10%; 
                padding:5px;
                font-size: 12px;
background-color: #e2f2a8;
}

.cell2 {
                width: 25%;
                padding:5px;
                font-size: 12px;
                text-align:left;
                background-color: #ffffff;
                color:#333333;
}

/* 追加分 */

.af{
                color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height:1.25;
	font-weight: normal;
	margin : 5px 0px 0px 0px ;
	padding: 5px 10px 5px 5px;
	border: 1px solid #a0b0c8;
}


.cate_top	{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height:1.25;
	font-weight: normal;
	margin : 5px 0px 0px 0px ;
	padding: 5px 10px 5px 5px;
                border: 1px solid #a0b0c8;
	}

.afbn {
text-align:center;
margin : 5px;
}

/* Forwardで指定されているＢＯＸの中でliタグを使用した時の設定 */

.forward {
             padding: 0px 20px 0px 0px;
            }

.forward li {
	line-height: 1.5;
                 font-size: 10px;
                list-style: none;
                 margin-left:0px;
	}

.forward p {
	padding-bottom: 5px;
               padding-left: 0px;
               margin:0px;
               font-family: Verdana, Arial, sans-serif;
                 font-size: 10px;
	}





/* エントリーの画像 */
	.blogbody img {
		margin-right: 0px;
		margin-bottom: 0px;
	}

/* エントリーの日付 */
	.blog p.date	{
		font-weight: bold; 
		font-size: 12px;
		color: #666666;
		padding:0px 0px 0px 5px;
		margin:6px 0px 0px 5px;

	}


	.blogbody h2 {
		font-family: Verdana, Arial, sans-serif;
		font-size: 15px;
		margin:8px 0px 0px 0px;
	}

	.blogbody h3 {
		font-family: Verdana, Arial, sans-serif;
		font-size: 15px;
		margin:8px 0px 0px 0px;

	}

	.blogbody h4 {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		margin:8px 0px 0px 0px;

	}

/* エントリー投稿者の段落 */
	.date-header {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
	text-align: right;
		margin:8px 0px 0px 0px;
	border-bottom: 1px dashed #666666;
	}



/* エントリーh2のデザイン */
	.title	{ 
		color: #000000;
		background: #EAF6EC;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("画像を置くURl/ファイル名.gif");
		padding:4px 0px 3px 15px;
		margin:0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;

	}


/* エントリーh2-2のデザイン */
	.title2	{ 
		color: #000000;
		background: #CEE6FF;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("画像を置くURl/ファイル名.gif");
		padding:4px 0px 3px 15px;
		margin:0px 0px 0px 0px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	}


/* エントリー投稿者の段落 */
	.posted {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		margin-top:10px;
	}

/* 「続きを読む」の行 */
	.extended { 
		font-weight:normal;
		padding: 3px;
　　　　　　　　　　　　　　text-align:right;
	}

/* blockquote設定 */
	blockquote {
		color: #000000;
		margin:15px 20px 0px 20px;
		font-size:12px;
		font-weight:normal;
		background:#ffffcc;
		line-height:150%;
		padding: 10px; 
		border: 2px dotted #999999;
		width: auto ;
	}

	.commenter-profile img {
		vertical-align: middle;
		border-width: 0;
	}


	.blogbody img {
		padding: 0px 0px 0px 10px; 
	}

/* quotetitle設定 */
	.quotetitle{
		font-size:medium;
		font-weight:normal;
		border-bottom: 1px solid #666699;
		padding: 3px;
	}


/* カレンダー年月 */
	.calendarhead{
		text-align: center;
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:14px;
		background: none;
		letter-spacing: .3em;
	}

/* カレンダー曜日数字 */
	.calendar {
		text-align: center;
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-weight:normal;
		background: none;
	}
	.calendar a:link {
		font-size:11px;
		color: #8FABBE;
		text-decoration: underline;
	}
	.calendar a:visited{
		font-size:11px;
		color: #8FABBE;
		text-decoration: underline;
	}
	.calendar a:active{
		font-size:11px;
		color: #8FABBE;
		text-decoration: underline;
	}
	.calendar a:hover {
		font-size:11px;
		color: #006699;
		text-decoration: underline;
	}

/* カレンダー日付のリンク以外の文字サイズ 2004.08.29追加 */
	.calendar td {
		font-size:11px;
	}

	.calendar th {
		font-size:11px;
		width : 23px ;
	}
	.calendar table {
		padding: 0px;
		border-collapse: collapse;
	}

/* 「メニュー欄」の見出し */
	.menutitle {
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("http://xn--zckl0nr88s.biz//archives/images/btn_saide1.gif");
		color:#000000;
		font-family: Verdana, Arial, sans-serif;
		font-size:12px;
		margin:0px 0px 0px 0px;
	font-weight: bold;
		line-height:140%;
		padding:7px 0px 5px 0px;
		text-align:center;
		border-top: 1px solid  #999999;
		border-left: 1px solid  #999999;
	}

/* 「メニュー欄」テキスト */
	.side {
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		background: none;
		font-size:12px;
		font-weight:normal;
		line-height:150%;
		padding: 5px 0px 5px 0px;
		margin-bottom:25px;
/*		word-break: break-all; *//* 半角文字折り返し対処 */
	}




/* RSS(XML)の設定 */
	.syndicate {
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: left;
		margin-bottom:5px;
	}

	.syndicate img {
		padding: 2px 0px 2px 0px;
	}

/* Poweredの設定 */
	.powered {
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: right;
		margin:20px 0px 20px 0px;
	}


/* ニュースヘッダー */
#newsbox{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height:1.0;
	margin : 10px 0px 0px 10px ;
	padding: 0px 10px 0px 0px;

	}

#newsbox span.newsday {
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	padding: 0px;
	text-align:left;
	margin : 0px ;
	}

#newsbox p {
	padding: 5px 0px 5px 0px;
	margin : 0px  0px 0px 0px ;
	}


/* ニュースヘッダーPR */
#newspr {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height:1.25;
	font-weight: normal;
	margin : 5px 0px 0px 0px ;
	padding: 5px 10px 5px 5px;
	border: 2px solid #a0b0c8;

	}

/* ニュースヘッダーPR */
#newspr2 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height:1.25;
	font-weight: normal;
	margin : 5px 0px 0px 0px ;
	padding: 5px 10px 5px 5px;
	border: 2px solid #a0b0c8;

	}

/* ニュースヘッダーPR */
#newspr3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height:1.25;
	font-weight: normal;
	margin : 5px 0px 0px 0px ;
	padding: 5px 10px 5px 5px;
	border: 2px solid #a0b0c8;

	}



/* フォトニュース */
	#photobox{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
		color: #000000;
		margin : 10px 0px 0px 0px ;
		padding: 0px 0px 0px 20px;
		width : 180px ;
	border-left: 1px solid #666699;
	}

/* フォトニュース */
#photobox img {
		margin : 5px 0px 5px 0px ;
		padding: 0px 0px 0px 0px;
	}


.side hr { border:1px dashed #999999;}


.blog span.day {
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	padding: 0px;
	text-align:left;
	margin : 0px ;
	}

.blog p.pan {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	padding: 10px 0px 10px 10px;
	margin : 0px 0px 0px 0px;
	text-align:left;
	margin : 0px ;
	}

/* フッター */
	#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:1.5;
		color:#000000;
		background:#ffffff;
		margin : 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
		text-align: center;

	}

#comments-experimental .comment .comment-footer,
#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }

.module-tagcloud .module-content {text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }


/*  コメントされたデータを表示した時の設定 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}



/*  commenter-profile imgを使用した時の設定 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.toptitle	{ 
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	border: 1px solid #8faebe;
	background-color: #CEE6FF;
	}

.blogbody p.trackbacks-info {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background:#eaf2fb;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #b8dafc;
	}

/* 検索、コメントなどの入力フォームの設定 */
	form {
		margin:0px;
	}


	input,textarea {
		font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
		margin: 2px;
	}


/*  コメントのフォームのtextareaの幅の設定 */
.blog textarea{
	width: 50%;
	}

form.search {
	padding: 0; 
	margin: 0; 
}

form.search2 {
	padding: 0; 
	margin: 0; 
}

fieldset {
	margin: 8px 0px 8px 0px; 
}

/* 「コメント」「コメントする」の見出し */
	.comments-head	{
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #ffffff;
		background: #8cc5ff;
		padding-top:2px;
		padding-left:5px;
		padding-bottom:2px;
		width : auto ;
		margin-top:10px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:10px;
	}

/* 「コメント」の段落 */
	.comments-body {
		font-size:12px;
		font-weight:normal;
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		line-height:150%;
		padding:0px;
		margin-left:8px;
		margin-right:8px;
		margin-top:0px;
		margin-bottom:0px;
		word-break: break-all; /
	}

	.comments-body p {
		margin-top:10px;
		margin-bottom:5px;
	}

	/* コメントテキストエリアの幅指定 */
	.comments-body textarea {
		width:266px;
	}

/* 「コメント」投稿者 */
	.comments-post {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		padding:0px;
		margin-top:0px;
		margin-bottom:0px;
	}


/* 「トラックバック」の段落 */
	.trackback-body {
		color:#336699;
		font-size:small;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding:10px;
		margin:10px;
		border-bottom:1px dotted #003366;
	}

/* トラックバックURL */
	.trackback-url {
		font-size:small; 
		font-weight:bold;
		color: #336699;
		background:#ffffff;
		border: 2px solid #336699;
		padding:10px;
		margin:10px;
	}

/* 「トラックバック」投稿者 */
	.trackback-post {
		color:#336699;
		font-size:small;
		font-weight:normal;
		background:#fff;
	}


