﻿@charset "utf-8";

/* ↓↓共通で使ってる基本の設定はこっちにまとめてあります↓↓ */
@import url("common.css");



/* =========================================================
	素材のページ以外のコンテンツのCSS
============================================================*/


/* --------------------------------------------------------

	ページメイン設定

-----------------------------------------------------------*/

body {
	background-image: url(../img/p_01.gif);
}


/* --------------------------------------------------------

	boxの設定

-----------------------------------------------------------*/

div#wrap {
	width: 735px;
	margin: 0 auto;
	background: #fff url(../img/base_bg.gif) top center repeat-y;
	text-align: center;
}

div#title {
	width: 700px;
	height: 220px;
	margin: 0 auto;
	padding: 5px 0;
}

div#menu {
	width: 700px;
	height: 46px;
	margin: 0 auto;
	padding: 1px 0 0;
	background: url(../img/menu_bg.jpg) top center no-repeat;
}

/* メインとサイドを囲ってるDiv */
div#content {
	width: 700px;
	margin: 0 auto;
}

/* メイン部分 */
div#main {
	float: right;
	width: 500px;
	position: relative;
	top: 0;
	right: 0;
	text-align: left;
}

/* サイド部分 */
div#side {
	float: left;
	width: 190px;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 10px;
	text-align: left;
	color: #808080;
}

/* フッター */
div#footer {
	clear:both;
	width: 700px;
	margin: 0 auto;
	padding: 0.5em 0;
}


/* --------------------------------------------------------

	全ページ共通フォント設定 

-----------------------------------------------------------*/

/* タイトル画像とリンクの設定 */
h1 a {
	margin: 0;
	width: 700px;
	height: 220px;
	display: block;
	background: url(../img/title.jpg) no-repeat top center;
}
/* CSSが適用されないときはテキストでタイトルが表示される */
h1 a span {
	display: none;
}

/*-------------------------------------------------------*/
/* what's new 更新履歴とか */
h2 {
	width: 450px;
	height: 31px;
	margin-top: 1.2em;
	padding-top: 5px;
	text-indent: 25px;
	color: #7b68bf;
	font-size: 100%;
	font-weight: bold;
	background: url(../img/cate_title.gif) no-repeat top center;
}

h2 span.sub {
	margin-left: 0.8em;
	color: #999;
	font-size: 77%;
}

/* サイドの(welcome!)とかの部分 */
div#side h3 {
	margin-top: 0.5em;
}

/*-------------------------------------------------------*/

/* サイドメニューテキスト */
div#side p {
	margin: 0.1em 0 0.2em 1em;
	font-size: 77%;
}

/* リスト ------------------------------------------------*/

/* グローバルナビ */
div#menu ul {
	margin: 12px 0 0 10px;
	text-align: left;
}

div#menu ul li {
	display: inline;
	margin-left: 5px;
}

/* ランキング画像部分 */
div#side ul {
	margin: 3px 0 0 0.8em;
}

div#side ul li {
	display: inline;
}

div#side ul img {
	width: 80px;
	heigt: 16px;
}

/* フォーム ----------------------------------------------*/

/* 一言メルフォ用 */
div#side form {
	margin-left: 1em;
}

div#side input.msg {
	width: 160px;
	margin-bottom: 2px;
}

div#side input.btn {
	width: 70px;
	letter-spacing: 0.1em;
}

/* その他 ------------------------------------------------*/

/* ページトップ移動用リンク  */
p.return {
	padding: 2em 0 0;
	font-size: 85%;
	text-align: right;
}

p.return a{
	text-decoration: none;
}



/* --------------------------------------------------------

	●○●○ここから各ページ独自のスタイル○●○●

-----------------------------------------------------------*/

/* --------------------------------------------------------

	(index.html) 更新履歴

-----------------------------------------------------------*/

dl.info dt {
	_height: 1px;
	clear:left;
	margin: 0.8em 0 0.1em 1em;
	padding-left: 28px;
	background: url(../img/ic_new.gif) no-repeat center left;
}

dl.info dd {
	width: 430px;
	padding-top: 0.1em;
	border-bottom: 1px dotted #ddd;
}

/* 更新履歴の画像 */
dl.info img {
	float: left;
	width: 60px;
	height: 50px;
	margin-right: 4px;
}

/* 過去の更新履歴リンク(old info >>　って名称のリンク)  */
p.info-link {
	clear: left;
	margin: 0 1em 1em 0;
	padding-bottom: 2em;
	font-size: 85%;
	text-align: center;
}

/* カウンター(サイドother部分　index.htmlのみ設置) */
p.count {
	padding: 0.3em 0;
}


/* --------------------------------------------------------

	(material.html) 利用規約

-----------------------------------------------------------*/

ul.mate {
	margin-top: 1em;
}

ul.mate li {
	margin-bottom: 1em;
}

p.enter {
	margin: 0.8em 0 0 1.5em;
}
p.enter a {
	font-size: 159%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	border-bottom: 2px dotted;
}


/* --------------------------------------------------------

	(faq.html) FAQ

----------------------------------------------------------*/

h3.faq-h {
	width: 425px;
	margin: 3em 0 0.8em 0.5em;
	padding: 0 0 0.1em 15px;
	background: url(../img/ic_li02.gif) center left no-repeat;
	color: #667ACC;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px dotted #667acc;
}

dl.faq dd {
	width: 420px;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}

dl.faq li {
	margin: 0;
}

dl.faq li a:link {
	color: #666;
	text-decoration: none;
}

dl.faq li a:visited {
	color: #666;
	text-decoration: none;
}

dl.faq li a:hover {
	color: #667acc;
	text-decoration: underline;
}

dl.faq li a:active {
	color: #667acc;
	text-decoration: underline;
}


/* --------------------------------------------------------

	(link.html) リンクページ、ブックマーク部分

-----------------------------------------------------------*/

dl.link dt {
	margin-top: 0.8em;
}

dl.link dd {
	width: 420px;
	border-bottom: 1px dotted #ddd;
}

input.url {
	width: 210px;
}

table.bana-t th {
	display: none;
}

table.bana-t td {
	padding: 2px;
	border-bottom: 1px dotted #ddd;
}

table.bana-t td input {
	width: 130px;
}


/* --------------------------------------------------------

	(mail.html) メールフォーム

-----------------------------------------------------------*/

dl.mail input {
	width: 230px;
	margin-left: 1em;
	border: 1px solid #ccc;
}

dl.mail textarea {
	width: 350px;
	height: 120px;
	margin-left: 1em;
	border: 1px solid #ccc;
}

dl.mail input.mail-btn {
	width: 100px;
	margin-top: 2px;
	letter-spacing: 0.1em;
}

