﻿/** gallery-data **/

/* 全体設定用 */
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;
}

/* 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;
	line-height: 1.6em;
	color: #FFFFFF;
	text-indent: 10px;
	font-weight: bold;
}

/* トップコメント（テディベア） */
#top-com {
	width: 640px;
	height: 20px;
	background: #FFCC33;
	margin-top: 5px;
}

/* フッターコメント（テディベア） */
#down-com {
	width: 640px;
	background: #FFCC33;
	margin-bottom: 30px;
	height: 20px;
}

/* トップコメント（和布ベア） */
#top-com2 {
	width: 640px;
	height: 20px;
	background: #66CC33;
	margin-top: 5px;
}

/* フッターコメント（和布ベア） */
#down-com2 {
	width: 640px;
	background: #66CC33;
	margin-bottom: 30px;
	height: 20px;
}

/* トップコメント（編みぐるみ） */
#top-com3 {
	width: 640px;
	height: 20px;
	background: #6633FF;
	margin-top: 5px;
}

/* フッターコメント（編みぐるみ） */
#down-com3 {
	width: 640px;
	background: #6633FF;
	margin-bottom: 30px;
	height: 20px;
}

/* トップコメント（ビーズ） */
#top-com4 {
	width: 640px;
	height: 20px;
	background: #FFCC33;
	margin-top: 5px;
}

/* フッターコメント（ビーズ） */
#down-com4 {
	width: 640px;
	background: #FFCC33;
	margin-bottom: 30px;
	height: 20px;
}

/* イメージ */
#body-img {
	width: 640px;
}

/* パンクズ文字 */
#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;
}

/* 前後リンク用 */
.navi {
	width: 640px;
	text-align: right;
	height: 12px;
	font-size: 11px;
}
.navi-prev {
	font-size: 10px;
	line-height: 1.5em;
}

/* end of stylesheet */

