@charset "utf-8";
/* Base Weblog (style.css) ////////////////////////////////*/


/* 
border: 1px solid #333;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
----------------------------------------------- */

* {
margin: 0px auto; 
padding: 0px;
}

body {
color: #333;
font-size: 1em; 
line-height:1.5;
text-align: center; /* center on ie */
font-family: "Verdana","ＭＳ Ｐゴシック","平成角ゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","arial","sans-serif";
	/* mac ie \*/
	font-family: "ＭＳ Ｐゴシック","ＭＳ ＰGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans-serif";
background: #e7e7e7 url(http://crossroad-kbp.com/image/all-back.png) repeat-x left top;
}

body#headertop {
background: #e7e7e7 url(http://crossroad-kbp.com/image/all-back-top.png) repeat-x left top;
}


FORM, INPUT { margin: 0; padding: 0; }
A IMG { border: 0; }

A { color: #3BA02B; }


/* Header blocks /////////////////////////////////////////*/
DIV#header-block
{
	height: 70px;
	margin: 10px 0;
	background: url(img/header.jpg) no-repeat;
}
DIV#title
{
	width: 400px;
	float: left;
	padding-top: 10px;
	/* mac ie \*/
	padding-top: 0;
	/**/
	margin: 10px 0 0 10px;
}




/* menu block //////////////////////////////////////////////*/
DIV#menu-block UL
{
	margin: 0;
	padding: 0;
	width: 780px;
	list-style: none;
}
DIV#menu-block UL LI
{
	float: left;
}
DIV#menu-block UL LI A
{
	display: block;
	width: 118px;
	line-height: 120%;
	padding: 3px 5px;
	color: #E0FADB;
	text-align: center;
	text-decoration: none;
	background: #3BA02B;
	border-top: 1px solid #3BA02B;
	border-right: 1px solid #60CD4F;
	border-bottom: 1px solid #60CD4F;
}
DIV#menu-block UL LI A:hover { background: #60CD4F; }

/* main block //////////////////////////////////////////////*/
SPAN.sp
{
	height: 1px;
	display: block;
	clear: both;
	_font-size: 1px;
	_line-height: 1px;
}
DIV#content-block
{
	width: 610px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	background: url(img/main_block_mid.gif) repeat-y;
}
DIV#content-block SPAN#top
{
	display: block;
	margin: 0;
	height: 10px;
	background: url(img/main_block_top.gif) no-repeat left top;
}
DIV#content-block SPAN#btm
{
	display: block;
	margin: 0;
	height: 10px;
	background: url(img/main_block_btm.gif) no-repeat left bottom;
}
DIV#content-block DIV#mid
{
	margin: 0;
	padding: 0 20px 20px 20px;
}
DIV#content-block H3.title,
DIV#content-block H3.title2
{
	font-size: 14px;
	font-weight: bold;
	color: #2A7B17;
	background: #fff url(img/title_bg.jpg) no-repeat center top;
	border: 1px solid #ccc;
	margin: 0;
	padding: 8px 10px;
	clear: both;
}
DIV#content-block H3.title2 { _padding: 3px 10px 8px 10px; } /* on ie */
H4.top-title
{
	font-size: 12px;
	font-weight: bold;
	color: #2A7B17;
	background: url(img/top_sub_bg.gif);
	border: 1px solid #A7D49F;
	margin: 0 0 10px 0;
	padding: 7px 10px 5px 10px;
	width: 255px;
}
H4.top-title A { color: #2A7B17; }
P.no-mgn { margin: 0; padding: 0; }
SPAN.dot
{
	display: block;
	background: url(img/dot.gif) repeat-x left center;
	height:1px;
	margin: 8px 0 0px 0px;
	_margin: 0;
}
TABLE.column { margin: 0 0 20px 0; }
TABLE.column IMG { border: 1px solid #ccc; padding: 5px; }
TABLE.column IMG.new { border: none; padding: 0 5px 0 0; }


/* right block //////////////////////////////////////////////*/
DIV#right-block
{
	margin: 10px 0 0 0;
	width: 160px;
	float: right;
}
H3#book { margin: 0 0 10px 0; padding: 0; }
TABLE.book { background: url(img/right_column_mid.gif) repeat-y; margin-bottom: 10px; }
TABLE.book TD { padding: 0 10px; }
TABLE.book TD.top { height: 12px; background: url(img/right_column_top.gif) no-repeat left top; }
TABLE.book TD.btm { height: 12px; background: url(img/right_column_btm.gif) no-repeat left bottom; }
TABLE.book H4.book-title
{
	background: #EFEFEF;
	border-left: 4px solid #3BA02B;
	color: #2A7B17;
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
	margin: 0;
	padding: 3px 8px;
}
TABLE.book TD.img { padding: 5px 0; text-align: center; }
TABLE.book TD.txt { font-size: 10px; line-height: 130%; }

/* footer block ////////////////////////////////////////////*/
DIV#footer-block
{
	clear: both;
	background: url(img/footer.gif) no-repeat;
	text-align: center;
	height: 28px;
	margin: 10px 0 20px 0;
	padding-top: 12px;
}

/* Category Archive ////////////////////////////////////////*/

H4.title
{
	font-size: 15px;
	font-weight: bold;
	color: #2A7B17;
	background: url(img/entry_bg.gif) repeat-y left top;
	padding: 3px 10px;
}

P.past { margin: 0; padding: 0; }


/* エントリーアーカイブ　Entry Archive ///////////////////////////////////////////*/


SPAN.block
{
	display: block;
	height: 1px;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}







/* メニュー　リニューアル//////////////////

#menu-re{
width: 780px;
height: 34px;
background:url(http://crossroad-kbp.com/img/re_menu_back.png) repeat-x left bottom;
padding: 0px 0px;
margin: 0px 0px 0px 0px;
border-top: 3px solid  #1C691A;
}

#menu-re ul {
list-style-type: none;
width: auto;
margin: 0px;
padding: 0px;
}

#menu-re ul li{
display: inline;
list-style-type: none;
padding: 0px;
margin: 0px;
}
#menu-re ul li a {
display: block;
float: left;
width: auto;
height: 22px;
font-size: 13px;
color: #1C691A;
font-weight: bold;
letter-spacing: 2px;
text-align:center;
line-height:1.2;
text-decoration: none;
padding: 8px 35px 1px 35px;
border-right: 1px solid #ccc;
margin: 0px;
}

#menu-re ul li a:hover{
color: #c00;
background: none;
background: #fff ;
}

//////////////*/
/* トップページ////////////////////////////////*/





/* ■ページ構造■ */


br.clear{ 
clear:both;
}

img { 
border: none;
padding: 0px 0px 0px 0px;
margin: 0px;
}

/* リンクつき画像 */
img a{ 
color: #fff;
border: none;
background: #transparent;
}

#frame {
width: 920px; 
width: 910px;
text-align: left; 
border:none;
padding: 0px;
margin: 0px auto 0px; 

}

#header{
width: 920px; 
width: 910px;
height: 84px;
text-align:left;
padding: 0px;
margin: 0px 0px 0px 0px;
}

h1{
float: left;
width: 252px; 
height: 37px;
text-align:left;
padding: 0px;
margin: 25px 30px 0px 5px;
display:inline;
}


div#description{
float: right;
width: 370px;
height: 40px;
font-size: 13px;
color: #666;
line-height:1.4;
text-align:left;
font-weight:bold;
letter-spacing: 0px;
padding: 0px 0px 0px 55px;
margin: 28px 10px 0px 0px;
background:url(http://crossroad-kbp.com/image/credit-back.png) no-repeat left 2px;
display:inline;
}

div#credit{
float: right;
width: 170px;
width: 120px;
height: 22px;
font-size: 14px;
font-size: 15px;
color: #333;
color: #666;
line-height:1.4;
text-align:left;
font-weight:bold;
letter-spacing: 0px;
background:url(http://crossroad-kbp.com/image/credit-back.png) no-repeat left bottom;
padding: 0px 0px 0px 55px;
padding: 18px 0px 0px 55px;
margin: 20px 0px 15px 0px;
display:inline;
}


#menu{
width: 920px;
height: 62px;
background:url(http://crossroad-kbp.com/image/menu-back.png) no-repeat left bottom;
padding: 0px 0px;
margin: 0px 0px 0px 0px;
}


/* Comments on styles purpose in the source code */

#main-v{
width: 908px;
width: 872px;
height:145px;
margin:0px 0px 6px 18px;
overflow:hidden;
}

#main-v ul{
position: relative;
padding: 0;
}
#main-v li{
float: left;
width: 218px;
height: 145px;
margin:0px 0px 0px 0px;
list-style: none;
}

#simplePrevious{
float:left;
background:url(http://crossroad-kbp.com/image/main-v-previous.png) no-repeat left bottom;
text-indent:-9999px;
cursor:pointer;
width: 16px;
height: 145px;
margin:0px 0px 0px 0px;
}


#simpleNext{
float:left;
background:url(http://crossroad-kbp.com/image/main-v-next.png) no-repeat left bottom;
text-indent:-9999px;
cursor:pointer;
width: 16px;
height: 145px;
margin:0px 0px 0px 0px;
}





p#tb-data{
background: #F8F8F8;
border: 1px solid #c00;
margin: 0 0 10px 0;
padding: 2px 10px;
}

p.page { 
width: 90px;
text-align: center;
font-size:13px; 
background: #fff;
padding: 2px 12px ; 
margin: 0px 2px 0px 0; 
border: 1px solid #ddd;
border-bottom: 1px solid #aaa;
}

p#page-left{
float: left;
width: 90px;
text-align: center;
margin: 6px 0 0 0;
}

p#page-right{
float: left;
width: 160px;
text-align: center;
}

/* ■メインカラム■ */
#main-content{
clear:both;
float: left;
width: 670px;
margin: 0px 0 0 0;
padding: 0;
}


.main-box{
width: 670px;
text-align:left;
background-color: #ccc;
border: 1px solid #e0e0e0;
margin:0px 0px 10px 0px;
padding:0px 1px 1px 0px;
}

.main-box-in{
width: 648px;
height: auto;
color :#333;
font-size:13px; 
text-align:left;
background-color: #fff;
border-top: 1px solid #fff;
border-right: 1px solid #9a9a9a;
border-bottom: 1px solid #9a9a9a;
border-left: 1px solid #fff;
margin:0px 0px 0px 0px;
padding: 10px;
}


h2#main-title-basic{
width: 647px;
height: 32px;
font-size: 16px;
color: #fff;
text-align:left;
font-weight:bold;
line-height:1;
letter-spacing: 1px;
padding: 8px 33px 0px 60px;
margin: 0px 0px 0px 0px;
border : 1px solid #c00;
background:url(http://crossroad-kbp.com/image/main-title-basic.png) no-repeat left bottom;
voice-family: "\"}\"";
voice-family: inherit;
width: 554px;
height: 23px;
}



h2#main-title-music{
width: 647px;
height: 32px;
text-align: right;
line-height:1;
font-size: 14px;
color: #fff;
text-align:right;
font-weight:bold;
letter-spacing: 1px;
padding: 10px 20px 0px 0px;
margin: 0px 0px 0px 0px;
border : 1px solid #c00;
background:url(http://crossroad-kbp.com/image/main-title-music.png) no-repeat left bottom;
voice-family: "\"}\"";
voice-family: inherit;
width: 627px;
height: 22px;
}


h2#main-title-travel{
width: 647px;
height: 32px;
text-align: right;
line-height:1;
font-size: 14px;
color: #fff;
text-align:right;
font-weight:bold;
letter-spacing: 1px;
padding: 10px 20px 0px 0px;
margin: 0px 0px 0px 0px;
border : 1px solid #c00;
background:url(http://crossroad-kbp.com/image/main-title-travel.png) no-repeat left bottom;
voice-family: "\"}\"";
voice-family: inherit;
width: 627px;
height: 22px;
}


h2#main-title-life{
width: 647px;
height: 32px;
text-align: right;
line-height:1;
font-size: 14px;
color: #fff;
text-align:right;
font-weight:bold;
letter-spacing: 1px;
padding: 10px 20px 0px 0px;
margin: 0px 0px 0px 0px;
border : 1px solid #c00;
background:url(http://crossroad-kbp.com/image/main-title-life.png) no-repeat left bottom;
voice-family: "\"}\"";
voice-family: inherit;
width: 627px;
height: 22px;
}






.entry-body{
padding: 0px 0px 0px 0px;
margin: 10px; 
}

.entry-body img{
float:left;
padding: 0px 0px 0px 0px;
margin: 0px 1em 1em 0px ;
}

.entry-body p{
color: #333;
font-size: 15px; 
padding:0px;
line-height:1.5;
text-align: left; 
padding: 0px 0px 0px 0px;
margin: 0px 0px 1em 0px;
}


h3.re-title{
clear:both;
width: auto;
text-align: left;
font-size: 15px;
color: #333;
text-align:left;
font-weight:bold;
line-height:1.5;
letter-spacing: 0px;
background-color:#ffecec;
padding: 4px 10px 3px 10px;
margin: 0px 0px 10px 0px;
border: 1px solid #c00;
border-left: 8px double #c00;
}


h4.title{
color: #c00;
}

div.main-sbox-left{
clear:both;
float:left;
width: 298px;
min-height：300px;
margin:10px 7px 0px 0px;
padding:10px;
border: 1px solid #ccc;
display:inline;
voice-family: "\"}\"";
voice-family: inherit;

}


div.main-sbox-right{
float:left;
width: 298px;
min-height：300px;
margin:10px 0px 0px 0px;
padding:10px;
border: 1px solid #ccc;
display:inline;
voice-family: "\"}\"";
voice-family: inherit;

}



dl.re-article img{
float:right;
width: 90px;
height: 90px;
padding: 0px 0px 0px 0px;
border:4px solid #bbb;
margin: 5px 0px 5px 5px;
}


h3.catch{
width: auto;
font-size: 15px;
color: #c00;
text-align:left;
font-weight:bold;
line-height:1;
letter-spacing: 1px;
margin: 0px 0px 0px 0px;
background:url(http://crossroad-kbp.com/image/link-icon.png) no-repeat left 0px ;
margin: 0px 3px 0px 0px;
padding: 0px 0px 0px 21px;
display: inline;
}

dl.re-article{
clear: both;
width: 302px;
font-size: 14px;
line-height:1;
padding:0px ;
margin:3px 0px 0px 0px;
}



dl.re-article dt.article-title{
width: auto;
height:auto;
color:#333;
font-size: 14px;
line-height:1.5;
font-weight:bold;
text-align:left;
padding: 2px 0px 3px 57px;
border-bottom:1px dotted #ddd;
margin: 0px 0px 0px 0px;
background:url(http://crossroad-kbp.com/image/icon-article-title.png) no-repeat left 4px;

}



dl.re-article dd{
width: auto;
height:auto;
color:#333;
font-size: 14px;
line-height:1.5;
font-weight:normal;
text-align:left;
padding: 2px 0px 3px 57px;
border-bottom:1px dotted #ddd;
margin: 0px 0px 0px 0px;
}

dl.re-article dd.article-title{
background:url(http://crossroad-kbp.com/image/icon-article-title.png) no-repeat left 3px;
}


dl.re-article dd.article-author{
background:url(http://crossroad-kbp.com/image/icon-article-name.png) no-repeat left 3px;
}


dl.re-article dd.article-content{
background:url(http://crossroad-kbp.com/image/icon-article-content.png) no-repeat left 3px;
}

dl.re-article dd.article-new{
background:url(http://crossroad-kbp.com/image/icon-article-new.png) no-repeat left 3px;
}



dl.re-article em{ 
color:#f00;
line-height:1;
font-style: normal;
font-weight:bold;
padding: 4px 0px 2px 0px;
margin: 0px 0px 0px 0px;
}


a{text-decoration: underline ; } 
a:link{color:#00c; text-decoration: underline ; border-bottom : none } 
a:visited {color:#663399; text-decoration: underline ; border-bottom : none } 
a:hover {color: #c00; text-decoration: underline ; border-bottom : none } 
a:active {color:#c00; text-decoration: underline ; border-bottom : none } 



#footer{
clear: both;
height: auto;
color:#333;
font-size: 14px;
line-height:1.5;
font-weight:normal;
text-align:center;
margin:0px 0px 0px 0px;
padding:0px 0px;
}

#footer-in{
width: auto;
height: auto;
color:#333;
font-size: 14px;
line-height:1.5;
font-weight:normal;
text-align:center;
background-color: #fff;
border-top: 1px solid #fff;
border-right: 1px solid #9a9a9a;
border-bottom: 1px solid #9a9a9a;
border-left: 1px solid #fff;
margin:0px 0px 0px 0px;
padding: 10px;
}


/* ■右カラム■ */

#right-cullum{
float: right;
width: 223px; 
height: auto;
text-align:left;
background-color: #ccc;
border: 1px solid #e0e0e0;
margin:0px 0px 0px 0px;
padding:0px 1px 1px 0px;
display:inline;
}


#right-cullum-in{
width: auto;
height: auto;
background-color: #fff;
border-top: 1px solid #fff;
border-right: 1px solid #9a9a9a;
border-bottom: 1px solid #9a9a9a;
border-left: 1px solid #fff;
margin:0px 0px 0px 0px;
padding: 10px;
}


#right-cullum h4{
padding:0px;
margin:0px 0px 6px 0px;
} 

h4#fromKB a{
display:block;
text-indent: -1000em; 
width: 196px; 
height: 52px;
background:url(http://crossroad-kbp.com/image/fromkb.png) no-repeat left top;
padding:0px;
} 

h4#fromKB a:hover{
background:url(http://crossroad-kbp.com/image/fromkb.png) no-repeat left bottom;
}


h4#KBnetwork a{
display:block;
text-indent: -1000em; 
width: 196px; 
height: 52px;
background:url(http://crossroad-kbp.com/image/kb-network.png) no-repeat left top;
padding:0px;
} 

h4#KBnetwork a:hover{
background:url(http://crossroad-kbp.com/image/kb-network.png) no-repeat left bottom;
}


h4#KBpub a{
display:block;
text-indent: -1000em; 
width: 196px; 
height: 52px;
background: url(../image/kb-pub.png) no-repeat left top;
padding:0px;
} 

h4#KBpub a:hover{
background: url(../image/kb-pub.png) no-repeat left bottom;
}

h4#KBmail a{
display:block;
text-indent: -1000em; 
width: 196px; 
height: 52px;
background: url(../image/kb-m-magazine.png) no-repeat left top;
padding:0px;
} 

h4#KBmail a:hover{
background: url(../image/kb-m-magazine.png) no-repeat left bottom;
}



h4#KBeditor a{
display:block;
text-indent: -1000em; 
width: 196px; 
height: 52px;
background: url(../image/kb-editor-blog.png) no-repeat left top;
padding:0px;
} 

h4#KBeditor a:hover{
background: url(../image/kb-editor-blog.png) no-repeat left bottom;
}



h4#KBnetwork a{
display:block;
text-indent: -1000em; 
width: 196px; 
height: 52px;
background:url(http://crossroad-kbp.com/image/kb-network.png) no-repeat left top;
padding:0px;
} 

h4#KBnetwork a:hover{
background:url(http://crossroad-kbp.com/image/kb-network.png) no-repeat left bottom;
}



#right-cullum p{
color: #333;
font-size: 14px; 
padding:0px;
line-height:1.4;
text-align: left; 
padding:0px 8px 0px 5px;
margin:0px 0px 10px 0px;
}

#right-cullum img{
padding:0px 0px 0px 30px;
margin:5px 0px 5px 0px;
}


h3#mailZINE{
width: 160px;
height: 45px;
} 


h4.right-title{
width: 196x;
height: 32px;
color: #fff;
font-size: 15px; 
font-weight:bold;
letter-spacing: 0px;
line-height:2.1;
text-align: center; 
background:url(http://crossroad-kbp.com/image/right-title-back.png) no-repeat left bottom;
padding: 0px 0px 0px 0px;
margin: 10px 0px 10px 20px;
} 


h5.book-title{
color: #f60;
font-size: 15px; 
padding:0px;
font-weight:bold;
letter-spacing: 10px;
line-height:1.5;
text-align: left; 
padding: 0px 0px 0px 2px;
margin: 10px 5px 15px 5px;
border-bottom: 3px double #f60;
} 

#right-cullum-m img{
text-align: center; 
margin: 0px 0px 0px 20px;
} 

dl.link {
text-align: left; 
margin: 1em 0px 1em 0px;
padding: 0px 0px 0px 0px;
}

dl.link dt { 
color:#333;
font-size: 15px;
text-align: left; 
line-height: 1.2;
font-weight:bold;
background:url(http://crossroad-kbp.com/image/link-icon.png) no-repeat left 0px ;
margin: 0px 3px 2px 0px;
padding: 0px 0px 0px 21px;
}

dl.link dd{ 
color:#333;
font-size: 15px;
text-align: left; 
line-height: 1.5;
margin: 0px 5px 1em  0px;
padding: 0px 0px 0px 0px;
}

dl.book{
text-align: left; 
margin: 0 5px 1em 5px;
padding: 0px 0px 0px 0px;
}

dl.book dt { 
color:#333;
font-size: 15px;
text-align: left; 
line-height: 1.2;
font-weight:bold;
margin: 0px 5px 5px 0px;
padding: 0px 0px 0px 0px;
}

dl.book dd{ 
color:#333;
font-size: 15px;
text-align: left; 
line-height: 1.3;
margin: 0px 5px 1em  0px;
padding: 0px 0px 0px 0px;
}



#footer{
clear: both;
height: auto;
color:#999;
font-size:small;
text-align:center;
padding: 0px 2px 7px 0px;
margin: 15px 0px 0px 0px;
}


#footer a:{color: #999;  text-decoration: none;}
#footer a:link{ color: #999; text-decoration: none;}
#footer a:visited{ color: #999; text-decoration: none;}
#footer a:hover{ color: #999; text-decoration: none;}


/* 
border: 1px solid #333;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
----------------------
#main-v{
clear:both;
width: 908px;
height: 145px;
padding: 0px 0px;
margin: 0px 0px 0px 0px;
}


#main-v img{
padding: 0px 0px;
margin: 0px 0px 0px 0px;
border:none;
}

------------------------- */

