@charset "shift_jis";

/* ---------------------------------------------

               全ページ共通

---------------------------------------------- */

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	font-size:14px;
}

img {
	border:none;
	line-height:0;
	vertical-align:baseline;
}
.stop {
	clear: both;
}

a:link{
	   text-decoration:none;
	   background-image:none;
	   color:#0066CC;
}


a:visited{
	   text-decoration:none;
	   background-image:none;
	   color:#0066CC;
}	   

a:hover{
	   text-decoration:underline;
	   background-image:none;
	   color:#0066CC;
}	   

a:active{
	  text-decoration:underline;
	  background-image:none;
	  color:#0066CC;
}

.red{
	color:red;
}



#wrapper {
	height: auto;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/fc/back.png);
	background-repeat: repeat-y;
}
#main {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(../img/fc/header.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 100px;
	width: 850px;
}
#footer {
	background-image: url(../img/fc/footer.png);
	text-indent: -9999px;
	height: 70px;
	width: 850px;
}

#midashi {
	margin-top: 30px;
	margin-bottom: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CD04C2;
	line-height: 30px;
	text-indent: 10px;
	margin-left: 20px;
}
.str {
	line-height: 140%;
	margin: 20px;
}
#contaner {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#contaner .btP {
	float: left;
}
#contaner .imgs {
	float: left;
}
a#btPre {
	background-image: url(../img/fc/bt_pre.png);
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 165px;
	width: 100px;
}

a:hover#btPre {
	background-position: left bottom;
}

a#btNext {
	background-image: url(../img/fc/bt_next.png);
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 165px;
	width: 100px;
}

a:hover#btNext {
	background-position: left bottom;
}
.spacer {
	text-indent: -9999px;
	display: block;
	height: 165px;
	width: 100px;
}

#retop {
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
