@charset "utf-8";

html {
	overflow-y: scroll;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #555;
	font: 62.5% Arial, Helvetica, sans-serif;
}
a:link {
	color: #036;
	text-decoration: underline;
}
a:visited {
	color: #936;
	text-decoration: underline;
}
a:hover,a:active {
	color: #c33;
	text-decoration: none;
}
img {
	border-style: none;
	vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 1.2em;
	line-height: 170%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
strong {
	font-weight: bold;
	color: #c33;
}


/* for IE5.5-7 */
.clrfix {
	zoom: 1;
}
.clrfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* for MacIE */
/*\*/*/
.clrfix {
	display: inline-table;
}
/**/


#container {
	margin: 0px auto;
	width: 856px;
	text-align: left;
}

/* header */
#header {
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 20px;
	padding: 28px 0px 36px;
}
#header h1 {
	width: 85px;
	float: left;
}
#header ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header ul li {
	display: inline;
	margin: 0px 0px 0px 12px;
	padding: 1px 0px 0px 10px;
	color: #c33;
	background: url(../images/ar01.gif) no-repeat left center;
	font-size: 1.3em;
}
#header ul li a:link,#header ul li a:visited {
	color: #555;
	text-decoration: underline;
}
#header ul li a:hover,#header ul li a:active {
	color: #c33;
	text-decoration: none;
}


/* footer */
#footer {
	clear: both;
}
#footer p {
	padding: 10px 0px 5px;
	margin: 0px;
}



/* photos */
#photo {
	position: relative;
	margin: 30px 0px;
	width: 856px;/* for WinIE6 */
}
#photo div {
	text-align: center;
}
#photo p {
	margin: 5px 0px 0px;
	text-align: center;
}
#photo ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#photo ul li {
	position: absolute;
	top: 50%;
}
#photo ul li.next {
	right: 30px;
}
#photo ul li.back {
	left: 30px;
}
p.photo_p {
	margin: 0px;
	padding: 3px 0px 0px;
	border-top: 1px solid #ddd;
	text-align: right;
}
p.photo_p a:link,p.photo_p a:visited {
	color: #555;
	text-decoration: underline;
}
p.photo_p a:hover,p.photo_p a:active {
	color: #c33;
	text-decoration: none;
}

/* about */

#main {
	clear: both;
}
#aboutbx {
	float: left;
	width: 600px;
}
#aboutbx h2 {
	font-weight: bold;
	margin: 0px 0px 15px;
	font-size: 1.3em;
	color: #c33;
}
#aboutbx .english_title {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background: #999;
	padding: 3px 3px 3px 10px;
	line-height: 100%;
}

#aboutbx h3 {
	border-left: 3px solid #c33;
	padding: 0px 0px 0px 8px;
	margin: 25px 0px 10px;
	font-weight: bold;
	font-size: 1.3em;
}
#aboutbx ul {
	margin: 0px 0px 15px;
	padding: 8px 12px 8px 35px;
	list-style: disc;
	border: 1px solid #ddd;
	line-height: 160%;
	font-size: 1.2em;
}


#sidebar {
	float: right;
	width: 200px;
}
#sidebar h3 {
	color: #fff;
	background: #c33;
	padding: 3px 3px 2px 10px;
	font-size: 1.2em;
	margin: 0px 0px 10px;
}
#sidebar h4 {
	color: #fff;
	background: #666;
	padding: 3px 3px 2px 10px;
	font-size: 1.2em;
	margin: 0px 0px 10px;
}
#sidebar dl#news {
	margin: 0px 0px 25px;
}
#sidebar #feed dl {
	margin: 0px;
	padding: 0px;
}
#sidebar #news dt,#sidebar #feed dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #c33;
	margin: 0px 0px 3px;
	padding: 0px;
}
#sidebar #news dd,#sidebar #feed dd {
	font-size: 1.2em;
	line-height: 170%;
	border-bottom: 1px dotted #aaa;
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
}
