@charset "utf-8";

body{
	margin:0;
	padding:0;
	background:rgb(198,210,211) url(../images/bg-body.jpg);
	font-size:100%;
}
#wrappwer{
	width:900px;
	height:100%;
	margin:20px auto 50px auto;
	background:rgb(255,255,255) url(../images/bg-wrapper.jpg) repeat-x bottom;
	-moz-box-shadow: 2px 2px 60px rgb(160,165,150);
	-webkit-box-shadow: 2px 2px 60px rgb(160,165,150);
	-khtml-box-shadow:2px 2px 60px rgb(160,165,150);
	-o-box-shadow:2px 2px 60px rgb(160,165,150);
	box-shadow:2px 2px 60px rgb(160,165,150);
	-moz-border-radius-topleft:30px;
	-moz-border-radius-topright:30px;
	-webkit-border-top-left-radius:30px;
	-webkit-border-top-right-radius:30px;
	-o-border-top-left-radius:30px;
	-o-border-top-right-radius:30px;
	border-top-left-radius:30px;
	border-top-right-radius:30px;
}
#header{
	width:900px;
	height:300px;
}
#header #title{
	width:900px;
	height:100px;
	text-align:center;
}
#deco{
	margin:0;
	position:relative;
	top:-5px;
}
#main{
	margin-top:20px;
	margin-bottom:30px;
	padding-left:15px;
}
#content{
	margin-left:250px;
	width:550px;
	/*background:rgb(255,255,255) ;
	padding:20px;
	*/
}
#content h1{
	margin:10px 0 50px 0;
	font-size:180%;
	line-height:150%;
	color:rgb(140,71,28);
	text-shadow:3px 5px 5px rgb(178,167,133) ;
}
#content h2{
	margin:50px 0 20px 0;
	margin-left:20px;
	font-size:140%;
	color:rgb(140,71,28);
	text-shadow:3px 5px 5px rgb(178,167,133) ;
}
#content h3{
	margin:0 0 -10px 0;
	margin-left:20px;
	color:rgb(0,0,0);
	text-shadow:3px 5px 5px rgb(178,167,133) ;
	/*text-decoration:underline;
	background:rgb(255,255,0);*/
}
#content p{
	padding:0 20px 0 20px;
	line-height:175%;
	text-align:justify;
}
#content p.fstL:first-letter{
	font-size:180%;
	font-weight:bold;
}
#content p.indent{
	text-indent:1.3em;
}
#content p.textR{
	text-align:right;
}
#content p a, #content li a, #content div a, #addition a{
	text-decoration:none;
	color:rgb(23,76,242);
	font-weight:bold;
}
#content p a:link, #content li a:link, #content div a:link, #addition a:link{
	text-decoration:none;
	color:rgb(23,76,242);
}
#content p a:visited, #content li a:visited, #content div a:visited, #addition a:visited{
	text-decoration:none;
	color:rgb(85,26,139);
}
#content p a:hover, #content li a:hover, #content div a:hover, #addition a:hover{
	color:rgb(235,94,28) ;
}
#content p a.not{
	text-decoration:none;
	color:rgb(23,76,242);
}
#content p a.not:link{
	text-decoration:none;
	color:rgb(23,76,242);
}
#content p a.not:visited, #content li a.not:visited, #content div a.not:visited{
	text-decoration:none;
	color:rgb(23,76,242);
}
#content p a.not:hover{
	color:rgb(235,94,28) ;
}
#content .refer{
	margin-top:20px;
	margin-bottom:20px;
	padding:15px;
	border:1px dashed ;
	font-size:small;
}
#footer{
	clear:both;
	/*background:url(../images/bg-footer.jpg) repeat-x bottom;*/
	border-top:2px solid rgb(198,140,98);
	padding:30px;
	text-align:center;
	font-size:85%;
	line-height:130%;
}
#footer a{
	text-decoration:none;
	color:rgb(0,0,255);
}
#footer a:visited{
	color:rgb(0,0,255);
}
#footer a:hover{
	color:rgb(235,94,28);
}


.pagetop{
	width:95px;
	margin:20px 30px 20px auto;
	padding:0 4px 0 4px;
	text-align:center;
	font-size:75%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.pagetop a{
	display:block;
	background:rgb(236,131,25);
	padding:2px 5px 2px 5px;
	text-decoration:none;
	color:rgb(255,255,255);
	-moz-border-radius:8px;
	-webkit-border-radius:20px;
	-khtml-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.pagetop a:link{
	color:rgb(255,255,255);
}
.pagetop a:visited{
	background:rgb(236,131,25) ;
	text-decoration:none;
	color:rgb(255,255,255);
}
.pagetop a:hover{
	background: rgb(254,203,18);
	color: rgb(196,24,24);
}
.return{
	width:95px;
	margin:20px auto 20px auto;
	padding:0 4px 0 4px;
	text-align:center;
	font-size:75%;
	background:rgb(196,116,154);
	padding:2px 5px 2px 5px;
	text-decoration:none;
	color:rgb(255,255,255);
	-moz-border-radius:8px;
	-webkit-border-radius:20px;
	-khtml-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	cursor:pointer;
}
.return:hover{
	background: rgb(254,203,18);
	color: rgb(196,24,24);
}
.margL20{
	margin-left:20px;
}
.margL40{
	margin-left:40px;
}
.margL200{
	margin-left:200px;
}
.textC{
	text-align:center;
}
#mascot{
	text-align:right;
	margin-right:20px;
}
#content .textC{
	text-align:center;
}
#content div.person{
	margin:20px 0 20px 40px;
	line-height:150%;
}
#content ol{
	margin-left:20px;
}
#content ol li, dl dd{
	line-height:175%;
}
#content div ol li, div dl dd, div ul li{
	line-height:175%;
}
#content .small{
	font-size:80%;
}
#content .big{
	font-size:125%;
}
#content hr{
	background:rgb(0,0,0);
	border:none;
	color:rgb(0,0,0);
	height:1px;
	width:100%;
}
img{
	border:none;
}
#addition{
	width:60%;
	margin:60px auto 0 100px;
	padding:30px;
	border:2px solid rgb(198,140,98);
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
#underconst{
	height:300px;
	text-align:center;
	font-size:150%;
	font-weight:bold;
}
.imgR{
	float:right;
	padding:0 20px 0 10px;
}
blockquote{
 border:1px solid rgb(185,185,185) ;
}
.margR50{
	margin-right:50px;
}
#content .linebox{
	margin-left:40px;
	border:1px solid rgb(185,185,185) ;
}
#content .lineboxB{
	margin-left:40px;
	border:1px solid rgb(185,185,185) ;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
#content .lineboxC{
	margin:10px 0 30px 0;
	padding:15px;
	border:1px solid rgb(185,185,185) ;
}
.nowrap{
	white-space:nowrap;
}
a[hreflang]:after{
  content: " [" attr(hreflang) "]";
  color:rgb(190,96,2);
}
.note{
	color:rgb(196,24,24);
}
.noteb{
	font-weight:bold;
	color:rgb(196,24,24);
}
