@charset "UTF-8";
/* CSS Document */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 15px;
	margin: 0;
	padding: 0;
	background-color:#F7F5F5;
	line-height: 1.9;
}
img {
	vertical-align: bottom;
	border: 0;
}

h1, h2, h3, h4, p, div{
	padding: 0;
	margin: 0;
}
a:link {
	color: #743B3C;
	text-decoration: none;
}
a:hover {
	color: #F45D60;
}
a:visited {
color: #333;
}
#wrapper {
	width: 900px;
	height: auto;
	overflow: hidden;
	background-color:#FEFAF9;
	margin: 0 auto;
}
#logo {
text-align: right;
padding: 5px;
}
#eng {
	text-align: right;
	padding: 10px 30px 0px;
	color: #333;
	font-size: 1em;
}
#eng a:link {
border-bottom: 1px dotted;
}

#content {
	width: 820px;
	padding: 10px;
	margin: 10px auto;
}
#left {
	width: 470px;
	float: left;
	padding: 10px;
	text-align: justify;

	
}
#right {
	width: 300px;
	float: right;
	padding: 10px 0;
	line-height: 2;
}
#right img {
	padding-bottom: 2em;
}
.cap {
font-size: 0.8em;
line-height: 1.6;
}
h2 {font-size: 16px;
border-bottom: 1px solid #743B3C;
padding-top: 40px;
width: 9em;
line-height: 1;
margin-bottom: 0.8em;
}
h3 {
font-size: 16px;
font-weight: bold;
}
.mar {
padding-top: 1.3em;
}
.mar2 {
padding-top: 2em;
}
.norma {
font-weight: normal;
font-size: 1em;
}
.lin a:link{
border-bottom: 1px dotted;
}
#chira {
text-align: right;
border: none;
padding-top: 50px;
font-size: 14px;
line-height: 1.5;
}
p#chira a img {
border: 1px solid #ccc;
padding-bottom: 5px;
}
footer {
clear: both;
padding: 50px 20px 10px;
font-size:0.85em;
text-align: center;
}
/*  english */
.ital {
font-style: oblique;
}