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

/* リンク文字設定 */
a {
	text-decoration: underline;
	
	
	}

a:link {
	color: #3300FF;
	}

a:visited {
	color: #3300FF;
	}

a:active {
	color: #0000FF;
	}

a:hover {
	color: #FF9933;
	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: 800px;
	background-position:right top;
	background-repeat:repeat-y;
	background-repeat:no-repeat;
	background-image: url("http://www.pclesson.jp/archives/images/pc030.gif");	
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFD303;
	border-left: 1px solid #FFD303;
	border-right: 1px solid #FFD303;
	}

/* タイトル左 */
#banner {
	height: 45px;
	position: relative; z-index: 1;
	color:#000000;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:6px;
	text-align: left;
	border-bottom: 1px;
	float: left;
	width: 650px;
	}

a#banner-img {
	display: none;
	}

/* タイトル名の文字のリンク色 */
	#banner a {
		font-weight:bold;
		font-size: 15px;
		font-family: "ＭＳゴシック",sans-serif;
		text-decoration: none;
	}
	#banner a:link{
		color: #0E049B;
		background: none;
	}
	#banner a:visited{
		font-size: 15px;
		color: #0E049B;
		background: none;
	}
	#banner a:active,
	#banner a:hover {
		font-size: 15px;
		color: #0E049B;
		background: none;
	}
	#banner h2 {
		color: #000000;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 11px;
	}

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

	height: 85px;
		color:#00000;
		padding-right:15px;
		padding-top:60px;
		padding-bottom:4px;
		text-align: right;
		font-family: "ＭＳゴシック",sans-serif;
		font-size: 11px;
		border-bottom: 0px;
	}


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

	border-bottom: 1px solid #FFD303;
	
	}

/* ◆HOMEがあるメニュー部分のリンクの設定◆ */
#tophead a {
	color: #FFFFCC;
	text-decoration: none;
	}

#tophead a:hover {
	color: #000066;
	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: 600px;
	margin-top : 0px ;
	margin-bottom : 10px ;	
	border-bottom: 1px solid #FFD303;
	border-right: 1px solid #FFD303;	
	overflow: hidden;
	}

/* エントリーを入れるＢＯＸ */
.content {
	padding: 15px 15px 5px 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:#FFE6BB;
		border-top: 2px dotted #FF8040;
		border-bottom: 2px dotted #FF8040;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("");
		padding-top:0px;
		padding-bottom:0px;
		padding-left:10px;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
	}


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

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


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

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



.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 0px;
	}

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

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

.content h3 {

	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	background:#FFE6BB;
	border-top: 2px dotted #FF8040;
	border-bottom: 2px dotted #FF8040;
	padding-left : 5px;
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 5px;
	
	}

.content h2 {

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

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #FFD303;
	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: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

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

#calendar caption {
	color: #00000;
	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 {
		color:#FFFFFF;
		font-family: Verdana, Arial, sans-serif;
		font-size:11px;
		margin-top:3px;
		background:#FF9900;
		line-height:140%;
		padding-top: 3px;
		padding-bottom: 3px;
		text-align:center;
		border: 2px solid  #FFC46A;
	}

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

.sidebar li {
	color: #000000;
	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: 0px none #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;
	11: x-small;
	line-height: 150%;
	text-align: left;
	color: #000000;
	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%;
	}

/* メニューをボタンみたいに変更する設定の追加ここから */
#menu {
list-style-type:none; /* リスト項目のマークを消す */
padding:0;　　/* パディング設定 */
margin: 0px;　　/* マージン設定 */
margin-bottom: 20px;　　/* マージン設定 */
}

#menu a {
display:block;
width:100%;
border-bottom:1px dashed #634F5B; /* 項目の下部分の区切り線 */
text-decoration:none; /* リンクの下線削除 */
color:#634F5B; /* リンク文字の色 */
padding-top:5px;
padding-bottom:5px;
}

#menu a:hover {
background-color:#E1F4F3; /* 背景色を反転 */
color:#FF6666; /* 文字の色を反転 */
}
/* メニューをボタンみたいに変更する設定の追加ここまで */