
@charset "Shift_JIS";

/* BASE ------------------------------------------------- */
body {
	color: #333;
	margin:0;
	padding:0;
	text-align: center;
}

/* BASE LYOUT-------------------------------------------- */
#range { /* 全体領域 */
	width:750px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: #FFF url(/template/6032/img/bg01.jpg) no-repeat left top;
}

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

/* HEADER TEXT ------------------------------------------ */
.blog_title { /* ブログタイトル名 */
	font-size: 18px !important;
	color: #000;
	padding: 70px 0px 0px 25px;
	margin: 0px;
	background: url(/template/6032/img/bg02.gif) no-repeat left 66px;
    word-break: break-all;
    font-weight: bold;
}

.blog_title a:link {
	color: #000;
	text-decoration: none;
}

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

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

.blog_description { /* ブログ内容説明 */
	font-size: 12px !important;
	color: #333;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	width: 290px;
    word-break: break-all;
}
.blog_description a:link {
	color: #000;
	text-decoration: underline;
}

.blog_description a:visited {
	color: #000;
	text-decoration: underline;
}

.blog_description a:hover {
	color: #000;
	text-decoration: underline;
}
.alttext {
	display: none;
}

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

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

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

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

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


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



/* ENTRY -----------------------------------------------*/
.entry { /* エントリー領域 */
	margin: 2px 10px 10px;
	padding: 0px;
}

.entry_title { /* エントリータイトル */
	font-size: 14px !important;
	color: #000;
	background: #CCC url(/template/6032/img/title_bg01.gif) repeat-y left top;
	margin: 0px 0px 10px;
	padding: 5px 3px 8px 15px;
    word-break: break-all;
}
 
.date { /* エントリー日付 */
	color: #000;
	font-size: 10px;
	padding-left: 5px;
	font-weight: normal;
}

.entry_text { /* エントリー本文 */
	color: #333;
	font-size: 12px;
	margin: 0px;
	word-break: break-all;
	padding:4px 10px 8px 10px;
	font-weight: normal;
	line-height:1.3;
	text-align:left;
	overflow: hidden;
}

.entry_text a:link {
	color: #090;
	text-decoration: none;
}

.entry_text a:visited {
	color: #666;
	text-decoration: none;
}

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

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

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

.btn { /* ボタン */
	color: #000;
	background: #FFF;
	border: 1px solid #999;
}

.posted { /* 投稿日時 */
	text-align:right;
	font-size: 11px;
	margin: 0px;
	padding: 0px 5px 5px;
    overflow: hidden;
    word-break: break-all;
}

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

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

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

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

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

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

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

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

.side_title { /* タイトル */
	background: #CCC url(/template/6032/img/title_bg01.gif) repeat-y left top;
	font-size: 12px !important;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 3px 3px 3px 6px;
	word-break: break-all;
}

.side_text { /* テキスト */
	font-size: 12px !important;
	margin: 0px;
	padding: 5px;
	word-break: break-all;
}

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

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

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

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

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

.calendar a:link,
.calendar a:visited {
	color: #000;
	text-decoration: none;
	display:block;
	border:1px solid #999;
}
.calendar a:hover {
	color: #FFF;
	background:#999;
	text-decoration:none;
}

.photo { /* 写真 */
	margin:10px 0px 0px;
	background: #FFF;
	padding: 2px;
}

.profile_name_text { /* プロフィール領域 */
	font-size: 12px !important;
	padding:10px;
	margin: 0px;
	color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer a:link {
	color: #000000;
  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: #000000;
}

.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;
}

