body {  
background-attachment: fixed;
background-image: url(images/common/bg.gif);
margin: 0px;
padding: 0px
}

/* コピーライト */
.copyright { 
font-size: 10px
}

/* リンク(標準時) */
a:link {
color: #003399; 
text-decoration: none
}
a:visited {
color: #003399;
text-decoration: none
}
a:active {
color: #003399;
text-decoration: none
}
a:hover {
text-decoration: underline}

/* リンク(中画面) */
c:link {
font-size: 12px;
color: #003399; 
text-decoration: none
}
a.naka:visited {
font-size: 12px;
color: #003399;
text-decoration: none
}
a.naka:active {
font-size: 12px;
color: #003399;
text-decoration: none
}
a.naka:hover {
font-size: 12px;
text-decoration: underline}

/* メニューの項目 */
.menu { 
font-size: 12px
}

/* 中面見出しテキスト */
.text { 
font-size: 12px
}

/* 中面見出しテキスト(太字) */
.text_bold { 
font-size: 12px
; font-weight: bold
}

/* 中面テキスト */
.read { 
font-size: 12px ; 
line-height: 1.4em
}
.read_white { font-size: 11px; line-height: 1.4em ; color: #FFFFFF}

/* 追加テキスト */
.large1 { font-size:14px;line-height:1.4em;font-weight: bold}

.xlarge { font-size:13pt;line-height:130% }

.large { font-size:12pt;line-height:130% }

.small { font-size:10pt; line-height:130% }

.ssmall { font-size:9pt; line-height:130% }

.xsmall { font-size:8pt; line-height:130% }


.left{
	float: left;
}

.right{
	float: right;
}



#tooltip {
	width :177px;
	height:245px;
	background-image: url(images/top/bnr_link.gif);
	background-repeat: no-repeat;
}
#tooltip ul {
	margin:0;
	padding:0;
}

#tooltip ul li {
	margin:0 0 3px 0;
	padding:0;
	list-style:none;
}
#tooltip ul li a {
	display:block;
	text-indent: -9999px;
	width :177px;
	height:32px;
	margin-bottom:3px;
}

#tooltip ul li a:hover {
	background-image: url(images/top/bnr_link_on.gif);
}
#tooltip ul li a:hover.tt_ai {
}
#tooltip ul li a:hover.tt_kent {
	background-position: left -35;
}
#tooltip ul li a:hover.tt_aragaki {
	background-position: left -70;
}
#tooltip ul li a:hover.tt_uetsuma {
	background-position: left -105;
}
#tooltip ul li a:hover.tt_kokia {
	background-position: left -140;
}
#tooltip ul li a:hover.tt_kuriya {
	background-position: left -175;
}
#tooltip ul li a:hover.tt_hanamura {
	background-position: left -210;
}

