﻿/** link **/

/* 全体設定用 */
html,body {
	text-align: center;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 7px;
}

/* 共通部用 */
body {
	color: #555555;
	font-size: 12px;
	background-color: #F9899B;
	font-family: Verdana, Arial, sans-serif;
}

pre {
	margin: 1em;
	padding: 1em;
}

blockquote {
	margin: 1em;
	padding: 1em;
	background-color: #F0F0F0;
}

/* 段落（共通）*/
p {
	line-height:1.6em;
}

/* 書体（共通）*/
textarea { 
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, Arial, sans-serif;
}

/* リンク状態（共通）*/
a { /* 通常 */
	text-decoration: none;
	color: #DB6600;
}

a:hover { /* 選択中 */
	text-decoration: underline;
	color: #FF6633;
}

a:visited { /* 訪問済 */
	color: #996633;
}

a:active {
}

/* レイアウト配置 */
#container {
	margin: 0;
	padding: 0;
	width: 830px;
	background:#FAFAE8;
	height: 100%;
}

/* タイトルバナー部用 */
#head {
	background-color: #F9899B;
	background-image: url(../images/mar_bg.jpg);
	width: 830px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: right;
}

/* タイトル文字 */
#head h1 {
	font-size:14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	visibility: inherit;
	padding-left: 5px;
	margin-top: 15px;
}

/* タイトル文字のリンク状態 */
#head h1 a { /* 通常 */
	color: #FFFFFF;
}

#head h1 a:hover { /* 選択中 */
	text-decoration: underline;
}

/* パンクズ文字 */
#pan {
	font-size:10px;
	text-align: left;
	visibility: inherit;
	padding-left: 10px;
	color: #666666;
	padding-top: 7px;
	padding-bottom: 0px;
	margin: 0px;
}

/* パンクズ文字のリンク状態 */
#pan a { /* 通常 */
	text-decoration: none;
}

#pan a:hover { /* 選択中 */
	text-decoration: underline;
}

/* LOGOマーク用 */
#logo {
	margin-top: 10px;
	text-align: left;
}

/* ナビゲーション部用 */
#navi-bar {
	background-color: #F9899B;
	width: 830px;
	height: 22px;
}

/* センター部用 */
#center {
	float: left;
	width: 830px;
	height: 100%;
	padding-top: 30px;
}

/* フッター部用 */
#footer {
	width: 830px;
	border-top: 1px solid #999999;
	clear: both;
	background: url(../images/copyright.gif) no-repeat center;
	height: 34px;
}

/* 項目文字エリア*/
.msg-body {
	text-align: left;
	background: url(../images/mar_tile2.png) no-repeat left top;
	width: 640px;
	height: 24px;
	padding-left: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 1.6em;
	color: #666699;
}

.msg-body2 {
	text-align: left;
	background: url(../images/mar_tile.png) no-repeat left top;
	width: 640px;
	height: 24px;
	padding-left: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 1.6em;
	color: #FF6666;
}

/* 文字エリア*/
.msg-box {
	text-align: left;
	width: 600px;
	line-height: 1.6em;
}

.msg-type {
	color: #FF3366;
}

/* バナー表*/
.msg-bana {
	background: #FFFFFF;
	border: 1px solid #FF0000;
}

/* リンクバナー用 */
#banner a:visited {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#banner a:hover {
	position: relative;
	left: 1px;
	top: 1px;
	right: 0px;
	bottom: 0px;
	display: block;
}

#banner a:active {
	position: relative;
	left: 1px;
	top: 1px;
	display: block;
}

/* 前後リンク用 */
.navi {
	width: 98%;
	text-align: right;
	height: 12px;
	font-size: 11px;
	padding-top: 10px;
}
.navi-prev {
	font-size: 10px;
	line-height: 1.5em;
}
.navi-next {
	font-size: 10px;
	line-height: 1.5em;
	padding-top: 10px;
}

/* end of stylesheet */
