@charset "UTF-8";

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

基本設定

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

body{
	padding:0;
	margin:0;
	text-align:center;
	font-size:small;
	color:#333333;
	font-family:Arial;
}

img{
	border:0;
	vertical-align:top;
}

h1,h2,h3,p,dl,dd,dt,ul,li,form{
	padding:0;
	margin:0;
}

ul{
	list-style:none;
}

p,dd,dt,td{
	line-height:140%;
}

hr{
	padding:0;
	margin:0;
	display:none;
}

.mb5{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb_custom{
	margin-bottom:300px;
}

.f_right{
	float:right;
}

.f_right10{
	float:right;
	margin:0 0 10px 10px;
}

.f_left{
	float:left;
}

.f_left10{
	float:left;
	margin:0 10px 10px 0;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.mid{
	vertical-align:middle;
}

.ls{
	letter-spacing:-1px;
}

a{
	overflow:hidden;
	outline:none;
	color:#966500;
}

a:hover{
	color:#F2803A;
}

.right{
	text-align:right;
}

.topbanner_a{
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
}


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

clearfix

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

.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/

* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */

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

ヘッダー

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

#header{
	border-top:2px solid #996600;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}

#header_inner{
	width:900px;
	height:85px;
	margin:0 auto;
	position:relative;
	background:#ffffff;
}

#logo a{
	background:url(../images/common/logo.gif) no-repeat;
	position:absolute;
	top:20px;
	left:0;
	text-indent:-9999px;
	width:386px;
	height:60px;
	display:block;
	text-decoration:none;
}

#logo_100th a{
	background:url(https://jssspn.jp/images/common/100th.png) no-repeat;
	position:absolute;
	top:19px;
	left:400px;
	text-indent:-9999px;
	width:86px;
	height:61px;
	display:block;
	text-decoration:none;
}


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

ユーティリティ

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

#utility li a{
	display:block;
	position:absolute;
	text-indent:-9999px;
	text-decoration:none;
}

#btn_sitemap a{
	background:url(../images/common/btn_sitemap.gif) no-repeat;
	width:81px;
	height:14px;
	right:262px;
	bottom:20px;
}

#btn_sitemap a:hover{
	background-position:0 -14px;
}

#btn_sitemap_on a{
	background:url(../images/common/btn_sitemap.gif) no-repeat;
	background-position:0 -14px;
	width:81px;
	height:14px;
	right:262px;
	bottom:20px;
}

#btn_english a{
	background:url(../images/common/btn_english.gif) no-repeat;
	width:52px;
	height:14px;
	right:195px;
	bottom:20px;
}

#btn_english a:hover{
	background-position:0 -14px;
}

#btn_contact a{
	background:url(../images/common/btn_contact.gif) no-repeat;
	width:180px;
	height:45px;
	right:0;
	bottom:20px;
}

#btn_contact a:hover{
	background-position:0 -45px;
}

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

グローバルナビ

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

#navi_area{
	width:100%;
	height:40px;
	background:url(../images/common/bg_navi.gif);
	position:relative;
}

#navi{
	width:900px;
	height:40px;
	margin:0 auto;
	position:relative;
}

#navi li a{
	display:block;
	position:absolute;
	width:180px;
	height:40px;
	text-indent:-9999px;
	text-decoration:none;
}

/* マウスオフ */
#btn_home a{ background:url(../images/common/navi.gif) 0 0 no-repeat; top:0; left:0;}
#btn_guide a{ background:url(../images/common/navi.gif) -180px 0 no-repeat; top:0; left:180px;}
#btn_event a{ background:url(../images/common/navi.gif) -360px 0 no-repeat; top:0; left:360px;}
#btn_member a{ background:url(../images/common/navi.gif) -540px 0 no-repeat; top:0; left:540px;}
#btn_link a{ background:url(../images/common/navi.gif) -720px 0 no-repeat; top:0; left:720px;}

/* マウスオン */
#btn_home a:hover{ background-position:0 -40px; }
#btn_guide a:hover{ background-position:-180px -40px;}
#btn_event a:hover{ background-position:-360px -40px;}
#btn_member a:hover{ background-position:-540px -40px;}
#btn_link a:hover{ background-position:-720px -40px;}

/* アクティブ */
#btn_home_on a{ background:url(../images/common/navi.gif) 0 -40px no-repeat; top:0; left:0;}
#btn_guide_on a{ background:url(../images/common/navi.gif) -180px -40px no-repeat; top:0; left:180px;}
#btn_event_on a{ background:url(../images/common/navi.gif) -360px -40px no-repeat; top:0; left:360px;}
#btn_member_on a{ background:url(../images/common/navi.gif) -540px -40px no-repeat; top:0; left:540px;}
#btn_link_on a{ background:url(../images/common/navi.gif) -720px -40px no-repeat; top:0; left:720px;}

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

コンテンツ

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

#container{
	width:900px;
	margin:0 auto;
	text-align:left;
	padding-top:147px;
}

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

左カラム

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

#left_column{
	width:250px;
	float:left;
	margin-right:20px;
}

#left_column h2 a{
	width:250px;
	height:31px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}

/* サイドメニュータイトルオフ */
#btn_about a{ background:url(../images/common/btn_about.gif) no-repeat; }
#btn_info_side a{ background:url(../images/common/btn_info_side.gif) no-repeat; }
#btn_soils2015 a{ background:url(../images/common/btn_soils2015.gif) no-repeat; }
#btn_book a{ background:url(../images/common/btn_book.gif) no-repeat; }


/* サイドメニュータイトルオン */
#btn_about a:hover{ background-position:0 -31px; }
#btn_info_side a:hover{ background-position:0 -31px; }
#btn_book a:hover{ background-position:0 -31px; }
#btn_soils2015 a:hover{ background-position:0 -31px; }

#left_column ul{
	margin-bottom:15px;
}

#left_column ul.last{
	margin-bottom:0;
}

#left_column li a{
	width:218px;
	display:block;
	text-decoration:none;
	border-right:1px solid #73A21E;
	border-bottom:1px solid #73A21E;
	border-left:1px solid #73A21E;
	background:url(../images/common/bg_sidemenu_off.gif) no-repeat;
	color:#333333;
	padding:6px 5px 6px 25px;
	background-color:#F1F6E8;
	background-position:center;
}

*:first-child+html #left_column li a{
	padding:9px 5px 9px 25px;
}

#left_column li a:hover,
#left_column li.on a{
	background:url(../images/common/bg_sidemenu_on.gif) no-repeat;
	background-color:#D5E4BB;
	background-position:center;
}

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

右カラム

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

#right_column{
	width:630px;
	float:right;
}

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

トップ新着情報＆イベント情報

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

#news a{
	background:url(../images/top/bar_news.gif) no-repeat;
	width:630px;
	height:31px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}

#event a{
	background:url(../images/top/bar_event.gif) no-repeat;
	width:630px;
	height:31px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}

#news a:hover,
#event a:hover{
	background-position:0 -31px;
}

#news_box,
#event_box{
	border-right:1px solid #F1803A;
	border-bottom:1px solid #F1803A;
	border-left:1px solid #F1803A;
	padding:10px 10px 0 10px;
}

#news_box dl{
	border-bottom:1px dashed #999999;
	padding-bottom:10px;
	margin-bottom:10px;
}

#news_box dl dt{
	float:left;
	margin-right:10px;
	width:98px;
}

#news_box dl dd{
	float:left;
	background:url(../images/common/arrow.gif) no-repeat;
	background-position:0 center;
	padding-left:15px;
	width:485px;
}

#event_box dl{
	padding-bottom:10px;
}

#event_box dl dt{
	float:left;
	margin-right:10px;
	width:74px;
}

#event_box dl dd{
	float:left;
	width:524px;
}

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

前のページへ戻る

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

#back{
	text-align:center;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	padding:15px 0;
}

#back2{
	text-align:center;
}

#back a,
#back2 a{
	background:url(../images/common/arrow_re.gif) no-repeat;
	background-position:0 center;
	padding-left:8px;
}

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

ページの先頭へ戻る

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

#pagetop{
	width:900px;
	margin:30px auto 0 auto;
}

#pagetop_inner{
	float:right;
}

#pagetop_inner a{
	background:url(../images/common/btn_pagetop.gif) no-repeat;
	width:123px;
	height:11px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}

#pagetop_inner a:hover{
	background-position:0 -11px;
}

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

パンくず

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

#topicpath{
	margin-bottom:20px;
}

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

タイトル

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

#title{
	background:url(../images/common/bg_title.gif) no-repeat;
	background-color:#FFF8DC;
	background-position:center;
	border-top:1px solid #9A6600;
	border-bottom:1px solid #9A6600;
	padding:20px 112px 20px 20px;
	margin-bottom:30px;
	font-family:"ヒラギノ角ゴ Pro W3";
}

#title_cms{
	background:url(../images/common/bg_title.gif) no-repeat;
	background-color:#FFF8DC;
	background-position:center;
	border-top:1px solid #9A6600;
	border-bottom:1px solid #9A6600;
	padding:20px 112px 20px 20px;
	margin-bottom:15px;
	font-family:"ヒラギノ角ゴ Pro W3";
}

#title_solo{
	background:url(../images/common/bg_title.gif) no-repeat;
	background-color:#FFF8DC;
	background-position:center;
	border-top:1px solid #9A6600;
	border-bottom:1px solid #9A6600;
	padding:34px 112px 34px 20px;
	margin-bottom:30px;
	font-family:"ヒラギノ角ゴ Pro W3";
}

#title_solo_cms{
	background:url(../images/common/bg_title.gif) no-repeat;
	background-color:#FFF8DC;
	background-position:center;
	border-top:1px solid #9A6600;
	border-bottom:1px solid #9A6600;
	padding:34px 112px 34px 20px;
	margin-bottom:15px;
	font-family:"ヒラギノ角ゴ Pro W3";
}

#title p,
#title_cms p{
	padding-bottom:10px;
	font-family:Osaka, "ＭＳ Ｐゴシック";
}

#title h1,
#title_cms h1,
#title_solo h1,
#title_solo_cms h1{
	font-size:180%;
}

*:first-child+html #title h1,
*:first-child+html #title_cms h1,
*:first-child+html #title_solo h1,
*:first-child+html #title_solo_cms h1{
	font-weight:normal;
}

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

サブタイトル

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

.sub{
	background:url(../images/common/bg_sub.gif) no-repeat;
	height:40px;
	line-height:40px;
	text-indent:12px;
	color:#ffffff;
	font-size:medium;
	margin-bottom:15px;
}

.sub2{
	background:url(../images/common/bg_sub.gif) no-repeat;
	height:40px;
	line-height:40px;
	text-indent:12px;
	color:#ffffff;
	font-size:medium;
	margin-bottom:5px;
}

.sub_link a{
	background:url(../images/common/bg_sub.gif) no-repeat;
	height:40px;
	line-height:40px;
	text-indent:12px;
	color:#ffffff;
	font-size:medium;
	display:block;
	text-decoration:none;
	margin-bottom:15px;
}

.sub_link2 a{
	background:url(../images/common/bg_sub.gif) no-repeat;
	height:40px;
	line-height:40px;
	text-indent:12px;
	color:#ffffff;
	font-size:medium;
	margin-bottom:0;
	display:block;
	text-decoration:none;
}

.sub_bn a{
	background:url(../images/common/bg_sub_bn.gif) 0 0 no-repeat;
	height:40px;
	line-height:40px;
	text-indent:12px;
	color:#ffffff;
	font-size:medium;
	margin-bottom:0;
	display:block;
	text-decoration:none;
}

.sub_bn a:hover{
	background:url(../images/common/bg_sub_bn.gif) 0 -40px no-repeat;
}

.sub_link a:hover,
.sub_link2 a:hover{
	color:#BCB8AA;
}

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

サブメニュー

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

.submenu{
	margin-bottom:30px;
}

.submenu_last{
	margin-bottom:0;
}

.submenu_left{
	width:305px;
	float:left;
	margin-right:20px;
}

.submenu_right{
	width:305px;
	float:left;
}

.submenu_left h2 a,
.submenu_right h2 a{
	width:279px;
	padding:12px;
	border:1px solid #9A6600;
	display:block;
	text-decoration:none;
	background:url(../images/common/bg_submenu_off.gif) no-repeat;
	background-position:bottom;
	background-color:#ffffff;
	font-size:small;
	color:#333333;
	font-weight:normal;
}

.submenu_left h2 a:hover,
.submenu_right h2 a:hover{
	text-decoration:none;
	background:url(../images/common/bg_submenu_on.gif) no-repeat;
	background-position:bottom;
	background-color:#ffffff;
	color:#333333;
}

.submenu_left h2 a span,
.submenu_right h2 a span{
	background:url(../images/common/arrow2.gif) no-repeat;
	background-position:0 center;
	padding-left:15px;
}

.submenu_left p,
.submenu_right p{
	padding:10px 10px 0 10px;
}

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

ファイルダウンロード

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

.file h3{
	border-bottom:1px solid #b2b2b2;
	padding:5px;
	font-size:110%;
	margin-bottom:10px;
}

.file ul{
	padding:0;
}

.file ul li{
	background:url(../images/common/arrow.gif) no-repeat;
	background-position:0 center;
	padding-left:9px;
	margin-bottom:5px;
}

.file ul li.last{
	margin-bottom:0;
}

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

組織・役員テーブル

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

.cell_type01 .cell01{
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	padding:8px;
	vertical-align:top;
	text-align:left;
}

.cell_type01 .cell02{
	border-top:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	padding:8px;
	vertical-align:top;
	text-align:left;
}

.cell_type01 .cell03{
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	padding:8px;
	vertical-align:top;
	text-align:left;
}

.cell_type01 .cell04{
	border:1px solid #B2B2B2;
	padding:8px;
	vertical-align:top;
	text-align:left;
}

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

学会誌・刊行物テーブル

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

.cell_type02 .cell01{
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	padding:8px;
	background:#E4E3DD;
	text-align:center;
}

.cell_type02 .cell02{
	border-top:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	padding:8px;
	background:#E4E3DD;
	text-align:center;
}

.cell_type02 .cell03{
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	padding:8px;
}

.cell_type02 .cell04{
	border-top:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	padding:8px;
}

.cell_type02 .cell05{
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	padding:8px;
}

.cell_type02 .cell06{
	border:1px solid #B2B2B2;
	padding:8px;
}

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

入会についてテーブル

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

.cell_type03 th,
.cell_type03 td{
	padding:6px;
}

.cell_type03 .cell01{
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	background:#E4E3DD;
	text-align:center;
}

.cell_type03 .cell02{
	border-top:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	background:#E4E3DD;
	text-align:center;
}

.cell_type03 .cell03{
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
}

.cell_type03 .cell04{
	border-top:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
}

.cell_type03 .cell05{
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
}

.cell_type03 .cell06{
	border:1px solid #B2B2B2;
}

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

入会についてテーブル2012

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

.cell_type04 th,
.cell_type04 td{
	padding:5px;
	font-size:100%;
}

.cell_type04 .cell01{
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	background:#E4E3DD;
	text-align:center;
}

.cell_type04 .cell02{
	border-top:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	background:#E4E3DD;
	text-align:center;
}

.cell_type04 .cell03{
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
}

.cell_type04 .cell04{
	border-top:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
}

.cell_type04 .cell05{
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
}

.cell_type04 .cell06{
	border:1px solid #B2B2B2;
}

.cell_type04 .cell07{
	border-right:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
}

.kind{
	font-size:70%;
	font-family:Tahoma;
	line-height:110%;
}

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

過去の大会情報　テーブル

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

.cell_type05{
	}

.cell_type05 th{
	background:#E4E3DD;
	vertical-align:middle;
	text-align:center;
}

.cell_type05 .cell01{
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	vertical-align:middle;
	text-align:center;
	padding:3px;
}

.cell_type05 .cell02{
	border-top:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	vertical-align:middle;
	padding:3px;
}

.cell_type05 .cell03{
	border-top:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	vertical-align:middle;
	text-align:center;
	padding:3px;
}

.cell_type05 .cell04{
	border-top:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	vertical-align:middle;
	padding:3px;
}

.cell_type05 .cell05{
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	vertical-align:middle;
	text-align:left;
	padding:3px;
}

.cell_type05 .cell06{
	border-top:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	vertical-align:middle;
	text-align:left;
	padding:3px;
}



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

会長挨拶

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

#ceo{
	font-size:medium;
	font-weight:bold;
	text-align:right;
}

.ceo_img{
	text-align:right;
	float:right;
	margin:10px;
	
}

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

賛助会員

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

#member li{
	width:287px;
	background:url(../images/common/arrow.gif) no-repeat;
	background-position:5px center;
	padding:10px 5px 10px 13px;
	float:left;
	border-bottom:1px solid #B2B2B2;
}

#member li.type01{
	margin:0 20px 10px 0;
}

#member li.type02{
	margin-bottom:10px;
}

#member li a{
	text-decoration:none;
}

#member li.last{
	margin-bottom:0;
}

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

若手の会

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

.wakate_left{
	float:left;
	margin-right:20px;
	width:406px;
}

.wakate_right{
	float:right;
	width:204px;
}

.photo{
	border:1px solid #cccccc;
}

.photo2{
	border:1px solid #ffffff;
}

.wakate_right img{
	border:1px solid #ffffff;
}

.comment{
	padding:0 0 15px 0;
	font-size:x-small;
}

.comment_last{
	padding:0;
	font-size:x-small;
}

*:first-child+html .comment,
*:first-child+html .comment_last{
	font-size:70%;
}

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

CMS

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

#cms{
	margin-bottom:30px;
}

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

イベント情報

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

#event_list dl{
	padding:15px 0;
	border-bottom:1px solid #B2B2B2;
}

#event_list dl dt{
	float:left;
	margin-right:10px;
	width:74px;
}

#event_list dl dd{
	float:left;
	width:546px;
}

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

新着情報

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

#news_list dl{
	padding:15px 0;
	border-bottom:1px dashed #999999;
}

#news_list dl dt{
	float:left;
	margin-right:10px;
	width:98px;
}

#news_list dl dd{
	float:left;
	background:url(../images/common/arrow.gif) no-repeat;
	background-position:0 center;
	padding-left:15px;
	width:507px;
}

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

お知らせ

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

.info_list{
	border-bottom:1px dotted #999999;
	padding:15px;
}

.info_list dt{
	float:left;
	padding-right:10px;
	width:98px;
}

.info_list dd{
	float:left;
	background:url(../images/common/arrow.gif) no-repeat;
	background-position:0 center;
	padding-left:15px;
	width:477px;
}

.information h3 a{
	border-bottom:2px solid #999999;
	padding:5px;
	font-size:medium;
	margin-bottom:0;
	text-decoration:none;
	display:block;
	color:#333333;
}

.information h3 a:hover{
	color:#999999;
}

.information ul{
	padding:0;
}

.information ul li a{
	background:url(../images/common/arrow.gif) no-repeat;
	background-position:15px center;
	padding:15px 15px 15px 24px;
	border-bottom:1px dotted #999999;
	display:block;
	text-decoration:none;
}

.information ul li.empty,
p.empty{
	padding:15px;
	border-bottom:1px dotted #999999;
}

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

サイトマップ

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

#sitemap ul{
	padding:0;
}

#sitemap ul li{
	background:url(../images/common/arrow.gif) no-repeat;
	background-position:0 5px;
	padding-left:9px;
	margin-bottom:5px;
}

#sitemap ul li.last{
	margin-bottom:0;
}

#sitemap ul li li{
	background:url(../images/common/arrow.gif) no-repeat;
	background-position:0 center;
	padding-left:9px;
	margin:5px 0 5px 20px;
}

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

フッター

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

#footer{
	width:100%;
	background:url(../images/common/bg_copy.gif);
	background-repeat:repeat-x;
	text-align:center;
	margin-top:30px;
}

#footer address{
	width:900px;
	margin:0 auto;
	background:url(../images/common/copy.gif) no-repeat;
	height:125px;
}

#footer address span{
	display:none;
}

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

国際土壌年2015　フォトコンテスト

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


div.photocon_index{
	font-size:14px;
	margin-top:20px;
}

div.photocon_index h2{
	padding:5px 0px 3px 10px;
	font-size:18px;
	font-weight:bold;
	border-left:#6B6B6B solid 8px;
	border-bottom:#6B6B6B solid 1px;
	margin:20px 0px 10px 0px;
}

div.photocon_index h3{
	font-size:15px;
	margin-top:0px;
	margin-bottom:10px;
}

div.photocon_index p{
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
}

div.photocon_index p.comment{
	font-size:14px;
	width:466px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

div.photocon_index h3 .title{
	font-size:16px;
	color:#0C7341;
}

div.photocon_index a{
	text-decoration:none;
}

div.photocon_index p img{
	float:right;
	margin-left:14px;
	margin-bottom:1.5em;
}

@media print {
	div.photocon_index img {display:none}
}


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

国際土壌年2015　フォトコンテスト作品ページ

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


div.photocontest{
	background-color:#676767;
	padding:10px 10px 20px 10px;
	font-size:14px;
	color:#FFFFFF;
	margin-top:0px;
}

h1.pcon{
	font-size:16px;
	background-color:#B8B8B8;
	padding:7px 5px 7px 5px;
}

h2.pcon{
	font-size:20px;
	line-height:30px;
}

h3.pcon{
	color:#E6F12B;
	font-size:16px;
}

div.photocontest blockquote {
	font-size:14px;
	text-indent:1em;
	line-height:20px;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
}


div.photocontest p.img{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;	
}

div.photocontest ul{
	padding-left:1em;
	list-style:disc;
}

@media print {
	div.photocontest img {display:none}
}






