
.b_left_box
{
width: 250px;
margin:30px 0px 0px 0px;
padding:0px 20px 0px 0px;
float: left;
}

.b_right_box
{
width: 570px;
margin:30px 0px 0px 0px;
padding:0px 0px 0px 0px;
float: left;
}

/*-- 固有記事関連----------------*/

.b_title
{
width: 500px;
height:28px;
margin:0px 0px 0px 0px;
padding:12px 0px 0px 70px;
background: url(img/title_bk.gif) no-repeat;
color: #FFF;
}


.b_title a:link, .b_title a:visited
{
color: #fff;
text-decoration: none;
}

.b_title a:hover, .b_title a:active
{
color: #FF4500;
text-decoration: underline;
}



.b_kiji
{
width: 550px;
margin:0px 0px 0px 0px;
padding:10px 10px 0px 10px;
color: #000;
font-size: 13px;
line-height: 170%;
}

.b_kiji a:link, .b_kiji a:visited
{
color: #ff4500;
text-decoration: none;
}

.b_kiji a:hover, .b_kiji a:active
{
color: #FF4500;
text-decoration: underline;
}


.b_line1
{
width: 550px;
margin:20px 0px 0px 0px;
padding:10px 0px 5px 20px;
background: url(img/end_bar.gif) no-repeat;
background-position: left top ;
font-size: 10px;
}

.b_line2
{
width: 570px;
height:10px;
margin:2px 0px 70px 0px;
padding:0px 0px 0px 0px;
background: url(img/end_bar.gif) no-repeat;
background-position: left top ;
}

.b_date
{
background: url(img/date.gif) no-repeat;
background-position: left center ;
width: 80px;
height: 15px;
margin:5px 0px 0px 0px;
padding:0px 0px 5px 10px;
border-right: dotted #909090 1px;
float: left;
}

.b_com
{
background: url(img/com.gif) no-repeat;
background-position: left center ;
width: 100px;
height: 15px;
margin:5px 0px 0px 15px;
padding:0px 0px 5px 10px;
border-right: dotted #909090 1px;
float: left;
}

.b_cate
{
background: url(img/cate.gif) no-repeat;
background-position: left center ;
width: 130px;
height: 15px;
margin:5px 0px 0px 15px;
padding:0px 0px 5px 10px;
border-right: dotted #909090 1px;
float: left;
}

.b_edit
{
background: url(img/edit.gif) no-repeat;
background-position: left center ;
width: 90px;
height: 15px;
margin:5px 0px 0px 15px;
padding:0px 0px 5px 10px;
border-right: dotted #909090 1px;
float: left;
}



/*-- 小物枠----------------*/

.b_m_area
{
margin:0px 0px 30px 0px;
padding:0px 0px 0px 0px;
}

/*-- マーク１----------------*/
.blog ul
{
list-style: none;
margin:0px;
padding:0px;
}

.blog li
{
font-size: 12px;
background: url(img/list1.gif) no-repeat;
background-position: left center ;
margin:0px 0px 10px 0px;
padding:3px 10px 0px 20px;
border-bottom: dotted #909090 1px;
}

.blog li a:link, .blog li a:visited
{
color: #423A36;
text-decoration: none;
}

.blog li a:hover, .blog li a:active
{
color: #FF4500;
text-decoration: underline;
}

/*-- マーク2----------------*/

.blog2 ul
{
list-style: none;
margin:0px;
padding:0px;
}

.blog2 li
{
font-size: 12px;
background: url(img/list2.gif) no-repeat;
background-position: left center ;
margin:0px 0px 10px 0px;
padding:3px 10px 0px 18px;
border-bottom: dotted #909090 1px;
}

.blog2 li a:link, .blog2 li a:visited
{
color: #423A36;
text-decoration: none;
}

.blog2 li a:hover, .blog2 li a:active
{
color: #FF4500;
text-decoration: underline;
}


.com_boxs
{
width: 500px;
margin:30px 0px 0px 0px;
padding:0px 0px 0px 0px;
}


/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(img/other.gif) no-repeat;
	background-position: 6px 9px;
	padding: 10px 42px 0px 42px;
	margin: 10px 0 0 0;
border-top: solid #909090 1px;
height:30px;
font-size: 15px;
color: #423A36;
font-weight: bold;
}

.itemcomment a:link, .itemcomment li a:visited
{
color: #423A36;
text-decoration: none;
}

.itemcomment a:hover, .itemcomment li a:active
{
color: #FF4500;
text-decoration: underline;
}






.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: url(img/ad_mark.gif) no-repeat;
	background-position: 6px 9px;

}

.com_area
{
width: 500px;
font-size: 12px;
line-height: 180%;
color: #212121;
border-bottom: dotted #909090 1px;
margin:0px;
padding:0px 0px 10px 40px;
}

.commentinfo
{
width: 500px;
font-size: 9px;
color: #999999;
text-align: right;
}


/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform
{
	margin: 5px 0;
}
.commentform
{
	width: 550px;
	margin-top: 10px;
    padding:10px;
    background: #f5f5f5;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	display:block;
	font-size: 12px;
	background: #ffffff;
	color: #000000;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 10px;
	background: #999999;
	color: #ffffff;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 40px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{

   width: 420px;
}
.commentform .formbutton
{
	font-size: 12px;
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
}

.leftbox {
	float: left;
	border-right: 1px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 1px solid #ccc;
}
































































