
@charset "Shift_JIS";

/* BASE ------------------------------------------------- */
body {
	margin:0;
	padding:0;
	background: #fff url(/template/6031/img/bg01.jpg) repeat-x left top;
	text-align: center;
}

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

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

/* HEADER TEXT ------------------------------------------ */
.blog_title { /* ブログタイトル名 */
	font-size: 18px !important;
	font-size: 110%;
	color: #000;
	padding: 110px 0px 0px 20px;
	margin: 0px;
	width: 308px;
    word-break: break-all;
}

.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;
	font-size: 80%;
	color: #333;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 308px;
    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: 0px 0px 0px 502px;
	margin: 0px;
	height: 60px;
}

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

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

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

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

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



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

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

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

.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: #FFF;
	background: #000;
	border: 1px solid #CCC;
}

.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: #000 url(/template/6031/img/title_bg02.gif) no-repeat left top;
	font-size: 12px !important;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 3px 3px 3px 15px;
	word-break: break-all;
}

.side_text { /* テキスト */
	font-size: 12px !important;
	font-size: 80%;
	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;
}

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

.calendar a:visited {
	color: #666;
	text-decoration: none;
	background: #FFF;
}

.calendar a:hover {
	color: #090;
	text-decoration: underline;
	background: #FFF;
}

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

.profile_name_text { /* プロフィール領域 */
	font-size: 12px !important;
	font-size: 80%;
	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;
	font-size: 80%;
	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;
	font-size: 80%;
	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;
}

