@charset "utf-8";

/* =================================== */
/* 全体設定 */
/* =================================== */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #ffffff repeat-y center 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	color: #000000;
	border: 0px;
}

br { letter-spacing: 0; }

/* =================================== */
/* ブロックレイアウト設定 */
/* =================================== */

/* 全体を囲うブロック */
#wrapper {
	background-color: #f1e9fe;
	background-position: 0 0;
	width: 800px;
}

/* ヘッダー */
#header {
	width: 800px;
	height: 100px;
}

/* サイトメイン見出し */
#header h1 {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 1em;
	text-align: right;
	position: relative;
	top: -100px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 0;
}

/* 本文見出し */
#main h2 {
	color: #333333;
	font-size: 14px;
	background-color: #e0dde8;
	background-position: left ;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #b397ec;
}

/* コンテンツ全体（両ブロック） */
#contents {
	width: 798px;
	height: 340px;
	margin-top: 10px;
}

/* コンテンツ本体（左ブロック） */
#main {
	width: 560px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0 0 0 7px;
}

.info {
	padding: 5px;
}

/* 更新時刻表示部分 */
#main .date {
	color: #dc143c;
	font-size: 10px;
	margin: 3px 0 0 3px;
	padding: 0;
}

/* サイドメニュー部分（右ブロック） */
#side {
	width: 200px;
	height: auto;
	float: right;
	padding: 30px 5px 5px 5px ;
	line-height: 1.5em;
}

#side h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

#side .banner {
	margin: 5px 0 0 0;
}

/* サイドメニューリスト */
#side ul {
	list-style-type: none;
	margin: 2px;
}

/* フッター（画像） */
#footer {
	background-color: #745eb0;
	background-image: url(./img/bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	height: 60px;
}

/* フッター（テキスト） */
.footer {
	color: #000000;
	font-size: 10.5px;
	text-align: center;
	padding: 30px 0 0 0;
}

/* =================================== */
/* リンクカラー設定 */
/* =================================== */

/* サイト全体共通のリンク表示設定 */
a {
	color: #9999ee;
	text-decoration: underline;
}
a:link {
	color: #2a2666;
	text-decoration: underline;
}
a:visited {
	color: #2a2666;
	text-decoration: underline;
}
a:active {
	color: #2a2666;
	text-decoration: none;
}
a:hover {
	color: #3333ff;
	text-decoration: none;
	background: #ddddee;
}

#header a {
	color: #ffffff;
	text-decoration: none;
}
#header a:link {
	color: #ffffff;
	text-decoration: none;
}
#header a:visited {
	color: #ffffff;
	text-decoration: none;
}
#header a:active {
	color: #ffffff;
	text-decoration: none;
}
#header a:hover {
	color: #ffffff;
	text-decoration: none;
	background:none;
}

#side a {
	color: #2a2666;
	text-decoration: none;
}
#side a:link {
	color: #2a2666;
	text-decoration: none;
}
#side a:visited {
	color: #2a2666;
	text-decoration: none;
}
#side a:active {
	color: #2a2666;
	text-decoration: none;
}
#side a:hover {
	color: #2a2666;
	text-decoration: none;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
}

#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}

/* =================================== */
/* 装飾の設定 */
/* =================================== */

.clear {
	clear: both;
}

/* 段落関係 */
p {
	margin: 5px 0;
}

/* 画像関係 */
img {
	border: 0;
}

/* NEWマーク */
.new {
	margin: 0 0 -1px 3px;
	border: 0;
}
