/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 900px;
	}

img {vertical-align: top;} 

/* ++++++ ブログのTOPバナーの設定 ++++++ */
h1			{
font-size:14px;
margin:15px 0 15px 42px;
	}

#top_banner{
margin:15px 0 15px 42px;
		}


/* お問い合わせ */

.contact{
font-size:12px;
color:#0059bc;
background-image:url(images/hatena.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:1em;
}

.contact a{
font-size:12px;
color:#0059bc;
text-decoration:none;
background-image:url(images/hatena.gif);
background-repeat:no-repeat;

}

.contact a:hover{
font-size:12px;
color:#bc00000;
text-decoration:underline;
background-image:url(images/hatena.gif);
background-repeat:no-repeat;
}


/* よくある質問 */

.faq{
font-size:12px;
color:#0059bc;
background-image:url(images/book.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:1em;
}

.faq a{
font-size:12px;
color:#0059bc;
text-decoration:none;
background-image:url(images/book.gif);
background-repeat:no-repeat;

}

.faq a:hover{
font-size:12px;
color:#bc00000;
text-decoration:underline;
background-image:url(images/book.gif);
background-repeat:no-repeat;
}

/* ++++++ ブログのタブの設定 ++++++ */
.tab{
font-size:12px;
text-align:center;
vertical-align:middle;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
}

.tab a{
font-size:12px;
text-align:center;
vertical-align:middle;
text-decoration:none;
color:#000000;
}

.tab a:hover{
text-decoration:underline;
color:#BC0000;
}


.text10{
font-size:10px;
}


.text12{
font-size:12px;
}


/* ++++++ サイドバーの規定 ++++++ */

	/* 左サイドバーの規定 */
	#left div {
		margin: 0px 20px 5px 40px;
		}


	/* サイドバーの横幅 */
	#left		{
		width: 250px;
		}


	/* 孫divの制御 */
	#left div div	{
		margin: 0 0 0 0;
		}


/* ++++++ カレンダーの規定 ++++++ */

	/* カレンダー */
	#blog_calendar table	{
		width: 95%;
		font-size: 0.85em;
		text-align: center;
		border: solid 1px #0059bc;
		}
	
	#blog_calendar td	{
		padding: 5px 0;
		border: solid 1px #0059bc;
		}
	
	#blog_calendar a	{
		text-decoration: none;
		color: red;
		}
	
	#blog_calendar caption	{
		background-color: #67AEFE;
		}

/* ++++++ 月別アーカイブの規定 ++++++ */

	#blog_archives ul.arrow1{
		padding:0 0 0 0;
		margin:0 0 0 0;
		list-style-image:url(./images/side/arrow1.gif);
		list-style-position:inside;
		text-align:left;
		vertical-align:middle;
		}
	
	#blog_archives li{
		color:#0059bc;
		margin:0 0 0 0;
		padding:0 0 0 0.3em;
		font-size:12px;
		line-height:20px;
		background-image:url(./images/side/side_bg.gif);
		background-repeat:repeat-y;
		vertical-align:middle;
		}
		
	#blog_archives li a{
		color:#0059bc;
		text-decoration:none;
		margin:0 0 0 5px;
		vertical-align:middle;
		}
	
	#blog_archives li a:hover{
		color:#BC0000;
		text-decoration:underline;
		vertical-align:middle;
		}

/* ++++++ 最新エントリーの規定 ++++++ */

	#blog_recent ul.arrow2{
		padding:0 0 0 0;
		margin:0 0 0 0;
		list-style-image:url(./images/side/arrow2.gif);
		list-style-position:inside;
		text-align:left;
		vertical-align:middle;
		}
	
	#blog_recent li{
		color:#0059bc;
		margin:0 0 0 0;
		padding:0 0 0 0.3em;
		font-size:12px;
		line-height:20px;
		background-image:url(../images/side/side_bg.gif);
		background-repeat:repeat-y;
		vertical-align:middle;
		}
		
	#blog_recent li a{
		color:#0059bc;
		text-decoration:none;
		margin:0 0 0 5px;
		vertical-align:middle;
		}
	
	#blog_recent li a:hover{
		color:#BC0000;
		text-decoration:underline;
		vertical-align:middle;
		}

/* ++++++ staff 紹介の規定 ++++++ */

	#blog_staff ul.arrow3{
		padding:0 0 0 0;
		margin:0 0 0 0;
		list-style-image:url(./images/side/arrow3.gif);
		list-style-position:inside;
		text-align:left;
		vertical-align:middle;
		}
	
	#blog_staff li{
		color:#0059bc;
		margin:0 0 0 0;
		padding:0 0 0 0.3em;
		font-size:12px;
		line-height:20px;
		background-image:url(../images/side/side_bg.gif);
		background-repeat:repeat-y;
		vertical-align:middle;
		}
		
	#blog_staff li a{
		color:#0059bc;
		text-decoration:none;
		margin:0 0 0 5px;
		vertical-align:middle;
		}
	
	#blog_staff li a:hover{
		color:#BC0000;
		text-decoration:underline;
		vertical-align:middle;
		}


/* ++++++ contentの規定 ++++++ */

	/* content部分の規定 */
	#center	{
		width: 590px;
		margin: 0px 0px 10px 0px;
		}

	#center_h3 h3{
		background-image:url(http://www.camsfactory.com/staff_blog/images/index/oshirase_bg.gif);
		background-repeat:no-repeat;
		padding: 3px 40px 0px 5px;
		}


	.blog_entry p.blog_posted	{
		font-size: 1em;
		color: #333333;
		text-align: right;
		border-bottom: solid 0px;
		border-color: #2E3192;
		padding: 3px 6px 0px 5px;
		}

/* カテゴリーデータ */
#categorydata	{
	padding: 0px 40px 0px 0px;
	}


/*footerデータについて*/
#footer_banner{
margin:0 0 0 33px;
		}

/* お問い合わせ */

.contact1{
font-size:12px;
color:#0059bc;
background-position:left;
padding-left:1em;
}

.contact1 a{
font-size:12px;
color:#0059bc;
text-decoration:none;
}

.contact1 a:hover{
font-size:12px;
color:#bc00000;
text-decoration:underline;
}


/*
#footer	{
margin: 0 0 0 40px;
		}

.top{
font-size:10px;

}
.top a{
font-size:10px;
color:0059bc;
text-decoration:none;

}

.top a:hover{
font-size:10px;
color:0059bc;
text-decoration:underline;

}
*/


/* エントリー */
#entrydata		{
	padding: 0px 40px 0px 0px;
	}

.entry h2	{
	background-image:url(http://www.camsfactory.com/staff_blog/images/index/oshirase_bg.gif);
	background-repeat:no-repeat;
	padding: 3px 40px 0px 5px;
	}

.entry h3	{
	padding: 3px 40px 0px 18px;
	}

.entry p.line	{
	border-top: solid 2px;
	border-color: #2E3192;
	padding: 3px 40px 0px 5px;
	}

.entry p	{
	line-height: 150%;
	padding: 0px 0px 0px 20px;
	}

.entry p.posted	{
	font-size: 1em;
	color: #333333;
	text-align: right;
/*
	border-bottom: solid 0px;
	border-color: #2E3192;
*/
	padding: 3px 6px 0px 5px;
	}

.entry a	{
	color: purple;
	}

.entry	{
	margin-bottom: 40px;
	}

/* 前後のエントリーへのリンク */

#entrylink	{
	font-size: 1em;
	margin-top: 20px;
	text-align: center;
	}

#entrylink a	{
	color: #2E3192;
	}

#entrylink p	{
	margin-top: 0;
	margin-bottom: 30px;
	}


/* ++++++ その他設定 ++++++ */

body {
   text-align: center;
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

#container {
	background-color:#ffffff;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#left {
	background-color:#ffffff;
	float: left;
	}

#center {
	background-color:#ffffff;
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}


