/*_________________________________________________________________________基本スタイル*/

.image{
	display:block;
	text-align:left;
	text-indent:-5000px;
}
a.opacity{
	font-size:11px;
	color:#666666;
}
a.opacity:hover{
	opacity:0.7;
	filter:alpha(style=1, opacity=70, finishopacity=100, startx=0, starty=0, finishx=170, finishy=140);
}
a.opacity img{border:none}
a.opacity:hover img{
	opacity:0.7;
	filter:alpha(style=1, opacity=70, finishopacity=100, startx=0, starty=0, finishx=170, finishy=140);
}
a.link{
	color:#CA4565;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:3px 5px;
	_background-position:3px 2px;
	text-decoration:none;
}
a.link:hover{
	color:white;
	background-color:#CA4565;
}
a.page,a.out,a.up,a.down,a.blank,a.back{padding:3px 3px 3px 24px;}
a.page{background-image:url(../images/icon_link.gif)}
a.out{background-image:url(../images/icon_out.gif)}
a.up{
	background-image:url(../images/icon_up.gif);
	background-position:3px center;
}
a.down{background-image:url(../images/icon_down.gif)}
a.blank{background-image:url(../images/icon_blank.gif)}
a.back{
	background-image:url(../images/icon_back.gif);
	background-position:6px center;
}

a.page:hover{background-image:url(../images/icon_link_act.gif)}
a.out:hover{background-image:url(../images/icon_out_act.gif)}
a.up:hover{background-image:url(../images/icon_up_act.gif)}
a.down:hover{background-image:url(../images/icon_down_act.gif)}
a.blank:hover{background-image:url(../images/icon_blank_act.gif)}
a.back:hover{background-image:url(../images/icon_back_act.gif)}

a.blank{
	font-size:11px;
	line-height:18px;
	background-position:3px 4px;
}

span.marker{
	background:url(../images/marker.gif) left center repeat-x;
	font-weight:bold;
	color:black;
}

span.empha{
	font-weight:bold;
	color:#89C067;
}
span.comment{
	font-size:11px;
	color:#695A5A;
	font-weight:bold;
}
img.button{
	border:none;
}
html body div.structure div.main-frame .bordernone{
	border:none;
}
.clear{
	clear:both;
}
* html body .clear{	height:1px;}

p.border{
	border:1px dotted #695A5A;
	padding:10px 10px;
	margin:10px;
}
p.right{text-align:right;}


img.dot-text{
	border:none;
	margin-right:3px;
}

a.button{
	background-image:url(../images/button_bg.gif);
	padding:3px;
	margin:5px 0px;
	border: 1px dotted #CCCCCC;
}
html>/**/body a.button{/*IE7〜以外のモダンブラウザはstyle属性でwidthを指定する*/
	display:block;
}

a.button img{
	border-width:1px;
	border-style:solid;
	border-color:white;
	filter:expression(document.execCommand("BackgroundImageCache", false, true));
}
a.button:hover img{
	border-color:#00B4FF;
}



div.main-left p.basic{
	padding:10px 0px 10px 18px;
	margin:0px;
	line-height:24px;
}
div.main-right p.basic{
	padding:10px 0px 10px 0px;
	margin:0px;
}
p.center{text-align:center}

a img.alpha{
	cursor:pointer;
	position:relative;
}
img.bordernone{border:none;}

div.horizon{
	padding-bottom:60px;
	background:url(../images/horizonal.gif) no-repeat left bottom;
	margin-bottom:10px;
	position:relative;
	min-height:1px;
}
div.image-box{
	background-repeat:no-repeat;
	position:relative;
}
div.image-box.left{background-position:left top;}
div.image-box.right{background-position:right top;}
p.basic{
	margin:0px;
	padding:10px 10px 10px 15px;
}
h2.heading,
h3.heading,
h4.heading,
h5.heading,
h6.heading{
	margin:0px 0px 0px 0px;
	padding:12px 0px 5px 20px;
	background:url(../images/heading_border.gif) repeat-y;
	position:relative;
}

table.list th{
	text-align:center;
	padding:10px 15px 10px 0px;
	border-right:1px solid #de9e9d;
	color:#9C0013;
}
table.list td{
	padding-left:10px;
}

/*_________________________________________________________________________基本スタイル*/
