@charset "UTF-8";
/* CSS Document */
@import 'global.css';
@import 'menu.css';
@import 'textstyle.css';

.frame{
	border: 1px solid #D7ECF7;
	padding: 16px;
	margin-top:1em;
}
table{
	font-size: 80%;
	color: #666666;
	width:100%;
	margin:10px 0;
}
table tr th{
	width: 100px;
	font-weight: normal;
	background-color: #E5E5E5;
	padding: 5px 10px;
	text-align:left;
}
table tr td{
	background-color: #F5F5F5;
	padding: 5px 10px;
	vertical-align: top;
	color: #666666;
}
body#link #maincontents p,
body#infom #maincontents p{
	margin-bottom:2em;
}
body#infom #maincontents .add a,
body#rec #maincontents .add a{
	border-bottom: 1px dotted #2B99D1;
}

body#infom #maincontents p a:hover,
body#rec #maincontents p a:hover{
	color:#2B99D1;
}
body#smap #maincontents ul{
	font-size: 90%;
	margin: 0px 0px 15px 20px;
}
body#smap #maincontents ul li{
	padding: 0px 0px 0px 10px;
	background-image: url(../images/global/circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	margin: 2px 0px 2px 0px;
}
body#smap #maincontents ul li a{
	border-bottom: 1px dotted #2B99D1;
}
body#smap #maincontents ul li a:hover{
	color:#2B99D1;
}
body#link #maincontents h3{
	position:relative;
}
body#link #maincontents h3 img{
	position:absolute;
	right:5px;
	top:0.4em;
}