/* CSS Document */
html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}
body{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
	font-style:normal;
	font-weight:normal;
	font-size:medium;
	text-align:left;
	color:#000000;
	background-color:#ffffff;
	background-image:url(./images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;
margin: 0 auto;
}
#container{
	width:780px;
	position: relative;
   margin: 0 auto; /* center on everything else */
   margin-top: 0px;
}

#header{
	width:780px;
	height:86px;
	background-image:url(./images/top_header.jpg);
background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
margin: 0 auto;
}

#main_visual{
	width:780px;
	height:282px;
}

#left_sidebar{
	width:180px;
	float:left;
}
#contents_top{
	width:540px;
	margin-left: 30px;
//	margin-right: 10px;
	float:left;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:center;
}
#footer{
	width:780px;	
	FONT-SIZE:12px; 
	text-align:right;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
/* コンテンツフォーマット */
#main_header{
	width:780px;
	height:96px;
	background-image:url(./images/main_header.jpg);
background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#main_contents_waku{
	width:600px;
	float:left;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:center;
}
#main_contents{
	width:540px;
	margin-left: 30px;
//	margin-right: 10px;
	float:left;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:center;
}

.contents_table_black{
	text-align: left;
	vertical-align:top;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
}
.contents_table_green{
	text-align: left;
	vertical-align:top;
	FONT-SIZE:12px; 
	COLOR:#669900;
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
}
.table_line01 {  
	FONT-SIZE:12px; 
	text-align: left;
	border-color: black black #003399;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
}
.table_line02 {  
	text-align: left;
	FONT-SIZE:12px; 
	border-color: black #003399 #003399 black;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px
}


/* ここからブログ設定Link Color
--------------------------*/
a:link { color: #666;  }
a:visited { color: #999; text-decoration: none; }
a:hover { color: #036; text-decoration: none; }
a:active { color: #036; text-decoration: none; }

#blogTitleText {
  padding: 25px 35px;
  font-size: 20px;
  font-weight: bold;
  color: #036;
}

#blogTitleText a:link { color: #036; }
#blogTitleText a:visited { color: #036; }
#blogTitleText a:active { color: #036; }
#blogTitleText a:hover { color: #ccc; }


#blogDescription {
  padding: 30px 10px;
  font-size: medium;
  line-height: 1.3em;
}

#copyright {
  padding-top: 5px;
  padding-bottom: 30px;
  text-align: center;
  font-size:x-small;
}

.bgborder {
  width: 680px;
  height: 4px;
  background-image: url('images/b2_bandg.gif');
  background-repeat: repeat-x;
}


/* --------------------------------------- レイアウト */
#contentBody {
  width: 680px;
  margin: 0 auto;
  background-color: #fff;
}

#layoutHead {
  width: 680px;
  height: 127px;
  background-image: url('images/b2_mainimage.jpg');
  background-repeat: no-repeat;
  background-position: left top;
}

#layoutBody {
  width: 640px;
  margin: 0 auto;
  background-image: url('images/b2_side2.gif');
  background-repeat: repeat-y;
  background-position: left top;
}

#layoutMain {
  width: 328px;
  padding-right: 11px;
  padding-left: 11px;
  background-color: #fff;
}

#layoutSide {
  width: 145px;
  background-image: url('images/b2_side.gif');
  background-repeat: repeat-y;
  background-position: left top;
}

#layoutFoot {
  width: 640px;
  margin: 0 auto;
  padding-top: 30px;
  background-image: url('images/b2_foot.gif');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #fff;
}


/* --------------------------------------- エントリー */
.entryBody {
  clear: right;
  width: 326px;
  border: 1px #036 solid;
}

.entryTitle {
  padding: 5px 10px;
  background-color: #036;
  font-size: medium;
  color: #ccc;
  border-bottom: 1px #036 solid;
}

.entryDate {
  padding: 2px 10px;
  background-color: #696;
  color: #fff;
  font-family: Arial, Helvetica;
  font-size: small;
  text-align: right;
  border-bottom: 1px #036 solid;
}

.entryContents {
  padding: 10px;
  font-size:medium;
  line-height: 1.3em;
}

.entryContents img {
  display: block;
  padding-bottom: 1em;
  border: 0;
}

.entryState {
  padding-top: 1.5em;
  text-align: right;
  font-size: x-small;
}

.pageup {
  float: right;
  padding: 10px 0;
}

.pageup img {
  border: 0;
}

/* --------------------------------------- コメント */
.commentBody {
  clear: right;
  width: 326px;
  border: 1px #036 solid;
}

.commentTitle {
  padding: 5px 10px;
  background-color: #036;
  font-size: medium;
  color: #ccc;
  border-bottom: 1px #036 solid;
}

.commentContents {
  padding: 10px;
  font-size:medium;
  line-height: 1.3em;
}

.commentState {
  padding-top: 1.5em;
  text-align: right;
  font-size: x-small;
}

.comments {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px #999 dashed;
}

/* --------------------------------------- トラックバック */
.trackbackBody {
  clear: right;
  width: 326px;
  border: 1px #036 solid;
}

.trackbackTitle {
  padding: 5px 10px;
  background-color: #036;
  font-size: medium;
  color: #ccc;
  border-bottom: 1px #036 solid;
}

.trackbackContents {
  padding: 10px;
  font-size:medium;
  line-height: 1.3em;
}

.trackbackState {
  padding-top: 1.5em;
  text-align: right;
  font-size: x-small;
}

.trackbacks {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px #999 dashed;
}


/* --------------------------------------- サイドバー */
/* Calendar
--------------------------*/
#calendarBox {
  width: 135px;  
  padding: 25px 5px 15px;
  background-image: url('images/b2_calendar.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

#calendarBox form {
  display: none;
}

#dispCalendar {
  width: 135px;
}

.calendar {
  width: 100%;
  border-spacing: 2px;
  font-size: 11px;
  font-family: Arial, Helvetica;
}

.calendar td {
  width: 15px;
  height: 12px;
  border: 1px #999 solid;
}

.cell_sunday {
  color: #696;
}

.cell_today {
  border: 1px #036 solid !important;
  font-weight: bold !important;
}

.calendar a {
  display: block;
  background-color: #ffc;
}

.calendarNavi {
  font-size: 10px;
}

.calendarNavi img {
  border: 0;
}

/* New Entries
--------------------------*/
#newentriesBox {
  width: 135px;  
  padding: 25px 5px 15px;
  background-image: url('images/b2_newentries.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

.list {
  padding: 0 0 5px 6px;
  background-image: url('images/b2_ico.gif');
  background-repeat: no-repeat;
  background-position: left top;
  font-size: medium;
  line-height: 1em;
}

/* Categories
--------------------------*/
#categoriesBox {
  width: 135px;  
  padding: 25px 5px 15px;
  background-image: url('images/b2_categories.gif');
  background-repeat: no-repeat;
  background-position: left top;
}


/* Recent Comments
--------------------------*/
#RCommentsBox {
  width: 135px;  
  padding: 25px 5px 15px;
  background-image: url('images/b2_comments.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* Profile
--------------------------*/
#profileBox {
  width: 135px;  
  padding: 25px 5px 15px;
  background-image: url('images/b2_profile.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* Links
--------------------------*/
#linksBox {
  width: 135px;  
  padding: 25px 5px 15px;
  background-image: url('images/b2_link.gif');
  background-repeat: no-repeat;
  background-position: left top;
}
