/* 基本 */
body {
	background-color: #FFF;
	font-size: 12px;
	color:#555;  
	padding:0px;
	margin:0px;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}
td {
	font-size:12px;
}
a {
	color: rgb(51, 51, 51);
	text-decoration: none;
}

#tabSquare {
	padding: 0px;
	margin:0px;
	clear: both;
	width: 800px;
}
#tabSquare li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	float: left;
}
#tabSquare li a {
	line-height: 32px;
	background: url(../images/tab-b-body.gif);
	font-weight: bold;
	float: left;
}

/* クラス */
.displaynone {
	display: none;
}
.sep {
	margin: 0px 5px 0px 5px;
}
.box a, a.r2{
	color: #00469F;
	text-decoration: underline;
}
a.r1:hover, a.r2:hover, .box a:hover{
	color: #FFF;
	background-color: rgb(224, 9, 21);
	text-decoration: none;
}
.box {
	margin: 0px;
	padding:10px;
	background: #EEE url(../images/box-back.gif) repeat-x;
	border: solid #00235F 1px;
	line-height: 100%;
	color: #333;
	font-weight: normal;
}
.sub-blue {
	width:100%;
	background: #EEE url(../images/sub-back-blue.gif) repeat-x;
	margin: 0px 0px 10px 0px;
	font-size:13px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
}
.sub-l-blue {
	float:left;
	width:8px;
	height:30px;
	background: url(../images/sub-l-blue.gif) no-repeat;
}
.sub-r-blue {
	float:right;
	width:8px;
	height:30px;
	background: url(../images/sub-r-blue.gif) no-repeat;
}


.box_title{
	font-weight: bold;
	margin:0px;
	padding:5px;
	border-bottom: solid #00235F 1px;
	border-left: solid #00235F 10px;
}
.box_date{
	margin:0px;
	padding:2px;
	text-align: right;
}
.box_body{
	margin:10px 2px 20px 2px;
	padding:2px;
}
.y_date{
	padding:0 0 0 8px;
	background: url(../images/ya.gif) no-repeat left;
}
.hr_dot{
	padding:1px;
	background: url(../images/dot.gif) repeat-x;
}
/* メイン */
div#container {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto 0px auto;
	padding:0px;
	padding: 0px;
	width: 800px;
	background-color: #ffffff;
}

/* ヘッダ */
div#logo {
	margin:5px;
	width: 265px;
	height: 65px;
	float: left;
	background: url(../images/logo.gif) no-repeat;
}
div#toplinks {
	text-align: right;
	margin: 0px auto;
	padding: 45px 10px 0px 0px;
	background-color: #ffffff;
}

/* メインコンテンツ */
div#outer {
	clear: both;
	border-left: solid 550px #ffffff;  /* color of the left column  */ 
	background-color: #ffffff; } /* color of the content column */
}
#inner {margin:0 px; width:100%;} /* The ie/pc pecularity */ 
#content-left {
	width:550px;
	float:left;
	position:relative;
	margin-left:-550px;
	margin-right:1px;
}
#content-right { position: relative; margin: 0px 0px 0px 10px;}

/* フッタ */
#footer {
	clear: both;
	width: 800px;
	margin:0px auto;
	margin-top:50px;
	padding:0px;
	border-top: solid #00469F 3px;
}
#footermenu {
	margin: 0px auto;
	float: left;
}
#copyright {
	color: #666;
	font-size: 10px;
	margin: 0px auto;
	text-align: right
}

/* タブメニュー */
table.tab-table {
	/*background: url(../images/tab-a-body.gif);
	*/width: 800px;
	clear: both;
	margin:0px;
	padding:0px;
	text-align: center;
	font-weight: bold;
}
.tab-al {
	padding:0px;
	width: 13px;
	height: 32px;
	background: url(../images/tab-al.gif) no-repeat;
}
.tab-ar {
	padding:0px;
	width: 13px;
	height: 32px;
	background: url(../images/tab-ar.gif) no-repeat;
}
.tab-bl {
	padding:0px;
	width: 13px;
	height: 32px;
	background: url(../images/tab-bl.gif) no-repeat;
}
.tab-br {
	padding:0px;
	width: 13px;
	height: 32px;
	background: url(../images/tab-br.gif) no-repeat;
}
.tab-ab {
	padding:0px;
	width: 40px;
	height: 32px;
	background: url(../images/tab-ab.gif) no-repeat;
}
.tab-ba {
	padding:0px;
	width: 40px;
	height: 32px;
	background: url(../images/tab-ba.gif) no-repeat;
}
.tab-bb {
	padding:0px;
	width: 26px;
	height: 32px;
	background: url(../images/tab-bb.gif) no-repeat;
}
.tab-a-body {
	padding:0px;
	height: 32px;
	background: url(../images/tab-a-body.gif);
}
.tab-a-body a{
	padding: 3px 5px 3px 5px;
	color: #FFF;
}
.tab-b-body {
	padding:0px;
	height: 32px;
	background: url(../images/tab-b-body.gif);
}
.tab-b-body a{
	padding: 3px 5px 3px 5px;
	color: #454545;
}
.tab-a-body a:hover,.tab-b-body a:hover{
	color: rgb(224, 9, 21);
}
.blue-g {
	padding:0px;
	height: 35px;
	background: url(../images/blue-g.gif);
}
.red-g {
	padding:0px;
	height: 32px;
	background: url(../images/red-g.gif);
}