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

/* 指定が無い時のリンクの下線の有無 */
a {
	text-decoration: underline;
	
	
	}

/* 指定が無い時の未読リンクの色 */
a:link {
	color: #006699;
	}

/* 指定が無い時の既読リンクの色 */
a:visited {
	color: #006699;
	}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #006699;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color: #CC0000;
	}

/* 指定が無い時の見出しタグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* ブログを囲む枠の背景色や線、余白などの設定 */
#container {
	line-height: 120%;
		margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	
	background-color: #FFFFFF;
	border: 1px solid #000000;
	background-repeat:no-repeat;
	background-image: url("http://www.anzen-anshin.com/archives/images/pc301b.gif");
	}

/* ブログを囲む枠の背景色や線、余白などの設定 */
#container2 {
	line-height: 120%;
		margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	
	background-color: #FFFFFF;
	border: 1px solid #000000;
	background-repeat:repeat-y;
	background-repeat:no-repeat;
	background-image: url("http://www.anzen-anshin.com/archives/images/pc303b.gif");
	}




/* タイトルバナー左 */
#banner {
	height: 110px;
	position: relative; z-index: 1;
	color:#FFFFFF;
	padding-left:15px;
	padding-top:30px;
	padding-bottom:6px;
	text-align: left;
	border-bottom: 0px;
	float: left;
	width: 500px;
	}

a#banner-img {
	display: none;
	}

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



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

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


/* 説明を入れる中央画像を入れるＢＯＸ */
.box1 {
	margin:5px 0px 10px 0px;
	padding: 10px 15px 15px 15px;
	background-repeat:no-repeat;
	background-image: url("http://www.anzen-anshin.com/archives/images/toppr1.gif");	
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	height: 220px;
	overflow: hidden;
	}

/* エントリー全体を入れるＢＯＸの基本設定 */
#center {
		float: left;
	width: 428px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;	
	border-left: 1px solid #000000;
	overflow: hidden;
	}

/* centerの内側のＢＯＸの基本設定 */
.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	}

/* 右側のメニューを入れるＢＯＸの基本設定 */
#right {
		float: right;
	
	
	width: 185px;
	background-color: #FFFFFF;
	
	overflow: hidden;
	}

/* 左側のメニューを入れるＢＯＸの基本設定 */
#left {
		float: left;
	
	
	width: 185px;
	background-color: #FFFFFF;
	
	overflow: hidden;
	}

/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin-top: 5px;
	margin-bottom 5px;
	overflow: hidden;
	}

/* contentで指定されているＢＯＸの中でblockquoteタグを使用した時の設定 */
.content blockquote {
	line-height: 150%;
	}

/* contentで指定されているＢＯＸの中でliタグを使用した時の設定 */
.content li {
	line-height: 150%;
	}

/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（日付） */
.content h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 5px;
	
	}

/* contentで指定されているＢＯＸの中でh3タグを使用した時の設定（エントリータイトル） */
.content h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background:#DDEEFF;	
	text-align: left;
	font-weight: bold;
	border-top: 2px dotted #6299FF;
	border-bottom: 2px dotted #6299FF;	
	padding-left: 10px;	
	margin-bottom: 10px;
	
	}

/* contentで指定されているＢＯＸの中でp.postedを使用した時の設定（投稿者やコメント） */
.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

/* right（メニュー枠）の内側のＢＯＸの余白の設定 */
.sidebar {
	padding: 15px;
	}


/* カレンダーの基本設定 */
#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;
	}

/* カレンダーのセル(th)部分の設定 */
#calendar th {
	text-align: center;
	font-weight: normal;
	}

/* カレンダーのセル(td)部分の設定 */
#calendar td {
	text-align: center;
	}

/* メニュー枠内でh2タグを使用した時の設定 */
.sidebar h2 {
	color:#FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	margin-top:3px;
	background:#285FFF;
	line-height:140%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:center;
	border-right: 2px solid  #330099;
	border-bottom: 2px solid  #330099;
	}

/* メニュー枠内でulタグを使用した時の設定 */
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 5px;
	}

/* メニュー枠内でul ulタグを使用した時の設定 */
.sidebar ul ul {
	margin-bottom: 0px;
	}

/* メニュー枠内でcategories ulタグを使用した時の設定 */
.sidebar #categories ul {
	padding-left: 15px;
	}

/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 130%;
	
	
	
	margin-top: 10px;
	list-style-type: none;
	}

/* メニュー枠内で categories li　を使用した時の設定 */
.sidebar #categories li {
	list-style-type: circle;
	}

/* メニュー枠内で img(画像）タグを使用した時画像の周りに白い枠線がつく設定 */
.sidebar img {
	border: 3px solid #FFFFFF;
	}

/* photo を使用した時の設定 */
.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 130%;
	text-align: left;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	}

/* Movable Typeの著作権表示部分Powered by に使われる設定 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 15px;
	}

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

/*  コメントのフォームのtextareaの幅の設定 */
textarea[id="comment-text"] {
	width: 80%;
	}

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

/* 引用タグ（blockquote）を使用したときの設定 */
	blockquote {
		color: #000000;
		margin:10px 5px 0px 5px;
		font-size:12px;
		font-weight:normal;
		background:#FFFFCC;
		line-height:150%;
		padding: 10px; 
		border: 2px dotted #99CC00;
		width: auto ;
	}

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

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

/* ◆HOMEがあるメニュー部分の背景色や余白などの設定◆ */
#tophead {
	height: 45px;
	position: relative; z-index: 1;
	color:#000000;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:6px;
	text-align: left;
	border-bottom: 0px;
	float: left;
	width: 650px;
	
	}

/* ◆HOMEがあるメニュー部分のリンクの設定◆ */
#tophead a {
	font-weight:bold;
	font-size: 18px;
	font-family: "ＭＳゴシック",sans-serif;
	text-decoration: none;
	}

	#tophead a {
		font-weight:bold;
		font-size: 18px;
		font-family: "ＭＳゴシック",sans-serif;
		text-decoration: none;
	}
	#tophead a:link{
		color: #FFFFFF;
		background: none;
	}
	#tophead a:visited{
		font-size: 18px;
		color: #FFFFFF;
		background: none;
	}
	#tophead a:active,
	#tophead a:hover {
		font-size: 18px;
		color: #FFFFFF;
		background: none;
	}

