
@charset "UTF-8";


/*共通*/

/*	font-family:"DF宋楷書W7",cursive;*/
BODY {
	margin:0px;
/*	background-image: url(../images/back137x600.gif);*/
	background-color:#eeeee6;
	color:#444444;
}
A {
	color:#0000cc;
	text-decoration:none;
}
A:hover {
/*	color:#8888cc;*/
	color:#ff0000;
	text-decoration:underline;
}
ul
{
	list-style-type:square;
	font-size:90%;
}
.red{
	color:#FF0000;
}


/*ヘッダ*/
.header {
	padding-bottom:1px;
	background-color:#ffffff;

}
.header_seo {
	height:20px;
	padding:0 10px 0 10px;
	margin-bottom:10px;
	overflow:hidden;
	line-height:100%;
	background-color:#dddddd;
}
.header_lang {
	font-size:12px;
	margin-top:2px;
	margin-bottom:0px;
}
.header_seo h1 {
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	margin-top:2px;
	margin-bottom:0px;
}
.header_image {
	position:relative;
	width:750px;
	height:100px;
	overflow:hidden;
}
.header_image_back {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}
.header_image_menu {
	position:absolute;
	top:128px;
	left:487px;
	font-size:12px;
	z-index:1;
}
.top_image{
	padding:0px 1px 0px 1px;
}


/*メニュー*/
.menu_left{
	padding:15px 10px 0px 10px;
	width:160px;
	background-color:#ffffff;
/*	background-image: url(../images/menu180x200_sita.gif);*/
}
.menu_item{
	margin-top:8px;
	padding:5px;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#bbbbbb;
	font-size:14px;
}
.menu_item A{
	color:#000000;
}
.menu_item A:hover{
/*	color:#ff0000;*/
}
/* 本文 */
/* 本文エリア枠(td) */
.content_base
{
	width:570px;
	padding:0px;
	background-color:#ffffff;
	margin-bottom:30px;

}
.content_r_base
{
	width:555px;
	margin:10px 5px 5px 10px;
}
/* ページタイトル */
.content_title
{
	width:555px;
	margin-bottom:10px;
}
/* サブタイトル */
.content_subtitle
{
	width:555px;
	margin:5px 0px 5px 0px;
}
/* テキスト */
.content_text {
/*	margin:0px 10px 0px 25px;*/
	line-height:140%;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size:90%;
}
.content_r_body {
	line-height:140%;
	text-align: justify;
	text-justify: inter-ideograph;
	width:525px;
	padding-left:30px;
	padding-right:5px;
	font-size:90%;
}

/* 日記システム */
.title{
	color:#aa4444;
	border-width:0px 0px 1px 5px;
	border-style:solid;
	border-color:#cc6666;
	font-size:90%;
	font-weight:bold;
	padding: 3px 10px 3px 10px;
	margin-bottom:10px;
}
.detail_date{
	color:#666666;
	font-size:80%;
	text-align:right;
	padding-right:5px;
	margin-top:-5px;
	margin-bottom:5px;
}

/* ページトップリンク */
.page_top{
	font-size:80%;
	text-align:right;
	margin:10px 5px 10px 0px;
}

/* 画像エリア */
.content_image
{
	float:right;
	width:150px;
	margin-left:10px;
	line-height:140%;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size:90%;
}

/* 写真一覧 */
.content_photo
{
	width:555px;
	margin-top:10px;
}
.photo_item
{
	float:left;
	width:120px;
	height:170px;
	overflow:hidden;
	margin-right:5px;
	margin-bottom:5px;
	padding:5px;
	text-align:center;
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;
	line-height:120%;
	font-size:80%;
}
/*
.omamori_list {
	float:left;
	width:120px;
	height:190px;
	padding:5px;
	vertical-align:top;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow:auto;
}
*/

/*フッタ*/
.footer {
	margin-top:10px;
	padding-top:0px;
	background-color:#dddddd;
	height:20px;
	overflow:hidden;
}
.footer_text {
	border-width:0px 0px 0px 0px;
	border-color:#330000;
	border-style:solid;
	padding:3px 10px 3px 10px;
	text-align:center;
	font-size:12px;
	color:#330000;
	line-height:100%;
}

