/* ページ全体の基本的な設定と背景色 */
body {
	margin: 0px 0px 20px 0px;
	background-color: #cfe6fd;
	
        	text-align: center;
        
	}

/* リンク文字設定 */
a {
	color: #006699;	
	
	}

a:link {
	color: #006699;
	text-decoration: none;
	}

a:visited {
	color: #006699;
	text-decoration: none;
	}

a:active {
	color: #006699;
	text-decoration: none;
	}

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

/* h1h2h3 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* 3カラム全体の囲みサイズ固定 */
#container {
	line-height: 120%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 850px;
	background-position:right top;
	background-repeat:repeat-y;
	background-repeat:no-repeat;
	background-image: url("gif");	
	background-color: #FFFFFF;
	border-bottom: 1px solid #666699;
	border-left: 1px solid #666699;
	border-right: 1px solid #666699;
	}

/* タイトル左 */
#bannerin {
	height: 70px;
	width: 850px;
	padding:0px;
	margin: 0px;
	background-color:#799ED3;
	}


/* タイトル左 */
#banner {
	height: 50px;
	position: relative; z-index: 1;
	color:#FFFFFF;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:0px;
	text-align: left;
	border-bottom: 0px;
	float: left;
	width: 450px;
	}

a#banner-img {
	display: none;
	}

/* タイトル名の文字のリンク色 */
	#banner a {
		font-weight:bold;
		font-family: "ＭＳゴシック",sans-serif;
		text-decoration: none;
	}
	#banner a:link{
		color: #FFFFFF;
		background: none;
	}
	#banner a:visited{
		color: #FFFFFF;
		background: none;
	}
	#banner a:active,
	#banner a:hover {
		color: #FFFFFF;
		background: none;
	}

/* バナー部分のh1に対する文字サイズの指定 */
#banner h1 {
	font-size: 18px;
	line-height: 1.15;
	padding: 0px;
	margin-bottom: 0px;
   font-weight: bold;
	}

/* バナー部分のh2に対する文字サイズの指定 */
#banner h2 {
	font-size: 12px;
	line-height: 1.5;
	padding: 0px;	
	}

/* 検索ＢＯＸ */
	#bannerside {

	height: 50px;
		color:#FFFFFF;
		padding-right:15px;
		padding-top:15px;
		padding-bottom:4px;
		text-align: right;
		font-family: "ＭＳゴシック",sans-serif;
		font-weight:bold;
		font-size: 14px;
		border-bottom: 0px;
	}


/* ◆バナー下メニュー部分の背景色や余白などの設定◆ */
#tophead {
	margin: 0px;
	background-color: #0a295c;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: auto;
	padding-bottom: 2px;
	text-align: left;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;

	border-bottom: 1px solid #0a295c;
	
	}

/* ◆バナー下メニュー部分のリンクの設定◆ */
#tophead a {
	color: #ffffff;
	text-decoration: none;
	}

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



/* ＰＲ広告小の段落 */
	.blogpr {
		padding-top:0px;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:0px;
		font-size:small;
		font-weight:normal;
		color: #336699;
		background: none;
	}


/* エントリーのある真中のカラム */
#center {
	float: left;
	width: 428px;
	margin-top : 0px ;
	margin-bottom : 10px ;	
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
	overflow: hidden;
	}

/* エントリーを入れるＢＯＸ */
.content {
	padding: 15px 15px 10px 15px;
	background-color: #FFFFFF;
	
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	}

/* コンテンツ見出し1 */
	.toptitle	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		font-weight:none;
		color: #000066;
		background:#FFFFCC;
		border-left: 5px solid #CC0000;
		border-bottom: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("");
		padding-top:3px;
		padding-bottom:2px;
		padding-left:10px;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
	}


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

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


/* 左カラム */
#left {
	float: left;
	width: 155px;
	height: 100%;
	background-color: #FFFFFF;
	padding-top : 15px;
	padding-left : 15px;
	padding-right : 15px;
	overflow: hidden;
	}

/* 右カラム */
#right {
	float: left;
	width: 155px;
	height: 100%;
	background-color: #FFFFFF;
	padding-top : 15px;
	padding-left : 15px;
	padding-right : 15px;
	overflow: hidden;
	}



.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;

	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	}

.content h2 {

	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 5px;
	
	}

.content h3 {

	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	
	text-align: left;
	font-weight: bold;
	margin-top: 10px;	
	margin-bottom: 5px;
	
	}

.content p.posted {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #666666;
	text-align: left;
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

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

.sidebar {
	padding: 0px;
	}



#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 10px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

.sidebar h2 {

	font-family: Verdana, Arial, sans-serif;
	font-size: small;	
	text-align:center;

	}

.sidebar h3 {

	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align:left;
	margin-bottom: 0px;
	}

.sidebar p {

	margin: 0px;
	}

/* サイドバー見出し1 */
	.sidetitle1	{ 
		color:#FFFFFF;
		font-family: Verdana, Arial, sans-serif;
		font-size:10px;
		margin-top:3px;
		background:#0a295c;
		line-height:140%;
		padding:1px 0px;
		border: 2px solid  #799ed3;
	}

/* サイドバー見出し2 */
	.sidetitle2	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
   font-weight: bold;
		color: #FFFFFF;
		background:#CC0000;
		border-top: 1px solid #CC0000;
		border-left: 1px solid #CC0000;
		border-bottom: 1px solid #CC0000;
		border-right: 1px solid #CC0000;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("");
		padding-top:2px;
		padding-bottom:2px;
		padding-left:0px;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
	}


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

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 150%;
	
	
	
	margin-top: 5px;
	list-style-type: none;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 10px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 20px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

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