@charset "utf-8";

section section {
	margin: 10px 20px;
}

/*見出し*/
/*------------------------------*/

#contents h1 {
	background-image: url(img/tit.gif);
}
#contents header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear:both;
	margin-bottom: 4em;
}
#contents h2 {
	margin: 0;
	font-size: 16px;
	_font-size: 130%;
}
#contents header a {
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#contents header p {
	font-size: 12px;
	font-weight: normal;
	margin: -1.6em 0 0 18em;
}
#contents header a:link {
	color: #666666;
	background-image: url(img/h6-01.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#contents header a:visited {
	color: #999999;
	background-image: url(img/h6-04.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#contents header a:hover {
	color: #FF0066;
	background-image: url(img/h6-02.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#contents header.thisPage {
	padding: 0 0 0 20px;
	background-image: url(img/h6-03.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	color: #639ECF;
}
/*下層表示*/
/*------------------------------*/
ul.inPage {
margin: -3em 5% 3em 5%;
/*IE用フロートクリア*/
	min-height: 1px;
	_height: 1px;
}
ul.inPage:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
ul.inPage li {
width: 30%;
margin: 0 1em 0.5em 0;
float:left;
}
ul.inPage li.long {
width: 45%;
}
ul.inPage li a {
padding: 0 0 0 12px;
display:block;
background-repeat: no-repeat;
background-position: left 4px;
text-decoration: none;
}
ul.inPage li a:link {
	color: #666666;
	background-image: url(img/li11.gif);
}
ul.inPage li a:visited {
	color: #999999;
	background-image: url(img/li14.gif);
}
ul.inPage li a:hover {
	color: #FF0066;
	background-image: url(img/li12.gif);
}

/*ブログリスト*/
/*------------------------------*/
.blogList {
	background-color: #EEEEEE;
	padding:5px;
	height: 110px;
	margin: -3em 3% 3em 3%;
	overflow: auto;
}
.blogList a {
	text-decoration: none;
	display:block;
	padding: 0 0 0 0;
	background-image: url(../common/img/arrow1.gif);
	background-repeat: no-repeat;
	line-height:100%;
	padding: 3px 0 5px 10px;
	background-position: left 0.3em;
	border-top: 1px dashed #CCCCCC;
	_height: 1px;
	min-height: 1px;
}
.blogList a:after {/*clearfix用*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.blogList a:link, .blogList a:visited {
	color: #666666;
}
.blogList a:hover {
	color: #666666;
	background-color: #DDDDDD;
}
.blogList span {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width:7em;
	display: block;
	float: left;
}

