@charset "Shift_JIS";

/* BASE ------------------------------------------------- */
body {
	background-color: #FFCC66;
	margin:0;
	padding:0;
	text-align: center;
}

#range { /* 全体領域 */
	width:710px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/template/6017/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
  background-color: #FFFFFF;

}

#main{
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
}
/* HEADER TEXT ----------------------------------------------------- */
.header {
	height: 130px;
}

.title{
	height: 230px;
}

.icon{
	height: 50px;
}

.blog_title { /* ブログタイトル名 */
clear: both;
	font-size: 16px;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 25px 0px 0px 0px;
	width: 450px;
    word-break: break-all;
}

.blog_title a:link {
	color: #FF6633;
	text-decoration: none;
}

.blog_title a:visited {
	color: #FF6633;
	text-decoration: none;
}

.blog_title a:hover {
	color: #FF6633;
	text-decoration: none;
}

.blog_description { /* ブログ内容説明 */
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: 12px;
	font-weight: normal;
	width: 450px;
    word-break: break-all;
}

.blog_description a:link {
	color: #FF6633;
	text-decoration: underline;
}

.blog_description a:visited {
	color: #FF6633;
	text-decoration: underline;
}

.blog_description a:hover {
	color: #FF6633;
	text-decoration: underline;
}



#globalNavi{
	float:left;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#globalNavi ul {
	margin: 0px;
	padding: 0px;
}


#globalNavi ul li a span{
	display: none;
}
#globalNavi ul li{
   float:left;
	list-style:none;
	margin: 0px 0px 0px 20px;
	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/6017/img/btn_blog.gif);
	width: 85px;
	background-repeat: no-repeat;
}
#globalNavi ul li a#gm2{
	background-image:url(/template/6017/img/btn_profile.gif);
	width: 110px;
	background-repeat: no-repeat;
}
#globalNavi ul li a#gm3{
	background-image:url(/template/6017/img/btn_bio.gif);
	width: 140px;
	background-repeat: no-repeat;
}
#globalNavi ul li a:hover{
}

/* ENTRY -----------------------------------------------*/
.entry { /* エントリー領域 */
margin-right: 10px;
	margin-left: 10px;
}
.entry ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 1.4em;
}
.entry ol {
	list-style-type: decimal;
	list-style-position: inside;
}

.entry_title { /* エントリータイトル */
	color: #FF3333;
	margin: 0px;
	font-size: 12px;
	padding: 5px;
	background-color: #FFCC66;
    word-break: break-all;
}
 
 
.date { /* エントリー日付 */
	color: #333333;
	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:#333;
	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: #208AC3;
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	background-color: #FFCC66;
}

.side_text { /* テキスト */
	color: #000;
	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 { /* カレンダーテキスト */
	color: #000;
	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:#333333;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.profile_name_text  li{
color: #0099FF;
}

.profile_name_text a:link {
	color: #333333;
	text-decoration: none;
}

.profile_name_text a:visited {
	color: #333333;
	text-decoration: none;
}

.profile_name_text a:hover {
	color: #0099FF;
	text-decoration: none;
}

/* 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: #333333;
  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{
	padding:10px;
}
.tag a:link {
	color: #0033CC;
}

.tag a:visited {
	color: #0033CC;
}

.tag a:hover {
	color: #0099FF;
}
#tag_cloud{
	border:1px solid #666;
	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 #666;
	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 12px;
	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 12px;
	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 #666;
}
.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;
}

