@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
}


body {
	color: #000000;
	font-size: 10pt;
	line-height: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
	background-color:#FFF;
}


a:link {
	color: #0000CC;
	text-decoration:none;
}
a:visited {
	color: #0000CC;
	text-decoration:none;
}
a:active {
	color: #FF0000;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
	text-decoration:none;
}

img {
	border: 0;
}


/* =================================== */
/* レイアウトの設定 */
/* =================================== */

.thrColFixHdr #container {
	width: 820px;
	margin: 0 auto;
	
}

.thrColFixHdr #header {
	width: 820px;
	height: 138px;
	margin: 0 auto;
	background:white url(../image/header.jpg);;
}

.thrColFixHdr #line {
	width: 820px;
	height: 6px;
	margin: 0 auto;
	background:white url(../image/line.gif);;
}

.thrColFixHdr #menu {
	width: 820px;
	margin: 0 auto;
	margin-top: 3px;
}

.thrColFixHdr #main { 
	width: 820px;
	margin: 0 auto;
	margin-top: 20px;
}  

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bus-title {
	font-size:16px;
	font-weight:bold;
	color:#009;
}

.bus-title2 {
	font-size:16px;
	font-weight:bold;
	color:#FF6600;
}

.bus-cate {
	font-size:14px;
	font-weight:bold;
}

.q {
	font-size:14px;
	font-weight:bold;
	color:#009;
}

.ctitle {
	font-weight:bold;
	color:#009;
}

.list {
	line-height: 22px;
}


.waku1 {
	background:#FF9900 url(../image/waku1_middle.jpg) repeat-x;
}

.waku3 {
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border: 4px double #DE5E2E;
	FONT-SIZE: 24px; color:#E97117; font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

TABLE.gray {
	border-collapse : collapse ;
	border-color:#999;
	border-width : 1px ;
	border-style : solid ;
	background-color:#FFFFFF;
	font-size: 12px;
	text-align:left;
}

.cell-1 {
	background-color: #FFC;
}

.pt10_agray {  font-size: 10pt; color:#555555;}
.pt9 {  font-size: 9pt; color:#000000;}
.pt8 {  font-size: 8pt; color:#000000;}