﻿/** privacy **/

/* 全体設定用 */
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(http://www.markunkobo.com/common/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;
}


/* 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(http://www.markunkobo.com/common/images/copyright.gif) no-repeat center;
	height: 34px;
}

/* 文字エリア*/
.msg-body {
	text-align: left;
	line-height: 1.6em;
	width: 600px;
	margin-bottom: 15px;
}

/* 項目タイトル*/
.msg-title {
	text-align: left;
	line-height: 1.6em;
	width: 600px;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
}

/* 項目リスト*/
.msg-list {
	text-align: left;
	line-height: 1.6em;
	width: 600px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-right: 35px;
}

/* リンクバナー用 */
#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: 743px;
	text-align: left;
	height: 12px;
	font-size: 11px;
	padding-bottom: 10px;
}
.navi-prev {
	font-size: 10px;
	line-height: 1.5em;
}
.navi-next {
	font-size: 10px;
	line-height: 1.5em;
	padding-top: 10px;
}

/* 画像の枠*/
.img-waku {
	border: 1px solid #999999;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

/* 文字の取消し*/
.type-kesi {
	text-decoration: line-through;
}

/* 項目タイトル*/
.type-title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
	line-height: 1.6em;
	background: #003366;
	text-align: left;
	padding-left: 5px;
	width: 600px;
	margin-top: 30px;
}

/* 注意タイトル*/
.type-co {
	width: 600px;
	text-align: left;
	line-height: 1.6em;
	text-indent: -1.5em;
	padding-left: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/* カラー*/
.red {
	color: #FF0000;
}

.bule {
	color: #6666CC;
}

/* end of stylesheet */

