@charset "utf-8";
/* CSS Document */
/********************************************************************************
*************************** reset.css *******************************************
********************************************************************************/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border: 0 none;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

textarea {
	margin: 0;
	font-size: 13px;
}

/*float解除*/
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}

/********************************************************************************/

/*共通*/
.f_left {
	float: left;
}

.f_right {
	float: right;
}

.space_S {
	height: 14px;
}

.space_M {
	height: 28px;
}

.t_left {
	text-align: left;
}

.t_right {
	text-align: right;
}

.t_center {
	text-align: center;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

/*共通ここまで*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.75;
}

#container {
	box-shadow:0px 0px 10px rgba(51,51,51,0.45);
	background-color: #fbf1f0;
	width: 950px;
	margin: 0 auto;
}

.wrapper {
	width: 800px;
	padding: 12px 75px 25px;
}

.header {
	height: 60px;
	margin: 0px auto 20px;
	border-bottom: solid 1px #333;
}

.contentsBox {
	margin-bottom: 28px;
}

ul li p {
	margin-top: 5px;
}

.rogo {
	width: 690px;
}

.bookfair_top {
	text-align: center;
	margin: 0 auto 36px;
}

.bookfair_top img {
	margin-bottom: 5px;
}

.bookfair_top p {
	font-size: 16px;
}

.greetingTitle{
	font-size: 16px;
	margin-bottom: 13.5px;
	height: 18px;
	line-height: 18px;
}

.greetingTitle:before,.greetingTitle:after {
	content:url("../image/greeting_border.png");
	position: relative;
	bottom: 6px;
}

.greetingTitle:before {
	margin-right: 36px;
}

.greetingTitle:after {
	margin-left: 36px;
}

.greetingText {
	line-height: 1.5;
}

.main {
	text-align: center;
}

.main a {
	display: inline-block;
	margin-bottom: 10px;
}

.main img{
	width: 280px;
	height: 208px;
	display: block;
	margin: 0 auto 10px;
}

.contentsTopImg {
	width: 740px;
	margin: 0 auto;
	text-align: center;
}

.contentsTopImg li {
	margin: 0 37px; 
}

.contentsTopImg li:first-child {
	margin-left: 0;
}

.contentsTopImg li:last-child {
	margin-right: 0;
}

.contentsTopImg a {
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#snaplink {
	background: url(../image/bg_snaplink.png) no-repeat;
}

#selfpub {
	background: url(../image/bg_selfpub.png) no-repeat;
}

#rakusai {
	background: url(../image/bg_rakusai.png) no-repeat;
}


.contentsInner {
	width: 680px;
	height: 288px;
	padding: 70px 48px 102px 73px;
}

.contentsTitle {
	font-size: 33px;
	line-height: 1.2;
	height: 96px;
	border-bottom: 1px solid #333;
	padding-left: 100px;
	margin-bottom: 28px;
	color: #970b0b;
	font-weight: bold;
}

.contentsText {
	width: 400px;
}

.contentsInner img{
	margin-top:-10px;
}

.pagetop {
	text-align: right;
	padding-right: 16px;
}

.pagetop a {
	font-size: 12px;
}

.pagetop a:hover {
	text-decoration: none;
}

.footer_text {
	margin: 42px auto 20px;
}

.message {
	margin: 0 auto;
	width: 350px;
}

.center_footer {
	text-align: center;
	font-size: 12px;
}

.img_hover:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}