﻿/*common */

/* 全体設定用 */
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 {
}

iframe { 
width: 230px; 
height: 300px; 
} 

/* レイアウト配置 */
#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;
}

/* ナビゲーション部用 */
#navi-bar {
	background-color: #F9899B;
	width: 830px;
	height: 22px;
}

/* センター部用 */
#center {
	float: left;
	width: 488px;
	height: 100%;
	margin-top: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	padding-bottom: 50px;
}

/* 左側サイドバー */
#left {
	float: left;
	width: 170px;
	height: 100%;
	margin-top: 30px;
}

/* 右側サイドバー */
#right {
	float: left;
	width: 170px;
	margin-top: 30px;
	height: 100%;
}

/* サイドバー部（左右共通） */
.sidebar {
	padding: 0px 12px 0px 15px;
	text-align: left;
}

/* フッター部用 */
#footer {
	width: 830px;
	border-top: 1px solid #999999;
	clear: both;
	background: url(../images/copyright.gif) no-repeat center;
	height: 34px;
	margin-top: 0px;
}

/* 本文エリア */
.msg-body {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.6em;
	text-align: left;
}
.msg-body h2 {
	padding-left: 1em;
	border-bottom: solid 1px #B1B1B1;
	border-left: solid 2px #B1B1B1;
}
.msg-body h3 {
	border-bottom: solid 1px #B1B1B1;
}
.msg-body h4 {
	border-bottom: dashed 1px #B1B1B1;
}

/* 本文フッター */
.msg-footer {
	height: 20px;
	width: 488px;
	background-color: #FF0000;
	color: #FFFFFF;
	line-height: 1.6em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	margin-bottom: 10px;
	letter-spacing: 0.3em;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
}

.msg-footer2 {
	text-align: right;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 4px;
	margin-right: 6px;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
}

/* 画像 */
.msg-pict {
	border-bottom: 1px solid #666666;
	height: 366px;
	width: 488px;
	overflow: hidden;
}

/* 画像BASE */
.msg-title {
	border-bottom: 1px solid #666666;
	background-image: url(../images/title-base.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 488px;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1em;
	line-height: 3.7em;
	font-weight: bold;
}

/* サイドメニューのタイトル用 */
.mod-caption {
	font-size: 12px;
	color: #996633;
	line-height:3em;
	text-align: left;
	height: 30px;
	text-indent: 35px;
	font-weight: bold;
	margin: 0px;
	background-image: url(../images/mar_mark.png);
	background-repeat: no-repeat;
	background-position: left;
}

/* サイドメニュー文字 */
.mod-text {
	font-size: 10px;
	line-height: 1.6em;
	text-align: left;
	color: #555555;
	list-style-type: none;
	text-indent: 0px;
	margin-left: -35px;
	margin-bottom: 5px;
	margin-top: 5px;
	top: 0px;
}

.mod-text1 {
	text-align: left;
	margin-bottom: 5px;
	margin-left: 36px;
	padding-right: 3px;
}

.ul {
	text-align: left;
	top: 0px;
	height: 100%;

}
.ul li {
	line-height: 20px;
}

/* サイドバー挿入テキスト用 */
.side_menu_txt {
	font-size: 10px;
	line-height: 1.5em;
	color: #555555;
	padding-top: 3px;
	padding-bottom: 9px;
}

.side_menu_txt2 {
	font-size: 10px;
	line-height: 1.5em;
	color: #555555;
	padding-top: 5px;
	padding-bottom: 9px;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FF0000;
}

.side_menu {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background: #FFFFFF;
	width: 140px;
	vertical-align: middle;
	line-height: 1.4em;
	letter-spacing: 0.3em;
}

.side_menu2 {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	color: #555555;
	text-align: left;
	background: #FFFFFF;
	width: 140px;
	margin-top: 70px;
}

.side_menu3 {
	font-size: 10px;
	color: #555555;
	text-align: left;
	width: 140px;
	margin-top: 75px;
	display: none;
}

/* LOGOマーク用 */
#logo {
	margin-top: 10px;
	text-align: left;
}

/* リンクバナー用 */
#banner a:visited {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
	clip: rect(0px,0px,0px,0px);
}

#banner a:hover {
	position: relative;
	left: 1px;
	top: 1px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
	clip: rect(0px,0px,0px,0px);
	visibility: visible;
}

#banner a:active {
	position: relative;
	left: 1px;
	top: 1px;
	overflow: hidden;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clip: rect(0px,0px,0px,0px);
}

/* メニューのタイトル用 */
.caption {
	height: 14px;
	width: 50%;
	text-align: left;
	margin-top: 30px;
}

.caption1 {
	color: #FFFFFF;
	width: 95%;
	text-indent: 5px;
	font-size: 12px;
	line-height: 1.6em;
	padding-top: 25px;
	border: 1px solid #FF0000;
	margin-left: 5px;
	background-image: url(../images/news_bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

.caption2 {
	color: #FFFFFF;
	width: 95%;
	text-indent: 5px;
	font-size: 12px;
	line-height: 1.6em;
	padding-top: 25px;
	border: 1px solid #FF0000;
	margin-left: 5px;
	background-image: url(../images/info_bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

/* NEWS用 */
.news {
	padding: 0px;
	margin: 10px 0px;
	height: 100%;
	width: 100%;
}

.news-box {
	font-size: 10px;
	line-height: 1.5em;
	color: #555555;
	width: 230px;
	padding: 5px;
	text-align: left;
}

/* 新製品用 */
.new {
	height: 80px;
	width: 472px;
	padding: 0px;
	margin: 10px 7px;
}

/* プレゼント用 */
.present {
	height: 140px;
	width: 230px;
	padding: 0px;
	margin-top: 20px;
	margin-left: 3px;
}

/* お薦め用 */
.recom {
	width: 99%;
	margin-left: 2px;
	margin-bottom: 5px;
}

.recom-body {
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
}

.cap1 {
	font-size: 10px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: left;
	line-height: 1.2em;
}

.waku {
	border: 1px solid #CCCCCC;
}
/* end of stylesheet */
