/* CSS Document */


/*-----------------------
  default style clear
-----------------------*/
* {
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 1em;
}

img {
	border: 0px;
}

/*-----------------------
  サイト内使用CSS
-----------------------*/
body#bodymain {
	font-size: 90%;
	letter-spacing: 1px;
	background-color: #efffef;
	color: #3A3A3A;
	line-height: 130%;
	text-align: center;
}

a			{ text-decoration: none; }
a:link		{ color: #2020AA; }
a:visited	{ color: #8080FF; }
a:active	{ color: #6EBE96; }
a:hover		{
	color: #6EBE96;
	position: relative;
	top: 1px;
	left: 1px;
 }

/*-----------------------
  container
-----------------------*/
#container {
	width: 1000px;
    margin: 20px auto 0px;
	text-align: left;
}

/*-----------------------
  header
-----------------------*/
#header {
/*	background-image: url(../img/title_back_header.png);*/
	background-color: #d0ffd0;
	height: 80px;
	margin-bottom: 5px;
}

#header h1 {
	font-size: 3em;
	color: #008051;
	font-style: italic;
	padding: 20px 10px 0px;
}

#header p#site_description {
	color: #333333;
	padding: 15px 10px 0px 30px;
}

/*-----------------------
  information
-----------------------*/
#information {
	background: #99ffcc;
	margin-bottom: 5px;
	padding: 5px 10px;
}

/* パンくずリスト */
#information #topicpath {
}
#information #topicpath li {
	display: inline;
	line-height: 110%;
	list-style-type: none;
}

/*-----------------------
  footer
-----------------------*/
#footer {
	clear: both;
	background-image: url(../img/title_back_footer.png);
	background-color: #d0ffd0;
	margin: 5px 0px 25px;
	padding: 10px;
}

#footer p#copyright {
	margin: 0px auto;
}

/*-----------------------
  main
-----------------------*/
#main {
	background: #dfdfff;
	float: right;
	width: 780px;
	margin-bottom: 5px;
	padding: 10px 5px 10px 15px;
}

#main h2 {
	font-size: 2em;
	color: #008051;
	font-weight: bold;
	padding: 10px 0px 10px;
}

#main div#content {
	margin-left: 10px;
}

/*-----------------------
  sidebar
-----------------------*/
#sidebar {
	background: #dfffdf;
	float: left;
	font-size: 80%;
	width: 175px;
	margin-bottom: 5px;
	padding: 10px 5px 10px 15px;
	line-height: 1.4em;
}

#sidebar h3 {
	font-size: 120%;
	color: #00cc66;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.list .menu {
	color: #0050FF;
	cursor: hand;
}

.list .sub {
/*	display: none;*/
	list-style-type: none;
	margin-left: 10px;
}

/*-----------------------
  history
-----------------------*/
.history .title {
	color: #ff0000;
	font-weight: bold;
}

.history dl {
	margin-left: 10px;
}

.history dt {
	color: #009944;
	font-weight: bold;
}

.history dd {
	margin-left: 10px;
}

/*-----------------------
  novel
-----------------------*/
.novel .series .name {
	color: #00CC22;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.5em;
	margin-top: 0.5em;
}

.novel .series .content .title {
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 0.3em;
}
.novel .series .content .title a:link {
	color: #FF3333;
}
.novel .series .content .title a:active {
	color: #6EBE96;
}
.novel .series .content .title a:hover {
	color: #6EBE96;
	position: relative;
	top: 1px;
	left: 1px;
 }

.novel .series .content .period {
	font-weight: bold;
	margin-left: 10px;
}

.novel .series .content .list {
	margin: 0px 10px 0.2em;
}

.novel .series .content .outline {
	margin: 0px 10px 1em;
}


/*-----------------------
  novel
-----------------------*/
.present .box {
	margin-top:0.5em;
	margin-left: 20px;
}

.present .box .title {
	font-weight: bold;
}

.present .box .time {
	color: #009944;
	font-size: 90%;
	font-weight: bold;
	margin-left: 15px;
}


/*-----------------------
  other
-----------------------*/
hr.type1 {
	color: #A2DBA8;
	width: 80%;
	margin-bottom: 1em;
}

table.center {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

td.green {
	background-color: #d0ffd0;
}

td.blue {
	background-color: #d0ccff;
}

div.block {
	margin-bottom: 1em;
}

.center {
	text-align:center;
}
.red {
	color:#FF3333;
}
.font-normal {
	font-size: 100%;
}
.font-small {
	font-size: 80%;
}
.font-large {
	font-size: 120%;
}
.bold {
	font-weight:bold;
}
