.header{
	width:800px;
	height:300px;
	padding:0px;
	margin-bottom:0px;
	text-align:left;
}

body {
	background-color:#fff;
	margin:0px 0px 10px 0;
	padding:0;
	text-align:center;
	color:#000000;
}
h1,h2,h3,h4,h5,h6,ol,ul,li,p,form{
	margin:0px;
	padding:0px;
	font-size:small;
	_font-size:x-small;
}
img{
	border:0px;
}
hr{
	color:#ddd;
	height:1px;
	width:430px;
}
a:link{
	color:#66CCFF;
	text-decoration:none;
}
a:visited{
	color:#ccc;
	text-decoration:none;
}
a:hover{
	color:#069;
	text-decoration:underline;
}
br{
	clear:both;
}
input{
	margin-bottom:10px;
}


/* blog全体 */

#header{
	width:800px;
	height:300px;
	padding:0px;
	margin:0px;
	text-align:left;
}

html>body #header{
	padding:0 0 0px;
}
*html #header{
	margin:0 0 0px;
}

#range{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:url(/template/13/img/nature.jpg) no-repeat;
	clear:both;
}

/* タイトル・説明文 */


h1{
	display:block;
	width:450px;
	margin-top:0px;
	padding-left:30px;
	padding-top:40px;
	font-size:24px;
	line-height:130%;
	text-align:left;
}
h1 a:link,
h1 a:visited{
	color:#ccc;
	text-decoration:none;
}
h1 a:hover { 
	color:#FFFFFF;
	text-decoration:underline;
}
h2{
	width:420px;
	_width:450px;
	margin:5px 0 0 0;
	padding-left:30px;
	font-size:14px;
	font-weight:normal;
	line-height:130%;
	overflow:hidden;
	word-break:break-all;
	color:#cccccc;
}



/* 記事部分 */

table.main-layout{
	margin-top:0px;
	width:800px;
	background:#000066;
}
td{
	vertical-align:top;
}
.side-cell{
	width:175px;
	text-align:center;
	background:#000066;
}
.main-cell{
	width:410px;
	_width:430px;
	padding:0px 10px;
	text-align:center;
	background:#000066;
}
.entry{
	margin:0px 0px 30px 0px;
	background:#000066;
	text-align:left;
}
.entry h3{
	display:block;
	width:420px;
	_width:430px;
	background:url(/template/13/img/contents.gif) no-repeat;
	border-bottom:1px solid #cccccc;
	color:#ffffff;
	padding:10px 0px 8px 10px;
	font-size:14px;
	margin-bottom:2px;
	text-align:left;
}

.date{
	display:block;
	width:420px;
	_width:430px;
	font-weight:normal;
	font-size:12px;
	color:#444444;
	letter-spacing:1px;
	text-align:right;
	padding:3px 10px 6px 0px;
	margin:0px;
	background:#ffffff;
}
.entry_text{
	padding:5px 0px 5px 0px;
	font-weight:normal;
	font-size:14px;
	color:#666666;
	line-height:1.4;
	text-align:center;
	background:#ffffff;
	width:430px;
}
.entry_text a:link{
	color:#666666;
	text-decoration:none;
}
.entry_text a:visited{
	color:#ccc;
	text-decoration:none;
}
.entry_text a:hover{
	color:#666666;
	text-decoration:underline;
}



/* 記事・コメント部分の幅制限 */


.entry_layer,
.posted-layer{
	width:410px;
	margin:auto;
	overflow:hidden;
	word-break:break-all;
	text-align:left;
	color:#ffffff;
}
.comment_layer{
	width:405px;
	overflow:hidden;
	word-break:break-all;
	text-align:left;
	line-height:125%;
}


/* posted */


.posted{
	display:block;
	width:420px;
	_width:430px;
	color:#666666;
	margin:0px auto 10px auto;
	padding:5px;
	font-weight:nomal;
	font-size:12px;
	line-height:1.2;
	text-align:center;
	border-top:1px dotted #444444;
	background:#e3e3e3;
}
.pagefoot-line{
	border-top:2px solid #444444;
}
.page-foot{
	margin:0;
	padding-top:10px;
	font-size:10px;
	text-align:center;
	color:#666666;
}
.page-foot a:link {
	color:#666666;
	text-decoration:none;
}
.page-foot a:visited {
	color:#cccccc; 
	text-decoration:none;
}
.page-foot a:hover {
	color:#666666;
	text-decoration:underline;
}

/*コメント*/
.cmnt_f {
	padding:5px 0px 5px 10px;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	line-height:1.4;
	text-align:left;
}

/* サイド */

.side {
	width:175px;
	margin:0px auto 23px auto;
	padding:0;
	text-align:center;
}
/*
.side ul {
	margin:10px 3px 0 3px;
	padding:0px;
	list-style:none outside;
}
.side li {
	margin:0px 2px 6px 3px;
	padding:0px 0px 3px 17px;
	background:url(/template/13/img/side.gif) no-repeat 0 2px;
}
*/
.side a:link{
	color:#66CCFF;
	text-decoration:none;
}
.side a:visited{
	color:#ccc;
	text-decoration:none;
}
.side a:hover{
	color:#66CCFF;
	text-decoration:underline;
}
.side_header { 
	width:175px;
	height:31px;
	background:url(/template/13/img/side.gif) no-repeat;
	margin:0;
	text-align:center;
}
.side_title {
	width:155px;
	_width:175px;
	text-align:left;
	font-size:12px;
	font-weight:900;
	color:#258739;
	padding:10px 10px 4px 10px;
	overflow:hidden;
	word-break:break-all;
	letter-spacing:1px;
}
.side_box {
	margin:5px 0px 0px 0px;
	padding:0;
	overflow:hidden;
	word-break:break-all;
	font-size:10px;
}
.side_text {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
	color:#808080;
	line-height:1.2;
	text-align:left;
}
.photo { margin:3px; }

form .side-text{
	background:none;
	color:#2772b8;
}
.rss{
	margin:21px 0;
}
.profile_name {
  font-weight:bold; 
  padding-bottom:5px;
}

.profile_introduction {
  text-align:center;
  padding-bottom:10px;
}

.rank_text
{
    PADDING-RIGHT: 8px;
    PADDING-LEFT: 8px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    PADDING-BOTTOM: 8px;
    COLOR: #fff;
    PADDING-TOP: 8px
}
.rank_text A:link
{
    COLOR: #069;
    TEXT-DECORATION: underline
}
.rank_text A:visited
{
    COLOR: #ccc;
    TEXT-DECORATION: underline
}
.rank_text A:active
{
    COLOR: #069;
    BACKGROUND-COLOR: #ffc;
    TEXT-DECORATION: underline
}
.rank_text A:hover
{
    COLOR: #069;
    BACKGROUND-COLOR: #ffc;
    TEXT-DECORATION: underline
}

.entry_image {
    margin:20px auto;
}

label{
  font-size:12px;
  margin:5px 0 0 0;
}

#comment_form_captcha_description {
  font-size:10px;
  margin:5px 0 0 0;
  text-decoration:none;
}

#comment_form_captcha_description a:link,
#comment_form_captcha_description a:visited,
#comment_form_captcha_description a:hover{
  font-weight: bold;
}
#comment_form_captcha_image_wrap{
 margin-left:10px;
}

.text_control{
margin: 3px 10px;
}

.side_banner
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.side_title a {font-weight:bold; color:#fff; font-size:10px; }
.side_text, .profile_name_text 
{
	PADDING-RIGHT: 10px;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    PADDING-BOTTOM: 3px;
    OVERFLOW: hidden;
    COLOR: #333;
    WORD-BREAK: break-all;
    LINE-HEIGHT: 150%;
    PADDING-TOP: 5px
}
.side_text A:link
{
    FONT-SIZE: 10px;
    COLOR: ##66CCFF;
    LINE-HEIGHT: 150%;
    TEXT-DECORATION: none
}
.side_text A:visited
{
    FONT-SIZE: 10px;

    COLOR: #ccc;
    LINE-HEIGHT: 150%;
    TEXT-DECORATION: none
}
.side_text A:active
{
    FONT-SIZE: 10px;
    COLOR: #3399FF;
    LINE-HEIGHT: 150%
}
.side_text A:hover
{
    FONT-SIZE: 10px;
    COLOR: #3399FF;
    LINE-HEIGHT: 150%;
    TEXT-DECORATION: underline
}
.calendar
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    FONT-SIZE: 10px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 0px 20px;
    COLOR: #ccc;
    LINE-HEIGHT: 150%;
    PADDING-TOP: 0px
}
.calendar A:link
{
    FONT-SIZE: 10px;
    COLOR: #66CCFF;
    TEXT-DECORATION: underline
}
.calendar A:visited
{
    FONT-SIZE: 10px;
    COLOR: #ccc;
    TEXT-DECORATION: underline
}
.calendar A:active
{
    FONT-SIZE: 10px;
    COLOR: #3399FF;
    TEXT-DECORATION: underline
}
.calendar A:hover
{
    FONT-SIZE: 10px;
    COLOR: #3399FF;
    BACKGROUND-COLOR: #ffc;
    TEXT-DECORATION: underline
}
.page {
	font-size: 10px;
	margin-bottom: 0px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
	width: 98%;
	word-break: break-all;
	background:#000066;
	width:800px;
}
.page A:link
{
    FONT-SIZE: 10px;
    COLOR: #66CCFF;
    LETTER-SPACING: 1px;
    TEXT-DECORATION: none;
}
.page A:visited
{
    FONT-SIZE: 10px;
    COLOR: #ccc;
    LETTER-SPACING: 1px;
    TEXT-DECORATION: none;
}
.page A:hover
{
    FONT-SIZE: 10px;
    COLOR: #3399FF;
    LETTER-SPACING: 1px;
    TEXT-DECORATION: underline;
}
.page A:active
{
    FONT-SIZE: 10px;
    COLOR: #3399FF;
    LETTER-SPACING: 1px;
    TEXT-DECORATION: underline;
}
.prevew
{
    FONT-SIZE: 10px;
    COLOR: #333;
    PADDING-TOP: 7px;
    LETTER-SPACING: 1px;
    TEXT-ALIGN: center
}
.prevew A:link
{
    FONT-SIZE: 10px;
    COLOR: #66CCFF;
    LETTER-SPACING: 1px;
    TEXT-DECORATION: none
}
.prevew A:visited
{
    FONT-SIZE: 10px;
    COLOR: #ccc;
    LETTER-SPACING: 1px;
    TEXT-DECORATION: none
}
.prevew A:hover
{
    FONT-SIZE: 10px;
    COLOR: #3399FF;
    LETTER-SPACING: 1px;
    TEXT-DECORATION: underline
}
.prevew A:active
{
    FONT-SIZE: 10px;
    COLOR: #3399FF;
    LETTER-SPACING: 1px;
    TEXT-DECORATION: underline
}
.footer {
	width:800px;
	background:#000066;
	margin-top:0px;
}
.footertext {
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
	vertical-align: bottom;
	background:#000066;
	width:800px;
}
.footertext a:link{
	font-size: 12px;
	color: #66CCFF;
	text-decoration: none;
	vertical-align: bottom;
}
.footertext a:visited{
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
	vertical-align: bottom;
}
.footertext a:hover{
	font-size: 12px;
	color: #3399FF;
	text-decoration: underline;
	vertical-align: bottom;
}
ul .side_text{ width:135px; 
list-style:none;
}




.line_stoper {
  clear:both;
}


/* マイポータル */
#portalcontents{
	display:block;
	width:800px;
	margin:0px auto;
	background:#000066;
	margin-top:0px;
	padding-top:10px;
}

/* 左メニュー部のCSS start */
#portal_left{
	display:block;
	width:175px;
	float:left;
	background:#000066;
}
.side {
	width:175px;
	margin:0px auto 10px auto;
	padding:0;
	text-align:left;
}
.side_title{
	display:block;
	width:165px;
	_width:175px;
	padding:10px 0px 0px 10px;
	text-align:left;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	margin-bottom:10px;
	border-bottom:#cccccc 1px solid;
}
.side_text{
	font-size:12px;
	color:#66CCFF;
	padding-left:5px;
	text-align:left;
	line-height:125%;
}
.side_text img{
 display:none;
}
.profile_name_text ul{
	margin:10px 0px;
	padding:0px;
	list-style-type:none;
}
.profile_name_text li{
	text-align:left;
	font-size:10px;
	color:#ffffff;
	padding-left:15px;
}
.profile_name_text li a:link{
	text-decoration:none;
	color:#069;
}
.profile_name_text li a:visited{
	text-decoration:none;
	color:#069;
}
.profile_name_text li a:hover{
	text-decoration:underline;
	color:#333;
}
.portal_list td{
	font-size:10px;
	color:#333;
}
.more{
	font-size:12px;
}
/* 左メニュー部のCSS end */

/* 右コンテンツ部のCSS start */
#portal_right{
	display:block;
	width:615px;
	float:right;
	padding-left:10px;
	background:#000066;
}
#portal_right table{
	border-collapse:collapse;
}
#portal_right th{
	border-bottom:1px dotted #999;
}
.portal_title{
	text-align:center;
	border-bottom:1px solid #fff;
	background-color:#000066;
	padding:7px 0px;
	margin-bottom:20px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
.portal_text{
	font-size:12px;
	color:#fff;
	padding:3px;
}

/* 右コンテンツ部のCSS end */

/* １記事テンプレートのCSS */
.entry_title{
	background-color:#000066;
	padding:5px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dotted #000000;
}
.entry_title2{
	width:420px;
	_width:430px;
	height:24px;
	_height:31px;
	color:#ffffff;
	padding:7px 0px 0px 10px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
}

.entry_text2{
	border:1px solid #666666;
	padding:5px;
	font-size:12px;
	color:#ffffff;
}
.entry_text2 a{
	color:#FFFF99;
}
.entry_text3{
	border:1px solid #666666;
	padding:5px;
	font-size:12px;
	color:#000000;
	background:#ffffff;
}
.entry_layer table{
	width:420px;
	margin:10px 5px;
}
.entry_layer{
	text-align:left;
	border-bottom:1px dotted #999;
	font-size:12px;
	font-weight:normal;
	background:#ffffff;
	color:#000000;
	padding:5px;
	WIDTH:420px;
	_WIDTH:430px;
}
.entry_text{
	text-align:left;
	border-bottom:1px dotted #999;
	font-size:12px;
	font-weight:normal;
	background:#ffffff;
	color:#000000;
}
.individual_name {
	color:#444444;
	font-weight:bold;
}
.corporation_name {
	color:#444444;
	font-weight:bold;
}


/* 記事評価部 start */

.entry_rating{
	font-size:small;
	_font-size:x-small;
	color:#CCC;
}

/* 記事評価部 end */

/* ヘッダー部 start */

#header0{
	display:block;
	width:100%;
	height:20px;
	margin-bottom:10px;
	background:url(http://www.fideli.com/image/blog/header_bg.gif) repeat-x;
}

#header0 a{
	text-decoration:none;
}

.hleft{
	display:block;
	width:90px;
	_width:100px;
	height:18px;
	_height:20px;
	float:left;
	padding-top:2px;
	padding-left:10px;
	text-align:left;
}
.hright{
	display:block;
	width:90px;
	_width:100px;
	height:18px;
	_height:20px;
	float:right;
	padding-top:2px;
	padding-right:10px;
	text-align:right;
	font-size:10px;
}
.hright a:link{
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #666;
}
.hright a:hover{
	color:#C00;
	text-decoration:none;
}

.hright a:visited{
	color:#333;
	text-decoration:none;
}

.h_text{
	display:block;
	float:left;
	margin:2px 5px 0px 5px;
	font-size:10px;
	list-style-type:none;
	color:#666;
}

.h_text {
	border-bottom:1px dotted #666;
}

.h_text a:link {
	color:#666;
}


.h_text a:hover {
	color:#0078FF;
	text-decoration:none;
}

/* ヘッダー部 end */

/* ★フィデリカテゴリー部 start★ */

#fcate{
 display:block;
 width:175px;
 font-size:small;
 _font-size:x-small;
 color:#333;
 text-align:left;
 line-height:125%;
 margin-top:20px;
}

#fcate a:link{
 color: #66CCFF;
 line-height: 150%;
 text-decoration: none
}

#fcate a:visited{
 color: #ccc;
 line-height: 150%;
 text-decoration: none
}
#fcate a:active{
 color: #3399FF;
 line-height: 150%
}
#fcate a:hover{
 color: #3399FF;
 line-height: 150%;
 text-decoration: underline;
 }

#fcate h3{
 	display:block;
	width:165px;
	_width:175px;
	padding:10px 0px 0px 10px;
	text-align:left;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	margin-bottom:10px;
	border-bottom:#cccccc 1px solid;
}
#fcate ul{
 margin:5px 0px;
 padding:0px;
 line-height:10px;
 list-style-type:none;

}
#fcate li{
 padding:0px 0px;
 margin:0px;
 background:url(/template/13/img/mark.gif) no-repeat 10px 6px;
 color:#333;
 padding-left:25px;
}
/* ★フィデリカテゴリー部 end★ */

