@charset "utf-8";
body,html{
font-family:"Times New Roman";
}
body{
font-size:0.9em;	
	}
h1{
	font-size:1.15em;
}

h2{
	font-size:0.95em;
}


a{
	color:#1c7963;
	}

.small{
	font-size:0.85em;
}
ul li{
	list-style:none;
}
dl,dt,dd{
	display:inline;
}
dd{
	margin-left:0.5em;
}
ul{
	padding-left:0;
}
#references li{
	text-indent:-1em;
	margin-left:1em;
}


#page2{
	display:none;
}
footer{
	margin-top:40px;
	border-top:1px solid #eeeeee;
}
#wrap{
	width:640px;
	margin:auto;
	}
#basedata{
	margin-bottom:30px;
}
#basedata h2{
	font-weight:400;
}
#copyright,#close_rap,.tcenter{
	text-align:center;
}
article p{
	margin:0;
}
#date{
	margin-bottom:10px;
}
aside{
	margin-bottom:40px;
}
article header{
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom:1px solid #eeeeee;
}
a.active{
	text-decoration:none;
	color:#000000;
	cursor:text;
}
.tright{
	text-align:right;
}
.fright{
	float:right;
	}
@media screen and (max-width:640px){
	#wrap{
		width:auto;
		}
	}
	
	
/**
*
#####   button   #####
*
**/			

.button{
	font-size:12px;
	line-height:1.3;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #c2c2c2;
	padding:1px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	background:-ms-linear-gradient( top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #ffffff) );
	background-color:#ffffff;
	color:#2a9d82;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 0px 6px -1px #8c8c8c;
 	-moz-box-shadow:inset 1px 0px 6px -1px #8c8c8c;
 	box-shadow:inset 1px 0px 6px -1px #8c8c8c;
}
.button:hover{
	opacity:0.8;
}
.button:active{
	position:relative;
	top:1px;
}	

/**
*
##### TAB #######
*
**/

.tabrow {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    line-height: 24px;
	position:relative;
	}

.tabrow:after{
	position:absolute;
	content:"";
	width:100%;
	bottom:0;
	left:0;
	border-bottom:1px solid #aaaaaa;
	z-index:1;
	}
.tabrow li{
    margin: 0 10px;
    padding: 0;
    border: 1px solid #aaaaaa;
	border-bottom:none;
    background: #ececec;
    display: inline-block;
	vertical-align:bottom;
	position:relative;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	z-index:5;
	bottom:1px;
}
.tabrow li a{
	margin:0;
	padding:3px 10px;
	text-decoration:none;
	}

.tabrow li:before,
.tabrow li:after {
    position: absolute;
    bottom: -1px;
    width: 3px;
    height: 3px;
    content: " ";
	border: 1px solid #aaaaaa;
	border-top:none;
	z-index:2;
}
.tabrow li:before {
    left: -4px;
	border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
	box-shadow: 1px 0px 0 #dddddd;
}
.tabrow li:after {
    right: -4px;
	border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
	box-shadow: -1px 0px 0 #dddddd;
}
/*active*/
.tabrow li.active {
    background: #ffffff;
}
.tabrow li a.active{
	color:#000000;
	}

.tabrow li.active{
	border-bottom:2px solid #ffffff;
	bottom:-1px;
	z-index:5;
	}
.tabrow li.active:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.active:after {
    box-shadow: -2px 2px 0 #FFF;
}
