body {
	margin: 0;
	padding: 0;
	background: #EFEFEF;
	/* font-size: 110%; */
	color: #222;
}
img {
	border: none;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
a:hover {
	color: #E1011A;
	text-decoration: underline;
}
#ContentsArea {
	margin: 0 auto;
	padding: 0;
	width: 992px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	background: #FFF;
}
#HeaderArea {
	margin: 0 auto;
	padding: 6px 0 0 0;
	background: #FFF;
}
#HeaderArea .topline {
	border-top: #C9C9C9 solid 1px;
	border-bottom: #AAA solid 1px;
	background: #E3E3E3;
	height: 3px;
}
#HeaderArea ul {
	margin: 15px 0 15px 15px;
}
#HeaderArea ul li {
	float: left;
	margin-right: 30px;
	list-style: none;
}
#MainArea {
	width: 992px;
	margin: 0px auto;
	padding: 0;
	line-height: 1.8em;
	font-size: 93.80%; /* 15px */
	background-image: url(../images/bg_right01.png);
	background-repeat:repeat-y;
	background-position: top right;
}
#LeftArea {
	width: 670px;
	margin: 0 0 0 20px;
	padding: 20px 0;
	float: left;
}
.Account {
	width: 670px;
	margin: 0;
	padding: 0;
}
.Account .indent {
	text-indent: 1em;
}
.Account .link-box {
	margin-bottom: 20px;
}
h2 {
	margin: 0 0 20px;
}

.thickbox-box {
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 632px;
}
a.figure2 {
	border: 2px solid #CCCCCC;
	display: block;
}
a.figure2 span {
	display: block;
}
.figure_in {
	background-color: #FFFFFF;
	position: relative;
	color: #333;
}
a .figure_in .zoom {
	background: url("../images/zoom_off.gif") no-repeat scroll left bottom transparent;
	height: 19px;
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
}
a .figure_in .txt {
	padding-bottom: 5px;
	margin: 0 7px;
	line-height: 1.4;
}
a.figure2:hover {
	border-color: #D7180C;
	text-decoration: none;
}
a.figure2:hover .zoom {
	background: url("../images/zoom_on.gif") no-repeat scroll left bottom transparent;
}
#profile {
	padding: 10px;
	line-height: 1.6;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #fff;
	color: #000;
}

#RightArea {
	width: 282px;
	margin: 0;
	padding: 20px 0;
	float: right;
	background-color: #faf5eb;
	overflow: hidden;
}
#RightArea .banner {
	margin: 0 auto 8px;;
	text-align: center;
	width: 260px;
}

#RightArea .banner li{
	margin-bottom: 4px;
	list-style: none;
}
#RightArea .banner li a{
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
}

#RightArea .banner .li01 a{
	background-image: url(../images/botan1-1on.png);
}

#RightArea .banner .li02 a{
	background-image: url(../images/botan1-2on.png);
}

#RightArea .banner .li03 a{
	background-image: url(../images/botan1-4on.png);
}
	
#RightArea .banner2 {
	margin: 0 auto 8px;;
	text-align: center;
	width: 260px;
	color: #333;
}

#RightArea .banner2 li {
	margin: 0 0 4px 0;
	padding: 0;
	list-style: none;
}
#RightArea .banner2 li a {
	color: #333;
}

#RightArea .banner2 li a img{
	width: 100%;
}

a img.alpha{
	transition: all 0.2s ease 0s;
}
a:hover img.alpha{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* 100 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* 100 */
  opacity: 0; /* 1 */
}



.PageTopArea {
	margin: 20px 0px 40px;
	padding: 0;
	text-align: right;
}
#FooterArea {
	margin: 0;
	padding: 0;
	width: 992px;
	background-color: #fff;
	border-top: 4px solid #0d4672;
	border-right: 1px solid #CCCCCC;
}
#Footer {
	margin: 20px auto 0 auto;
	height: 80px;
	width: 940px;
}
#FooterLogo {
	float: left;
}
#FooterText {
	float: right;
	font-size: x-small;
	color: #666666;
	line-height: 1.3em;
}
