@charset "utf-8";
/* @group basic */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 12px; 
	font-family:"ＭＳ ゴシック", Osaka−等幅, Osaka, "ヒラギノ角ゴ Pro W3", 平成角ゴシック, "ＭＳ Ｐゴシック";
	color: #666;
	background-image: url(../images/bg_loop.gif);
}

img {
	border-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	width: 822px;
	padding: 0;
}

#mainBody {
	width: 782px;
	padding: 0 21px 13px 17px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fff url(../images/mainHeader.gif) no-repeat;
}

#main {
	background: url(../images/bg_mainBody.gif) repeat-y;
	margin: 0;
	padding: 0;
	width: 782px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* @end */

/* @group CSS Signature */

/* @end */

/* @group link */

a:link,a:visited {
	color: #0164CC;
	text-decoration: underline;
}

a:hover,a:active {
	text-decoration: underline;
	color: #ff9500;
}

/* @end */

/* @group header */

#header {
	width: 782px;
	margin: 0 0 15px;
	padding: 0;
  position: relative;
}

#header h1 {
	width: 602px;
	margin: 32px 0 0;
	padding: 0;
	float: left;
	text-align: left;
	background: url(../images/headerTitle.gif) no-repeat;
	text-indent: -5000px;
	height: 40px;
	display: block;
}

#header a#linkArea {
  position: absolute;
  display: block;
  width: 390px;
  height: 44px;
  left: 0;
  top: 30px;
	text-indent: -5000px;
}

#header img {
	width: 53px;
	height: 56px;
	margin: 0;
	padding: 22px 0 0;
	float: right;
}

* html #header img {
	padding: 0;
	margin: 22px 0 0;
}

/* @end */

/* @group contents */

#contents {
	width: 596px;
	margin: 0;
	padding: 0 6px 30px 0;
	float: left;
	text-align: left;
}

#contents h2 {
	background: url(../images/topImage.jpg) no-repeat;
	width: 596px;
	height: 168px;
	display: block;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.contentsItem {
	width: 596px;
	margin: 19px 0 0;
	padding: 0;
	text-align: left;
	
}

.contentsItem span.date {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	font-size: 12px;
	color:#666666;
	font-weight:bold;
}

.contentsItem h3 {
	color: #00135D;
	font-size: 18px;
	width: 576px;
	margin: 0;
	padding: 14px 10px 3px;
	background: url(../images/itemHeader.gif) no-repeat;
	height: 41px;
	display: block;
	line-height: 1.0em;
}

* html .contentsItem h3 {
	margin: 0;
	padding: 16px 0 0 10px;
	width: 596px;
	height: 57px;
}

.contentsItem p {
	margin: 10px 0 0;
	padding: 0 2px;
	line-height: 1.5em;
}

.readMore {
	background: url(../images/readMore.gif) no-repeat left center;
	margin: 1em 0 0 2px;
	padding: 0 0 0 14px;
}

.contentsItemFoot {
	padding: 8px 0 0;
	margin: 1.5em 0 40px 2px;
	font-size: 10px;
	border-top: 1px solid #DBDBDB;
}

* html .contentsItemFoot {
	margin: 1.5em 0 20px 2px;
}

.contentsItemFoot .dateStamp {
	margin: 0;
	padding: 0;
}

.contentsItemFoot .timeStamp {
	margin: 0;
	padding: 0 0 0 1em;
}

.contentsItemFoot .comment {
	margin: 0;
	padding: 0 0 0 1em;
}
.commentList{
margin:5px 0 5px !important;
padding-bottom:5px !important;
border-bottom:1px dotted #DBDBDB;
}
.commentTitle{
color:#4457a0;
margin:15px 0px 0 !important;
padding-bottom:0px !important;
}
.commentFooter{
font-size:12px;
margin:4px 0 20px !important;
padding-bottom:5px !important;
border-bottom:1px solid #DBDBDB;
}

.contentsItemFoot .trackBack {
	margin: 0;
	padding: 0 0 0 1em;
}
p.trackBackList{
margin:5px 0 20px;
padding-bottom:10px;
border-bottom:1px dotted #DBDBDB;
}
p.trackBackTitle{
margin:15px 0px 0 !important;
padding-bottom:0px !important;
}

.contentsItem h3.tbcomHead {
	color: #00135D;
	font-size: 14px;
	width: 576px;
	margin: 0;
	padding: 16px 10px 0;
	background: url(../images/tbcomHeader.gif) no-repeat;
	height: 31px;
	display: block;
	line-height: 1.1em;
}

* html .contentsItem h3.tbcomHead {
	width: 596px;
	padding: 16px 0 0 10px;
	height: 47px;
}

.contentsItem .tbUrl {
	color: #0B123F;
	width: 586px;
	margin: 0.8em 0 40px;
	padding: 4px 0 4px 10px;
	background-color: #EFEFEF;
}

.contentsItem .sendBtn {
	width: 586px;
	margin: 0.8em 0 40px;
	padding: 0 0 0 2px;
}

.contentsItem input,.contentsItem textarea {
	padding: 0;
	margin-bottom: 0.8em;
	margin-top: 0.5em;
}

/* @end */

/* @group menu */

#menu {
	width: 169px;
	margin: 0;
	float: right;
}

.menuItem {
	width: 169px;
	margin: 0 0 22px;
	padding: 12px 0 0;
	background: url(../images/menuContHeader.gif) no-repeat;
	text-align: left;
}

#menu strong {
	width: 169px;
	margin: 0;
	padding: 0 0 0 22px;
	color: #0B123F;
}

#menu table {
	border: 1px solid #ccc;
	background-color: #EFEFEF;
	margin: 8px 0 0;
	width: 169px;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#menu table td {
	padding: 1px 0;
}

#menu table td.yearMonth {
	background-color: #E0E0E0;
	color: #0B123F;
	font-weight: bold;
	margin: 0;
	padding: 3px 0;
}

.menuItem ul {
	margin: 8px 0 0;
	padding: 0 0 0 10px;
}

.menuItem li {
	background: url(../images/menuListIcon.gif) no-repeat 0 0.4em;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 12px;
	margin-bottom: 0.6em;
}

.menuItem dl {
	margin: 8px 0 0;
	padding: 0;
	text-align: left;
}

.menuItem dt {
	background: url(../images/menuListIcon.gif) no-repeat 10px 0.4em;
	padding-left: 22px;
	margin-bottom: 0.4em;
}

.menuItem dd {
	padding-left: 22px;
	margin-bottom: 0.6em;
}

#sideBanner{
font-size:10px;
}
#sideBanner img{
margin-top:7px;
margin-bottom:7px;
}

/* @end */

/* @group footer */

#footer {
	text-align: right;
	width: 820px;
	margin: 2px 0 0;
	padding: 0 2px 1em 0;
	font-size: 12px;
}

/* @end */
