@charset "utf-8";
/* base.css */

/**
 * 初期化
 *
 */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	color: #877D6A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
}

ul li {
	list-style: none;
}

img {
	border: none;
}

blockquote {
	padding-left: 25px;
}
/**
 * コンテナー定義
 *
 */
 
#container {
	position: relative;
	width: 900px;
	min-height: 100%;
	background: #FEFAF9;
}

#header {
	position: relative;
	width: 800px;
	background: #F1EADA;
	margin-left: 50px;
}

#cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#navi {
	position: relative;
	width: 640px;
	height: 40px;
	margin-left: 160px;
	background: #FEFAF9;
	text-align: right;
}

#navi ul {
	padding-top: 11px;
	color: #990100;
}

#navi ul li {
	display: inline;
}

#navi a,
#navi a:link,
#navi a:visited {
	margin-left: 10px;
	margin-right: 9px;
	color: #990100;
}

#navi a:hover {
	color: #C8746C;
}

#contents {
	position: relative;
	width: 800px;
	margin-left: 50px;
	margin-bottom: 40px;
}

#footer {
	position: relative;
	clear: both;
	width: 900px;
	height: 63px;
	text-align: center;
	color: #766D5E;
}

#footer .line {
	position: relative;
	width: 900px;
	height: 1px;
	border-top: 3px solid #990201;
	border-bottom: 3px solid #990201;
	line-height: 1px;
}

#footer ul {
	padding-top: 5px;
	padding-bottom: 8px;
}

#footer ul li {
	display: inline;
}

#footer a,
#footer a:link,
#footer a:visited {
	margin-left: 10px;
	margin-right: 9px;
	color: #990100;
}

#footer a:hover {
	color: #C8746C;
}


/**************************************************/
/**
 * コンテンツ（左側） 
 */
#contentsGrp01 {
	position: relative;
	float: left;
	width: 170px;
	margin-bottom: 35px;
}

/* メニュー */
#menu {
	width: 160px;
	/*height: 93px;*/
	height: 123px;
	margin-top: -1px;
	margin-bottom: 8px;
}

#menu ul {
}

#menu ul li {
	width: 160px;
	height: 30px;
	margin-bottom: 2px;
	line-height: 1px;
	font-size: 1px
}

#menu a,
#menu a:link,
#menu a:visited {
	display: block;
	width: 160px;
	height: 30px;
	color: #877D6A;
}

#menu a:hover {
	color: #C8746C;
}

/* バナー */
#bannerList {
	width: 160px;
	/*height: 165px;*/
	height: 52px;
	margin-bottom: 10px;
}

#bannerList .banner03 {
	width: 158px;
	height: 48px;
	margin-bottom: 6px;
	border: 1px solid #DBDADD;
	text-align: center;
}

#bannerList .banner03a {
	width: 160px;
	height: 52px;
	margin-bottom: 6px;
	text-align: center;
}


/* サイト更新情報 */
#contentsGrp01 h2.updateInfoTitle {
	width: 150px;
	height: 18px;
	padding-top: 7px;
	padding-left: 8px;
	border-top: 1px solid #CECDCD;
	border-left: 1px solid #CECDCD;
	border-right: 1px solid #CECDCD;
	background: #F0EFE9;	
}

#updateInfo {
	position: relative;
	width: 158px;
	height: 165px;
	margin-bottom: 11px;
	border-left: 1px solid #CECDCD;
	border-right: 1px solid #CECDCD;
	border-bottom: 1px solid #CECDCD;
	text-align: right;
}

#updateInfo p {
	width: 150px;
	margin-top: -20px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-left: 5px;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
}

#updateInfo b {
	line-height: 2.2em;
}

#updateInfo a,
#updateInfo a:link,
#updateInfo a:visited {
	position: relative;
	top: 145px;
	margin-right: 5px;
	text-decoration: none;
	color: #C8746D;
}

#updateInfo a:hover {
	color: #C8746D;
	text-decoration: underline;
}


/* ブログ */
#contentsGrp01 h2.blogListTitle {
	width: 150px;
	height: 20px;
	padding-top: 5px;
	padding-left: 8px;
	border-top: 1px solid #CECDCD;
	border-left: 1px solid #CECDCD;
	border-right: 1px solid #CECDCD;
	background: #F0EFE9;
}

#blogList {
	width: 158px;
	height: 187px;
	margin-bottom: 11px;
	border-left: 1px solid #CECDCD;
	border-right: 1px solid #CECDCD;
	border-bottom: 1px solid #CECDCD;
	text-align: right;
}

#blogList ul {
	width: 158px;
	height: 167px;
	text-align: left;
}

#blogList ul li {
	width: 158px;
	height: 20px;
	padding-top: 6px;
	background: url(../images/arrow01.gif) no-repeat 10px 10px;
	text-indent: 30px;
}

#blogList ul li a,
#blogList ul li a:link,
#blogList ul li a:visited {
	text-decoration: none;
	color: #A10102;
}

#blogList ul li a:hover {
	text-decoration: underline;
	color: #A10101;
}

#blogList a,
#blogList a:link,
#blogList a:visited {
	margin-right: 5px;
	text-decoration: none;
	color: #C9746D;
}

#blogList a:hover {
	text-decoration: underline;
	color: #C8746D;
}


/* Ads By Google */
#contentsGrp01 h2.adsByGoogleTitle {
	width: 150px;
	height: 18px;
	padding-top: 7px;
	padding-left: 8px;
	border-top: 1px solid #CECDCD;
	border-left: 1px solid #CECDCD;
	border-right: 1px solid #CECDCD;
	background: #F0EFE9;
}

#contentsGrp01 .line {
	position: absolute;
	left: 1px;
	width: 105px;
	height: 20px;
	background: #FEFAF9;
	z-index: 1;
}

#adsByGoogle {
	width: 158px;
	height: 240px;
	margin-bottom: 11px;
	border-left: 1px solid #CECDCD;
	border-right: 1px solid #CECDCD;
	border-bottom: 1px solid #CECDCD;
	text-align: center;
}

/* ケータイ */
#contentsGrp01 h2.mobileTitle {
	width: 151px;
	height: 18px;
	padding-top: 7px;
	padding-left: 7px;
	border-top: 1px solid #CECDCD;
	border-left: 1px solid #CECDCD;
	border-right: 1px solid #CECDCD;
	background: #F0EFE9;
}

#mobile {
	width: 158px;
	height: 110px;
	border-left: 1px solid #CECDCD;
	border-right: 1px solid #CECDCD;
	border-bottom: 1px solid #CECDCD;
	text-align: center;
}

/* RSS */
#rss {
	width: 158px;
	height: 20px;
	margin-top: 12px;
	margin-bottom: 9px;
	font-size: 0.8em;
	text-align: center;
}

#rss img {
	margin-right: 3px;
	vertical-align: top;
}

#rss a,
#rss a:link,
#rss a:visited {
	text-decoration: none;
	color: #877C6A;	
}

#rss a:hover {
	text-decoration: underline;
	color: #C9746D;
}

@media print{
body {
_zoom: 72%; /*WinIE only */
}
}



