@charset "UTF-8";

/* リセット */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#main #topimage {
	height: 385px;
	width: 650px;
	margin-top: 60px;
	margin-left: 155px;
}
a {
	text-decoration: none;
	color: #666;
}

/*　レイアウト　*/
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.2;
	/*background: #eee;*/
}
#wrapper{
	width: 850px;
	height: 1100px;
	margin: 30px auto;
	background: #fff;
}

/*　header　*/
#header{
	margin-bottom: 0;
}

h1{
	text-align: center;
	line-height: 1.5;
	margin-bottom: 0;
}
p.langChange{
	width: 130px;
	float: right;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 0;
	padding-bottom: 0;
	font-size: 13px;
	text-align: right;
	color: #666;
	overflow: hidden;
}

.white{
	color: #fff;
}

/* Content */
#content{
	width: 850px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#main{
	float: right;
	overflow: hidden;
	margin-bottom: 30px;	
}
#main img{
	margin-right: 0;
}

#sidebar{
	width: 120px;
	float: left;
	margin-right: 0;
	height: 950px;
}

#footer{
	clear: both;
	margin-left: 0;
	font-size: 13px;
	text-align: left;
	margin-top: 20px;
	caption-side:10px;
	border-top: solid 1px #666;
}
#footer p{
	margin-left: 10px;
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
}
	
	
/* Navigation */	
#gnav8 a img, #gnav9 a img, #gnav10 a img{
	padding-left: 20px;
	margin-top: 15px;
}
#nav ul{
	width: 96px;
	height: 800px;
}
li img{
	margin-left: 13px;
}
li p{
	font-size: 12px;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 10px;
}