@charset "UTF-8";
/* 新着記事 */

a#newArticleRss{
	display:block;
	float:right;
	width:36px;
	height:18px;
	font-size:12px;
	text-indent:20px;
	color:#000000;
	margin:3px;
	background-image:url("../images/icon_rss.gif");
	background-repeat:no-repeat;
}

dl#newArticleAreaValue{
	font-size:80%;
	padding:5px 15px 0px 10px;
}

dl#newArticleAreaValue dt{
	height:22px;
	text-indent:22px;
	padding-top:3px;
	background-image:url('../images/icon_memo_a.gif');
	background-repeat:no-repeat;
}

dl#newArticleAreaValue dd{
	margin:0px 0px 5px 22px;
	padding-bottom:5px;
	border-bottom:2px dotted #0868BA;
	color:#959595;
}

div#newArticleAreaFooter{
	height:24px;
	padding:0px 10px 10px 0px;
}

div#newArticleAreaFooter a#rss{
	display:block;
	float:right;
	width:36px;
	height:18px;
	font-size:12px;
	text-indent:20px;
	color:#000000;
	margin:3px;
	background-image:url("../images/icon_rss.gif");
	background-repeat:no-repeat;
}

div#newArticleAreaFooter a:hover{
	text-decoration:none;
}

/* 新着ブログ */
div#newBlogArea{
	clear:both;
	margin-bottom:20px;
	border:1px solid #DCDCDC;
}

a#newBlogRss{
	display:block;
	float:right;
	width:36px;
	height:18px;
	font-size:12px;
	text-indent:20px;
	color:#000000;
	margin:3px;
	background-image:url("../images/icon_rss.gif");
	background-repeat:no-repeat;
}
h2#newBlogAreaTitle{
	height:32px;
	font-size:12px;
	color:#55728D;
	padding:6px 0px 0px 9px;
	background-image:url("../images/new_article_title_back.gif");
	background-repeat:no-repeat;
}

.newBlogValue{
	clear:both;
	font-size:80%;
	margin:0px 15px 5px 22px;
	padding-bottom:5px;
	border-bottom:2px dotted #0868BA;
}

a.blogImage{
	display:block;
	float:left;
	margin-right:5px;
	border:#999999 1px solid;
}

.newBlogValue img{
}

.newBlogValue p.blogTitle{
	height:22px;
	text-indent:22px;
	padding-top:3px;
	margin-left:100px;
	background-image:url('../images/icon_blog.gif');
	background-repeat:no-repeat;
}

.newBlogValue p.blogExplanation{
	margin-left:100px;
}

div#newBlogAreaFooter{
	height:24px;
	padding:0px 10px 10px 0px;
}

div#newBlogAreaFooter a#rss{
	display:block;
	float:right;
	width:36px;
	height:18px;
	font-size:12px;
	text-indent:20px;
	color:#000000;
	margin:3px;
	background-image:url("../images/icon_rss.gif");
	background-repeat:no-repeat;
}

div#newBlogAreaFooter a:hover{
	text-decoration:none;
}

/* お知らせ */
div#infoArea{
	width:550px;
	margin:0px auto 0px auto;
	padding:0px 0px 20px 0px;
	border:1px solid #000000;
	text-align:left;
}

h2#infoTitle{
	font-size:140%;
	font-weight:bold;
	text-align:center;
	padding:20px 10px 20px 10px;
}
#infoDate{
	letter-spacing:1px;
	text-align:right;
	padding:5px 10px 5px 10px;
}

#infoValue{
	text-align:left;
	padding:5px 10px 30px 10px;
}


#infoInquiry{
	text-align:left;
	padding:0px 10px 0px 10px;
}

#infoInquiry h3{
	font-size:100%;
	text-align:left;
	margin-bottom:10px;
	border-bottom:2px dotted #000000;
}

