﻿@charset "utf-8";

/* 全体構造
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #333333;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	background-image: url(/images/index/background.jpg);
	background-color: #EEEEEE;
}
.outside_frame {
	background-color: #FFFFFF;
	width: 777px;
	color: #333333;
	/*background: url(../02_01/images/back-body.jpg) repeat-y;*/
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
}

/* ページ本体
---------------------------------------------------- */
#pagebody {
	background-color: #FFFFFF;
	/*width: 757px;*/
	width: 760px;
}
.leftcontents{
	/*
	float: left;
	*/
	margin-top:0;
}
.rightcontents{
	/*
	float: left;
	position: relative;
	top: 0px;
	*/
	padding-left: 10px;
}
/* コンテンツ
---------------------------------------------------- */
#content { 

	width: 575px;
	padding-bottom: 3em;
	background-color: #FFFFFF;
}
#content h1 {
  margin: 0;
  padding-bottom: 11px;
  border-bottom:1px solid #cccccc;
  font-size: small;
}
#content h1 img {
  vertical-align: bottom;
}
#content h2 {
  margin: 2em 0 0;
  font-size: x-small;
  font-weight: normal;
  color: #ff9900;
  background: transparent;
}
#content h2 p {
  margin-top: 0.3em;
}
#content p {
  font-size: x-small;
  line-height: 1.6;
}

#content .lead p {
  font-size: small;
  line-height: 1.3;
  color: #3366ff;
  background: transparent;
}


/* ヘッダ
---------------------------------------------------- */
.header {
	font-size: 10px;
	/*line-height: 3px;*/
	color: #A28A3C;
}
.header .textmenu a{
	color: #A28A3C;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid;
	border-left: none;
	text-decoration: none;
	padding-bottom: 1px;
}

/* フッタ
---------------------------------------------------- */
.footer {
  clear: both;
  color: #666666;
  text-decoration: none;
  font-size: 12px;
}
.footer a{
	color: #666666;
	text-decoration: none;
}

.present {
	font-size: 12px;
	text-decoration: none;
}

/* ジャンルリスト
---------------------------------------------------- */
ul.genrelist {
  list-style: none;
  margin:0;
  padding:0;
}
ul.genrelist li.first{
  font-weight: bold;
  border:0;
	font-size:12px;
	line-height:16px;
}
ul.genrelist li{
  display: inline;
  border-left:1px dotted #abc;
  padding:0 5px 0 5px;
	font-size:12px;

}

/* ユーザページナビ
---------------------------------------------------- */
ul#userpagenavi{
  list-style: none;
  margin:0;
  padding:0;
  border:1px solid #abc;
}
ul#userpagenavi li.first{
  font-weight: bold;
  border:0;
}
ul#userpagenavi li{
  display: inline;
  border-left:1px dotted #abc;
  padding:0 8px 0 10px;
  line-height:30px;
  height:30px;
}
ul#userpagenavi li strong{
  font-size:105%;
}

.required{color:#FF6600;font-size: 12px;}
.errormsg{border:3px solid red;margin:1em 0 1em 0; color:#FF0000; }
/*.img120x120{width:120px;height:120px;line-height:120px;text-align:center;border:1px solid #999;color:#999;;background-repeat:no-repeat;background-position:center center;margin:0 5px 5px 0;}*/
.img120x120{width:120px;height:120px;line-height:120px;text-align:center;color:#999;;background-repeat:no-repeat;background-position:center center;margin:0 5px 5px 0;}

button{color:#fff;background:#FF8C00;cursor:pointer;padding:1px;margin:1px;border:1px solid #999;}
button:hover{background:#dd7711;}
.notes {
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 10px;
	border: thin solid #FF0000;
	color: #FF0000;
	background-color: #FFFF00;

  /*display:none;*/
}
