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

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
 	background: #000;
 	background-attachment: fixed;
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: normal;
	color: #333;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

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

/* strong */
strong {
    background: #FF0;
    font-weight: normal;
}

/* 画像の属性 */
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: #333399;text-decoration: underline;}
a:hover{color : #FF3300;text-decoration: none;}

/* テーブル属性 */
table {
    margin-top: 10px;
    border: none;
}

td {
    border: none;
    padding: 5px;
}
	
/* 基本設定 ----------------------------- */
#base{
	width: 820px;
	margin: 0 auto;
	background: url("http://d01.jp-link.com/img/base_back.gif") repeat-y;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: center;
 	background: url("http://d01.jp-link.com/img/header.jpg") no-repeat top left;
	position: relative;
}

/*ページ幅指定*/
#containar {
	margin: 0 auto;
	width: 760px;
	height: 100%;
	text-align: left;
}

/*  ヘッダー  */
#header {
	margin: 0;
	padding: 0;
	height : 280px;
	text-align: left;
}

#header h1{
 	position: absolute;
	top: 2px;
	left: 10px;
    color: #333399;
    font-weight: normal;
 	font-size: 14px;
	text-align: left;
}

#header h2{
 	position: absolute;
 	top: 150px;
 	left: 30px;
 	margin: 0;
 	width: 500px;
 	font-size: 100%;
 	font-weight: normal;
 	color: #FFF;
 	text-align: left;
}

#header p#smap{
 	position: absolute;
 	top: 3px;
 	right: 80px;
 	margin: 0;
 	font-size: 12px;
 	text-align: right;
}

#smap a:link, #smap a:visited, #smap a:active {color: #336633;text-decoration: underline;}
#smap a:hover{color : #FF6600;text-decoration: none;}


/*ヘッダーメニュー*/
ul#topmenu {
 	position: absolute;
 	top: 255px;
 	left: 10px;
 	width: 780px;
 	height: 25px;
 	background: #000;
	list-style: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#topmenu li{
    height: 25px;
    display: block;
    line-height: 180%;
    float: left;
}

#topmenu li a:link, #topmenu li a:visited, #topmenu li a:active {
    height: 25px;
    padding: 0 20px;
    display: block;
    color: #FFF;
    text-decoration: none;
	border-right: 1px solid #999;
    float: left;
}

#topmenu li a:hover{
    background: #CC0066;
    color: #FFF;
}

.rss{	
	position: absolute;
	top: 3px;
	right: 10px;
}

/*  パンくずリスト  */
.navi {
	margin :0 0 10px;
	width: 100%;
	font-size: 10px;
	padding: 0 5px;
	text-align: left;
}

.navi a {
	color: #337799;
	text-decoration: none;
}

.navi a:hover {
	color: #FF6633;
	text-decoration: underline;
}


/*  記事枠等の属性  */
#content {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
 	overflow: hidden;
}

#content h2{
 	margin: 10px 0 0 0;
	font-size: 123%;
	color: #0F3357;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	line-height: 150%;
	border-left: 10px solid #3398CC;
}

/* h2リンクの属性 */
#content h2 a:link, #content h2 a:visited, #content h2 a:active {color: #333399;text-decoration: none;}
#content h2 a:hover{color : #FF3300;text-decoration: underline;}


#content h3 {
 	margin: 10px 0 5px 0;
 	padding-left: 10px;
 	font-size: 108%;
 	font-weight: bold;
	color: #176782;
 	line-height: 150%;
 	border-left: 8px solid #CC3399;
}

#content h4 {
 	margin: 10px 0 0 10px;
 	font-size: 100%;
 	font-weight: bold;
 	text-indent: 5px;
 	line-height: 150%;
	border-left: 5px solid #CC6699;
}


#content h5 {
	margin: 10px 10px 10px 0;
	color: #666;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
}

/*記事枠*/
#content p{
 	margin: 10px 0;
}

/*文字の大きさ*/
#content p.ft10, #sidebar p.ft10{font-size: 10px;}
#content p.ft12, #sidebar p.ft12{font-size: 12px;}
#content p.ft13, #sidebar p.ft13{font-size: 13px;}
#content p.ft14, #sidebar p.ft14{font-size: 14px; font-weight: bold;}
#content p.ft16, #sidebar p.ft16{font-size: 16px; font-weight: bold;}
#content p.ft18{font-size: 18px;}
#content p.ft24{font-size: 24px;}
#content p.bld{font-weight: bold;margin:5px 0;}
#content p.rbld{font-size: 16px;font-weight: bold;color: red;margin:5px 0;}


#content .posted {
 	margin: 5px 0;
 	text-align: right;
 	font-size: 84%; 
 	border-top: 1px dotted #CCC;
}

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

/* ---- 関連記事リスト属性----- */
#content ol{
	margin: 0px 0px 0px 30px;
}

#content li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}

/*----- 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 dotted #888;
}

#content #commentdata .post2{
	margin-top: 5px;
	font-size:10px;
	text-align: left;
}


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

#content .next{
	text-align: right;
}


#content .box{
    margin: 10px 0;
    width: 760px;
    height: 364px;
 	background: url("http://d01.jp-link.com/img/hige012.jpg") no-repeat top left;
}

.box .inner{
    padding: 280px 0 0 220px;
    text-align: left;
}

/*NAKAO*/
#news dl{
	margin: 10px 0 40px 0;
	color: #555;
}

#news dt a{
	margin: 0 0 0 20px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

#news dd{
	margin: 0 0 0 25px;
	color: #666;
	font-size: 12px;
}


/*ボトムメニュー*/
ul#fmenu{
    padding: 10px 105px;
    list-style: none;
    text-align: center;
}

#fmenu li{
    margin: 0;
    line-height: 150%;
    display: inline;
}

/*フッターナビ*/
#f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 10px 20px 15px 15px;
	font-size: 85%;
}


/*フッターナビ*/
.f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 15px;
	font-size: 85%;
}

.f_navi img{margin: 0 3px;border-style: none; vertical-align: middle;}

/*フッター*/
#footer{
 	clear: both;
 	margin: 0;
 	height: 60px;
 	color: #666;
 	padding: 0;
}

#footer .copyright{
	text-align: center;
	padding: 15px 0 0 0;
	font-size: 12px;
	line-height: 120%;
}

#footer img{border-style: none;	vertical-align: middle;	}

/* フッターリンクの属性 */
#footer a:link, #footer a:visited, #footer a:active {color: #336699;text-decoration: none;}
#footer a:hover {color: #FF6600;text-decoration: underline;}


/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

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

.module-tagcloud .module-content{
	margin: 0;
	background: #EEE;
	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;
}
