
@charset "Shift_JIS";

/* BASE ------------------------------------------------- */
body {
	background-color: #ffffe4;
	margin:0;
	padding:0;
	text-align: center;
	color: #666666;
	background-image: url(/template/6026/img/bg0.gif);
	background-repeat: repeat-x;
}
#head {
	height: 235px;
}


#range { /* 全体領域 */
	width:750px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/template/6026/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

#main{
	clear: both;
}

/* HEADER TEXT ----------------------------------------------------- */
.blog_title { /* ブログタイトル名 */
	font-size: 30px;
	margin-top: 0px;
	margin-left: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 100px;
	width: 450px;
    word-break: break-all;
}

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

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

.blog_title a:hover {
	color: #999999;
	text-decoration: none;
}

.blog_description { /* ブログ内容説明 */
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	font-size: 12px;
	font-weight: normal;
	width: 450px;
    word-break: break-all;
}

.blog_description a:link {
	color: #666666;
	text-decoration: underline;
}

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

.blog_description a:hover {
	color: #999999;
	text-decoration: underline;
}

#globalNavi{
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 99px;
}
#globalNavi ul {
	margin: 0px;
	padding: 0px;
	height: 39px;
}


#globalNavi ul li a span{
	display: none;
}
#globalNavi ul li{
	list-style:none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#globalNavi ul li a:link,
#globalNavi ul li a:visited{
	display: block;
	height: 25px;
}
#globalNavi ul li a#gm1{
	background-image:url(/template/6026/img/button_blog.gif);
	width: 186px;
	background-repeat: no-repeat;
}
#globalNavi ul li a#gm2{
	background-image:url(/template/6026/img/button_prf.gif);
	width: 186px;
	background-repeat: no-repeat;
}
#globalNavi ul li a#gm3{
	background-image:url(/template/6026/img/button_bio.gif);
	width: 186px;
	background-repeat: no-repeat;
}
#globalNavi ul li a:hover{
}

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

.entry_title { /* エントリータイトル */
	color: #fff;
	margin: 0px;
	font-size: 12px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	background-image: url(/template/6026/img/title_bg.gif);
	background-repeat: repeat;
	background-position: center top;
	background-color: #FFFFFF;
    word-break: break-all;
}
 
.date { /* エントリー日付 */
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}

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

.entry_text a:link {
	color: #0033CC;
}

.entry_text a:visited {
	color: #0033CC;
}

.entry_text a:hover {
	color: #0099FF;
}

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

.comment_layer { /* コメント領域 */
	overflow: hidden;
	word-break: break-all;
	width: 98%;
}

.btn { /* ボタン */
}

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

.posted a:link {
	color: #0033CC;
}

.posted a:visited {
	color: #0033CC;
}

.posted a:hover {
	color: #0099FF;
}

/* LEFT & RIGHT SIDE -----------------------------------------*/
.side { /* 左右サイド領域 */
	padding-left: 3px;
	padding-right: 3px;
	word-break: break-all;
}

.side_title { /* タイトル */
	color: #fff;
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	margin: 0px;
	background-image: url(/template/6026/img/title_bg.gif);
	background-repeat: repeat;
	background-position: center top;
	background-color: #FFFFFF;
	word-break: break-all;
}

.side_text { /* テキスト */
	color: #000;
	font-size: 12px;
	padding: 5px;
	word-break: break-all;
}

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

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

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

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

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

.calendar a:link {
}

.calendar a:visited {
}

.calendar a:hover {
	color: #0099FF;
}

.photo { /* 写真 */
	margin:5px 5px 5px 5px;
}

.profile_name_text { /* プロフィール領域 */
	color:#666666;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.profile_name_text a:link {
	color: #0033CC;
}

.profile_name_text a:visited {
	color: #0033CC;
}

.profile_name_text a:hover {
	color: #0099FF;
}

/* TEXT PAGE NAVI ------------------------------------------*/
.prevew { /* ページ上テキストナビ */
	background: #FFCC00;
	text-align: center;
	font-size: 12px;
	clear: both;
	margin-bottom: 15px;
	word-break: break-all;
}

.prevew a:link {
	color: #0033CC;
}

.prevew a:visited {
	color: #0033CC;
}

.prevew a:hover {
	color: #0099FF;
}

.page { /* ページ下テキストナビ */
	text-align: center;
	font-size: 12px;
	clear: both;
	margin-bottom: 15px;
	padding-top: 10px;
	word-break: break-all;
}

.page a:link {
	color: #0033CC;
}

.page a:visited {
	color: #0033CC;
}

.page a:hover {
	color: #0099FF;
}
.email
{
    width:140px;
}

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

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

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

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

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

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

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

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

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

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



/* 指示不明内容 ------------------------------------------------
.profile_td {
}

.profile_td a:link {
}

.profile_td a:visited {
}

.profile_td a:hover {
}

.profile_m_table {
}

.profile_name {
}

.profile_text {
}

.profile_name_table {
}

.profile_table {
}

.bio_table {
}

.bio_title {
}

.bio_text {
}

.email {
	width:140px
}

.url {
	width:160px
}

#btn_position_profile {
}

#profile_position {
}

.profile_title {
}

#profile_box {
}

#profile_range {
}

#btn_position {
	margin:10px;
	background: #FF3300;
}
*/

