/*-------------------------------------------------------

common.css

-------------------------------------------------------*/
body {
    background-color: #FFFFFF;
	color: #000000;
	line-height: 140%;
}
.fontLarge01 {
	font-size: 125%;
}
.fontLarge02 {
	font-size: 150%;
}
.fontLarge03 {
	font-size: 175%;
}
.fontLarge04 {
	font-size: 200%;
}


.base_txt {
	line-height: 175%;
	margin-left:20px;
	margin-bottom:20px;
}

.base_txt ol {
margin-left:25px;
}
.base_txt ul {
margin-left:25px;
}

table th { padding-left:5px !important; padding-right:5px !important; }
table td { padding-left:5px !important; padding-right:5px !important; }

table#layout{
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0;
}
table#layout th,table#layout td#layout_td{padding:0 !important;}

/*-------------------------------------------------------

構成要素

-------------------------------------------------------*/
body,table,td,font,textarea,select,input {font-family:Verdana,MS UI Gothic,Osaka;}

* {
	margin: 0;
	padding: 0;
}

form {
    margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}

a img { border: none; }

h2,h3,h4 { font-size: 100%; }

table td { vertical-align: top; }

/* リンクタグ設定 */

a:link {color:#0000ff;text-decoration:underline;}	/* 未訪問のアンカー */
a:visited {color:#800080;text-decoration:underline;}	/* 訪問済みのアンカー */
a:hover {color:#800080;text-decoration:none;}	/* マウスが通過しているアンカー */
a:active {color:#800080;text-decoration:underline;}	/* 選択中のアンカー */
a[name]:hover {color:#000000;text-decoration:none;}

a.g_menu:link {color:#000000;text-decoration:none;}
a.g_menu:visited {color:#000000;text-decoration:none;}
a.g_menu:hover {color:#800080;text-decoration:none;}
a.g_menu:active	{color:#800080;text-decoration:none;}

a.no_line:link {color:#000000;text-decoration:none;}
a.no_line:visited {color:#000000;text-decoration:none;}
a.no_line:hover {color:#800080;text-decoration:none;}
a.no_line:active	{color:#800080;text-decoration:underline;}

a.c_002647:link {color:#002647;text-decoration:underline;}
a.c_002647:visited {color:#002647;text-decoration:underline;}
a.c_002647:hover {color:#800080;text-decoration:none;}
a.c_002647:active	{color:#800080;text-decoration:underline;}

.defaultLink a:link {color:#0000ff !important;text-decoration:underline;}
.defaultLink a:visited {color:#800080 !important;text-decoration:underline;}
.defaultLink a:hover {color:#800080 !important;text-decoration:none;}
.defaultLink a:active {color:#800080 !important;text-decoration:underline;}

/* 回り込み解除 */
.clear_both { clear: both; }
/*hr { display: none; }*/
.clearfix:after {
content: '';
display: table;
clear: both;
}

/* リスト（TYPE-NO） */
ul.type_none {
    list-style-type: none;
}

/* パディング */
.padding_0-0-5-0 { padding: 0px 0px 5px 0px; }
.padding_0-0-10-0 { padding: 0px 0px 10px 0px; }
.padding_10-10-10-10 { padding: 10px 0; }
.padding_10-10-10-10top { padding: 10px; }
.padding_10-10-0-10 { padding: 10px 10px 0px; }
.padding_0-5-0-0 { padding: 0px 5px 0px 0px; }
.padding_0-0-0-5 { padding: 0px 0px 0px 5px; }
.padding_5-0-0-0 { padding: 5px 0px 0px 0px; }
.padding_0-5-0-5 { padding: 0px 5px 0px 5px; }

/* マージン */
.margin_0-0-5-0 { margin: 0px 0px 5px 0px; }
.margin_0-0-10-0 { margin: 0px 0px 10px 0px; }
.margin_0-0-15-0 { margin: 0px 0px 15px 0px; }
.margin_0-0-20-0 { margin: 0px 0px 20px 0px; }
.margin_0-0-30-0 { margin: 0px 0px 30px 0px; }

/* ライン */
.line_dot-FCBF92 {
    border-top: dotted 1px #b9b9b9;
	margin-top: 7px;
	padding-top: 7px;
}

/* バックグランドカラー */
.bgColor_EDF6F6 {
    background-color: #edf6f6;
	padding: 10px;
}

/* フレームボックス */
.frameBox_FAFFFA {
    background-color: #fafffa;
	border-top: solid 1px #e4e4e4;
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
}

.frameBox_FAFFFA_bottom {
    background: url(/common/000000006.gif) repeat-x 0px bottom;
	border-left: solid 1px #e4e4e4;
	height: 19px;
}

.frameBox_FAFFFA_corner {
    background: url(/common/000000007.gif) no-repeat right bottom;
	height: 19px;
}

.frameBox_FAFFFF {
    background-color: #fafffF;
	border-top: solid 1px #e4e4e4;
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
}

.frameBox_FAFFFF_bottom {
    background: url(/common/000000008.gif) repeat-x 0px bottom;
	border-left: solid 1px #e4e4e4;
	height: 19px;
}

.frameBox_FAFFFF_corner {
    background: url(/common/000000009.gif) no-repeat right bottom;
	height: 19px;
}

.frameBox_E3E3E3 {
    border: solid 1px #e3e3e3;
	background-color: #f6fafd;
}

/* バックグランドイメージ */
.bg_title_green { background: url(/common/000000010.gif) repeat-x left bottom; }
.bg_title_blue { background: url(/common/000000011.gif) repeat-x left bottom; }

/* インデント（ポイント付きリストに使用） */
.indent-dot { text-indent: -1em; margin-left: 1em; }
* html .indent-dot { text-indent: -1.2em; margin-left: 1.2em; }
*:first-child+html .indent-dot { text-indent: -1.2em; margin-left: 1.2em;}

.indent-dot02 { text-indent: -1.1em; margin-left: 1.1em; }
* html .indent-dot02 { text-indent: -1.4em; margin-left: 1.4em; }
*:first-child+html .indent-dot02 { text-indent: -1.2em; margin-left: 1.2em;}

.indent-arrow { text-indent: -0.6em; margin-left: 0.6em; }
* html .indent-arrow { text-indent: -0.8em; margin-left: 0.8em; }
*:first-child+html .indent-arrow { text-indent: -0.8em; margin-left: 0.8em; }

.indent-square { text-indent: -1.1em; margin-left: 1.1em; }
* html .indent-square { text-indent: -1.2em; margin-left: 1.2em; }
*:first-child+html .indent-square { text-indent: -1.2em; margin-left: 1.2em; }

.indent-arrow02 { text-indent: -0.6em; margin-left: 2em; }
* html .indent-arrow02 { text-indent: -0.8em; margin-left: 2em; }
*:first-child+html .indent-arrow02 { text-indent: -0.8em; margin-left: 2em; }

/* ポジション */
.position_center { text-align: center; }
.position_right { text-align: right; }

/* リストポイント又はアイコンポジション */
.disk_arrow { margin: 0px 5px 1px 0px; }
.disk_square { margin: 0px 5px -1px 0px; }
.disk_dot { margin: 0px 3px -1px 0px; }
/*.h3_arrow { margin: 0px 5px -1px 0px; }*/
.icon_new { margin: 0px 0px -3px 5px; }

/* フォトポジション */
.photo_list {
	float: left;
	padding: 0px 20px 10px 0px;
	margin-left: 5px;
}
.photo_list02 {
    padding: 0px 20px 0px 0px;
}

.photo_top {
    text-align: center;
	padding-bottom: 20px;
}

.photo_bottom {
    text-align: center;
	padding-top: 20px;
}

.photo_left {
    float: left;
	padding: 0px 20px 20px 0px;
	margin-top:10px;
	margin-left:20px;
}

.photo_right {
    float: right;
	padding: 0px 0px 20px 20px;
}

/*　*/
.no_ws {
    white-space: nowrap;
}

/* ページトップへ */
.page_top { text-align: right; margin-top: 25px; font-size: 80%; }
.page_top a {
	padding: 0 0 0 13px;
	background: url(/common/000000033.gif) no-repeat 0 0.5em;
}

/* 発表日時 */
.release { text-align: right; padding-bottom: 10px; font-size: 80%; }

/*-------------------------------------------------------

コンテンツエリア

-------------------------------------------------------*/

div#wrapper {
	width: 100%;
 	margin:0 auto;
 	text-align:left;
	/* 最小幅設定 */
	min-width: 770px;
	/* IE用最小幅設定 */
	/*width: expression(document.body.clientWidth <= 800? "770px" : "auto");*/
}

div#container {
	padding: 0px 30px 0px;
}

/*----------------------------------------------------------------- インデックス-2カラム */
#contents_index {
}

#contents_index .container_inner {
	width: 100%;
/*	float: left;
	margin-right: -230px;*/
}

#contents_index .main_contents {
	width: 100%;
/*	float: right;*/
	margin: 0 0 50px;
}

#contents_index .main_contents_inner {
/*	margin: 0px 245px 0px 0px;*/
	margin: 0;
}

#contents_index .leftBox {
/*	float: left;*/
	width: 0px;
}
	
#contents_index .rightBox {
/*	float: right;*/
	width: 230px;
	margin-left:10px;
}

/*----------------------------------------------------------------- コンテンツ-2カラム */
#contents_2column {
    /*background: url(/common/000000012.gif) repeat-y 0px 0px;*/
}

#contents_2column .container_inner {
    background: url(/common/000000012.gif) repeat-y 0px 0px;
	width: 100%;
/*	float: left;*/
	margin-right: 0px;
}

#contents_2column .main_contents {
	width: 100%;
/*	float: right;
	margin: 0 0 50px -190px;*/
}

#contents_2column .main_contents_inner {
/*	margin: 0px 0px 0px 205px;*/
	margin: 0px 0px 0px 15px;
}

#contents_2column .leftBox {
/*	float: left;*/
	width: 190px;
}
	
#contents_2column .rightBox {
/*	float: right;*/
	width: 0px;
}

/*----------------------------------------------------------------- コンテンツ-3カラム */
#contents_3column {
    /*background: url(/common/000000012.gif) repeat-y 0px 0px;*/
}

#contents_3column .container_inner {
    background: url(/common/000000012.gif) repeat-y 0px 0px;
	width: 100%;
/*	float: left;
	margin-right: -230px;*/
}

#contents_3column .main_contents {
	width: 100%;
/*	float: right;
	margin: 0 0 50px -190px;*/
}

#contents_3column .main_contents_inner {
/*	margin: 0px 245px 0px 205px;*/
	margin: 0px;
}

#contents_3column .leftBox {
/*	float: left;*/
	width: 190px;
}
	
#contents_3column .rightBox {
/*	float: right;*/
	width: 230px;
}

/* タイトル */
.h1_titleBox {
	border-bottom: solid 4px #3b7097;
	padding-bottom: 1px;
	margin-bottom: 20px;
}
h1.h1_normal {
    /*background-color: #f7fafc;*/
	background: url(/common/000000013.gif) repeat-y right 0px;
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	padding: 0 10px;
	font-size: 130%;
	color: #002647;
}
h1.h1_normal span {
	display: block;
	padding: 5px 0 5px 20px;
	background: url(/common/000000004.gif) no-repeat 0 5px;
}
/*.h1_arrow { margin: 0px 5px -5px 0px; }*/

h2.h2_normal {
    /*background-color: #f7fafc;*/
	background: url(/common/000000014.gif) repeat-y right 0px;
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	padding: 5px 10px 5px;
	font-size: 120%;
	color: #002647;
}

.h2_titleBox {
    border-top: solid 4px #3b7097;
	padding-top: 1px;
	margin-bottom: 20px;
}

.h2_titleBox_Cpage {
    border-top: solid 4px #3b7097;
	padding-top: 1px;
	margin-bottom: 10px;
}

h2.bar_green {
    background: url(/common/000000015.gif) no-repeat left bottom;
	padding: 3px 0px 0px 30px;
	min-height: 26px;
}

.btn_rss { float: right; padding: 3px 10px 0px 0px; }

h2.bar_blue {
    background: url(/common/000000016.gif) no-repeat left bottom;
	padding: 3px 0px 0px 30px;
	min-height: 26px;
}

h2.h2_index {
    background-color: #3B7097;
	color: #FFFFFF;
	padding: 5px 10px;
	_padding: 7px 10px 5px;
	margin-bottom: 15px;
	font-weight: bold;
}

h3.h3_normal {
    border-left: solid 3px #3b7097;
	padding: 3px 3px 2px 6px;
	color: #002647;
	font-size: 110%;
}

.h3_titleBox {
	background: #f7fafc url(/common/000000017.gif) repeat-x 0 0;
	border: 1px solid #d7d7d7;
	margin:0 0 10px;
	padding: 2px;
}

h3.h3_index {
	background-color: #cfdfea;
	color: #002647;
	padding: 5px 10px;
	font-weight: bold;
}
h3.h3_index span {
	display: block;
	padding: 0 0 0 18px;
	background: url(/common/000000035.gif) no-repeat 0 5px;
}

h4.h4_normal {
    border-left: solid 2px #3b7097;
	padding: 2px 3px 1px 6px;
	color: #002647;
	font-size: 100%;
}

.h4_titleBox {
	border-bottom: solid 1px #d7d7d7;
	margin:0 0 10px 10px;
	padding-bottom: 3px;
}



/*-------------------------------------------------------

ヘッダーエリア

-------------------------------------------------------*/
#headerArea {
	width: 100%;
/*	background: url(/common/000000018.gif) repeat-x 0px 0px; */
	position: relative;
	margin-bottom: 7px;
	text-align: right;
	overflow: hidden;
  border-bottom:2px solid #ddd;
}

#headerArea .logo {
	position: absolute;
	top: 0;
	left: 0;
}

#headerArea .header_navi {
	float: right;
	width: 500px;
	min-height: 85px;
	font-size: 85%;
	line-height: 1.4;
	position: relative;
}
#headerArea .header_navi .header_navi01 a,
#headerArea .header_navi .header_navi02 .header_sitemap a{
	color: #000;
	text-decoration: none;
}
#headerArea .header_navi .header_navi01 a:hover,
#headerArea .header_navi .header_navi02 .header_sitemap a:hover{
	text-decoration: underline;
}
#headerArea .header_navi img {
	vertical-align: bottom;
}
#headerArea .header_navi01 {
	padding: 12px 10px 0 0;
	letter-spacing: -0.4em;
	overflow: hidden;
}
#headerArea .header_navi02 {
	clear: both;
	padding: 4px 10px 0 0;
	letter-spacing: -0.4em;
	overflow: hidden;
}
#headerArea .header_skip {
	display: inline-block;
	padding: 3px 9px 3px 17px;
	letter-spacing: normal;
	vertical-align: top;
	background: url(/common/000101914.png) no-repeat 0 center;
	zoom: 1;
}
#headerArea .header_font {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 4px 10px;
	letter-spacing: normal;
	vertical-align: top;
	background: #e6e6e6;
	zoom: 1;
}
#headerArea .header_font p {
	float: left;
}
#headerArea .header_font ul {
	float: left;
}
#headerArea .header_font ul li {
	float: left;
	padding: 0 0 0 6px;
	list-style: none;
	line-height: 1;
	cursor: pointer;
}
#headerArea .header_language {
	display: inline-block;
	padding: 3px 0 3px 17px;
	letter-spacing: normal;
	vertical-align: top;
	background: url(/common/000000035.gif) no-repeat 0 center;
	zoom: 1;
}
#headerArea .header_sitemap {
	display: inline-block;
	padding: 6px 0 2px 17px;
	letter-spacing: normal;
	vertical-align: top;
	background: url(/common/000000035.gif) no-repeat 0 center;
	zoom: 1;
}
#headerBox,
#headerBox_i {
    background: url(/common/000000001.gif) no-repeat 0px 0px;
}
/*-------------------------------------------------------

サイト内検索関連

-------------------------------------------------------*/
/*  ヘッダ内サイト検索
-------------------------------------------------------*/
#headerArea .header_search{
  display: inline-block;
  margin: 0 9px 0 0;
  padding: 4px 9px 4px 0;
  letter-spacing: normal;
  vertical-align: middle;
  border-right: 1px solid #e6e6e6;
  zoom: 1;
  text-align:left;
}
#cse-search-form {
  margin-right:10px;
  width: 290px !important;
  height: 20px;
}
#cse-search-form table,
#cse-search-form th,
#cse-search-form td{
  margin:0px;
  padding:0px;
  border:none;
  text-align:left;
}
form.gsc-search-box{
  margin-bottom:0;
}
#cse-search-form table.gsc-search-box td.gsc-input {
  margin-right: 5px;
}
#cse-search-form input.gsc-input[type="text"] {
  padding: 0 !important;
  width: 180px !important;
  height: 20px;
  border:1px solid #aaa;
}
#cse-search-form input.gsc-search-button {
  margin-left: 0 !important;
  width:45px;
  height:20px;
  background:url(/common/000101913.png) left top no-repeat scroll !important;
  color:#555;
  border:none;
  font-size:0%;
}    
#cse-search-form input.gsc-search-button:hover{
  cursor:pointer;
}    
#cse-search-form .gsc-clear-button,
.gsc-branding,
.gcsc-branding{
  display:none;
}
/*  googleカスタム検索API修正20170330
-------------------------------------------------------*/
#cse.gsc-orderby-container{
  text-align:right;
}

/*	サイト内検索結果画面
--------------------------------------------------------------------------------*/
#cse table,
#cse th,
#cse td{
  margin:0px;
  padding:0px;
  border:none;
  text-align:left;
}
#cse .gsc-search-box{
  margin-bottom:10px;
  padding:12px 0px 10px;
  background-color:#fff;
}
#cse .gsc-search-box table{
  margin:auto;
  width:360px;
}
#cse table.gsc-search-box td.gsc-input{
  padding: 0 !important
}
#cse input.gsc-input[type="text"]{
  margin-right:5px;
  height:19px;
  border: solid 1px #aaa;
}
#cse input.gsc-input[type="text"]{
  width:300px;
}
#cse input.gsc-search-button{
  margin-left: 0 !important;
  width:45px;
  height:20px;
  border:none;
  font-size:0%;
}
#cse input.gsc-search-button{
  background:url(/common/000101913.png) left top no-repeat scroll !important;
  color:#555;
}
#cse input.gsc-search-button:hover{
  background:url(/common/000101913.png) left top no-repeat scroll !important;
  cursor:pointer;
}
#cse .gsc-clear-button{
  display:none;
}
#cse .gsc-cursor{
  display:block;
  text-align:center;
}
#cse .gsc-cursor div{
  display:inline-block;
}/*IE7*/*:first-child+html #cse .gsc-cursor div{
  display:inline;
}/*IE6*/* html #cse .gsc-cursor div{
  display:inline;
}

/*-------------------------------------------------------

メニューエリア

-------------------------------------------------------*/
#menuArea {
    background-color: #fffff5;
    border-top: solid 1px #c8c8c8;
    border-bottom: solid 1px #c8c8c8;
	margin-bottom: 6px;
	font-size: 100%;
}

#menuArea table {
	margin: 0px auto;
	border-collapse: collapse;
	border-spacing: 0;
}

#menuArea table td {
    vertical-align: middle;
	border-left: solid 1px #c8c8c8;
	border-right: solid 1px #c8c8c8;
	border-bottom: solid 3px #4E8DAE;
}

#menuArea table td.active {
    vertical-align: middle;
	border-left: solid 1px #c8c8c8;
	border-right: solid 1px #c8c8c8;
	border-bottom: solid 3px #FF9900;
}

#menuArea .navi1 {
    margin: 5px;
	}
	
#pankuzu {
	clear: both;
	padding: 0 30px;
}
#pankuzu table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#pankuzu table td {
	padding: 10px 10px 10px 0px;
	font-size: 80%;
}

#date {
    /*float: right;*/
	width: 200px;
	vertical-align: top;
	text-align: right;
	padding: 10px 0px;
	font-size: 80%;
}


/*-------------------------------------------------------

サーチエリア

-------------------------------------------------------*/
ul#searchArea {
    width: 730px;
	margin: 0px auto;
	list-style-type: none;
	/*margin-bottom: 6px;*/
}

ul#searchArea li.searchBox01 {
    float: left;
	width: 160px;
	padding: 0 0 0 100px;
}

ul#searchArea li.searchBox02 {
	float: left;
	width: 350px;
	margin-top:5px;
}

ul#searchArea .navi2 {
    text-indent: -0.5em;
	margin-left: 0.5em;
}
.searchKeyword {
	width: 180px;
	margin: 5px 0 0 0;
	vertical-align: top;
}
.position_keyword_t {
	margin: 6px 3px -6px 0px;
	vertical-align: top;
}
.position_keyword_btn {
    margin: 6px 0px -3px 5px;
}

* html .position_keyword_btn {
    margin: 6px 0px -2px 5px;
}

*:first-child+html .position_keyword_btn {
    margin: 6px 0px -2px 5px;
}

.search_arrow { margin: 5px -15px -6px 25px; }
.search_arrow2 { margin: 5px 2px -6px 0px; }

/*-------------------------------------------------------

レフトメニューエリア

-------------------------------------------------------*/
#leftMenu_t_bg {
/*     background: url(/common/000000019.gif) no-repeat 0px 0px;
	background-color: #4c89ab; */
	background-color: #3B7097;
	padding: 5px 10px;
}
#leftMenu_t_bg .color_FFFFFF{
	background-color: #3B7097;
}

#leftMenuBox {
    background-color: #FFFFFF;
	margin: 0px 2px 2px;
	padding: 8px;
}

.leftMenu_st_bg {
    background-color: #cfdfea;
	border-bottom: solid 1px #b1cadc;
	padding: 3px 10px;
}

.leftBox ul {
	list-style: none;
}
.leftBox li { padding: 5px 0px 0px 0px; }

.leftMenuList01 {
	padding: 5px 0 0 1.1em !important;
	font-size: 80%;
	line-height: 1.4;
	background: url(/common/000000026.gif) no-repeat 0 0.8em;
}
.leftMenuList02 {
	padding: 5px 0 0 2em !important;
	font-size: 80%;
	line-height: 1.4;
	background: url(/common/000000025.gif) no-repeat 1.4em 0.9em;
}
.leftLine01 {
	height: 12px;
	border: none;
	background: #0066ff;
}

/*-------------------------------------------------------

ライトメニューエリア

-------------------------------------------------------*/
.rightMenu_t_bg {
    background-color: #e6e6e6;
	padding: 3px 5px;
}

.rightMenu_tBox {
    border-top: dotted 1px #e6e6e6;
	border-bottom: dotted 1px #e6e6e6;
	padding: 2px 0px;
}

.rightBox li { padding: 5px 0px 0px 0px; }
/*-------------------------------------------------------

フッターエリア

-------------------------------------------------------*/
.footerMenu {
	padding: 0 0 10px 0;
	text-align: center;
	vertical-align: middle;
	letter-spacing: -0.4em;
}
.footerMenu li {
	display: inline-block;
	/display: inline;
	padding: 0 10px 0 1em;
	font-size: 80%;
	letter-spacing: 1px;
	vertical-align: middle;
	background: url(/common/000000052.gif) no-repeat 0 0.6em;
	zoom: 1;
}
.footerMenu li.footerCount {
	padding: 3px 5px;
	border: solid 1px #c8c8c8;
	background: none;
}
.footerMenu li.footerCount p {
	display: inline-block;
	/display: inline;
	margin: 0 3px 0 0;
	padding: 0 15px 0 0;
	vertical-align: top;
	background: url(/common/000000053.gif) no-repeat right center;
	zoom: 1;
}
.footerMenu li.footerCount img {
	margin: 5px 0 0 1px;
	vertical-align: top;
}
#footerMenuArea table {
    margin: 0px auto 10px;
}

#footerMenuArea table td {
    padding: 0px 15px;
}

#address {
    border-top: solid 1px #c8c8c8;
	padding: 5px 0px;
	margin-bottom: 5px;
	text-align: center;
}

#copyright {
    border-top: solid 1px #c8c8c8;
	padding-top: 15px;
	text-align: center;
	margin: 25px 0px 5px;
}
.kotu {
	margin: 12px 0px -8px 5px;
}

/*------------------------------------------------------

キャプション付き画像を横向きに並べて配置する

-------------------------------------------------------*/
div.imagebox {
	border: 1px dashed #ffffff; /* 枠線 */
	background-color: #ffffff;  /* 背景色 */
	width: 310px;               /* 横幅 */
	float: left;                /* 左に配置 */
	margin: 5px;                /* 周囲の余白 */
	word-break: break-all;	/* 改行位置の指定 */
	word-wrap: break-word;	/* 単語の途中で改行するかどうかの指定 */
}
p.image, p.caption {
	text-align: center; /* 中央寄せ */
	margin: 5px;        /* 余白・間隔 */
}
p.caption {
	font-size: 80%;     /* 文字サイズ */
	color: #000000;    /* 文字色 */
}

p.exp {
	clear: left;       /* 回り込みを解除 */
}



/*------------------------------------------------------

追加クラス

-------------------------------------------------------*/
.infoList01 {
	list-style: none;
}
.infoList01 li {
	margin: 4px 0 0 0;
	padding: 0 0 0 1em;
	font-size: 80%;
	letter-spacing: 1px;
	background: url(/common/000000040.gif) no-repeat 0 0.6em;
}
.infoList01 li.no-marker {
	padding: 0;
	background: none;
}
.infoList01 li.top-new {
	background: none;
}
.infoList02 {
	list-style: none;
}
.infoList02 li {
	margin: 4px 0 0 0;
	padding: 0 0 0 1em;
	font-size: 80%;
	letter-spacing: 1px;
	background: url(/common/000000041.gif) no-repeat 0 0.6em;
}
.infoList02 li.no-marker {
	padding: 0;
	background: none;
}
.infoList02.infoColumn3 li {
	display: inline-block;
	/display: inline;
	width: 31%;
	vertical-align: top;
	zoom: 1;
}


.arrow_list01 {
	padding: 5px 0 0 17px;
	background: url(/common/000000039.gif) no-repeat 0 0.7em;
}

.arrow_list02 {
	list-style: none;
}
.arrow_list02 li {
	padding: 5px 0 0 17px;
	background: url(/common/000000039.gif) no-repeat 0 0.7em;
}



.hide {
	display: none;
}

.backnumber {
	padding-right: 22px;
}



.pdg0 {
	padding:0 !important;
}

.icnList01 {
	margin: 0 0 20px 20px;
	list-style: none;
	font-size: 90%;
	line-height: 1.75;
}
.icnList01 li {
	padding: 5px 0 0 35px;
	background: url(/common/000000023.gif) no-repeat 8px 0.5em;
}
.icnList01 li.icnBlank {
	background: url(/common/000101905.png) no-repeat 0 0.1em;
	background-size: 20px auto;
}
.icnList01 li.icnPdf {
	background: url(/common/000101906.png) no-repeat 0 0.2em;
	background-size: 20px auto;
}
.icnList01 li.icnDoc {
	background: url(/common/000101907.png) no-repeat 0 0.2em;
	background-size: 20px auto;
}
.icnList01 li.icnXls {
	background: url(/common/000101908.png) no-repeat 0 0.2em;
	background-size: 20px auto;
}
.icnList01 li.icnMovie {
	background: url(/common/000101909.png) no-repeat 0 0.3em;
	background-size: 20px auto;
}


.bannerBox01 {
	margin: 0 0 50px 0;
	padding: 10px;
	font-size: 80%;
	border: 1px solid #999;
}
.bannerBox01 .banner {
	float: left;
	padding: 0 20px 10px 0;
}
.bannerBox01 .txt {
	line-height: 1.4;
	overflow: hidden;
}
.bannerBox01 .txt p {
	margin: 0 0 5px 0;
}
.bannerBox01 .icnBlank {
	padding: 5px 0 0 25px;
	background: url(/common/000101905.png) no-repeat 4px 0.5em;
	background-size: 15px auto;
}

.layoutTable01 {
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0;
}
.layoutTable01 .layout2column {
	width: 50%;
}

.w10 { width: 10px !important; }
.w230 { width: 230px !important; }
.w50p { width: 50% !important; }
.w100p { width: 100% !important; }


#pankuzu {
  max-width: 1280px;
  margin: 0 auto;
}