@charset "UTF-8";
body {
	background-color: #E0E0E0;
	background-image: url(images/bg_index3.jpg); 
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
   padding: 0;
   font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size: 12px;
   line-height:1.5em;}
   
.table_normal {
	border: 1px solid #CCCCCC;
}

.bg_index {
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 700px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
.bg_menu {
	background-repeat: repeat-x;
}
.bg_normal {
	background-image: url(images/bg_normal.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 680px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

.header {
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 700px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	height: 65px;
}
.header_text {
	float: left;
	width: 320px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 120%;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 680px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	font-size: 11px;
	float: left;
}
.copyright {
	font-size: 11px;
	width: 680px;
	float: left;
}

.pankuzu {
	width: 660px;
	margin: 0px;
	font-size: 12px;
	color: #666666;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.menu {
	float: left;
	width: 180px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
}
.main {
	float: left;
	text-align: left;
	width: 490px;
	top: 0px;	/*padding-left: 220px; */
	font-size: 12px;
	color: #333333;
	padding: 10px;
}
.main_text {
	text-align: left;
	width: 490px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #333333;
}

A:link { color:#333333 }
A:visited { color:#333333 }
A:active { color:#ff0000 }
A:hover { color:#ff0000 }

.text_small {
	font-size: 10px;
}
h1{
	font-size:18px;
	font-weight:bold;
	background-image: url(images/h1_bg.gif);
	width: 620px;
	height: 20px;
	text-align: left;
	margin: 0px;
	padding-top: 22px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-repeat: no-repeat;
	color: #333333;
	background-position: center;
}
h2{
	/*border-left:14px solid #003399;*/
	background-image:url(images/h2_tsi.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:14px;
	font-weight:bold
	}
h3{
	border-left:8px solid #FF6666;
	padding-left:10px;
	margin-left:4px;	
	margin-top:20px;	
	font-size:12px;
	font-weight:bold}
h3 .nolist{font-size:12px}
h4{
	font-size:11px;
	color: #666666;
	font-weight: normal;
}
p{font-size:12px}
.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
   text-align:right;
}
.banner {
	background-image: url(images/banner_bg.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
	color: #333333;
	font-size: 11px;
	text-align: center;
}
.menu_text {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
	color: #333333;
	font-size: 11px;
	text-align: left;
	width: 140px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.bg_header {
	background-repeat: repeat-x;
	background-image: url(images/bg_header.gif);
}
.bg_j{
	background-image:url(images/bg_j.gif);
	background-repeat:repeat-y;
	background-position: center;
}
.fltrt { /* 
このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


