/* background color */
#wrp {
	height: 100%;
	min-height:100%;
	width: 400px;
	margin: 0 auto;
	text-align: left;
	background: #86B0D9;
}

body > #wrp {
	height: auto;
}

a {
	color: #000000;
}

#contents {
	padding-bottom: 8px;
}

#box-head {
	text-align: right;
	padding: 15px 20px 20px 0;
	background: url(../images/border_white.gif) repeat-x center bottom;
}

#box-cont {
	padding: 67px 0 0 25px;
}


#box-cont h1 {
	padding-bottom: 15px;
}

#box-cont ul {
	padding-top: 30px;
}

.jp #box-cont ul {
	padding-top: 40px;	
}

#box-cont ul li {
	padding-left: 20px;
	margin-bottom: 2px;
	font-size: 1.1em;
	background: url(../images/arrow_global.gif) no-repeat left center;
}

#box-cont ul li span {
	font-size: 0.8em;	
}

#box-cont ul li a {
	text-decoration: none;
	font-weight: bold;
}

#box-cont ul li a:hover {
	text-decoration: underline;	
}

/* @group box-new */
#box-new {
	padding: 25px 0 0 0;
	width: 338px;
	margin: 0 auto;
	background: url(../images/border_white.gif) repeat-x center bottom;
}

h2 {
	font-size: 1em;
	font-weight: normal;
	color: #ffffff;
	padding: 0 0 2px 0;
	background: url(../images/border_white.gif) repeat-x center bottom;
}

#box-new ul {
	padding: 10px 0 10px 10px;
}

#box-new ul li {
	background: url(../images/arrow_white.gif) no-repeat 0 9px;
	padding: 5px 0 5px 13px;
	margin: 0;
	line-height: 100%;
}

#box-new ul li a {
	line-height: 100%;
	text-decoration: none;
}

#box-new ul li a:hover {
	text-decoration: underline;
}
/* @end */

#lang-btn {
	text-align: center;
	padding: 35px 0 50px 0;
	color: #fff;
	font-weight: bold;
}

.txt-place {
	font-style: italic;
}

#lang-btn ul {
	margin: 0;
	padding: 0 0 9px 0;
}

#lang-btn ul li {
	border: 2px solid #fff;
	border-right: none;
	display: inline;
	padding: 5px 10px;
	background: #ccc none;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

/* background color */
#lang-btn ul li.selected {
	background-color:#86B0D9;
	border-right: 2px solid #fff;
}

.jp #lang-btn ul li {
	border: 2px solid #fff;
	border-left: none;
}

.jp #lang-btn ul li.selected {
	border-left: 2px solid #fff;
}

#lang-btn a {
	color: #fff;
	text-decoration: none;
}

/* @group foot */
#box-foot {
	text-align: center;
}

#box-foot p {
	display: block;
	color: #333333;
	font-size: 0.8em;
	line-height: 200%;
}

#box-foot p img {
	margin-bottom: 3px;
}
/* @end */

