/* 背景と配置 */
body {
 margin: 0px 0px 20px 0px;
/* background-image: url("image/graybg.gif"); */
 background-color: #E7E7E7;  /*画面全体のバックの色*/
 text-align: center;
}

/* 強調文字設定 */
h1, h2, h3 {
 margin: 0px;
 padding: 0px;
 font-weight: normal;
}

.font_10{font-size:10px;}
.font_16{font-size:16px;}


/* 全体の枠組み 横幅 */
#container {
 line-height: 140%;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
 padding: 0px;
 width: 800px;
 background-color: #E3F1F9;  /*DDECF4;  86BEDD;  C2D8E4;*/  /*左・中・右のバックの色（両サイドにも同一色指定要）*/
 border-left: 1px solid #666699;
 border-right: 1px solid #666699;
 border-bottom: 1px solid #666699;
}

/* フッダー（テール） */
#container_tail {
 clear:both;
 margin-top:0px;
 margin-right: auto;
 margin-left: auto;
 text-align: right;
 font-size: 10px;
 color:666666
 line-height: 140%;
 padding: 0px;
 width: 800px;
 background-color: #CCCCCC
/*
 border-left: 1px solid #666699;
 border-right: 1px solid #666699;
 border-bottom: 1px solid #666699;
*/
}

/* バナー設定 */
#banner {
font-family: Verdana, Arial, sans-serif;
background: url("image/title_photo.jpg") no-repeat left top;
height: 70px;

/* デフォルトの設定を上記に変更
 font-family: Verdana, Arial, sans-serif;
 color: #ffffff;
 background-color: #666699;
 text-align: left;
 padding: 15px;
 height: 30px;
 font-weight: bold;	
 border-bottom: 1px solid #666699;
*/

}

#banner-img {
 display: none;
}

#banner a {
 color: #ffffff;
 text-decoration: none;
}

#banner h1 {
 font-size: xx-large;
}

#banner h2 {
 font-size: small;
}

/* ３列左サイドバー */
#left {
 float: left;
 width: 160px;
 background-color: #E3F1F9;  /*DDECF4;  86BEDD;  C2D8E4;*/  /*　左バックカラー　*/　
 overflow: hidden;
}

/* ３列右サイドバー */
#right {
 float: left;
 width: 160px;
 background-color: #E3F1F9;  /*DDECF4;  86BEDD;  C2D8E4;*/  /*　右バックカラー　*/
 overflow: hidden;
}

/* ３列メイン */
#center {
 float: left;
 width: 478px;
 overflow: hidden;
 border-left: 1px solid #999999;
 border-right: 1px solid #999999;
}

/* １列メイン kokugan_add */
#center_2 {
 float: left;
 width: 798px;
 overflow: hidden;
 border-left: 1px solid #999999;
 border-right: 1px solid #999999;
}


/* 旧2列左サイドバー */
#archiveleft {
 float: left;
 width: 180px;
 background-color: #FFFFFF;
 overflow: hidden;
}

/* 旧2列左サイドのメイン */
#archivecenter{
 float: left;
 width: 589px;
 overflow: hidden;
 border-left: 1px solid #999999;

}

/* 旧2列右サイドバー */
#archiveright {
 float: left;
 width: 180px;
 background-color: #FFFFFF;
 overflow: hidden;
}

/* 旧2列右サイドバーのメイン */
#archivecenterrightver{
 float: left;
 width: 589px;
 overflow: hidden;
 border-right: 1px solid #999999;

}
/* 旧サイドバー */
#side {
 float: left;
 width: 180px;
 background-color: #999999;
 overflow: hidden;
 }

/* 2列左サイドバー */
#left-side {
 float: left;
 width: 180px;
 background-color: #FFFFFF;
 overflow: hidden;
 border-bottom: 1px solid #999999;
 border-right: 1px solid #999999;
}

/* 2列メイン */
#main{
 float: left;
 width: 589px;
 overflow: hidden;
}

/* 2列右サイドバー */
#right-side {
 float: left;
 width: 180px;
 background-color: #FFFFFF;
 overflow: hidden;
 border-bottom: 1px solid #999999;
 border-left: 1px solid #999999;
}


/* 画像表示 kokugan_add */
#gazou-disp {
font-family: Verdana, Arial, sans-serif;
background-image: url("image/top_photo.jpg");
background-repeat: no-repeat;
background-position: center top;
height: 200px;
}


/* 画像表示 kokugan_add */
#sub_gazou-disp {
font-family: Verdana, Arial, sans-serif;
background-image: url("image/apple.gif");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center top;
height: 150px;
}

/* ---------左サイド　メニューボタン---------kokugan add------------- */

/* リンク設定 */
a:link {color:#0066CC; text-decoration:none}
a:visited {color:#0066CC; text-decoration:none}
a:active { color: #0066CC;}
a:hover { color: #006699;}

#menu-botan  {	
	color: #000000;  /* 3d5286; */
	font-family: MSPゴシック,Verdana, Arial, sans-serif;
	font-size:12px;
	text-align: center; /* left; */
	font-weight: normal;
                margin-top: -9px;
	border-top: 1px solid #0099CC; /* 上線色 */
	border-bottom: 2px solid #0182AD; /* 下線色 */
	border-right: 2px solid #0182AD;　 /* 左線色 */
	line-height: 20px;
	list-style:none;
	margin:1px;
	}

#menu-botan a {	
	display: block;
	background-color: #FFFFFF;  /* #00BBFF;  ボタンバックカラー E6ECF9; */
	text-decoration:none;
	line-height: 20px;
	border-left: 1px solid #0099CC;  /* #3d5286　左バー色; */

}
/* */
#menu-botan a:link   {
	background: #FFFFFF;
	/*color:#FF0000;*/
}
/* */
#menu-botan a:visited  {
	background:#FFFFFF;   /* fee7ef; */
	/*color:#FF0000;*/
}
/* マウスを載せた時のバック色指定 */
#menu-botan a:hover  {	
	background: #CBD6F9;
	color:#000000;
	border-left: 1px solid #0099CC;
}
/*
#menu-botan a:active {
	background:blue;
	color:white;
}
*/
/* --------------------------------------------- */


/* メイン本文 */
.content {
 padding: 15px 15px 5px 15px;
 background-color: #FFFFFF; /*３列中央のバックカラー*/
 color: #000000;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
}
.content pre {
 font-size: larger;
}

.dataheader {
text-align:right;
width=100%;
}

.entryheader {
color: #3d5286;
text-align:left;
width=100%;
padding:2px;
border:1px solid #3d5286;
background-color: #E6ECF9;
}

.content p {
 color: #000000;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
 font-weight: normal;
 line-height: 150%;
 text-align: left;
 margin-bottom: 10px;
}

.content blockquote {
 line-height: 150%;
}

.content li {
 line-height: 150%;
}

.content h2 {
 color: #666666;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 text-align: left;
 font-weight: bold;
 margin-bottom: 10px;
}

.content h3 {
 color: #666666;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
 text-align: left;
 font-weight: bold;
 margin-bottom: 10px;
}

.posted {
 color: #999999;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 border-top: 1px solid #999999;
 text-align: right;
 margin-bottom: 25px;
 line-height: normal;
 padding: 3px;
}

/* サイドバー設定 */
.sidebar {
 padding: 10px;
 font-size: x-small;
}

/* ニュースレター 　タイトル枠 */
.sidebar h2 {
color: #3d5286;
font-family: MSPゴシック,Verdana, Arial, sans-serif;
font-size:10px;
text-align: center;
font-weight: bold;	
padding:2px 0px 2px 3px;
line-height: 15px;
background-color: #E6ECF9;  /*　タイトルバックカラー　*/
border-left: 1px solid #0099CC;  /*　タイトル左枠線カラー　*/
border-bottom: 2px solid #0182AD;  /*　タイトル下枠線カラー　*/
border-top: 1px solid #0099CC;  /*　タイトル上枠線カラー　*/
border-right: 2px solid #0182AD;  /*　タイトル右枠線カラー　*/
}

/* ニュースボタン枠表示 kokugan_add */
.sidebar h5 {
margin-top: -2px;
background-color: #FFFFFF;  /*　ボタン部分バックカラー　*/
border-left: 1px solid #0099CC;  /*　ボタン部分左枠線カラー　*/
border-bottom: 2px solid #0182AD;  /*　ボタン部分下枠線カラー　*/
border-top: 1px solid #0099CC;  /*　ボタン部分上枠線カラー　*/
border-right: 2px solid #0182AD;  /*　ボタン部分右枠線カラー　*/
}
/* ニュースボタン文字表示 kokugan_add */
#news51 {
color: #FFFFFF;
font-family: MSPゴシック,Verdana, Arial, sans-serif;
font-size:12px;
text-align: left;
font-weight: normal;
padding:0px 0px 0px 10px;
line-height: 10px;
}

/* 【学会常設事務局】表示 */
.sidebar h6 {
color: #3d5286;
font-family: MSPゴシック,Verdana, Arial, sans-serif;
font-size:10px;
text-align: left;
font-weight: normal;	
padding:2px 0px 2px 3px;
line-height: 15px;
background-color: #FFFFFF;  /*　タイトルバックカラー　*/
border-left: 1px solid #0099CC;  /*　タイトル左枠線カラー　*/
border-bottom: 2px solid #0182AD;  /*　タイトル下枠線カラー　*/
border-top: 1px solid #0099CC;  /*　タイトル上枠線カラー　*/
border-right: 2px solid #0182AD;  /*　タイトル右枠線カラー　*/
}

/* 最近の情報・データ　タイトル枠 */
#allinfo {
color: #000000;
font-family: MSPゴシック,Verdana, Arial, sans-serif;
font-size:12px;
text-align: center;
font-weight: normal;
}


#calendar {
 line-height: 140%;
/* color: #666666; */
 color: #0000FF;
 font-family: Verdana, Arial, sans-serif;
/* font-size: x-small; */
 font-size: 10px;
 padding: 2px;
 text-align: center;
 margin-bottom: 30px;
}

#calendar table {
 padding: 2px;
 border-collapse: collapse;
 border: 0px;
 width: 100%;
}

#calendar caption {
/* color: #666666; */
 color: #FF0000;
 font-family: Verdana, Arial, sans-serif;
/* font-size: x-small; */
 font-size: 10px;
 text-align: center;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: .3em;
}

#calendar th {
 text-align: center;
 font-weight: normal;
}

#calendar td {
 text-align: center;
}

.sidebar ul {
 padding-left: 5px;
 margin: 0px;
 margin-bottom: 20px;
}

.sidebar ul ul {
 margin-bottom: 0px;
}

.sidebar #categories ul {
 padding-left: 15px;
}

.sidebar li {
 color: #666666; 
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 text-align: left;
 line-height: 100%;
 margin-top: 10px;
 list-style-type: none;
}

.side {
 color: #666666;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 text-align: left;
 line-height: 150%;
 padding-left: 5px;
 margin-top: 10px;
 margin-bottom: 20px;
 list-style-type: none;
}

.sidebar #categories li {
 list-style-type: circle;
}

.sidebar img {
 border: 3px solid #FFFFFF;
}

form {
 margin:0px;
}

.photo {
 text-align: left;
 margin-bottom: 20px;
}

.link-note {
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 line-height: 150%;
 text-align: left;
 padding: 2px;
 margin-bottom: 15px;
}

#powered {
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 line-height: 150%;
 text-align: left;
 color: #666666;
 margin-top: 50px;
}

#comment-data {
 float: left;
 width: 180px;
 padding-right: 15px;
 margin-right: 15px;
 text-align: left;
 border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
 width: 80%;
}

.commenter-profile img {
 vertical-align: middle;
 border-width: 0;
}

#footer {
 font-family: Verdana, Arial, sans-serif;
 font-size:12px;
 color: #666666;
 font-weight: bold;
 background-color: #f6f6f6;
 text-align: center;
 padding-left: 15px;
}
/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}

/* ------------------------------ */
/*     各ページの中央部分のSTYLE        */
/* ------------------------------ */
/*  ページ共通のstyle  */
#common_1 {
color: #000099;
font-size: large;
/* line-height: 24px; */
text-align: left;
font-weight: bold;
padding:3px 0px 0px 10px;
background-color:#E3F1F9;
}

#com_float-left {
float: left;
}

#com_clear-both {
clear: both;
}

/* トップページ用 */
#page_0000_font-line {
/*
font-size: 13px;
line-height: 18px;
*/
font-size: 11px;
line-height: 140%;
padding:10px 0px 0px 10px;
font-weight: bold;
}
#page_0001_font-line {
/*
font-size: 13px;
line-height: 14px;
*/
font-size: 10px;
line-height: 140%;
padding:0px 0px 0px 24px;
font-weight: bold;
}

/* ご挨拶ページ */
#page_0010_photo-disp {
background-image: url("image/aisatu_photo.jpg");
width: 130px;
height: 116px;
float: left;
}

#page_0010_font-line {
font-size: small;
line-height: 150%;
}

/*  学会の目的ページのstyle  */
#page_0020_font-line {
font-size: small;
line-height: 150%;
}

/*  組織と運営ページのstyle  */
#page_0030_font-line {
font-size: small;
line-height: 130%;
}
#page_0031_font-line {
font-size: x-small;
line-height: 120%;
}
#page_0030_padding {
padding:0px 10px 0px 20px;
}
#page_0031_padding {
padding:3px 0px 3px 3px;
}

/*  学会の歴史ページのstyle  */
#page_0040_photo-disp {
background-image: url("image/jposlogo.gif");
width: 150px;
height: 70px;
float: left;
}
#page_0040_font-line {
font-size: small;
line-height: 150%;
}

/*  入会の手続きページのstyle  */
#page_0050_font-line {
font-size: small;
}
#page_0051_font-line {
font-size: x-small;
line-height: 120%;
color: #FF0000;
}
#page_0052_font-line {
font-size: small;
line-height: 150%;
}
#page_0050_border {
/* background-color: #BBF0F0; */
border-left: 1px solid #3d5286;
border-bottom: 1px solid #3d5286;
border-top: 1px solid #3d5286;
border-right: 1px solid #3d5286;
padding:2px 2px 2px 2px;
}
#page_0050_excel-disp {
background: url("image/excel.gif") top right no-repeat;
width: 32px;
height: 30px;
}
#page_0050_photo-disp {
background-image: url("image/nyukai_flow.gif");
background-repeat:no-repeat;
width: 400px;
height: 668px;
}

/*  総会だよりページのstyle  */
#page_0060_font-line {
font-size: small;
line-height: 130%;
}
#page_0060_padding {
padding:0px 0px 0px 20px;
}
#page_0060_photo-disp {
background-image: url("image/tayori_letter.jpg");
width: 308px;
height: 435px;
}

/*  ＬＩＮＫページのstyle  */
#page_0070_font-line {
font-size: small;
line-height: 150%;
}

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

/* ニューズページ メニュー */
#page_0300_photo-disp {
background-image: url("image/news_title_logo.gif");
width: 450px;
height: 86px;
}
#page_0300_font-line {
font-size: small;
line-height: 120%;
}
#page_0301_font-line {
color: #000000;
font-size: large;
font-weight: bold;
}
#page_0300_border {
font-size:14px;
text-align: center;
font-weight: bold;
background-color: #639ACE;
border-bottom: 3px solid #00659C;
border-top: 3px solid #00659C;
line-height: 20px;
}
#page_0301_border {
color: #000000;
font-size:small;
text-align: center;
font-weight: bold;
border-top-width: thin;
border-top-style: solid;
border-top-color: #666666;
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #666666;
line-height: 140%;
}
#page_0302_border {
color: #000000;
font-size:small;
text-align: left;
border-bottom-width: thin;
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
line-height: 140%;  /*16px; */
}
#page_0303_border {
color: #000000;
font-size:small;
text-align: left;
border-bottom-width: thin;
border-bottom: 1px solid #666666;
line-height: 140%;  /*16px; */
}


