@charset "shift_jis";

body,div,ul,li,h1,h2,h3,blockquote,th{	margin:0;	padding:0;}
body  {
	font-size: 0.75em;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:170%;
	background-color:#E3E3E8;
	text-align:center;
	}
	
.clear		{clear:both;}	
img			{border:0; vertical-align:bottom;}
a			{text-decoration:none;		color:#004BBD;}
a:hover		{text-decoration:underline;	color:#62B5FF;}

h1{
	color:#CF003B;
	font-size:1.5em;
	font-weight:bold;
	line-height:100%;
	padding:18px 10px;
}	

	
/*--ヘッダー部分　設定----------------------------------------------------------*/

#header		{background:url(../images/headtitle_back.jpg) repeat-x;		height:154px;}
#headerIn	{
	background:url(../images/headtitle.jpg) center no-repeat;
	height:154px;
	text-align:center;
	color:#FFFFFF;
}
#headTitle{
	width:430px;
	margin:0 auto;
	padding:48px 0 0 0;
	text-align:left;
}
#headTitle img{	margin:3px 0 0 0;}


/*--#blogcontents_header (コンテンツ部分)　設定----------------------------------------------------------*/

#blogcontents	{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	text-align:left;
}
#blogleft{
	float:left;
	width:200px;
	background:url(../images/left_back.jpg) no-repeat;
	padding:290px 0 0 0;
}
#blogleft ul{
	padding:10px 5px 10px 20px;
	color:#004BBD;		
}
#news{
	background:url(../images/leftBox_back.jpg) no-repeat #FFFFFF;
	width:198px;
	margin:0 0 20px 0;
	border-bottom:#B2B2B2 solid 1px;
	border-right:#B2B2B2 solid 1px;
	border-left:#B2B2B2 solid 1px;
}
#category{
	background:url(../images/leftBox_back.jpg) no-repeat #FFFFFF;
	width:198px;
	margin:0 0 20px 0;
	border-bottom:#B2B2B2 solid 1px;
	border-right:#B2B2B2 solid 1px;
	border-left:#B2B2B2 solid 1px;
}
.blogright {
     float: right;
     width: 710px;
	 padding:40px 0 0 0;
}
.blog {
	background:url(../images/rigthBox_back.jpg) no-repeat #FFFFFF;
	border:#B2B2B2 solid 1px;
	margin:0 0 20px 0;
}
.blogtitle{
	background:url(../images/h1_line.gif) no-repeat bottom;
	margin:0 0 20px 57px;
}
.blogtext{
	margin:0 20px 20px 20px;
}
.blogcomment{
	margin:0 5px 0px 5px;
	padding:5px;
	text-align:right;
	font-size:0.9em;
	border-top: #E1E1E1 1px solid;	
}
#contentspage{
	text-align:center;
	margin:0 0 20px 0;
}

