@charset "Shift_JIS";

/* Link Color */ 

/*非表示
a:link, a:visited { text-decoration:none; border-bottom:1px dotted #999;}
*/

a:link {
	color: #2971a7; text-decoration:none;
}
a:visited { color: #666; text-decoration:none;}
a:active { color: #CCC; }
a:hover { color: #000; text-decoration:underline;/*非表示 border-bottom:1px solid F33;*/}

/*非表示
a img, a.img:link, a.img:visited, a.img:hover, a:link img{
	text-decoration:none; border:none; border-style:none;  !important 
}
*/

/*Base Style*/ 

body {
	margin-top: 11px;
	background-color: #CCCCCC;
	text-transform: none;
	color: #333333;
	bottom: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	line-height: 1.6em;
	font-size: 11px;
}

td#margin{
	padding-right: 9px;
	padding-left: 9px;
}

/*
img {
	text-decoration:none; border:none;  border-style:none; background:transparent; color:#FFFFFF;
}
*/

/*image回り込み*/
img.rfloat {
	border:none; float: right; margin:0px 0px 5px 5px;
}

img.lfloat {
	border:none; float: left; margin:0px 5px 5px 0px;
}

/* ↓各ページ共通フレーム */

/*borderT-B-L-R*/
.base-bg {
	background-image: url(/image/white_bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 16px;
}
.bg_logo {
	background-image: url(/image/logo_top.gif);
	background-repeat: no-repeat;
	background-position:top}
.bg_top {
	background-image: url(/image/white_bg_top.gif);
	background-repeat: no-repeat;
	background-position:bottom
}
.bg_bottom {
	background-image: url(/image/white_bg_btm.gif);
	background-repeat: no-repeat;
	background-position:bottom
}
/* End 各ページ共通フレーム */

/* バナー用 */
.banner_table-1 {
	margin: 12px 0px 12px 0px;
}
.banner_table-2 {
	margin: 6px 24px 3px 120px;
}
.bannertop {
	margin: 0px 3px 0px 0px;
	text-align: right;
}

/* Text Style */
.T10 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

}
.T11 {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.T12 {
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.TB12 {
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #222;

}
.T14 {
	font-size:14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #222;

}
.TB14 {
	font-size:14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #222;
	padding-top:2em;

}
.TB9-Red {
	font-size:9px;
	color: #FF0000;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	color: #222;
	font-weight:bold;
	background-color: #99CCFF;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 2px;
}

/*ul,dl{
	margin:1em 1em 1em 1em;
	padding:0;
	list-style:none;
}*/

li {
	list-style:none;
	display: list-item;
	margin:2px 0px 2px 2px;
	padding:0 0 0 16px;
	background:url("/image/circle.gif") no-repeat 1px .5em;
	line-height:1.5em;
}

.textBox {
	width: 640px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
	line-height:18px;
}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.4em;
	color: #666666;
	margin-right: 24px;
	text-align: right;
}

