@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


li {
list-style:none;
}

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #ebfad0; /* 背景カラーを変更 */
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/01_bkcontainer.gif); /* 背景イメージを変更 */
}


#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	min-height: 100%;
}
/* ヘッダー*/
#header {
	height: 239px;
	background-image: url(images/01_top.jpg); /* 背景イメージを変更 */
		background-repeat: no-repeat;
	padding-left: 30px; /* 左余白を設定 */
		margin-right: auto;
	margin-left: auto;
	width: 980x;} /* 横幅を変更 */
	
	
#header h1 {
	font-size: 20px; /* フォントサイズを変更 */
	color: #FFFFFF; /* フォントカラーを変更 */
	padding-top:80px;
	font-weight: bold; /* フォントの太さを変更 */
	letter-spacing: 3px;
	/* テキスト位置を削除 */
}	
/* グローバルナビバー
---------------------------------------------*/

#globalNav {
	position: absolute;
	top: 240px;
	left:30px;
	
	width: 880px;
	height: 20px;
	list-style-type: none;
	background-image: url(images/gloval_nav.jpg);
	
}
#globalNav li {
	float: left;
	width: 94px;
}
#globalNav li a {
	display: block;
		width: 100%;
		height /**/:20px;
	padding-top:10px;
	background-image: url(images/gloval_nav.jpg);
	color: #666666;
	text-decoration:none;
	text-align:center;
	font-size:12px;
}


/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -94px  0; }
	#nav03 a { background-position: -188px 0; }
	#nav04 a { background-position: -282px 0; }
	#nav05 a { background-position: -376px 0; }
	#nav06 a { background-position: -470px 0; }
	#nav07 a { background-position: -564px 0; }
	#nav08 a { background-position: -658px 0; }
	#nav09 a { background-position: -752px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -66px; }
	#nav02 a.stay { background-position: -94px  -66px; }
	#nav03 a.stay { background-position: -188px -66px; }
	#nav04 a.stay { background-position: -282px -66px; }
	#nav05 a.stay { background-position: -376px -66px; }
	#nav06 a.stay { background-position: -470px -66px; }
	#nav07 a.stay { background-position: -564px -66px; }
	#nav08 a.stay { background-position: -658px -66px; }
	#nav09 a.stay { background-position: -752px -66px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -33px; }
	#nav02 a:hover { background-position: -94px  -33px; }
	#nav03 a:hover { background-position: -188px -33px; }
	#nav04 a:hover { background-position: -282px -33px; }
	#nav05 a:hover { background-position: -376px -33px; }
	#nav06 a:hover { background-position: -470px -33px; }
	#nav07 a:hover { background-position: -564px -33px; }
	#nav08 a:hover { background-position: -658px -33px; }
	#nav09 a:hover { background-position: -752px -33px; }






/* メイン
------------------------------------------------------------------------------*/
.kinku01 {
	color: #FF0000;
	font-size: 14px;
	font-weight:bold;
	line-height:50px;
	padding-left:30px;
	background: url(../07shien/image/bk_bun_h4.gif) repeat-x bottom;
	text-decoration:none;}

#maincontent {
	width: 650px;
	float: right;
	padding: 10px;
	margin-top:5px;
	margin-bottom: 10px;
}

#maincontent h5 {
	font-weight: normal;
	font-size: 12px;
	color: #CCCCCC;
	letter-spacing: 1px;
	height: 20px; 
	margin-bottom: 10px;
	text-align: center;
	background-image: url(images/bkTopicpath.gif); 
	background-repeat: no-repeat; 
	padding-top: 5px; 
}

#maincontent h5 a {
	color: #FFFFFF;
	text-decoration: none;
}

#maincontent h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF; /* フォントカラーを変更 */
	text-align: center; /* テキストを中央揃えに設定 */
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	/* 左余白を設定 */
	/* 背景カラーを設定 */
}

#maincontent .diary {
	background-image: url(images/bkDiary.gif); /* 背景イメージを変更 */
	margin-bottom: 10px;
}

#maincontent .diary p {
	margin-right: 15px;
	font-size: 90%;
	line-height: 150%;
	margin-left: 15px;
	padding-bottom: 10px;
	color: #333333;/* フォントカラーを変更 */
}

#maincontent .diary .diarytop { /* 日記の上部に飾りを設定 */
	background-image: url(images/kazariContent.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#maincontent .diary .diarybtm { /* 日記の下部に飾りを設定 */
	background-image: url(images/kazariContent.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	clear: both;
}

#maincontent img { /* 日記の画像に設定を追加 */
	float: left;
	margin-right: 10px;
}


/* サイドバー*/

#sidebar {
	width: 250px; /* 横幅を変更 */
	float: left;
	padding: 30px;
	margin-top:5px; /* 余白設定を変更 */
}

#sidebar h4 {
	font-size: 12px;
	color: #5D0000;
	height: 20px;
	padding-top: 3px;
	background-image: url(images/side_h4.jpg); 
	background-repeat: no-repeat;
		text-align: center; 
}

#sidebar table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	background-color: #5D0000; /* 背景カラーを変更 */
}

#sidebar th {
	color: #FFFFFF; /* フォントカラーを変更 */
	/* 背景カラーを削除 */
}

#sidebar td {
	color: #FFFFFF; /* フォントカラーを変更 */
	background-color: #BF0000; /* 背景カラーを変更 */
}

#sidebar #naviProf {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #333333; /* フォントカラーを変更 */
	margin-right: 10px;
	margin-left: 10px;
}

#sidebar ul {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
}

#sidebar li {
	background-image: url(images/bullet.gif); /* 背景イメージを変更 */
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: 5px;
}

#sidebar li a {
	color: #FFFFFF; /* フォントカラーを変更 */
	text-decoration: none;
}

/* フッター */
#footer {
	height: 30px;
	width: 980px;
	position: static;
	bottom: 0px;
	padding: 0px;
	text-align: center;
	margin: 0px;
	clear: both;
	background-image: url(images/01_footer.gif); 
}

h6 {
	text-align: center;
	color: #CC9933; /* フォントカラーを設定 */
	font-weight: normal;
	font-size: 12px;
	padding-top: 9px;
}