/*ここは消さないで下さい!*/
/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
 margin: 0;
 padding: 0;
}

html{height: 100%;}

/* BODY--------------------------------------------*/
body {
	margin : 0;
	color:#333;
	font-size: 13px;
	line-height: 150%;
	text-align:center;
	background: #FFF;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}


/*デフォルト属性 */
img, a, p, h1, h2, h3, h4, h5, h6, blockquote {
 margin: 0;
 padding: 0;
 border: 0;
}

/* strongの色 */
strong {font-weight: normal; background: yellow;}

/* 画像の属性 */
img {border: none; margin: 0;}
.img-left {	float: left;margin: 5px 10px 5px 0;}
.img-right {float: right;margin: 5px 0 5px 10px;}
.img-center {;margin: 10px auto;}


/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #003399;text-decoration: underline;}
a:hover{color : #FF3300;text-decoration: none;}

/* テーブルの属性*/
table {margin: 0 0 0 10px; font-size: 12px; color: #999; width: 100%;}
td {padding: 5px;}


/* --------- 基本設定 ----------------------------------　*/
#wrapper {
	width: auto;
	text-align: left;
	background: url("http://hoken-sc.happy2retire.com/img/header.jpg") no-repeat;
 	min-width: 980px;
}
		
/*ヘッダー部分*/
#header	{
	margin : 0;
	padding: 0;
	height : 100px;
}

#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -1000px;
}
		
#header h1 a {
	width:400px;
	height:100px;
	background: url("http://hoken-sc.happy2retire.com/img/header.jpg") no-repeat;
	display: block;
	float: left;
}

#header h1 a:hover {
	background: url("http://hoken-sc.happy2retire.com/img/header.jpg") no-repeat;
}

/* TAB部分の指定 */
#tab{
	padding: 80px 10px 0 0;
}

#tab a:link, #tab a:visited, #tab a:active {
	color: #00F;
	text-decoration: none;
	width: 80px;
	height: 20px;
	margin: 0 2px;
	font-size: 12px;
	line-height: 180%;
	text-align: center;
	display: block;
	float: right;
	background: url("http://hoken-sc.happy2retire.com/img/tab01.gif") no-repeat;
	overflow-y: hidden;
}

#tab a:hover {
	background: url("http://hoken-sc.happy2retire.com/img/tab02.gif") no-repeat;
}
	
#tabline {
	background-color: #1A76B7;
	color: white;
	font-size: 85%;
	font-weight: bold;
	padding: 8px 10px 8px 0px;
	text-align: right;
}

/* お気に入りの指定 */
#header .favorite {
	margin: -90px 10px;
	text-align : right;
}

/*  パンくずリスト  */
.navi {
	height: 20px;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	color:#3C6031;
	text-indent: 15px;
	margin: 0px;
	background-color: #EBF3E9;
}

.navi a{
	color: #3C6031;
	font-weight: bold;
	text-decoration: none;
}

.navi a:hover {
	color: #FFCC00;
}

#container {
	position: relative;
	margin: 0;
	width: 100%;
}

/*エントリー部分*/
#content {
	margin: 0px 200px; /* 左右方向に200pxのマージンを指定　*/
	background: #FFF;
}

#content h2{
	margin: 10px 0 10px 0;
	font-size: 117%;
	color: #6680CC;
	text-indent: 10px;
	font-weight:bold;
	border-left: 5px solid #338CCC;
	border-bottom: 1px dotted #338CCC;
	overflow-x: hidden;
}
		
#content h3	{
	margin: 10px 0 10px 10px;
	border: 1px solid #CCC;
	background-color: #E0EDDE;
	text-indent: 5px;
	color: #666;
	font-size:100%;
	font-weight:bold;
}
				
#content h4	{
	margin: 10px 0 10px 10px;
	font-size: 100%;
	font-weight:bold;
	color: #666;
	text-align: left;
	border-bottom: 1px solid #666;
}

#content h5	{
	margin: 10px 0 10px 10px;
	font-size: 100%;
	color: #666;
	text-align: left;
	border-bottom: 1px solid #666;
}
	

#content .doc{
	font-size: 100%;
	color: #666;
	line-height: 150%;
	margin: 0 5px 5px 10px;
}

#content .doc img{
	margin: 0 5px;
}

#content p{
	margin: 0 0 0 10px;
}

#content ol{
	margin-left: 30px;
}

/* 記事内の位置指定 */
.detail {
	text-align:right;
	font-size: 12px;
	margin-right:5px;
	margin-top;10px;
	margin-bottom;5px;
}

/*フッターナビ*/
#content #f_navi {
	margin: 0;
	text-align: right;
	margin: 0px;
	padding: 10px 5px 5px 5px;
	font-size: 12px;
}

#content #f_navi img{margin: 0 5px;border-style: none; vertical-align: middle;}

/*----- trackbacks & Comments-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

/*引用属性*/
blockquote {
	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #CCC;
	scrollbar-face-color: #DCEBF0;
	margin: 10px 20px 10px 20px;
	padding: 5px;
	text-align: left;
	}

/* ---- 相互リンクリスト属性----- */
#content .slink ul{
	margin: 10px 5px 20px 30px;
}

#content .slink ul li{
	margin: 0;
	font-size: 12px;
	line-height: 150%;
}

		
/*左サイドバー部分*/
#left {
	position: absolute;
	left: 0;
	top: 0;
	width: 190PX;
	background: #FFF;
}

/*------メニュー部分------*/
#left .index{
	color:#FFF;
	width:180px;
	height:20px;
	margin: 10px 0 0 5px;
	text-align: center;
	display: block;
	font-size: 12px;
	background-image: url("http://hoken-sc.happy2retire.com/img/index.gif");
}


#left ul{
	display: block;
	list-style: none;
	margin: 0 0 0 5px;
	font-size: 12px;
	text-align: left;
	line-height: 2.0;
	}
	
/* トップカテゴリー指定 */
#left li.pt1{
	display: block;
	width: 180px;
	height: 25px;	
	list-style: none;
	margin: 0;
	font-weight: normal;
	color: #FFF;
	text-indent: 10px;
	text-decoration: none;
	background: url("http://hoken-sc.happy2retire.com/img/menu02.gif") no-repeat;
	}
	
#left li.pt1 a:link, #left li.pt1 a:visited, #left li.pt1 a:active {
	display: block;
	width: 180px;
	height: 25px;
	list-style: none;
	margin: 0;
	font-weight: normal;
	color: #FFF;
	text-indent: 10px;
	text-decoration: none;
	background: url("http://hoken-sc.happy2retire.com/img/menu01.gif") no-repeat;
	}
	
#left li.pt1 a:hover {
	color: #666;
	font-weight: bold;
	display: block;
	width: 180px;
	height: 25px;
	background: url("http://hoken-sc.happy2retire.com/img/menu03.gif") no-repeat;
	}

/* サブカテゴリー指定　ここで変化を持たせることができます */
#left li{
	display: block;
	width: 180px;
	height: 25px;	
	list-style: none;
	margin: 0;
	font-weight: normal;
	color: #FFF;
	text-indent: 20px;
	text-decoration: none;
	background: url("http://hoken-sc.happy2retire.com/img/menu02.gif") no-repeat;
	}

#left li a:link, #left li a:visited, #left li a:active {
	display: block;
	width: 180px;
	height: 25px;
	list-style: none;
	margin: 0;
	font-weight: normal;
	color: #FFF;
	text-indent: 20px;
	text-decoration: none;
	background: url("http://hoken-sc.happy2retire.com/img/menu01.gif") no-repeat;
	}
	
#left li a:hover {
	color: #666;
	font-weight: bold;
	display: block;
	width: 180px;
	height: 25px;
	background: url("http://hoken-sc.happy2retire.com/img/menu03.gif") no-repeat;
	}

/* What New  */
#left .new dl {
	margin: 0 0 0 5px;
	width: 180px;
}

#left .new dd a{
	margin: 0;
	height: 25px;
	padding: 5px;
	color:#444;
	text-decoration:none;
	display: block;
	font-size: 10px;
	line-height: 110%;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #335D99;
	background-color: #EBF3E9;
}
		
#left .new dd a:hover{
	color:#F20;
	background-color: #FFF;
}

#left .box{
	width:180px;
	margin: 0 0 0 5px;
}

#left .box .inner{
	display: block;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #335D99;
}

/*右サイドバー部分*/
#right {
	position: absolute;
	right: 0;
	top: 0;
	width: 190PX;
	margin; 0;
	background: #FFF;
}

#right p {
	font-size: 100%;
	line-height: 130%;
	color: #333;
	margin: 0;
	padding: 5px;
}
		
/* 右サイドボックスの指定 */
#right .indexbox {
	color:#FFF;
	text-decoration:none;
	width:180px;
	height:20px;
	margin: 10px 0 0 5px;
	text-align: center;
	display: block;
	font-size: 12px;
	background-image: url("http://hoken-sc.happy2retire.com/img/index.gif");
}

#right .box {
	width:180px;
	margin: 0 0 0 5px;
}

#right .box .inner{ 
	display: block;
	font-size: 12px;
	line-height: 130%;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #335D99;
	padding: 5px;
	text-align: center;
}

#right .box img{
	border: 0;
}

/*フッター部分*/
#footer {
	padding-top: 30px;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;
}
		
#footer p {
	font-size: 85%;
	margin-top: 0;
	margin-bottom: 0;
}
		
#footer a {
	color: #0080FF;
}

#footer a:hover{
	color : #FF6600;
}

/* Copyrights */
.copyrights {
	clear: both;
	margin: 0 200px;
	border-top: 1px solid #1A76B7;
	border-bottom: 3px solid #1A76B7;
	font-size: 12px;
    text-align: center;
	height: 40px;
	background-color: #FFF;
}

.copyrights p {
	font-size: 85%;
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
}

.powered {
	margin: 10px 0;
	text-align: center;
}

/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud h2{
 	margin: 10px 0 0 0;
 	height: 22px;
 	color: #FFF;
 	font-size: 100%;
 	font-weight: bold;
 	line-height: 180%;
 	text-indent: 10px;
 	text-align: left;
 	background: #0B9EB7;
 	display: block;
}

.module-tagcloud .module-content{
	margin: 0;
	background: #FFF;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.tag_line{
	margin-right: 10px;
	text-align: right;
}

