@charset "utf-8";
/*
aqua、black、blue、fuchsia、gray、green、lime、maroon、navy、olive、purple、red、silver、teal、white、yellow
orange

&nbsp;
*/
/* add 2009.02.13 for Custom Thumbnai */
img {border:none;}

/*--------------------------------------
  General layout
--------------------------------------*/
/* Initialize Elements */
body {
	margin: 0 0px ;
	padding: 0;
	background:white url(icos/bg_17245.png) repeat ;	/* a,b,c bg_17244.png */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
	
	/* font-size: 0.85em; Mac小さい  font-size: 13px; */
	font-size: .90em; /* 微妙  4 Mac */
	*font-size: small; /* IE7,IE6 */
	*font: x-small; /* IIE6後方交互モード */
}


/* General-Purpose */

a {text-decoration: none; color:navy;} 
/*	a:link {text-decoration: none; color:navy;} 指定止めれば navy */
/*	a:visited {text-decoration: none; color:green;} 指定止めれば navy */
a:hover {text-decoration: underline;color:blue; }	/*  background-color:red ; */
/*	a:active {text-decoration: underline;color:#CC0000;} */

/*
#sidelower , #mainwrap  a:hover { border-bottom: 1px dashed #49515C; }
*/

h1,h2,h3,h4,h5,h6 {
	margin:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-weight: bold; /* normal; */
}
h1 { font-size: 1.2em; letter-spacing:2px; } 
h2 { font-size: 16px; letter-spacing:1px; } 
h3 { font-size: 14px; letter-spacing:0px; } 
h4 { font-size: 12px; letter-spacing:0px; } 


/* Positioning of Elements */
.txt_center {text-align:center;}

img.left { float:left;}
img.right{ float:right;}

.imgbox_r {float:right;  padding:8px; text-align:right; font-size: 0.8em;}	/* border:olive solid 1px; */
.imgbox_l {float:left;   padding:8px; text-align:left;  font-size: 0.8em;}

/* Positioning of table */
table.center      { margin-left:auto; margin-right:auto; }/* text 左揃え */
table.left        { margin-left:0;    margin-right:auto; }/* text Left justification */
table.right       { margin-left:auto; margin-right:0;    }/* text 左揃え */
table.left_float  { float:left;  }/* text Left justification */
table.right_float { float:right; }/* text 左揃え */




/* Basic classes */
.hidden {
	display: none;
}
.centerize {
	text-align: center;
}
.clearing {
	width: 780px;
	height: 0;
	clear: both;
}


/*--------------------------------------
  Header
--------------------------------------*/
#headerwrap {
	position: relative;
	width: 780px;
	height: 96px; 
	margin: auto;
/*	background:white url(icos/head780.gif) no-repeat ;	*/
/* background-repeat:repeat; background-position:top left; border:0px;	*/
	/* large header image is defined below */
	/* background: silver; */
}

/*
#headerctl {
	background-color: #b2c8ea;
	text-align: right;
	font-size: 0.76em;
}
*/
#header h1 {
	/* small header image specific lines */
	width: 746px;
	height: 80px;
	margin: 0;
	background: white url(images/header_sm.jpg) repeat-x 0 6px;
	/* end small header image specific lines */
	font-size: 38px;
	text-align: center;
	line-height: 160px;
}

/*--------------------------------------
  contents body
--------------------------------------*/
#bodywrap {
	width:780px;
	margin: 0 auto 0;
	padding: 1px 0 0 0;
	/* border:silver solid 1px;  */
}	

/*--------------------------------------
  Main content
--------------------------------------*/
#mainwrap {
	width: 638px;	/* 780-140-3px */
	overflow: visible;
	float: right;
	margin: 0px;
	padding: 0px;
	color: #153445;
	line-height: 1.6em;
	/* border:maroon solid 1px; */
}

/*
.content {
	margin: 7px 20px 30px 144px;
	padding: 0;
}
*/

/*--------------------------------------
  side wrappers 
--------------------------------------*/
#sidewrap{
	width:140px;
	float:left;
	margin:0;
	padding:0px ;
	font:normal 0.8em Sans-Serif;
	word-wrap: break-word; /* 4 IE */ 
	/* border:maroon solid 1px;  効かない */
}

.navibar1 { height:19px; margin:22px 0 1px; padding:0px; }	/* top */
.navibar2 { height:19px; margin:0 0 1px; padding:0px; }	/* middle */
.navibar3 { height:19px; margin:0; padding:8px 0 0;}	/* bottom */

#sidelower{
	width:140px;
	margin: 12px 0 0;
	padding:0;
	/* border:maroon solid 1px; */  

}
#sidelower a { text-decoration: none; color: #ffffff;  }	/* 全部白 */
/*	#sidelower a:visit {color:#ffffff;}	指定止めれば白 */
/*	#sidelower a:hover {color:silver; }	指定止めれば白 */


/*------------------------
  Menu
------------------------*/
.sidebox {
	margin: 2px 0 4px;
	color: #21262A;
	/* border:maroon solid 1px; */
}
/* Menu lists */
.sidebardl {
	margin: 0;
	padding: 0 0 10px 0;
}
.sidebardl dt {
	padding: 4px 10px 0 14px;
	background: #E5E5E5 url(icos/navibg_1403.png);	/* sidetitlebg.gif  navibg_1402.gif*/
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.sidebardl dd {
	margin: 1px 0 0;
	padding: 2px  0 0 14px;
	background: #EEEEEE url(icos/navibg_1403.png);	/* navibg_1402.gif*/
	font-size: 12px;
	color: #ffffff;
}
.sidebardl dd:hover {
	margin: 1px 0 0 0;
	padding: 2px  0 3px 14px;
	/* background: #E7E7E7 url(icos/navibg_1403.png); */
	font-size: 13px;
}
/*   やじるし	 使わなくなった
.sidebardl dd a:link, .sidebardl dd a:visited {
	padding: 0 0 0 10px;
	background: url(images/arrow.gif) left center no-repeat;	これが下でも効いている不思議 </dl>ワスレタカラ
}*/


/* 使わなくなった 2009.05.05
.sidearc {
	margin: 1px 0 0 0;
	padding: 2px 0px;
	background: #EEEEEE;
}
.sidearc h4{
	padding: 4px 10px;
	background: #E5E5E5 url(images/sidetitlebg.gif);
	font-size: 12px;
	font-weight: bold;
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	letter-spacing:0px; 
	color: #3A3523;

}
.sidearc  a:hover {
	margin: 1px 0 0 0;
	padding: 2px 10px;
	background: #E7E7E7;
}
.sidearc a:link, .sidearc a:visited {
	margin: 0;
	padding: 0 0 0 6px; 
}
*/
/* test 
.sidearc dd a:link, .sidearc dd a:visited { こうでもしないと上の sidebardl dd a:linkから逃げられない
	padding: 0 0 0 10px;
	background: url(images/8category.gif) left center no-repeat;
}
*/



/*--------------------------------------
  Footer
--------------------------------------*/
#footerwrap{	/*  border:1px solid navy;  */
	clear:both;
	width: 780px;
	height: 108px;
	margin:0 auto;
	padding:0;
	background:white url(icos/bottom780.jpg) no-repeat ;
}

#copyrights {
	margin:0 auto;
	font-size: 0.9em;
	text-align:center;
	color: white;
}
#copyrights a {text-decoration: none; color:white;}
#copyrights a:hover {font-size: 1.2em;}

/*
#footerctl {
	margin:0 0 10px 0;
	background-color: #b2c8ea;
	text-align: center;
	font-size: 0.8em;
}
*/

/*--------------------------------------
 Special Skin styles	8pico2/index
--------------------------------------*/
#titlebar{	/* special skin  8picotopicsも*/
	width:637px;
	height: 20px;
	margin:0px 0 ; 
	padding: 0px 0 0 0px;
	background: url(icos/idxbg_6392.gif)  ; /*  no-repeat */
	background-position: 0px 0px;
	border-top: 1px solid #4A1D51;	/* 1D3E51 */
	border-bottom: 1px solid #4A1D51;	/* 1D3E51 */
}
#titlebar h1 {	/* special skin */
	/* clear: both;  Firefox flash左落ちる*/
	margin: 0 0 0 32px;
	padding: 0 0 0px;
	font-size: 16px; 
	color:#EEEEEE;
}
#titlebar a {text-decoration: none; color:white;} 
#titlebar a:hover {font-size: 1.1em;}

/*--------------------------------------
 ここから	 Special Skin styles	8picotopicsでは使わない
--------------------------------------*/
.title_subbar{	/* special skin */
	width:512px;
	height: 18px;
	margin :8px 0 0; 
	padding: 0 ;
	background: url(icos/idx2bg_5123.gif)  repeat-y; /*  no-repeat left center idx2bg_5122.gif */
	background-position: 0px 3px;
	border-bottom: 1px solid #674378;	/* 497843; */
}
.title_subbar h3 {	/* special skin */
	clear: both;
	/* clear: both;  Firefox  ... flash左落ちない..ないから 090517 */
	margin :0;
	padding: 0 0 0 20px;
	font-size: 14px; 
	color:#EEEEEE;
}
.title_subline{	/* special skin */
	width:320px;
	margin :8px 0 0; 
	padding: 0;
	border-bottom: 1px solid #674378;	/* 497843; */
}
.title_subline h3 {	/* special skin */
	/* clear: both; */
	margin: 0;
	padding: 0 0 2px 24px;
	font-size: 14px; 
	color:#030F16;
}

/*----- Special Skin pageの中で使う 記事の部分 ------*/
.８picobody {
	margin: 12px 24px 16px  24px;
}
/*----- ８picobodyの中で段落を上げて詰める <ul>の前後に使うのがいい...なら <ul>化 FF,IEに注意 ------*/
.８picobody ul {
	margin-top:-2px;
	margin-bottom:4px;
}




/*----text title Box 使っていないかも  movieは消した ------------*/
/*
.titelebox1{	* blue * 
	width:80%;
	margin:2px auto;
	padding:0 8px;
	background:#e2e5ff;
	overflow:hidden;
	white-space:normal;
	border:navy   solid 1px;
}
.titelebox2{
	margin:2px 24px;
	padding:0 8px;
	white-space:normal;
	background:#FFFFF0;	 * ivory * 
	border:gray solid 1px;
	overflow:hidden;
}
.titelebox3{
	margin:2px 24px;
	padding:0 8px;
	background:#FEE5FF;	 * peach * 
	border:silver   solid 1px;
	overflow:hidden;
	white-space:normal;
}
*/


/*--------------------------------------
 ここまで	 Special Skin styles	8picotopicsでは使わない
--------------------------------------*/


/*--------------------------------------
 ここから	8picotopics styles	
--------------------------------------*/
/* item link by title  */
.pageswitch {		/* blueleaves */
	display: block;
	width:88%;
	margin:0px auto 15px;
	padding:4px;
	text-align:center;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	color: #666666;
	border-bottom: silver solid 1px; 
}
.alignright	{float: right;}
.alignleft	{float: left;}

/*--------------------------------------
  Item styles  8picotopics/index 8pico2topics/item
--------------------------------------*/
.contenttitle {		/* topics item  and  item page  */
	width:512px;
	height: 18px;
	margin :8px 0 0; 
	padding: 0 ;
	background: url(icos/idx2bg_5123.gif)  repeat-y; /*  no-repeat left center idx2bg_5122.gif */
	background-position: 0px 3px;
	border-bottom: 1px solid #674378;	/* 497843; */
}

.contenttitle h1 {	/* topics item  and  item page */
	clear: both;
	/* clear: both;  Firefox  ... flash左落ちない..ないから 090517 */
	margin :0;
	padding: 0 0 0 18px;
	font-size: 14px; 
	color:#EEEEEE;
}
.contenttitle a { text-decoration: none; color: #ffffff;  }	/* 全部白 */

/*	使わない templateのも外す
.contentbody {
	font-size:13px;
	padding: 0 0 4px;
}
*/

.item_titleline{	/* to item page */
	width:302px;
	margin :8px 0 16px; 
	padding: 0 0 0 18px;
	border-bottom: 1px solid #674378;	/* 497843; */
}
.item_titleline h2 {	/* to item page */
	/* clear: both; */
	margin: 0;
	padding: 0;
	font-size: 14px; 
	color:#030F16;
}
.item_titleline h3 {			/* 削除する */
	/* clear: both; */
	margin: 0;
	padding: 0 0 2px;
	font-size: 14px; 
	color:#00ff00;
}


.item_subline{	/* item page 2nd index */
	margin :16px 0 0; 
	padding: 0 8px 0 24px;
}
.item_subline h3 {	/* item page */
	/* clear: both; */
	margin: 0;
	padding: 0 0 2px;
	font-size: 14px; 
	color:#030F16;
}


/*----- 8picotopics item pageの中で使う 記事の部分 ------*/
.item_body {	/* #bodywrap 780px//  #mainwrap 637px - item_body padding(right 122px,left 16px) = 499 */
	margin: 0px;
	padding: 8px 122px 8px 16px;
	/* padding: 8px 16px 8px 16px; */
	background:#E4DFEE;	/* #e2e5ff */
}
.item_body ul {
	margin-top:-2px;
	margin-bottom:4px;
}

.item_body h3 {
	margin: 0 0 2px;
	padding: 0 0 2px;
	font-size: 13px; 
	color:#030F16;
}
.item_body h4 {				/* 削除する */
	margin: 0 0 2px;
	padding: 0 0 2px;
	font-size: 13px; 
	color:#00ff00;
}

.textbox {
	margin-bottom: 8px;
	padding: 6px 24px;
	/* font-size:.85em; */
	line-height:1.6em; 
	border-bottom: 1px solid #674378;	/* 497843; */
	background-color:#F5F1FD;	/* F5F8FE */
}
.textbox_b {	/* 背景色違い */
	margin-bottom: 8px;
	padding: 6px 24px;
	/* font-size:.85em; */
	line-height:1.6em; 
	border-bottom: 1px solid #674378;	/* 497843; */
	background-color:#F2EBFF;	/* EBF3FF*/
}


.table_wrap {	/* Table 背景色 */
	width:512px;
	margin: 12px auto 16px;
	padding: 1px;
	font-size:.9em;
	background:#003300;
}
.table_wrap th{	
	padding: 2px 2px;
	vertical-align:top;
	text-align: center;
	background:white;
}
.table_wrap td{	
	padding: 2px 8px 2px;
	background:white;
}

.table_wrap2 {	/* Table 背景色 */
	width:512px;
	margin: 12px auto 16px;
	padding: 1px;
	font-size:.8em;
	background:#003300;
}
.table_wrap2 th{	
	padding: 2px 2px;
	vertical-align:middle;
	background:white;
}
.table_wrap2 td{	
	padding: 2px 8px 2px;
	text-align: center;
	background:white;
}
/* background Color */
.bg_white {background:#fff;}
.bg_note1 {background:#eeffff;}	/* sky */
.bg_note2 {background:#FCF0EA;}	/* peanut */
.bg_note3 {background:#FFFFF0;}	/* ivory */
.bg_note4 {background:#ffffe0;}	/* cream */
.bg_note5 {background:#e2e5ff;}	/* mauve */
.bg_note6 {background:#FEE5FF;}	/* peach */
.bg_note9 {background:#f0f0f0;}	/* smoke */
.bg_attn1 {background:#FFE388;}


/*---------------------------
 Special configuration 
----------------------------*/
/* Leftbox and Rightbox toolbar buttons 
.leftbox, .rightbox {
	width: 20%;
	font-size: larger;
}
*/

.leftbox {
	float: left;
	margin: 4px;
	padding: 4px 8px;
	font-size:.9em; 
	border: silver solid 1px;
}
.rightbox {
	float: right;
	margin: 4px;
	padding: 4px 8px;
	font-size:.9em; 
	border: silver solid 1px;
}
.rightbox200 {
	float: right;
	width: 200px;
	margin: 8px 0 8px 8px;
	padding: 4px 8px;
	font-size:.9em; 
	line-height:1.3em; 
	border: teal solid 1px;
}

.centertbox {
	margin: 8px auto;
	padding: 4px 8px;
	font-size:.9em; 
	line-height:1.6em; 
	border-bottom: 1px solid #674378;	/* 497843; */
	background-color:#F5F1FD;	/* F5F8FE */
}

.innerbox {
	margin: 4px;
	padding: 4px 8px;
	border: silver solid 1px;
}

/* Special Box [toppage] */

/****  Special configuration   ****/

/*--------------------------------------
 もうすこし下まで	8picotopics styles	
--------------------------------------*/



/*--------------------------------------
  Item styles  8pico2topics/index 8pico2topics/item
--------------------------------------*/
/* deleted   u can find in 8pico2topics/8pstyle.css */


/*--------------------------------------
  Nucleus Default skin styles
--------------------------------------*/
/*--------------------------------------
  Item info ... Nucleus Default skin styles
--------------------------------------*/
.contentinfo {		/* Category:  Posted by: ... */
	margin: 0 0 24px 64px;
	padding: 3px 0 0 0;
}

.contentitem {
	margin: 0 0 24px;
	padding: 3px 0 0 0;
}
.contentitem1 {
	display: inline;
}
.contentitem2 {
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3 {
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4 {
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

.contentitemcategory {
	padding: 0 10px 0 14px;
	background: url(images/8category.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
}
.contentitempostedby {
	padding: 0 10px 0 12px;
	background: url(images/8postedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
}
.contentitemcomments {
	padding: 0 10px 0 13px;
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
}
/*
.contentitemdate {   add 090505  
	padding: 0 10px 0 2px;
}	font-size: 10px;
	line-height: 12px;

*/
.contentitemedit {
	padding: 0 10px 0 11px;
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
}

/*--------------------------------------
  Comments ... Nucleus Default skin styles
--------------------------------------*/
.itemcomment {
	margin: 10px 0 0 0;
	padding: 2px 24px;
	/*	background: url(images/comment14a.gif) no-repeat; */
	background-position: 0px 10px;	/* x y */
	border: 1px solid white;
}
.itemcomment:hover {
	/*	background: #F9F9F9 url(images/commentquote02.gif) no-repeat; */
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/ {
	/*	background: #F9F9F9 url(images/commentquote02.gif) no-repeat; */
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover {
	/*	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;	*/
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3 {
	font-size: 12px;
}



/*--------------------------------------
  Forms ... Nucleus Default skin styles
--------------------------------------*/
.loginform, .searchform {
	margin: 5px 0;
}
.commentform, .mailform {
	margin-top: 10px;
	padding: 10px;
	background: #EEEEEE;
	/* Rounded borders, for Mozilla browsers */
	/* -moz-border-radius: 10px; */
}
.commentform img{
	margin: 5px 0 0 0;
}
.formfield {
	display:block;
	margin: 1px 0 0 0;
	background: white;
	font-size: 11px;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
}
.formbutton {
	margin: 1px 0 0 0;
	background: white;
	font-size: 11px;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
}
.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}
.searchform .formfield {
	width: 110px;
	margin: 0 1px 1px 0;
	padding: 2px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
}
.searchform .formbutton {
	width: 48px;
	padding: 1px 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
}
.loginform .formfield {
	width:120px;
	margin: 0 2px 2px 0;
	padding: 2px 0;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
}
.loginform .formbutton {
	width: 60px;
	padding: 2px 2px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.mainform .formfield {
	width: 240px;
	margin: 0 2px 2px 0;
	padding: 2px 0;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
}
.mailform .formbutton {
	width: 96px;
	padding: 2px 2px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email {
	width: 240px;
	margin-right: 105px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield {
	width: 240px;
}
.commentform .formbutton {
	width: 100px;
	height: 22px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error {
	font-weight: bold;
	color: red;
}


/*--------------------------------------
  Miscelaneous ... Nucleus Default skin styles
--------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1 {
	float:left;
	margin: 0 5px 3px 0;
	background:url(images/shadow.gif) right bottom no-repeat;
}
.wrap2 {
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3 {
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img {
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight {
	background: #DEFFA9;
}






/*------------------------
   4 Page Sitemap 
------------------------*/
/*
table.type1 th {}
table.type1 td {}
*/
table.type1 th {	/* type1 in cpmpany */
	padding: 2px 16px 1px 0px;
	font-size:.8em;
	text-align:right;
	font-weight: normal;
	text-decoration:none; 
	color:#000000;
	/* background-color:#ffffff; */
}
table.type1 td {
	padding: 2px 0px 1px 16px;
	text-align:left;
	font-size:0.9em; 
	font-weight: normal;
	text-decoration:none; 
	color:#000000;
	/* background-color:#ffffff; */
}

/*  used in sitemap */
td.type1L{
	padding:2px 8px 2px 2px;
	font-size:0.75em;
	text-align:right;
	text-decoration:none;
	color:#002040;
	background-color:#F3F6FB;
}/*白 inner*/

td.type1R {
	padding:2px 2px 2px 8px;
	text-align:left;
	font-size:0.9em; 
	text-decoration:none;
	color:#000000;
	background-color:#F5F8FE;
}/*白 inner*/





/*------------------------
  None Use
------------------------*/
/* 2009/05/05
#sidebarcontainer {
	float: left;
	width: 124px;
	padding: 2px 0 0 0;
}
*/

