﻿/* recipe */

/* 全体設定用 */
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;
}

/* 段落（共通）*/
p {
	margin-right: 0;
	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;
}

/* レイアウト配置 */
#container {
	margin: 0;
	padding: 0;
	width: 830px;
	background:#FAFAE8;
	height: 100%;
}

/* サイトタイトル部用 */
#head {
	background-color: #F9899B;
	background-image: url(../../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;
}

/* パンクズ文字 */
#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-bar {
	background-color: #F9899B;
	width: 100%;
	height: 22px;
}

/* センター部用 */
#center {
	height: 100%;
	float: left;
	width: 530px;
}

/* 左側サイドバー */
#left {
	float: left;
	width: 170px;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
}

/* 右側サイドバー */
#right {
	float: left;
	width: 170px;
	margin-top: 30px;
}

/* サイドバー部（左右共通） */
.sidebar {
	padding: 0px 12px 0px 15px;
	text-align: left;
}

/* フッター部用 */
#footer {
	width: 830px;
	border-top: 1px solid #999999;
	clear: both;
	background: url(../../common/images/copyright.gif) no-repeat center;
	height: 34px;
}

/* 記事エリア */
.msg-body {
	background: #FFFFFF;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
	border: 1px solid #FF0000;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 530px;
}


/* エントリー（画像）*/
.msg-pict  {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	text-align: center;
}

/* エントリー（画像）*/
#msg-head  {
	height: 10px;
	text-align: right;
	padding-bottom: 10px;
}

/* サイドメニュー文字 */
.mod-text {
	font-size: 11px;
	color:#555555;
	text-align: left;
	line-height: 1.6em;
}

/* サイドバー挿入テキスト用 */
.side_menu_txt {
	color: #555555;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 1.5em;
}
.side_menu {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background: #FFFFFF;
	width: 140px;
	line-height: 1.5em;
}

/* LOGOマーク用 */
#logo {
	margin-top: 10px;
	text-align: left;
}

/* サイドバーのバナー */
#banner a:visited {
	left: 0px;
	top: 0px;
}
#banner a:hover {
	position: relative;
	left: 1px;
	top: 1px;
	display: block;
}
#banner a:active {
	position: relative;
	left: 1px;
	top: 1px;
	display: block;
}

/* イメージ用 */
.img-waku {
	vertical-align: top;
	border: 1px solid #999999;
}

/* ページの前後リンク用 */
.navi {
	text-align: right;
	font-size: 11px;
	padding-top: 10px;
	width: 590px;
	padding-bottom: 5px;
	height: 12px;
}

.navi-prev {
	font-size: 10px;
	line-height: 1.5em;
	right: 10px;
}
.navi-next {
	font-size: 10px;
	line-height: 1.5em;
}

/* 説明 */
.type-box {
	padding-bottom: 30px;
	text-align: left;
	vertical-align: top;
}

.type-no {
	font-size: 12px;
	font-weight: bold;
	color: #FF3366;
}

.type-no1 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 30px;
}

.type-no2 {
	font-size: 12px;
	color: #CC3333;
	padding-bottom: 20px;
	font-weight: bold;
	padding-top: 10px;
}

/* タイトル */
.title-box {
	margin-top: 30px;
	width: 100%;
	margin-bottom: 10px;
	height: 50px;
}

.title-type {
	font-size: 16px;
	font-weight: bold;
	color: #6666FF;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

.type-green {
	color: #339933;
}

.type-pink {
	color: #FF6699;
}
/* end of stylesheet */
