/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color:#000000;
}

a:link { color:#09004F; text-decoration: none;}
a:visited { color:#09004F; text-decoration: none;}
a:active { color:#09004F; text-decoration: none;}
a:hover { color:#09004F; text-decoration: underline;}


/* ƒeƒLƒXƒgƒTƒCƒY */

td {
	font-size: 12px;
	color: #444444;
}

p {
	font-size: 12px;
	line-height:133%;
	color: #444444;
}

p.right {
	text-align: right;
}

.red {
	font-size: 12px;
	line-height:133%;
	color: #A71210;
}

.bold_red {
	font-size: 12px;
	line-height:200%;
	font-weight:bold;
	color: #A71210;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, HiraKakuPro-W6;
}

.bold_brown {
	font-size: 12px;
	line-height:200%;
	font-weight:bold;
	color: #55392C;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, HiraKakuPro-W6;
}

.bigbold_brown {
	font-size: 14px;
	line-height:200%;
	font-weight:bold;
	color: #55392C;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, HiraKakuPro-W6;
}

.bigbold_red {
	font-size: 14px;
	font-weight:bold;
	color: #A71210;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, HiraKakuPro-W6;
}

.bold {
	font-size: 12px;
	font-weight:bold;
	color: #444444;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, HiraKakuPro-W6;
}

.big {
	font-size: 14px;
	color: #444444;
}

.big_bold {
	font-size: 14px;
	font-weight:bold;
	line-height:150%;
	color: #444444;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, HiraKakuPro-W6;
}


hr {
	visibility: hidden;
	height: 15px;
}


/* ˆÊ’u */

#all {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height:auto;
	background-color:#000000;
}

.contents {
	margin-right: 20px;
	margin-left: 20px;
	width: 960px;
	height: auto;
	background-color: #FFFFFF;
}

.cont {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 744px;
	height:auto;
	background-color: #FFFFFF;
}

.cont h1 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: small;
}

.cont img#photo {
	float: right;
}

.ex {
	margin-right: auto;
	margin-left: auto;
	width: 705px;
	height:auto;
	background-color: #FFFFFF;
}

.header {
	margin: 0px;
	background-image:url(../common_img/header.jpg);
	width: 960px;
	height: 110px;
}

.footer {
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	border-top: 1px solid #666666;
	position: relative;
	width: 960px;
	height: 65px;
	background-color: #FFFFFF;
}

.footer p {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 11px;
	color: #000000;
}

.coverbox {
	clear: both;
	margin-top: 20px;
	width: 200px;
}

.pro {
	margin-right: auto;
	margin-left: auto;
	width: 744px;
	height:255px;
	background-color: #FFFFFF;
}

.waku {
	width: 570px;
	padding: 0px 15px 5px;
	border: 1px double #A71210;
}

.line {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}