/* -----  基本CSS ----- */

html {
	overflow-y: scroll;
}
body {
	color: #333333;
	margin: auto;
	background: #FFFFFF url(../img/bg.jpg) repeat-x scroll 0px 90px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka,;
	font-size: small;
	line-height:150%;
}
.container {
	width: 800px;
	text-align: left;
}
#header {
	background: #FFFFFF;
	border-top: 3px solid #0E2B9C;
}
#header .pr{
	font-size: 11px;
	color: #888888;
	line-height: 100%;
	padding: 3px 0px 0px;
}
#menu {
	background: #253FA3 url(../img/gbtn_bg.gif) repeat-x 0px 0px;
}
#menu .btn{
	background-color:#FFFFFF;
}
#menu .btn a:hover img {
	filter:alpha(opacity=80);
	opacity:0.80;
}
#menu .btn a:active img {
	filter:alpha(opacity=70);
	opacity:0.70;
}
#outline {
	width: 840px;
	background: #FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.contents {
	width: 800px;
	text-align: left;
	padding-bottom: 30px;
}
#pheader {
	width: 800px;
	text-align: left;
	padding-bottom: 15px;
}
#title {
}
#pankuzu {
	padding:8px 10px;
	font-size: 11px;

	line-height: 100%;
}
#pankuzu a{
	text-decoration: none;
}
#footer {
	font-size: 90%;
	background-color: #DFDFDF;
	clear: both;
	padding-bottom: 15px;
}
#footer #box {
	width:800px;
	text-align: center;
}
#footer #box .leftbox{
	float:left;
	width:140px;
}
#footer #box .centerbox{
	float: left;
	width:520px;


f
	padding:5px 0px;
}
#footer #box .rightbox{
	float:right;
	width:140px;
}
#footer #index {
	padding:15px 0px 15px 0px;
	color: #CCCCCC;
}
#footer #index a{
	padding:0px 3px;
	color: #666666;
	text-decoration: none;
}
#footer #credit {
	clear: both;
}
#footer #copyright {
	color: #999999;
	font-size: 90%;
	clear: both;
	padding:5px 0px;
}

/* テキストリンク */
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #CC1A00;
}
a:active {
	color: #CC1A00;
}

/* テキストサイズ */
.txts {
	font-size: 90%;
}
.txtss {
	font-size: 80%;
}
.txtsss {
	font-size: 70%;
}
.txtl {
	font-size: 110%;
}
.txtll {
	font-size: 120%;
}
.txtlll {
	font-size: 130%;
}
.txtb {
	font-weight: bold;
}
.txt14 {
	font-size: 14px;
}

/* テキスト行間 */
.lh110 {
	line-height: 110%;
}
.lh120 {
	line-height: 120%;
}
.lh130 {
	line-height: 130%;
}
.lh140 {
	line-height: 140%;
}
.lh150 {
	line-height: 150%;
}
.lh160 {
	line-height: 160%;
}
.lh170 {
	line-height: 170%;
}
.lh180 {
	line-height: 180%;
}
.lh190 {
	line-height: 190%;
}
.lh200 {
	line-height: 200%;
}

/* テキスト等幅 */
.txt-mono {
	font-family: monospace;
}

/* 行揃え */
.vat td{
	vertical-align: top;
}
.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
.vab {
	vertical-align: bottom;
}
.tal td{
	text-align: left;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}

/* 表示位置 */
.fll { float:left;}
.flr { float:right;}

/* img下のスペースを削除 */
.fit { vertical-align: text-bottom; }

/* 回り込み解除 */
.clear {
	clear: both;
}

/* 枠に画像を収める。【注意】印刷時に改ページとなる。 */
.of-h { overflow:hidden; }

/* ボーダーなし */
.nobdr {
	border: none !important;
}
.nobdr td{
	border: none !important;
}
