@charset "Shift_JIS";

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

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

#main{
	clear: both;
}

/* HEADER TEXT ----------------------------------------------------- */
.blog_title { /* ブログタイトル名 */
    font-size: 16px;
    font-weight: bold;
	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: #333333;
	text-decoration: none;
}

.blog_title a:visited {
	color: #333333;
	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: #333333;
	text-decoration: underline;
}

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

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



#globalNavi{
	float:left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
	padding-left: 52px;
}
#globalNavi ul {
	margin: 0px;
	padding: 0px;
}


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

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

.entry_title { /* エントリータイトル */
	color: #333333;
	margin: 0px;
	font-size: 12px;
    font-weight: bold;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB0000;
	background-image: url(/template/6001/img/title_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
    word-break: break-all;
}
 
.date { /* エントリー日付 */
	color: #666666;
	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 { /* 投稿日時 */
	color: #333333;
	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 { /* 左右サイド領域 */
	word-break: break-all;
}

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

.side_text { /* テキスト */
	color: #0033CC;
	font-size: 12px;
	padding: 5px;
}

.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 { /* ページ上テキストナビ */
	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;
}

.side-tag {
padding:10px 10px 10px 10px;
line-height:normal;
min-height:10px;
}
.side-tag a:link {
	color: #0033CC;
	text-decoration: none;
}

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

.side-tag a:hover {
	color: #0099FF;
	text-decoration: underline;
}
.tag-word{
	margin:0px 0px 0px 0px;
	padding:5px 0px;
	line-height:1.4em;
	text-align:right;
}
.tag{
	color: #333333;
	padding: 5px;
}

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

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

.tag a:hover {
	color: #0099FF;
}
#tag_cloud{
	border:1px solid #EB0000;
	padding:10px;
	text-align:left;
	position:relative;
}
#tag_cloud a {
	padding:2px;
}
.tag-title{
	font-weight:bold;
	text-align:left;
	font-size:14px;
}
.tag-body{
	margin:10px 0px;
	padding:10px 0px 0px 0px;
	position:relative;
	font-size:12px;
}
.tag-service{
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #EB0000;
	padding:0px 0px 5px 0px;
	clear:left;
	position:relative;
	font-size:14px;
}
.tag-search{
	text-align:right;
	padding:5px 0px;
	margin-bottom:10px;
	font-weight:bold;
	position:relative;
}
.tag-article{
	padding:0px 10px 10px 10px;
	text-align:left;
	position:relative;
}
.tag-article-title{
	text-align:left;
	padding:0px 0px 5px 0px;
	font-weight:bold;
	position:relative;
}
.tag-article-posted{
	font-weight:normal;
	position:relative;
}
.tag-article-summary{
	padding:0px 10px;
	line-height:1.4em;
	position:relative;
}
.tag-more{
	text-align:right;
	margin:10px 0px;
	clear:both;
	position:relative;
}
.tag-photos{
	float:left;
	margin:10px 18px;
	position:relative;
	width:140px;
	height:200px;
}
.tag-photos-title{
	line-height:1.4em;
	padding:5px 0px;
	text-align:left;
	position:relative;
}
.tag-audios{
	margin:5px;
	position:relative;
}
.tag-audios-title{
	text-align:left;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	position:relative;
}
.tag-audios-posted{
	font-weight:normal;
	position:relative;
}
.tag-videos{
	float:left;
	margin:10px 18px;
	position:relative;
}
.tag-videos-title{
	line-height:1.4em;
	padding:5px 0px;
	text-align:left;
	position:relative;
}
.tag-navi{
	clear:left;
	text-align:center;
	margin:10px 0px;
	position:relative;
}

.listCategoryArticle{
	margin-top:5px;
	padding:5px;
	border:solid 1px #EB0000;
}
.listCategoryArticle ul{
	list-style:none;
	padding:0;
	margin:0 0 0 10px;
	text-align:left;
	list-style-position:outside;
}
.listCategoryArticle ul li{
	margin:0;
	padding-left:12px;
	line-height:1.4;
}


.bookmark{
padding:5px 0px;
text-align:left;
}

.bookmark img{
margin-right:3px;
}
.bookmark iframe{
margin-right:3px;
}


