/* ページ全体の基本的な設定と背景色 */
body {
 margin: 0px 0px 20px 0px;
}

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

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

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

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

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

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


/* ブログを囲む枠の背景色や線、余白などの設定 */
#container {
	font-family: Verdana, Arial, sans-serif;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
 padding: 0px;
 width: 800px;
 background-color: #FFFFFF;
margin-top:20px;
}

/* バナー部分の文字や背景色、枠線、余白などの設定 */
#banner {
 line-height: 120%;
	background-repeat:no-repeat;
	background-image: url("http://baby.non-chan.com/archives/images/top_xo.gif");
	height: 119px;
	}

/* バナー部分の画像表示形式を指定するプロパティ */
#banner-img {
	display: none;
	}

/* バナー部分の未読リンクの色 */
#banner a {
	color: #666666;
	text-decoration: none;

	}

/* バナー部分のh1に対する文字サイズ・位置の指定 */
h1 {
 font-size: 10px;
 position:absolute;
 top:6px;
}


h4 {
 font-size:12px;
 color:#FB2F43;
 margin: 8px 3px 3px 3px;
}


/* バナー部分のh2に対する文字サイズの指定 */
#banner h2 {
 font-size: 10px;
 text-align:right;
 color:#FFF9F9;
}



/* エントリー+ブログの紹介を入れるＢＯＸの基本設定 */
#center {
float: right;
	width: 430px;	
	overflow: hidden;
	}

/* エントリー単体を入れるＢＯＸの基本設定 */
#entry {
 width:400px;
 border-style:solid;
 border-width:1px;
 border-color:#D6D2D2;
padding: 10px 10px 10px 10px;
margin: 0px 0px 20px 0px;
}


/* エントリー単体内部記事の基本設定 */
#description {
 padding-left: 10px;
line-height:150%;
}

#description img {
 margin: 3px 0px 3px 0px;
 text-align:center;
}

/* ブログの紹介を入れるＢＯＸの基本設定 */

#blog {
 width:420px;
height:210px;
 padding: 10px 10px 10px 10px;
 background-image:url('../../archives/images/blogs.gif');
 background-repeat:no-repeat;
}

#blogcontent{
 width:364px;
 height:165px;
 overflow-y:scroll;
 margin-left:22px;
 margin-top:30px;
 scrollbar-face-color: #ffffff;
 /*表面の色*/
scrollbar-3dlight-color: #ffffff;
 /*左端と上端の色*/
scrollbar-highlight-color: #009900;
 /*ハイライトの色*/
scrollbar-shadow-color: #009900;
 /*影の色*/
scrollbar-darkshadow-color: #ffffff;
 /*右端と下端*/
scrollbar-arrow-color: #000000;
 /*矢印の色*/
scrollbar-track-color: #ffffff;
 /* バーの背景の色 */;
 list-style-image:url('../../archives/images/hon13.gif');
}

.bloggaiyou {
 margin: 0px 5px 7px 25px;
 color:#A0A8A3;
}

/* centerの内側のＢＯＸの基本設定 */
.content {
 padding-top: 0px;
 padding-rigth: 0px;
 padding-left: 0px;
 padding-bottom: 5px;
 background-color: #FFFFFF;
 color:#3E3C3C;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
}


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

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


/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;

	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	}

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

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

/* 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: right;
	margin-bottom: 5px;
	line-height: normal;
	padding: 3px;
	}

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


/* カレンダーの基本設定 */
#calendar {
 line-height: 120%;
 color:#B6B2B2;
 font-family: Verdana, Arial, sans-serif;
 padding: 2px;
 text-align: center;
 margin-bottom: 10px;
}

/* カレンダーテーブルの基本設定 */
#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 90%;
 font-size: 10px;
	}

#calendar a:link {
 color:#E04848;
}

/* カレンダーのタイトル部分の設定（月、日） */
#calendar caption {
 color:#E04848;
 font-family: Verdana, Arial, sans-serif;
 font-size: 9px;
 text-align: center;
 text-transform: uppercase;
 letter-spacing: .2em;
}

/* カレンダーのセル(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: small;
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;  	
	letter-spacing: .2em;
	}

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

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

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


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

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

/* photo を使用した時の設定 */
.photo {
	text-align: left;
	margin-bottom: 20px;
	}
/* モジュールのサイドボックスの設定 */
#side-box {
 border-color:#B5B5B5;
 border-width:1px;
 border-style:solid;
 width:100%;
}

#side-box h3 {
 font-size:12px;
 color:#867D7C;
 font-weight:normal;
 padding: 3px 0px 3px 0px;
 text-align:center;
 background-color:#D1F9D9;
 margin-bottom:2px;
}

/* コンテンツボックス（カテゴリーボックス）の設定 */
.category-box {
 font-size:12px;
 width:170px;
 text-align:center;
 background-image:url('../../archives/images/cateh3back.gif');
 background-repeat:no-repeat;
 height:23px;
margin-top:2px;
margin-bottom:5px;
}

.tokusen-box {
 font-size:12px;
 width:170px;
 text-align:center;
 background-image:url('../../archives/images/tokusen.gif');
 background-repeat:no-repeat;
 height:23px;
margin-top:2px;
margin-bottom:5px;
}

.link-category-box {
 font-size:12px;
 width:170px;
 padding: 3px 3px 2px 23px;
 vertical-align:middle;
 background-image:url('../../archives/images/cateback.gif');
 background-repeat:no-repeat;
margin-top:3px;
line-height:140%;
}


/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: Comic Sans MS, cursive, arial;
	font-size: 10px;
	text-align: left;
	padding: 5px;
	margin-bottom: 3px;
	}

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

/*  コメントされたデータを表示した時の設定 */
#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:3px 5px 5px 5px;
 font-size:12px;
 font-weight:normal;
 background:#FFFFCC;
 line-height:150%;
 width: auto;
 border-width:2px;
 border-color:#FF6321;
 border-style:dashed;
padding-left:5px;
padding-right:5px;
padding-top:-10px;
padding-bottom:-10px;
}

#leftbody {
float:left;
width:620px;
margin:0px 0px 0px 0px;
}

.copyright {
 font-size:9px;
 font-style:italic;
 width: 430px;
 text-align:center;
margin-top: 0px;
}

.banner-bottom {
margin-top:77px;
margin-right:5px;
 text-align:right;
 font-size:10px;
}

/* エントリー下のカテゴリー表示 */
#category {
 font-size:10px;
 color:#646262;
 text-align:right;
margin-top:5px;
margin-bottom:5px;
}

/* 最近の育児用品記事のリスト */
.recent {
 font-size:11px;
 list-style-image:url('../../archives/images/list_05_5.jpg');
 list-style-position:outside;
 vertical-align:middle;
 font-family:Verdana;
}

/* バナー下2カラム合同部分 */
#culums {
 width:600px;
 margin:2px 5px 0px 5px;
 background-color:#E8E8E8;
 padding: 5px 5px 5px 5px;
}

#setsumei {
 float:left;
 background-image:url('../../archives/images/yotuba.gif');
 background-repeat:no-repeat;
 width:235px;
 height:150px;
 overflow:hidden;
margin-right:10px;
}

.desc {
width: 180px;
height: 115px;
margin: 50px 5px 3px 50px;
 font-size:12px;
 line-height:130%;
}


#what-new {
 width:350px;
 height:154px;
 background-image:url('../../archives/images/new.gif');
 background-repeat:no-repeat;
}

#ulnew{
 width:318px;
 height:113px;
 margin-left:6px;
 margin-top:22px;
 padding:5px 10px 5px 10px;
 overflow-y:scroll;
 background-color:#FFFFFF;
 font-size:10px;
 overflow-x:inherit;
 line-height:150%;
 scrollbar-arrow-color:#FFC229;
 scrollbar-shadow-color:#FFF9F9;
 scrollbar-base-color:#FFF3F3;
 scrollbar-darkshadow-color:#F8EEBA;
 scrollbar-face-color:#FFFFFF;
 scrollbar-highlight-color:#FFFFFF;
 color:#7D7575;
}




/* バナー下写真表示部分 */
#photos {
 width:420px;
 margin:2px 5px 5px 2px;
 height:100px;
 border-color:#CECCCC;
 border-width:1px;
 border-style:solid;
 margin-top:2px;
 float:left;
 vertical-align:middle;
 padding-top:1px;
 font-size:10px;
 color:#686262;
padding-left:10px;
}

#search-box {
 margin-top:4px;
 width:170px;
 height:100px;
 background-image:url('../../archives/images/search.gif');
 background-repeat:no-repeat;
}

.search-description {
 margin-top: -20px;
 margin-left: 15px;
 margin-right:8px;
 font-size:10px;
 color:#6C6C6C;
}

.search-note {
	text-align: left;
	padding: 5px;
	margin-top:5px;
	}

/* google adsence部分 */

.googleadsence {
 margin: 2px 5px 5px 2px;
 background-image:url('../../archives/images/googleadsence.gif');
 background-repeat:no-repeat;
width:170px;
height:23px;
}

.google {
 margin: -5px 5px 8px 2px;
 border-style:solid;
 border-color:#D1F1CF;
 border-top-color:#FFFFFF;
 border-width:1px;
width:165px;
padding: 0px 0px 5px 5px;
}


#images img {
 height:80px;
margin-left:5px;
}

#pankuzu {
 font-size:11px;
 background-color:#E3FDD7;
 padding:2px 5px 2px 5px;
width:410px;
margin:3px 0px 10px 0px;
}
#information {
 background-image:url('../../archives/images/information.gif');
 background-repeat:no-repeat;
width:420px;
height:205px;
}

#infocontent{
 width:388px;
 height:160px;
 overflow-y:scroll;
 margin-left:18px;
 margin-top:31px;
 scrollbar-face-color: #ffffff;
 /*表面の色*/
scrollbar-3dlight-color: #ffffff;
 /*左端と上端の色*/
scrollbar-highlight-color: #009900;
 /*ハイライトの色*/
scrollbar-shadow-color: #009900;
 /*影の色*/
scrollbar-darkshadow-color: #ffffff;
 /*右端と下端*/
scrollbar-arrow-color: #000000;
 /*矢印の色*/
scrollbar-track-color: #ffffff;
 /* バーの背景の色 */;
 list-style-image:url('../../archives/images/011-002.gif');
 vertical-align:bottom;
}

#sitemap {
 font-size:11px;
}

.sitemap-head {
 text-align:center;
 background-color:#C9E9C9;
padding: 5px 5px 5px 5px;
margin: 5px 5px 3px 1px;
}

#tokusen {
 font-size:12px;
 border-left-color:#BFF1C9;
 border-left-width:1px;
 border-left-style:solid;
 border-bottom-color:#BFF1C9;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-right-color:#BFF1C9;
 border-right-width:1px;
 border-right-style:solid;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
margin-top:-20px;
}

#osusume {
 width:410px;
 margin:5px 0px 10px 0px;
 padding:5px 5px 5px 5px;
 font-size:12px;
 background-color:#DDFAC0;
 border-width:2px;
 border-color:#2E6EEE;
 border-style:solid;
}

.osusumepr {
 margin: 6px 3px 3px 15px;
 background-color:#FFD1D1;
padding:3px 3px 3px 3px;
}
.osusumein {
 margin: 5px 3px 3px 20px;
 color:#072C02;
}

.catdes {
 line-height:130%;
margin-top:10px;
margin-left:15px;
}

.result1 {
 font-size:15px;
 font-weight:bold;
margin-top:10px;
margin-bottom:10px;
}

.result2 {
margin-top:5px;
margin-bottom:5px;
 font-size:13px;
}

.result3 {
 font-size:13px;
 font-weight:bold;
}

.result4 {
 font-size:13px;
 font-weight:bold;
margin:10px 50px; 5px 15px;
}

.result5 {
 font-size:12px;
margin-left:25px;
margin-bottom:10px;
}

#reload {
margin-top:3px;
}

#reload2 {
margin-top:-38px;
margin-left:60px;
margin-bottom:10px;
font-color:FF00CC;
font-size:11px;
}

#entryplus {
font-size:12px;
line-height:2em;
margin-top:10px;
}
#rss {
 position:absolute;
top:120px;
left:800px;
}

#font10 {
font-size:11px;
}

#ikujijyouhou {
 width:410px;
 margin:5px 0px 10px 0px;
 padding:5px 5px 5px 5px;
 font-size:12px;
 border-width:1px;
 border-color:#E1E4EB;
 border-style:solid;
}

#ikujijyouhou h3 {
 font-size:13px;
 font-weight:bold;
 margin-bottom:0px;
 background-image:url('fig/onpu2_r_4.gif');
 background-repeat:no-repeat;
padding-left:1.5em;
margin-left:10px;
margin-top:5px;
}

.eventtitle {
margin-left:10px;
margin-bottom:0px;
}

.des-entry {
 margin-left:10px;
 margin-bottom:10px;
 margin-top:-5px;
 background-color:#EDFFC5;
 padding:7px 10px 7px 10px;
}

#campain {
 font-size:12px;
 width:170px;
 background-image:url('/fig/campain.gif');
 background-repeat:no-repeat;
 height:170px;
margin-top:0px;
margin-bottom:0px;
}


#ulnew2{
 width:147px;
 height:128px;
 margin-left:7px;
 margin-top:26px;
 padding:5px 5px 5px 4px;
 overflow-y:scroll;
 background-color:transparent;
 font-size:11px;
 overflow-x:inherit;
 scrollbar-arrow-color:#FFC229;
 scrollbar-shadow-color:#FFF9F9;
 scrollbar-base-color:#FFF3F3;
 scrollbar-darkshadow-color:#F8EEBA;
 scrollbar-face-color:#FFFFFF;
 scrollbar-highlight-color:#FFFFFF;
 color:#FF0109;
}

#new-list {
 font-size:11px;
 padding:12px 8px 3px 8px;
 background-color:#F4FEDC;
 margin-bottom:10px;
 border-width:1px;
 border-style:solid;
 border-color:#72FA81;
}

#new-list-in {
 font-size:11px;
padding-left:10px;
}

.cc {
margin:2px;
 list-style-position:outside;
 list-style-image:url('http://baby.non-chan.com/fig/yajirushi-004-02-b.gif');
}
