@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 100%;
	font-weight: normal;
}
body {
	text-align: center;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
#container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}
/* header */
#header {
	position: relative;
	width: 800px;
	height: 150px;
	background-color: #000000;
	background-image: url(image/title.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	text-align: right;
	padding: 10px 10px 0 0;
	color: #FF0000;
	font-size: 100%;
	font-weight: bold;
}
#header h2 {
	font-weight: bold;
	font-size: 120%;
	position: absolute;
	top: 32px;
	left: 39px;
	color: #FFFFFF;
}
#header p {
	position: absolute;
	left: 36px;
	top: 67px;
	color: #FFFFFF;
	width: 300px;
	background-color: #333333;
	padding: 5px;
	font-size: 90%;
	line-height: 140%;
}
/* content */
#content {
}

/* main */
#main {
	float: left;
	width: 550px;
}
#main h2 {
	line-height:150%;
	font-size: 130%;
	font-weight: bold;
	background-image: url(image/main_h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	margin-left: 10px;
	padding-right: 0px;
	display: block;
}
#main h3 {
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 140%;
	background-image: url(image/main_h3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	clear: both;
}
#main ol,#main ul {
	margin-left: 2em;
	margin-top: 0.5em;
}
#main li {
	line-height: 140%;
}

#main h4 {
}
#main p {
	line-height: 140%;
	font-size: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#main img.photo {
	float: left;
	padding: 5px;
}


/* sidebar */
#sidebar {
	float: right;
	width: 240px;
	padding-left: 10px;
}
#sidebar h3 {
	line-height: 200%;
	background-image: url(image/sidebar_h3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30px;
}
#sidebar ul {
	margin: 0 0 0 1em;
	list-style-type: disc;
}
#sidebar ul li {
	line-height: 140%;
	
}
#sidebar p {
	line-height: 140%;
	font-size: 90%;
}
/* footer */
#footer {
	clear: both;
	width: 800px;
}

/* kaereba */
.kaerebalink-box {
text-align:left;
padding-bottom:20px;
font-size:small;/zoom: 1;
overflow: hidden;
clear: both;
}
.kaerebalink-box .kaerebalink-image {
float:left;
margin:0 15px 10px 0;
}
.kaerebalink-box .kaerebalink-info {
line-height:120%;/zoom: 1;
overflow: hidden;
}
.kaerebalink-box .kaerebalink-info .kaerebalink-name {
margin-bottom:10px;
line-height:120%;
}
.kaerebalink-box .kaerebalink-info .kaerebalink-detail {
margin-bottom:5px;
}
.kaerebalink-box .kaerebalink-info .kaerebalink-name .kaerebalink-powered-date {
font-size:8pt;
margin-top:5px;
font-family:verdana;
line-height:120%;
}
.kaerebalink-box .kaerebalink-info .kaerebalink-link1 {
margin-top:10px;
}
.kaerebalink-box .kaerebalink-info .kaerebalink-link1 .shoplinkamazon,.kaerebalink-box .kaerebalink-info .kaerebalink-link1 .shoplinkrakuten,.kaerebalink-box .kaerebalink-info .kaerebalink-link1 .shoplinkyahoo {
display:inline;
margin-right:10px;
padding: 2px 0;
white-space: nowrap;
}

