@charset "UTF-8";

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

/* ++++++ ブログの横幅設定 ++++++ */
#container {
	width: 760px;
	}

/* ++++++ ２段組の横幅設定 ++++++ */
	/* コンテンツ部分の横幅 */
	#center	{
		width: 575px;
		margin-top: -15px;
		}
	/* サイドバーの横幅 */
	#left, #right	{
		width: 170px;
		background-color:#ffcc66;
		margin-top: -15px;
		}
	* html #left, #right	{
		margin-top: -15px;
		}

/* ++++++ その他設定 ++++++ */
html {
	background-image: url("http://www.ykensyokuro.jp/mt/images/bg.gif");
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-color:#99ccff;
	}
body {
	margin: 0;
	padding: 25px 0 15px 0;
	text-align: center;
	}
#container {
	background-color:#ffffff;
	border:1px solid #ffffff;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
#left {
	float: left;
	}
#center {
	float: right;
	}
#footer	{
	clear: both;
	}


/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */
/* ++++++ 段の間隔 ++++++ */
/* 左サイドバーの余白 */
#left div {
	margin-right: 15px;
	}
* html #left div {
	margin-right: 5px;
	}
#left div div, #right div div {
	margin-left: 0px;
	margin-right: 0px;
	}


/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */
p	{
	font-size: 12px;
	text-align: justify;
	line-height: 150%;
	color: #333333;
	}
a:link	{
	color: #0000ff;
	text-decoration: none;
	}
a:visited	{
	color: #3333cc;
	text-decoration: none;
	}
a:hover	{
	color: #ff0000;
	text-decoration: underline;
	}

/* ++++++ ヘッダー部分のデザイン ++++++ */
#maintitle	{
	background-image: url("http://www.ykensyokuro.jp/img/all/jichiro_title.jpg");
	background-repeat: no-repeat;
	width: 760px;
	height: 115px;
	background-color: #ffffff;
	padding-top: 30px;
	}
#maintitle h1	{
	font-size:28px;
	text-shadow: 1px 1px 5px #000000;
	position: relative;
	top: -25px;
	left: 10px;
	}
#maintitle h1 a	{
color:#ffffff;
	}


/* ++++++ コンテンツ部分のデザイン ++++++ */
#center h1	{
	background-image: url("http://www.ykensyokuro.jp/mt/images/main_title530.gif") ;
	background-repeat: no-repeat;
	width: 530px;
	height: 30px;
	font-size: 14px;
	color: #ffffff;
	margin:15px 15px 5px 15px;
	padding: 5px;
	}

/* ++++++ ブログ記事 ++++++ */
#entries	{
	width: 560px;
	border: 1px solid #ff9900;
	margin-bottom: 10px;
	}
.new_article	{
	margin:15px 15px 30px 15px;
	border-bottom: 2px dotted #999999;
	padding-bottom:15px;
	}
.new_article h2	{
	font-size: 10px;
	color: #ff0000;
	margin-top:-10px;
	}
.new_article h3	{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #ff9900;
	margin-top:-10px;
	}
.new_article p	{
	font-size:16px;
	margin-top:-10px;
	}
.new_article img	{
	float: right;
	border: 1px solid #3366ff;
	margin: 0px 0px 0px 10px;
	}
.extended	{
	font-size: 12px;
	text-align: right;
	margin-top:10px;
	margin-bottom:10px;
	}
.clear	{
	clear:both;
	}
.encont{
	color:#cc0000;
}

/* ++++++ サイドバー部分のデザイン ++++++ */
#menu h3,#categories h3	{
	background-image: url("http://www.ykensyokuro.jp/mt/images/menu_title.gif") ;
	background-repeat: no-repeat;
	width:170px;
	height:25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 190%;
	color: #ffffff;
	}
#menu ul	{
	margin:-15px 0px 0px 0px;
	padding:0;
	list-style: none;
	}
#menu li,#menu a	{
	display: block;
	width:170px;
	height:30px;
	}
#menu li	{
	font-size: 14px;
	font-weight: bold;
	line-height: 200%;
	}
#menu a	{
	background-image: url("http://www.ykensyokuro.jp/mt/images/menu.gif") ;
	background-repeat: no-repeat;
	background-position:0px 0px;
	}
#menu a:hover {
	background-image: url("http://www.ykensyokuro.jp/mt/images/menu.gif") ;
	background-repeat: no-repeat;
	background-position:-170px  0px;
	}

#banner img	{
	width:170px;
	border:none;
	margin: 10px 0px;
	}
#gooser{
	width:100%;
}
#gooser h3{
	background-image: url("http://www.ykensyokuro.jp/mt/images/menu_title.gif") ;
	background-repeat: no-repeat;
	width:170px;
	height:25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 190%;
	color: #ffffff;
	margin:0;
	}
}

#gsc-control-cse gsc-control-cse-ja{
	width:100%;
}
/* ++++++ 月別アーカイブ ++++++ */	
.widget-archive-monthly h3{
	background-image: url("http://www.ykensyokuro.jp/mt/images/menu_title.gif") ;
	background-repeat: no-repeat;
	width:170px;
	height:25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 190%;
	color: #ffffff;
}
.monthchunks {
    margin-left: 5px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
.monthchunks dt {
}
.monthchunks dd {
    margin-left: -30px;
}
.monthchunks dd ul li {
    display: inline;
}

/* ++++++ カテゴリーアーカイブ ++++++ */
#categories ul	{
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
	margin: -5px 0px 0px -20px;
	}
* html #categories ul	{
	margin: -15px 0px 0px 15px;
	}
#categories li	{
	font-size:12px;
	padding-bottom: 5px;
	}	

/* ++++++ フッター部分のデザイン ++++++ */
#footer  {
	border-top:solid 1px #ff9900;
	}
#footer p	{
	font-size: 12px;
	color: #666666;
	text-align: center;
	}


/* +++ clearfix +++ */
div:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
	}
/* +++ clearfix ie7 +++ */
*:first-child+html div {  
	display: inline-block;  
	}
/* +++ clearfix ie6 +++ */
* html .entry {
	display: inline-block; 
	}

table, tbody, tr, th, td {
display: block;
text-align:center;
}

th, td {
width:90%;
margin:5px;
}
