* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	background: url("http://www.igent.jp/img/bg.gif") ;
	background-position:top;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
	line-height:150%;
	color: #555;
	list-style: none;
	text-align: center;
	}
	
/* 画像の属性等 */
img {border: 0;}

/* リンクの属性 */
a:link, a:visited, a:active {color: #0000FF;}
a:hover{color : #FF3300;}

/* コンテンツ枠*/
#wrapper{
	width: 722px;
	margin: 0 auto;
	text-align: center;
	background: url("http://www.igent.jp/img/back.gif") ;
	}

/*ページ幅*/
#container{
	width:720Px;
	margin: 0 auto;
	text-align:left;
	position: relative;
	}
/*ヘッダー*/
#header	{
	background-image: url(../img/headertop.gif);
	background-repeat: no-repeat;
	height: 154px;
	width: 720px;
	background-position: 0px bottom;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	height:16px;
	width:720px;
	background: #666666;
	color: #fff;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}
#header p {
	background-image: url(../img/header-kt.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 430px;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
	background-position: right bottom;
	padding: 0px;
	margin-top: 20px;
	margin-left: 192px;
}
#header  img#logo {
	position: absolute;
	float: left;
	padding: 0px;
	top: 23px;
	margin-left: 0px;
}
#gr {
	clear: both;
	float: none;
	position: absolute;
	visibility: visible;
	height: 30px;
	width: 720px;
	top: 154px;
	margin: 0px;
	padding: 0px;
	left: 0px;
}

/*コンテンツ*/
#content {
	width: 500Px;
	float: right;
	margin-top: 45px;
	margin-right: 10px;
}
#content h2 {
	width: auto;
	padding: 3px 5px 3px 10px;
	border: 1px solid #f1af53;
	border-left: 7px solid #f1af53;
	color: #3d8835;
	font-size: 117%;
	font-weight: bold;
	line-height: 130%;
}

#content h3 {
	width: auto;
	padding: 3px 5px 3px 10px;
	border: 1px solid #f1af53;
	border-left: 7px solid #f1af53;
	color: #3d8835;
	font-size: 117%;
	font-weight: bold;
	line-height: 130%;
}					

.cate_content {
	width: auto;
	padding: 3px 5px 3px 10px;
	border: 1px solid #CCC;
	border-left: 5px solid #660000;
	color: #660000;
	font-size: 117%;
	font-weight: bold;
	line-height: 130%;
	background: #FFF url("http://www.igent.jp/img/h2_back.gif") no-repeat right top;
	}

#content .doc{
	padding: 5px 10px 20px 0;
	text-align: left;
	font-size: 100%;
	line-height: 150%;
}

#content p {
	margin: 10px 0;
}

/*インフォメーションボックス属性*/
#content .info {
	width: auto;
	margin: 0;
	text-align: left;
}

#content .info h2{
	width: auto;
	padding: 3px 5px 3px 10px;
	border: 1px solid #CCC;
	border-left: 5px solid #660000;
	color: #660000;
	font-size: 117%;
	font-weight: bold;
	line-height: 130%;
	background: #FFF url("http://www.igent.jp/img/h2_back2.gif") no-repeat right top;
}

#content .info .info_doc {
	padding: 10px 0 10px 10px;
	font-size: 100%;
	color: #0F3357;
	line-height: 150%;
}
	
/*リンク属性(h2)*/
#content a:link.c1, #content a:visited.c1, #content a:active.c1{color: #0000FF;}
#content a:hover.c1{color : #FF6633;}

/* contenntリンク属性 */
#content a:link, #content a:visited, #content a:active {color: #0000FF;}
#content a:hover{color : #FF6633;text-decoration: underline;}

/*----- trackbacks & Comments-----*/
.comments,
.comments-content,
.trackbacks{
	margin: 0;
}

.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer{
	margin-bottom: 0.5em;
}

.comments,
.trackbacks{
    overflow: hidden;
    width: 100%;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 90%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

	
/*Entrymore*/
#content .next a:link, #content .next a:visited, #content .next a:active {
	float: right;
	margin: 0px 5px 10px 0px;
	color: #F27900;
	background-image: url("http://www.igent.jp/img/more01.gif");
	background-repeat: no-repeat;
	width: 100px;
	height: 18px;
	display: block;
	font-size: 84%;
	text-align: center;
	text-decoration: none;
	}

#content .next a:hover {
	color: #F27900;
	background-image: url("http://www.igent.jp/img/more02.gif");
	background-repeat: no-repeat;
	}

.rss {
	clear: both;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-align: right;
	font-size: 84%;
	}

.rss img{border-style: none; vertical-align: middle;}

/*content right*/
#center_top{
	width:360px;
	float:left;
	line-height:1.6;
	padding:0px 0px 10px 0px;
}


#right{
	width:140px;
	float:right;
	background:#400004;
}
/*サービス内容*/
.display_none { display: none; }
.point { padding: 0; background: #badd8c;}
.point td a { width: 155px; height: 100px; display: block; margin: 5px; }
.point td.point_1 a:link { background-image: url('http://www.igent.jp/img/point/1_1.gif'); }
.point td.point_1 a:link:hover { background-image: url('http://www.igent.jp/img/point/1_2.gif'); }
.point td.point_1 a:visited:hover { background-image: url('http://www.igent.jp/img/point/1_3.gif'); }
.point td.point_1 a:visited { background-image: url('http://www.igent.jp/img/point/1_4.gif'); }
.point td.point_2 a:link { background-image: url('http://www.igent.jp/img/point/2_1.gif'); }
.point td.point_2 a:link:hover { background-image: url('http://www.igent.jp/img/point/2_2.gif'); }
.point td.point_2 a:visited:hover { background-image: url('http://www.igent.jp/img/point/2_3.gif'); }
.point td.point_2 a:visited { background-image: url('http://www.igent.jp/img/point/2_4.gif'); }
.point td.point_3 a:link { background-image: url('http://www.igent.jp/img/point/3_1.gif'); }
.point td.point_3 a:link:hover { background-image: url('http://www.igent.jp/img/point/3_2.gif'); }
.point td.point_3 a:visited:hover { background-image: url('http://www.igent.jp/img/point/3_3.gif'); }
.point td.point_3 a:visited { background-image: url('http://www.igent.jp/img/point/3_4.gif'); }
.point td.point_4 a:link { background-image: url('http://www.igent.jp/img/point/4_1.gif'); }
.point td.point_4 a:link:hover { background-image: url('http://www.igent.jp/img/point/4_2.gif'); }
.point td.point_4 a:visited:hover { background-image: url('http://www.igent.jp/img/point/4_3.gif'); }
.point td.point_4 a:visited { background-image: url('http://www.igent.jp/img/point/4_4.gif'); }
.point td.point_5 a:link { background-image: url('http://www.igent.jp/img/point/5_1.gif'); }
.point td.point_5 a:link:hover { background-image: url('http://www.igent.jp/img/point/5_2.gif'); }
.point td.point_5 a:visited:hover { background-image: url('http://www.igent.jp/img/point/5_3.gif'); }
.point td.point_5 a:visited { background-image: url('http://www.igent.jp/img/point/5_4.gif'); }
.point td.point_6 a:link { background-image: url('http://www.igent.jp/img/point/6_1.gif'); }
.point td.point_6 a:link:hover { background-image: url('http://www.igent.jp/img/point/6_2.gif'); }
.point td.point_6 a:visited:hover { background-image: url('http://www.igent.jp/img/point/6_3.gif'); }
.point td.point_6 a:visited { background-image: url('http://www.igent.jp/img/point/6_4.gif'); }
.right_inner img{margin-bottom:10px;}

/* テーブル余白設定  （固定） */
.layoutp5  { padding:0px;}/* 余白5px */
.layoutp5 th { padding:5px; background:#FFFFCC;}
.layoutp5 td { padding:5px;}
.layoutp5 .border { border:1px solid #CCCCCC;}


/*サイドバー(左)*/
#sidebar {
	margin-top: 45px;
	margin-left: 0;
	float: left;
	width: 190px;
}

#sidebar .menu{
	margin: 0;
	padding: 0;
}
.box_tiiki {
	border:1px solid #333333;
	padding:5px;
	margin:10px;
	width:160px;
}

/* What's New*/
.new_index{
	height:30px;
	margin: 10px 0px 0px 0px;
	background-color: #0066ca;
	background: url("http://www.igent.jp/img/new.gif");
	background-repeat: no-repeat;
	border-bottom: 1px solid #888;
	}
.new {
	margin : 5px 5px 0px 5px;
	}
.new a{
	color:#FFF;
	text-decoration:none;
	font-size: 10px;
	line-height: 130%;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url("http://www.igent.jp/img/new_list.gif");
	background-repeat: no-repeat;
	}
.new a:hover{color:#FFCC00;}
	
/*フッター*/
#footer{
	clear: both;
	width: auto;
	height: 40px;
	background: #666666;
	margin: 0;
	}

#footer div {
	margin: 0;
	padding: 5px 10px 0 0;
	color: #CCC;
	font-size: 100%;
	line-height: 120%;
	text-align: center;
}


#footer .banner{
	background-color: #FFF;
	margin: 0px;
	padding: 15px 5px 10px 5px;
	float: left;
	}

/*  ボックス  */
.box_soudan {
	background-color:#FFCC66;
	border:1px solid #6F3C1B;
	padding:10px;
	margin:0px;
	width:340px;
}
.box_blog {
	padding:10px;
	margin:0px;
	width:480px;
	font-size:97%;
}
.box_blog2 {
	padding: 0px 0px 0px 17px;
	margin:0px;
	width:170px;
	font-size:90%;
}
.box_con{
	padding:10px;
	margin:0px;
	width:450px;
	font-size:100%;
}
.box_contop{
	padding:0px;
	margin:0px;
	width:480px;
	font-size:100%;
}
.box_con1{
	background: url("http://www.igent.jp/img/toiawase.gif");
	padding:15px;
	margin:0px;
	width:460px;
	height:85px;
	font-size:100%;
}

/*  書体  */
.red {
	color:#CC0000;
}
.f3_k{
	background-color:#fff300;
}

/*  ページナビ  */
.navi2 {
	margin: 0 0 5px 0;
	font-size: 90%;
	line-height: 130%;
	color:#666;
}

.navi2 a:link, .navi2 a:visited, .navi2 a:active {color: #3399CC;}
.navi2 a:hover {color: #FF6633; text-decoration: underline;}

/*  記事の右寄せ  */
.detail {text-align: right; font-size: 100%; margin: 0px 10px 0px 0px;}

/*  フォームメール用  */
.comments-head{
	margin: 10px 10px 10px 5px;
	font-size: 117%;
	font-weight: bold;
	color: #4A4A97;
	}

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

.comment-view{
	margin: 0px 0px 10px 10px;
	font-size: 100%;
	color:  #3399CC;
	line-height: 155%;
	}

/* タグ指定 */

.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: 10px;
	text-align: left;
}
.comments-head{ margin: 10px 10px 10px 5px; font-size: 14px; font-weight: bold; color: #4A4A97; } .comment-content{ margin: 10px 0px 10px 10px; font-size: 12px; color: #666; line-height: 155%; } .comment-view{ margin: 0px 0px 10px 10px; font-size: 12px; color: #4A4A97; line-height: 155%; }