@charset "utf-8";
/* ================================================================
	共通項目
   ================================================================ */
/* 初期設定 */
* {
	margin: 0;
	padding: 0;
	color: #222;
	font-style: normal;
	font-weight: normal;
	font-family: 'ＭＳ Ｐゴシック', Osaka, 'MS UI Gothic', sans-serif;
}

/* BODY */
body {
	padding: 0;
	background: #f6f1e5;
	background: url("../images/bg.gif") repeat -2px -2px;
	font-size: 90%;
	text-align:center;
	letter-spacing: 1px;
}

/* リンク全体 */
a {
	text-decoration: none;
	color: #0062de;
}

/* リンク全体 カーソル */
a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: tomato;
}

/* 画像全体 */
img {
	border: 0;
	vertical-align: middle;
}

h3 { font-size: 14px; }
span.bold { font-weight: bold;}
/* ================================================================
	全体枠
   ================================================================ */

/* wrapper 全体枠 */
#wrapper {
	border: 2px solid #333;
	border-width: 0 2px;
	width: 900px;
	text-align: left;
	background-color: #fff;
	margin: 0 auto;
	text-align:center;
}

/* ================================================================
	ヘッダー項目
   ================================================================ */
#head {
	background: url("../images/headtop.jpg") no-repeat top right;
	border-bottom: 1px solid #555;
}

#head img#topimg {
}

#head h1 {
	background: #333;
	color: #fff;
	text-align: left;
	padding: 0px 1px;
}

#head p#cmt{
	color: #555;
	text-align: right;
	padding-top: 5px;
}

/* ================================================================
	メニュー項目
   ================================================================ */
ul#m_menu {
	border-bottom: 1px solid orange;
	margin-top: 30px;
	text-align: left;
	padding: 14px 10px;
	margin-bottom: 20px;
	font-size: 1.2em;
}

ul#m_menu li{
	display: inline;
	margin-right: 10px;
}

ul#m_menu a {
	text-decoration: none;
	color: #0062de;
	font-weight: bold;
	background: #fff7ea;
	border: 1px solid orange;
	padding: 14px 10px;
}

ul#m_menu a:hover {
	border-bottom: 2px solid #333;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

/* ================================================================
	リンク項目
   ================================================================ */
#m_link {
	float: right;
	width: 200px;
	height: 500px;
	background: #eee;
}

#m_link h5 {
	background: #333;
	color: orange;
	font-weight: bold;
	padding: 4px;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 3px;
	text-align: center;
}

#m_link .s_links{
	list-style-type: none;
	margin-bottom: 30px;
}
#m_link .s_links li{
	margin-bottom: 4px;
}

#m_link .s_plof{
	list-style-type: none;
	margin-bottom: 30px;
	text-align: left;
	padding: 10px 4px;
	letter-spacing: 0;
}
/* ================================================================
	コンテンツ項目
   ================================================================ */
#m_contents {
	float: left;
	width: 698px;
	margin-top: 20px;
}

#m_contents p.tit{
	background: #000;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 2em;
	letter-spacing: 5px;
}

#m_contents #event{
	text-align: left;
	margin: 0 0 10px 10px;
}

#m_contents h3{
	border: 1px solid #000;
	border-width: 0 0 2px 0px;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: bold;
	font-size: 2em;
}

#m_contents h3#eve{
	border: 1px dashed #000;
	border-width: 0 0 1px 0px;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: normal;
	font-size: 2em;
}

#m_contents p.comments{
	text-align: left;
	margin-bottom: 80px;
	padding: 10px 10px 10px 20px;
}

/* ================================================================
	illust項目
   ================================================================ */
#m_illust {
margin-bottom: 20px;
}

#m_illust ul{
	text-align: left;
	margin-left: 60px;
}

#m_illust ul li{
	display: inline;
}

#m_illust h3{
	border: 1px solid #000;
	border-width: 0 0 2px 0px;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: bold;
}

/* ================================================================
	フッターデザイン
   ================================================================ */
#foot {
	clear: both;
	border-top: 1px solid #dfdfdf;
	height: 70px;
	margin: 50px 30px 0;
	padding: 30px 10px 0;
	line-height: 1.2em;
}

#foot address{
	margin-top: 10px;
	text-align: center;
}

/* ul */
ul#footer_link {
	text-align: center;
}

/* li */
ul#footer_link li{
	margin: 0;
	padding: 0;
	display: inline;
}

