@charset "utf-8";

#main #main_contents {
	background-image: url(../image/jisseki_img/jissseki_back.gif);
	background-repeat: repeat-y;
}


/*基本レイアウト*/
#left_contents {
	width: 570px;
	padding: 10px 20px 10px 10px;
}
#right_contents {
	background-color: #666666;
	width: 180px;
	padding: 10px;
	color: #FFFFFF;
}
#right_contents:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*右ボックス*/
#right_contents h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	background-image: url(../image/jisseki_img/jisseki_right_point.gif);
	background-repeat: no-repeat;
	width: 150px;
	padding-left: 25px;
	height: 24px;
	padding-top: 3px;
	text-align: left;
}

.box{
	border-bottom: 1px solid #8C8C8C;
	padding: 10px 0px;
}
.search {
	text-align: center;
}

.category li {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	padding-left: 5px;
}

.category li a {
	color: #FFFFFF;
	text-decoration:none;
}


/*記事*/
.item_box {
	border: 1px solid #CCCCCC;
	width: 550px;
	padding: 9px;
}
.item_cate, .item_cate a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.item_title, .item_title a {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
}
#left_contents a:hover {
	color: #0000CC;
}

.item_title{
	padding-top: 10px;
	padding-bottom: 14px;
	background-image: url(../image/jisseki_img/jisseki_title_border.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 5px;
}
.item_more {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
}
.item_text {
	padding-top: 10px;
}

.item_copy {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 14px;
	font-weight: 600;
	color: #000099;
	padding-bottom: 10px;
}

a.gotolink {
	color: #000099;
	background-color: #F5F3EA;
	background-image: url(../image/jisseki_img/more.gif);
	height: 20px;
	padding-left: 25px;
	border: 1px solid #2D408A;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 1px;
}
.item_box h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 150%;
}
h3.pagetitle {
	font-size: 18px;
	color: #2D4188;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2D4188;
	background-color: #DCE1F3;
	padding-left: 10px;
}
.item_box a {
	color: #2D408A;
}
h2 {
	font-size: 20px;
}
