
@charset "Shift_JIS";

/* BASE ------------------------------------------------- */
body {
	color: #333;
	margin:0;
	padding:0;
	text-align: center;
	background: #E6ECD4 url(/template/6012/img/bg01.gif) repeat-x;
}

/* BASE LYOUT-------------------------------------------- */
#range { /* 全体領域 */
	width:700px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: #fff url(/template/6012/img/bg02.gif) no-repeat;
}

.header { /* ヘッダ領域 */
	height: 230px;
}

/* HEADER TEXT ------------------------------------------ */
.blog_title { /* ブログタイトル名 */
	width:700px;
	font-size: 18px !important;
	color: #fff;
	padding: 70px 20px 0px 20px;
	margin: 0px;
    word-break: break-all;
    font-weight: bold;
}

.blog_title a:link {
	color: #fff;
	text-decoration: none;
	word-break: break-all;
}

.blog_title a:visited {
	color: #fff;
	text-decoration: none;
}

.blog_title a:hover {
	color: #fff;
	text-decoration: underline;
}

.blog_description { /* ブログ内容説明 */
	font-size: 12px !important;
	font-size: 80%;
	color: #333;
	font-weight: normal;
	line-height: 150%;
	margin: 0px;
	padding: 0px 20px 0px 20px;
    word-break: break-all;
}
.blog_description a:link {
	color: #fff;
	text-decoration: underline;
	word-break: break-all;
}
.blog_description a:visited {
	color: #fff;
	text-decoration: underline;
}
.blog_description a:hover {
	color: #fff;
	text-decoration: underline;
}
.alttext {
	display: none;
}

/* HEADER NAVI ---------------------------------------- */
ul.navi {
	display: block;
	list-style: none;
  border: 0px;
	padding: 0px 0px 0px 442px;
	margin: 0px;
}

.navi li {
	display: inline;
	float: left;
}

.navi a {
  display: block;
	height: 30px;
}

.naviblog a {
	background: url(/template/6012/img/navi_blog.gif) no-repeat 0px 0px;
	width: 85px;
}

.naviblog a:hover {
	background: url(/template/6012/img/navi_blog.gif) no-repeat 0px -30px;
}

.naviprofile a {
	background: url(/template/6012/img/navi_profile.gif) no-repeat 0px 0px;
	width: 85px;
}

.naviprofile a:hover {
	background: url(/template/6012/img/navi_profile.gif) no-repeat 0px -30px;
}

.navibiography a {
	background: url(/template/6012/img/navi_biography.gif) no-repeat 0px 0px;
	width: 85px;
}

.navibiography a:hover {
	background: url(/template/6012/img/navi_biography.gif) no-repeat 0px -30px;
}


/* ENTRY -----------------------------------------------*/
.entry { /* エントリー領域 */
	background: #A3C175;
	margin: 2px 3px 10px;
	padding: 10px;
	border: 1px solid #486120;
}

.entry_title { /* エントリータイトル */
	font-size: 14px !important;
	font-size: 90%;
	line-height: 135%;
	color: #fff;
	background: url(/template/6012/img/icon02.gif) no-repeat 0px 0px;
	margin: 0px 0px 10px;
	padding: 0px 0px 3px 40px;
	border-bottom: 3px double #486120;
    word-break: break-all;
}
 
.date { /* エントリー日付 */
	color: #486120;
	font-size: 10px;
	padding-left: 5px;
}

.entry_text { /* エントリー本文 */
	color: #333;
	font-size: 12px;
	word-break: break-all;
}

.entry_text a:link {
	color: #333;
	text-decoration: underline;
}

.entry_text a:visited {
	color: #ccc;
	text-decoration: underline;
}

.entry_text a:hover {
	color: #fff;
	text-decoration: underline;
}

.entry_layer { /* エントリー本文領域 */
	overflow: hidden;
	word-break: break-all;
	margin: 0px;
	padding: 0px 0px 10px;
	width: 98%;
}

.comment_layer { /* コメント領域 */
	overflow: hidden;
	word-break: break-all;
	color: #333;
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 12px;
	line-height: 150%;
	width: 98%;
	word-break: break-all;
}

.btn { /* ボタン */
	background: #fff;
	border: 1px solid #607a35;
	color: #607a35;
}

.posted { /* 投稿日時 */
	text-align:right;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
    overflow: hidden;
    word-break: break-all;
}

.posted a:link {
	color: #333;
	text-decoration: none;
}

.posted a:visited {
	color: #333;
	text-decoration: none;
}

.posted a:hover {
	color: #fff;
	text-decoration: underline;
}

.comment_posted { /* コメント投稿日時 */
	text-align:right;
	font-size: 10px;
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #486120;
	word-break: break-all;
}

.comment_posted a:link {
	color: #333;
	text-decoration: none;
}

.comment_posted a:visited {
	color: #333;
	text-decoration: none;
}

.comment_posted a:hover {
	color: #fff;
	text-decoration: underline;
}

/* LEFT & RIGHT SIDE -----------------------------------------*/
.side { /* 左右サイド領域 */
	padding: 0px 3px;
	width: 160px;
	background: #fff;
}

.side_title { /* タイトル */
	font-size: 12px !important;
	font-size: 80%;
	line-height: 135%;
	font-weight: bold;
	color: #fff;
	background: #607a35;
	text-align: center;
	padding: 3px;
	word-break: break-all;
}

.side_text { /* テキスト */
	font-size: 12px !important;
	font-size: 80%;
	background: #fff;
	line-height: 150%;
	margin: 0px;
	padding: 5px;
	word-break: break-all;
}

.side_text a:link {
	color: #254609;
	text-decoration: none;
}

.side_text a:visited {
	color: #996600;
	text-decoration: none;
}

.side_text a:hover {
	color: #254609;
	text-decoration: underline;
}

.calendar_bg { /* カレンダー背景 */
	width:160px;
	margin:0 0px;
	background: #fff;
}

.calendar { /* カレンダーテキスト */
	font-size: 10px;
	padding: 1px;
}

.calendar a:link {
	color: #fff;
	background: #A3C176;
	display: block;
	text-decoration: none;
}

.calendar a:visited {
	color: #fff;
	background: #63BA25;
	display: block;
	text-decoration: none;
}

.calendar a:hover {
	color: #fff;
	background: #A3C176;
	display: block;
	text-decoration: none;
}

.photo { /* 写真 */
	margin:0px;
	background: #fff;
	padding: 5px 30px;
}

.profile_name_text { /* プロフィール領域 */
	font-size: 12px !important;
	font-size: 80%;
	background: #fff;
	padding:10px;
	width: 140px;
}

.profile_name_text a:link {
	color: #254609;
	text-decoration: none;
}

.profile_name_text a:visited {
	color: #254609;
	text-decoration: none;
}

.profile_name_text a:hover {
	color: #254609;
	text-decoration: underline;
}

/* TEXT PAGE NAVI ------------------------------------------*/
.prevew { /* ページ上テキストナビ */
	font-size: 12px !important;
	font-size: 80%;
	color: #254609;
	text-align: center;
	background: #C3D299;
	margin: 0px 0px 3px;
	padding: 3px;
	word-break: break-all;
}

.prevew a:link {
	color: #254609;
	text-decoration: none;
}

.prevew a:visited {
	color: #996600;
	text-decoration: none;
}

.prevew a:hover {
	color: #254609;
	text-decoration: underline;
}

.page { /* ページ下テキストナビ */
	font-size: 12px !important;
	font-size: 80%;
	color: #254609;
	text-align: center;
	padding: 10px 0px;
	margin: 0px;
}

.page a:link {
	color: #254609;
	text-decoration: none;
}

.page a:visited {
	color: #996600;
	text-decoration: none;
}

.page a:hover {
	color: #254609;
	text-decoration: underline;
}
.email
{
    width:140px;
}

.url
{
    width:160px;
}
/* FOOTER DESIGN ------------------------------------------*/
.footer { /*フッターロゴ他 */
	font-size: 12px;
	color: #333;
}

.footer a:link {
	color: #440000;
  text-decoration: underline;
}

.footer a:visited {
	color: #440000;
  text-decoration: underline;
}

.footer a:hover {
	color: #ff0000;
  text-decoration: underline;
}

.footer a:active {
	color: #ff0000;
  text-decoration: underline;
}

.footer_jp { /*フッターロゴ他 */
	font-size: 11px;
	color: #333;
}

.footer_jp a:link {
	color: #440000;
  text-decoration: underline;
}

.footer_jp a:visited {
	color: #440000;
  text-decoration: underline;
}

.footer_jp a:hover {
	color: #ff0000;
  text-decoration: underline;
}

.footer_jp a:active {
	color: #ff0000;
  text-decoration: underline;
}

