/* 基本要素 */
body
{
   margin: 0;
   padding: 0;
   text-align: center;
	font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif;
   font-size: 12px;
   color: #333;
   background: #fff;
}
/* 文字系 */
h1, h2, h3, h4, h5, h6
{
	font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif;
   font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}
a { text-decoration: underline; }
a img { border: 0; }
/* レイアウト系*/
#container
{
   	margin: 0 auto; /* center on everything else */
	/*変更*/
	width: 800px; 
   	margin-bottom: 20px;
   	background: #fff;

}
#container-inner
{
   	position: static; 

}
#banner { position: relative; 
}
#banner-inner { 
	position: static; 
	background-image:url("http://www.edita.jp/admin/image/header-blue.jpg");
   	background-repeat:no-repeat;
	height:127px;
       


}
#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }
#cparts
{	
	/*変更*/
	/*margin: 15px 260px 0px 10px;*/
	margin: 0px 220px 0px 10px;
	width: 560px;

}
#rparts
{
	position: absolute;
	top: 0px;
	right: 10px;
	/*変更*/
	width: 200px;
	background: #e8e8e8; 
	margin-top: 15px;

}
#cparts-inner
{
   	position: static;
	padding: 5px 0 0 0;
  	text-align:left;


}
#rparts-inner
{
   position: static;
   padding: 10px 10px 0 10px;
   border-width: 2px 2px 2px 0;
   border-style: solid;
   border-color: #fff;
}
#banner a { color: #ffffff; text-decoration: none; }
#banner a:hover { color: #ffffff; }
#banner
{
    background: #ffffff;

}
/*ヘッダーのテーブル*/
.banner-table{
	width:100%;
	word-break:break-all;
	height:100%;
}
#site-title
{
   margin: 0;
   color: #ffffff;
   font-size: 24px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
   /*追加060712xhtml化*/
   text-align:left;

}
/*classに変更060712*/
.image_text
{
    color:  #333333;
    background: none;
    font-size: 10px;
    font-weight: solid;
    text-shadow: #36414d 0 1px 2px;
    padding-right:5px;
    text-align:center;
}
#site-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #ffffff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
   /*追加060712xhtml化*/
   text-align:left;
}
.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}
/*記事部分*/
.article-header a:link{color:#001399;}
.article-header a:visited{color:#001399;}
.article-header a:active{color:#001399;}
.article-header a:hover{color:#001399;}
.article-header
{
   margin-top: 0;
   border-left: 5px solid #dae0e6;
   padding: 0 0 0 10px;
   font-size: 18px;
}
.article-content a:link{color:#001399;}
.article-content a:visited{color:#001399;}
.article-content a:active{color:#001399;}
.article-content a:hover{color:#001399;}
.article-content
{
   margin: 0;
   line-height: 1.5;
}
.article-footer a:link{color:#001399;}
.article-footer a:visited{color:#001399;}
.article-footer a:active{color:#001399;}
.article-footer a:hover{color:#001399;}
.article-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   font-size: 10px;
   text-align: right;
   clear: both;
   margin: 5px 10px 20px 10px;
}
/*サイドバー  */
.side
{
   position: relative;
   overflow: hidden;
   width: 100%;
   margin: 0 0 10px 0;
   text-align: left;

}
.side-content
{
   position: relative;
   margin: 0 0 10px 0;
   padding: 10px 10px 0 10px;
   font-size: 10px;
   line-height: 1.2;
   background: #e8e8e8;
}
.side-content a { color: #001399; }
.side-content a:hover { color: #001399; }
.side-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: none;
}
.side-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
   color: #333333;
   line-height: 1.2;
   display: block;
   clear: both;
}
/*プラグイン*/
.side-plug-in
{
   position: relative;
   margin: 0 0 10px 0;
   padding: 10px 10px 0 10px;
   font-size: 10px;
   line-height: 1.2;
   text-align: center;
   background: #e8e8e8;
}
.side-rss{
   padding-top: 10px;
   padding-bottom: 10px;
   width: 200px;
   text-align: center;
   background: #fff;
}
/*PR部分*/
.pr_img{
	text-align: center;
	margin: 0 auto;
}
.pr {	font-size: 11px;}
.pr a {color: #001399; text-decoration: none; }
.pr a:hover { color: #001399; }
.pr a:visited{color:#001399;}
.pr a:active{color:#001399;}
/*カテゴリヘッダー*/
.side-header
{
   position: relative;
   width: 100%;
   border-left: 5px;
   padding: 5px;
   color: #ffffff;
   background:#054199;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}
/*カレンダー部分 start*/   
.calendar {
	border:1px solid #000000; 
	border-collapse: collapse; 
	font-size: 0.9em
}
.calendar th {
	height: 2em;
	text-align: center
}
.calendar tr {
	text-align:right; 
	vertical-align:center
}
.calendar td {
	width:1.8em; 
	height:1.8em; 
	border:1px solid #cccccc; 
	padding:0.3em;
}
.calendar .tf {
	width: 12.6em;
	border: 1px solid #cccccc; 
	padding: 0.3em; 
	text-align: center;
}
/*カレンダー部分 end*/   
/*ページ部分start*/   
.page{ margin-bottom:10;}
.page a:link{color:#000099;}
.page a:visited{color:#000099;}
.page a:active{color:#000099;}
.page a:hover{color:#000099;text-decoration:none;}
/*ページ部分end*/   

/*TOP用　DIV*/
/*新着 start*/
.article_new h2{
	margin: 0;
	padding: 2px 8px;
	background-color: #054199;
   	color: #ffffff;
	font-size: 12px;
   	font-weight: bold;
}
/*60712 xhtml化 start*/
/*.article_new p{
	margin: 5px 8px 0 8px;
}*/

.article_new li{
	margin-bottom:10px;
	margin-left:5px;
}
.article_new a:link{color:#01399;}
.article_new a:visited{color:#001399;}
.article_new a:active{color:#001399;}
.article_new a:hover{color:#001399;}

.category-new h2{
	margin: 0;
	padding: 2px 8px;
	background-color: #054199;
   	color: #ffffff;
	font-size:12px;
   	font-weight: bold;
}
.category-new ul{
	/*60712 xtml化*/
       list-style-type:none;
}

.category-new a:link{color:#001399;}
.category-new a:visited{color:#001399;}
.category-new a:active{color:#001399;}
.category-new a:hover{color:#001399;}
.category-new li{
	margin-top:5px;
 	margin-bottom:5px;
      	list-style-type:none;
}
/*60712 xtml化 end*/
/*新着 start*/
/*編集員*/
.editor{
 font-size:10px;
}
.editor_title
{
 width:160px;
 font-size:10px;
 line-height:1.6;
/* font-weight: bold;*/
 vertical-align:top;
 word-break:break-all;
 overfloe:hidden;
 }
/*フッター*/
.footer_text{
 font-size:10px;
 text-align:center;
 line-height:1.4em;
 margin-top:20;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac */
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/*レビュー部分*/
#editor_review{
	border:1px dashed #778899;
	width:100%;
	padding:10px 0;
	margin-top:20px;
	word-break:break-all;
	overfloe:hidden;
	font-size:12px;
}

#review_answer{
	font-size:9px;
	margin-left:10;
	margin-top:10;
}
#review_answer a:link{color:#001399;}
#review_answer a:visited{color:#001399;}
#review_answer a:active{color:#001399;}
#review_answer a:hover{color:#001399;}
#review_editor_name{
	font-size:9px;
	margin-left:10;
	margin-top:10;
}
/*ブレッドグラム*/
.content-nav a:link{color:#001399;}
.content-nav a:visited{color:#001399;}
.content-nav a:active{color:#001399;}
.content-nav a:hover{color:#001399;}

/*プラグイン*/
.top-plug-in
{
   margin-top: 10px;
   margin-bottom: 10px;
   line-height: 1.2;
}
.article-plug-in
{
   margin-top: 10px;
   margin-bottom: 10px;
   line-height: 1.2;
}

#logo{
	text-align:right;
	vertical-align:bottom;
}
.img-table{

	border: 1px solid #aaaaaa; 
	width:106px;
	height:106px; 

}
/*イメージ追加 start*/
.img-table{
	margin-top: 5px;
	border: 1px solid #aaaaaa; 
	width:106px;
	height:106px; 
}
/*最新カテゴリのタイトル*/
.catnew-table{
	background-color: #eae8e9;
	margin: 5px 0 5px 5px;
	width:100%;
}
/*イメージ追加 end*/

/*編集長コラム用060801start*/
.editor-colum{
	padding: 10px 0 0 10px;
	word-break:break-all;
}

.category_new_list{
	padding: 5px 0 0 15px;
 	line-height:1.6;
	

}
.article_new_list{
	padding: 0 0 0 15px;
 	line-height:1.4;
	

}
body a {color:#001399;}

.article_new_desc{
	margin:5px 0 5px 5px;
}
/*060801編集長コラム対応end*/
/*060808TOPナビ対応 start*/

div.header_link a:hover{
	background-color : #d8d8d8;
	color : #333333;
	text-decoration : underline ;
}


div.header_link a{
	color : #333333 ;
	text-decoration : none ;
	padding : 6px 10px 6px 10px;
}

div.header_link {
	background-color : #eaeaea;
	border-bottom-color : #ffffff ;
	color : #ffffff ;
	padding : 6px 0 6px 0;
	border-bottom-width : 1px ;
	border-bottom-style : solid ;
	margin : 2px 0px 1px 0px ;
	text-align : center ;
	vertical-align : middle ;
	font-size : 13px ;
	clear : both ;
        width: 800px; 
}

.header_separator{
	display : inline ;
	margin : 0px 1px 0px 1px ;
}
/*060808TOPナビ対応 end*/
/*070213TOPリンク対応start*/

.head_navi{
	font-size : 11px ;
}

.head_navi a{
	font-size : 11px ;
}
/*070213TOPリンク対応end*/

/*070119 頻出ワードリスト追加 start*/
.fqword_list {
	border: 1px solid gray;
	font-size: 10pt;
	padding: 5px;
	margin-bottom: 10px ;
	word-break:keep-all;
}

.fqword_list ul{
  list-style:none;
  margin:0px;
  padding:0px;
}

.fqword_list ul li{
  display:inline;
  font-family:"Arial","Helvetica",Sans-serif;
  line-height:1.2;
  margin-right:5px;
}

.fqword_list a {
	border: none;
	padding: 0px;
	text-decoration: none; 
	white-space:nowrap;
}

.fqword_list a:hover {
	text-decoration: underline; 
}

.fqword_level1 {font-size: 75%;}
.fqword_level2 {font-size: 90%;}
.fqword_level3 {font-size: 120%;}
.fqword_level4 {font-size: 150%;}
.fqword_level5 {font-size: 200%;}
/*070119 頻出ワードリスト追加 end*/
.fqword_list a {
	color: #333;
}
.fqword_title {
	color: #333;
	font-size: 12pt;
	margin-bottom: 8px ;
}
