/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*デザインタイムスタイルシート*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*ポジション判別*/
/*
em{
	color: #FF0000;
	background-color: #00FF00;
	line-height: 1.5em;
}
p {
	background-color: #FEDEE8;
	border: 1px solid #FF0000;
}


ol {
	background-color: #DEF7FE;
	border: 1px solid #0000FF;
}
ul {
	background-color: #E3FEDE;
	border: 1px solid #00FF00;
}
dl,dt{
	background-color: #FFF0DD;
	border: 1px solid #835818;
}
span {
	background-color: #D0D0FF;
	border: 1px solid #000066;
}
.rinzi {
	font-size: 3em;
	color: #FF0000;
	line-height: 1.5em;
}
font{
	font-size: 3em;
}

*/

.zzz{
	/*置換対象用臨時クラス*/
}
.zzz-tablewidth{
	/*置換対象用臨時クラス*/
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*全体共通要素*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------------------------------------*/
/*タグ設定*/
/*------------------------------------------------------------*/
/*bodyの再定義（全体のテキストサイズ、行間指定）*/
body {
	margin: 10px;
	padding: 0px;
	font-size: 0.75em;
	line-height: 170%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	background-image: url(../images_global_css/BGline-x_css.jpg);
	background-repeat: repeat-x;
	margin-bottom: 30px;
	color: #425260;
}


/*スクロールバーの装飾（IEのみ）*/
body,html {
	scrollbar-base-color: #DFDFDF;
	scrollbar-arrow-color: #088CB3;
	scrollbar-darkshadow-color: #333333;
}

/*回り込み解除*/
h1,h2,h3,h4,h5,h6 {
	clear: none;
}


/*------------------------------------------------------------*/
/*ID設定*/
/*------------------------------------------------------------*/
/*全体の表示位置（中央揃え）*/
#global_center {
	margin : 0px auto;
	width : 750px;
	text-align : left;
	padding: 0px;
} 

#sitemap {
	text-align: center;

}
#sitemap table,tr,td {
	color: #425260;
	border: none;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

/*ハイパーリンク系*/
#contents A:link,#footer A:link{color: #088CB3;}
#contents A:visited,#footer A:visited{color:#4DB8FF;}
#contents A:hover,#footer A:hover{color: #FFFFFF; background-color: #088CB3;}
#contents A:active,#footer A:active{color:#FFFFFF; background-color: #4DB8FF;}


/*------------------------------------------------------------*/
/*クラス設定*/
/*------------------------------------------------------------*/
/*ヘッダ、フッタ部の枠*/
.waku01 {
	border: 1px solid #CCCCCC;
	padding: 0;
	margin: 0;
	background-image: url(../images_global_css/BG_contents_css.gif);
	background-color:#FFFFFF;
}
/*背景が色の枠*/
.waku02 {
	border: 1px solid #CCCCCC;
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
}
/*ブロック要素自動縦幅*/
.cleardiv {
	clear:both;
	height: 1px;
}
/*回り込み解除：左*/
.clear_right {
	clear:right;
}
/*回り込み解除：右*/
.clear_left {
	clear:left;
}
/*回り込み解除：両方*/
.clear_both {
	clear:both;
}



/*「このページのトップへ戻る」*/
.pagetop {
	text-align: right;
	margin-bottom: 0;
	padding-bottom: 10px;
	margin-top: 60px;
}
/*「このページのトップへ戻る」*/
.newicom {
	color: #ffa444;
	font-family: "Arial", "Tahoma", "Verdana";
	font-size: 0.8em;
}

/*◆レイアウトクラス*/
/*font*/
.font1_3em {
	font-size: 1.3em;
	line-height: 1.8em;
}
.font1_5em {
	font-size: 1.5em;
	line-height: 2.0em;
}
.font2_0em {
	font-size: 2.0em;
	line-height: 2.5em;
}
	
/*等幅フォント指定*/
.font_touhaba {
	font-family: "Courier New";
}
/*bold（em：強調とは無関係にただ太字）*/
.font_blod{
	font-weight: bold;
}

/*段落（section）*/
.section {
	margin-bottom: 1em;
}
/*左揃え*/
.left {
	text-align: left;
}
/*中央揃え*/
.center {
	text-align: center;
}
/*中央揃え*/
.center_ubmargin {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;	
}
/*右揃え*/
.right {
	text-align: right;
}

/*margin無し*/
.mar0 {
	margin: 0;
}
/*margin　上1em*/
.mar_t1em {
	margin-top: 1em;
}
/*margin　上2em*/
.mar_t2em {
	margin-top: 2em;
}
/*margin　上2em*/
.mar_t3em {
	margin-top: 3em;
}
/*margin　下1em*/
.mar_b1em {
	margin-bottom: 1em;
}
/*margin　下50px*/
.mar_b50px {
	margin-bottom: 50px;
}
/*padding無し*/
.padding {
	padding: 0;
}

/*ul,ol内パッティングレフト*/
ul.pad_left,ol.pad_left {
	padding-left: 1.5em;
}


/*メイン部<P>の全体インデント(一行目スペース無し)*/
.contents_maim p.p_indent {
	text-indent: 0em;
	margin: 0em 30px;
}


/*数字箇条書きで複数行の時に下マージン*/
.li_em1 li {
	margin-bottom: 1em;
}
/*数字箇条書きで複数行の時に下マージン　キャンセル*/
.li_em1_non li{
	margin-bottom: 0;
}
/*リスト内のリスト　デフォルト状態*/
ol ul li,
ol ol li,
ul ul li,
ul ol li {
	margin-bottom: 0;
	margin-left: -2em;
}

/*背景装飾*/
.bg_color_gray1,
.table1 .bg_color_gray1 {
	background-color:#EFEFEF;
}



/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*Table要素*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------------------------------------*/
/*class Table設定 1*/
/*------------------------------------------------------------*/
/*<table>の再定義*/
table.table1 {
	border:none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 20px;
	padding: 0px;
}

/*<caption>の再定義*/
.table1 caption {
	text-align: center;
	margin-top: 3em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #458CD3;
}
/*<th>の再定義*/
.table1 th {
	border:none;
	padding: 4px;
	font-weight: bold;
	border: 1px solid #A9CAEB;
	background-color: #A9CAEB;
}
/*<td>の再定義*/
.table1 td {
	border:none;
	padding: 4px;
	border: 1px solid #A9CAEB;
}

/*------------------------------------------------------------*/
/*class table_underline設定*/
/*------------------------------------------------------------*/
/*<table>の再定義*/
table.table_underline {
	border:none;
	table-layout:fixed;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 20px;
	padding: 0px;
}
/*セル下線のみ*/
.table_underline td{
	border:none;
	background-color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #999999;
	border-left: none;
	padding-right: 2px;
	padding-left: 10px;
}


/*------------------------------------------------------------*/
/*class Table設定 2*/
/*------------------------------------------------------------*/
/*<table>の再定義*/
table.table_normal {
	border:none;
	table-layout:fixed;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 20px;
	padding: 0px;
}



/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*ヘッダ*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------------------------------------*/
/*ID設定*/
/*------------------------------------------------------------*/
/*ヘッダ全体*/
#header {
	height: 300px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
/*ヘッダ左上（ロゴがある場所）*/
#header_01 {
	float: left;
	height: 59px;
}
/*ヘッダ左上<H1>の再定義*/
#header_01 H1{
	margin: 0;
	padding: 0;
}
/*ヘッダ右上（3言語切り替え、サイト内検索がある場所）*/
#header_02 {
	float: right;
	text-align: right;
	width: 250px;
}
/*「3言語」レイアウト*/
#header_laChg {
	float: right;
	padding: 0;
	margin: 0;
}
/*「サイト内検索」レイアウト*/
#header_seach {
	float: right;
	clear:both;
	width:177px;
	height:18px;
	margin: 0;
	padding: 0;
}
/*グロナビ*/
#header_gnavi {
	clear: both;
	margin: 0;
	padding: 0;
	height: 34px;
}
/*ヘッダ部メイン画像*/
#header_headerImg {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin: 0;
	padding: 0;
	height: 175px;
}



/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*コンテンツ*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------------------------------------*/
/*ID設定*/
/*------------------------------------------------------------*/
/*コンテンツ全体*/
#contents {
	margin: 0;
	padding: 0;
}




/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*コンテンツ左*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------------------------------------*/
/*ID設定*/
/*------------------------------------------------------------*/
/*コンテンツ左（サブナビがある場所）*/
#contents_left {
	width: 159px;
	float: left;
	margin: 0;
	padding: 0;
}

/*サブナビレイアウト*/
.snavi {
	padding: 0;
	margin: 0;
}
/*サブナビ部ヘッダ<h3>の再定義*/
.snavi h3 {
	background-color: #666666;
	padding-left: 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*サブナビリンク先リスト*/
.snavi_list {
}
/*リスト*/
.snavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 25px;
	line-height: 180%;
}
/*リスト項目*/
.snavi li {
	padding-left: 14px;
	margin-left: 8px;
	padding-right: 16px;
	background: url(../images_global_css/arrow_css.gif) no-repeat 0px 6px;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*コンテンツ内メイン記事*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------------------------------------*/
/*ID設定*/
/*------------------------------------------------------------*/
/*コンテンツ右（メインの記事がある場所）*/
#contents_rignt {
	width: 586px;
	left: 160px;
	margin-left: 159px;
	margin-bottom: 0px;
	padding: 0;
}


/*------------------------------------------------------------*/
/*タグ設定*/
/*------------------------------------------------------------*/
/*メイン部レイアウト*/
.contents_maim {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 100px;
	padding-bottom: 3em;
	border-bottom: 1px solid #E8E8E8;
	font-family: "Times New Roman", Times, serif;
}
/*メイン部<H2>の再定義*/
.contents_maim h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 10px;
	background: url(../images_global_css/BG_01_css.gif) repeat-x bottom;
	margin-bottom: 8px;
	background-color:#F2F2F2;
	margin-top: 0px;
}
/*メイン部<H3>の再定義*/
.contents_maim h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	padding-left: 4px;
	margin-top: 4em;
	border-bottom: 1px dashed #D9D9D9;
	border-left: 8px solid #D9D9D9;
}
/*メイン部<H4>の再定義*/
.contents_maim h4 {
	font-size: 1em;
	font-weight: bold;
	padding: 0 10px 0 0;
	margin: 1em 0 0.5em 16px;
	border-bottom: 1px dotted #D9D9D9;
	margin-bottom: 8px;
	font-family: "Times New Roman";
}
/*メイン部<H5>の再定義*/
.contents_maim h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 0 10px 0 0;
	margin: 1em 0 0.5em 32px;
	border-bottom: 1px dotted #D9D9D9;
	margin-bottom: 8px;
}
/*メイン部<P>の再定義(P下マージン無し)*/
.contents_maim p {
	margin: 0.5em 10px 0.5em 10px;
	padding: 0px 6px 0px 6px;
/*	text-indent: 1em;*/
}
/*<ol>,<ul>の再定義*/
.contents_maim ol,
.contents_maim ul {
	margin: 0.5em 10px 0.5em 10px;
	padding: 0px 6px 0px 4em;
}
/*メイン部<em>の再定義*/
.contents_maim em {
	font-style: normal;
	font-weight: bold;
}
/*メイン部<strong>の再定義*/
.contents_maim strong {
	color: #FF7575;
	font-size: 1em;
	font-weight: bold;
}
/*メイン部<blockquote>の再定義*/
.contents_maim blockquote {
	border: 1px dotted #FF9D0B;
	background-color: #FFF3E1;
	margin: 30px;
	padding: 8PX;
}




/*------------------------------------------------------------*/
/*クラス設定*/
/*------------------------------------------------------------*/
/*◆レイアウト*/
/*上部スペース*/
.contents_maim .space_top {
	margin-top: 1em;
}
/*下部スペース*/
.contents_maim .space_bottom {
	margin-bottom: 1em;
}
/*上下部スペース*/
.contents_maim .space_tb {
	margin-top: 1em;
	margin-bottom: 1em;
}
/*一行目インデント無し*/
.contents_maim .indent_non {
	text-indent: 0em;
}
/*署名部*/
.contents_maim .syomei {
	margin: 1em 10px;
	text-indent: 0em;
}
/*日付の定義*/
.contents_maim .date {
	text-align:right;
	margin-bottom: 2em;
}

/*メイン部<IMG>の再定義*/
.contents_maim .contents_img{
	margin-bottom: 10px;
	float: right;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-left: 10px;
	color: #79703C;
	margin-right: 6px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*フッタ*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------------------------------------*/
/*タグ設定*/
/*------------------------------------------------------------*/
/*コピーライト部<address>の再定義*/
address {
	font-size: 12px;
	font-style: normal;
}


/*------------------------------------------------------------*/
/*ID設定*/
/*------------------------------------------------------------*/
/*フッタ全体*/
#footer {
	margin-top: 20px;
}
/*フッタテキスト版グロナビ*/
#footer_Link {
	text-align: center;
	padding: 5px;
	margin: 0;
}
/*コピーライト*/
#footer_Copyright {
	text-align: center;
	border: 1px solid #CCCCCC;
	background: #F2F2F2 url(../images_global_css/BG_01_css.gif) repeat-x bottom;
}



/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*フォーム部*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------------------------------------*/
/**/
/*------------------------------------------------------------*/
/*必須強調*/
.hissu{
	color: #FF0099;
}

/*------------------------------------------------------------*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

