/*----------------------------------------------------------*/
/* ページ全体の設定                                         */
/*----------------------------------------------------------*/

/* ページ全体の背景色 */
body {
text-align: center;
background-color : #ffffff;
margin: 0px;
padding: 0px;
/* ページ全体の表示位置（余白＆位置）*/
margin:0px; padding:0px;
}

/* ページ全体の文字（テキスト）*/ 
body,table { color:#000000;}

a:link   { color:#666666; text-decoration:none; }
a:active { color:#666666; text-decoration:none; }
a:visited{ color:#999966; text-decoration:none; }
a:hover  { color:#999999; text-decoration:underline; }

ul { padding:0px 0px 0px 20px ; margin:0px; }

.overflow { width:400px; height:1.1em; overflow:hidden;}

/*----------ロゴ----------*/
.logo { width:100%; }

.logo_title {
width:100%;
font-size:large;
color:#000000;
padding:10px;
}

.logo_sub {
width:100%;
font-size:small;
color:#666666;
padding:10px;
}

.logo_bar {text-align:center;
border-top-width : 1px;
border-top-style : solid;
border-top-color : #999999;
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : #999999;
width:100%;
}

.logo_bar1 {text-align:center; width:10%;}

/*----------メイン　＆　カテゴリー３----------*/
.main {padding:0px 20px 0px 20px; width:100%; }

.main_title {
background-color:#ffffff;
font-size:medium;
color:#000000;
margin:10px 0px 1em 0px ;
}
.main_title a:link   { color:#000000; text-decoration:none; }
.main_title a:active { color:#000000; text-decoration:none; }
.main_title a:visited{ color:#000000; text-decoration:none; }
.main_title a:hover  { color:#999999; text-decoration:underline; }

.main_date {
background-color:#ffffff;
font-size:small;
color:#000000;
margin:10px 0px 1em 0px ;
text-align:right;
}

.main_body {
width:100%;
font-size:medium;
color:#666666;
padding:0px 20px 10px 0px ;
}
.main_body a:link   { color:#000000; text-decoration:none; }
.main_body a:active { color:#000000; text-decoration:none; }
.main_body a:visited{ color:#000000; text-decoration:none; }
.main_body a:hover  { color:#999999; text-decoration:underline; }

.main_status {
width:100%;
font-size:x-small;
color:#666666;
padding:0px 0px 10px 0px ;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #999999;
}
.main_status a:link   { color:#000000; text-decoration:none; }
.main_status a:active { color:#000000; text-decoration:none; }
.main_status a:visited{ color:#000000; text-decoration:none; }
.main_status a:hover  { color:#999999; text-decoration:underline; }

/*----------カテゴリー１----------*/
.category1_title {
width:200px;
font-size:small;
color:#000000;
margin:10px 10px 0px 10px ;
}

.category1_body {
width:200px;
font-size:small;
color:#666666;
margin:0px 10px 10px 10px ;
padding:0px 0px 10px 0px ;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #999999;
}

/*----------カテゴリー２----------*/
.category2_title {
background-color:#ffffff;
width:200px;
font-size:small;
color:#000000;
margin:10px 10px 0px 10px ;
}

.category2_body {
width:200px;
font-size:small;
color:#666666;
margin:0px 10px 10px 10px ;
padding:0px 0px 10px 0px ;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #999999;
}

/*----------ページ移動----------*/
.page_move {
width:100%;
font-size:medium;
color:#000000;
padding:10px 10px 10px 10px ;
}

/*----------コピーライト----------*/
.copy {
width:100%;
font-size:x-small;
color:#000000;
padding:10px 10px 10px 10px ;
}

/*----------検索----------*/
.src_form   { 
font-size:x-small; 
color:#000000; 
border:solid 1px #999999; 
background-color:#ffffff; 
height:17px;
}

.src_button { 
font-size:x-small; 
background-color:#999999; 
color:#ffffff; 
border:solid 1px #999999; 
height:17px;
}

.emoji{
vertical-align:middle;
border:0;
}

textarea,input,select {
font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}