@charset "utf-8";
/* =======================================

	style CSS
	
========================================== */
/* ページ全体
========================================== */

/* リセット設定 */
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
* html {
 *font-size:small;
 *font:x-small;
}


body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}

/* IE対策 */
article aside details figcaption figure footer header hgroup menu, nav section {
	display: block; 
}


/* 共通設定 */

body {
	background-color: #FFFFFF;
	color: #000;
	text-align: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 945px;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
body#other {
	background-color: #f3f3f3;
	color: #000;
	text-align: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 945px;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#wrap {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;	
}

* html #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
img {
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
ul, dl, ol {
	text-indent: 0;
}
li {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight:inherit;
}
* html input, * html textarea, * html select {
	font-size: 100%;
}
*:first-child+html+input, *:first-child html+textarea, *:first-child+html select {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font-size:12px;
}
th, td {
	text-align: left;
	vertical-align: top;
}
caption {
	text-align: left;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}


a {
	color: #0574b1;
	text-decoration: none;
}
a:hover {
	color: #0574b1;
	text-decoration: underline;
}
#pagetop {
	margin: 0px;
	padding: 0px;
	height: 0px;
	text-indent: -9999px;
}
p {
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

p.small{
	font-size:smaller;
	margin-top:30px;
	padding-top:10px;
	border-top:1px dashed #ccc;
}
.clear_both {
	clear: both;
}

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

.clearfix{
	width:100%;
}
.clearfix:after{
	content: ""; display: block; clear: both;
}
*:after {display:block;clear:both;}
element {width:100%;} /* clearfix IE6, 7 */
element:after {content:"";} /* clearfix */

/*---------------------------------------------------*/
/*　パンくず設定　*/
/*---------------------------------------------------*/

#pankuzu p{
	text-align:right;
	margin:0 0 10px 0;
	padding:0;
	font-size:10px;
}

#pankuzu p a{
	color:#333;
}

#pankuzu p a:hover{
	color:#0574b1;
	text-decoration:none;
}

/*---------------------------------------------------*/
/*　ヘッダー　*/
/*---------------------------------------------------*/

header{
	width:100%;
	height:145px;
	background-image:url(../images/header_back.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	text-align:left;
}
#header_logo{
	width:850px;
	margin:0 auto 0;
	padding:5px 0 0 0;
}
#header_logo h1{
	margin:0;
	padding:0;
}

/*---------------------------------------------------*/
/*　ナビゲーション　*/
/*---------------------------------------------------*/

nav {
	width:100%;
	height:55px;
	margin:0;
	padding:0;
	background-image:url(../images/navi_back.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

ul#navi_box {
	width: 842px;
	height: 55px;
	margin:0 auto;
	
}
ul#navi_box li{
	padding:0;
	float:left;
}
ul#navi_box li a {
	display:block;
	height: 55px;
	border:none;
}

ul#navi_box li a:hover {
	opacity: .6!important;
	filter:alpha(opacity=60);
}

/*---------------------------------------------------*/
/*　トップページ　*/
/*---------------------------------------------------*/

/* スライダー部分 */

.slider-wrapper {
	width:850px;
	height:300px;
	padding:0;
	margin:10px auto 30px;
}

#contents_top {
	text-align: left;
	width: 850px;
	padding:0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contents_left{
	width:528px;
	float:left;
	margin:0 0 15px 0;
}

#contents_right{
	width:277px;
	float:left;
	margin:0 0 15px 45px;
}

.banner_area {
	margin:0 0 10px 0;
}
.map_area {
	margin:0;
}
.banner_area  a:hover img {
	opacity: .7!important;
	filter:alpha(opacity=70);
}

/* 新着情報部分 */
#news{
	width: 505px;
	height: 250px;
	overflow: scroll;
	overflow-x: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #002496;
	border-bottom-color: #002496;
	border-left-color: #002496;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;

}
#news dl {
	margin-bottom:10px;
}

#news dt {
	font-size:12px;
	color: #002296;
	font-weight: bold;
	width: 100px;
	margin:0;
	padding: 0px;
}

#news dd {
	font-size:12px;
	line-height:130%;
	padding:0;
	margin-top: -18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 90px;
}

#news a{
	color: #C80407;
	text-decoration: underline;
}



/*---------------------------------------------------*/
/*　下層ページ共通　*/
/*---------------------------------------------------*/


#contents {
	text-align: left;
	width: 770px;
	height: auto;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image : url(contents_back.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	clear: both;
}

#contents h2 {
	width:770px;
	height:110px;
	margin-bottom:20px;
	padding:0;

}
#contents h3{
	border-top:2px solid #002496;
	border-bottom: dotted 1px #ccc;
	padding:7px 0 7px 5px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	color:#333;
}
#contents h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #002496;
	clear: both;
	padding-right: 0;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	background-image : url(list_icon.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	line-height: 18px;
}

p {
	font-size:14px;
	line-height:160%;
	margin:0 0 10px 0;
}
p.m_30{
	margin-left:30px;
}
p img{
	float:left;
	margin:0 15px 10px 0;
}


#contents dl{
	padding:0 20px;
	margin-bottom:30px;
	clear:both;
}

#contents dt{
	margin-bottom:10px;
}

#contents dd{
	margin:0 0 3px 20px;
	padding:0;
}

#contents ul{
	padding:0 20px;
	margin-bottom:30px;
}

#contents li{
	margin:0 0 6px 20px;
	padding:0;
	list-style: disc;
}






/*---------------------------------------------------*/
/*　岡山EU協会についてのページ　*/
/*---------------------------------------------------*/


/* サブナビ部分 */
ul#yakuin {
	padding: 0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}

ul#yakuin li {
	width:70px;
	margin:0 10px 5px 0;
	float:left;
	list-style:none;
	font-size:12px;
	border:solid 1px #ccc;
	background-color:#00a0c6;
	text-align:center;
	
	
}

ul#yakuin li a{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	display:block;
	padding:5px 5px;
	margin:0;
	
}

ul#yakuin li a:hover{
	color: #fff;
	background-color:#8ad7e9;
}

/* 役員テーブル部分 */
table {
	margin-left:5px;
	margin-bottom:30px;

}
th{
	text-align: left;
	font-weight: bold;
	background-image : url(th_back.gif);
	background-repeat: repeat;
	border-bottom: 1px dotted #ccc;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	
}
td {
	background-color: #fff;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}


/* テーブルマウスオーバーの色 */
table tr td.over,
table tr.over td {
	background: #ecf2f3;
}

/* 印刷設定 */
h3.print{
	page-break-before: always;
}


/*---------------------------------------------------*/
/*　イベントページ　*/
/*---------------------------------------------------*/


ul#event {
	margin:10px 0 30px 10px;
	padding:0;
}

ul#event li {
	width:140px;
	margin:0 10px 5px 0;
	float:left;
	list-style:none;
	font-size:12px;
	border:solid 1px #ccc;
	background-color:#fdb303;
	
	
}

ul#event li.on {
	width:140px;
	margin:0 10px 5px 0;
	float:left;
	list-style:none;
	border:dotted 1px #ccc;
	background-color:#fdb303;
}

ul#event li.on a {
	color:#fff;
	font-weight:bold;
}
ul#event li a{
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	display:block;
	padding:5px 5px;
	margin:0;
	
}

ul#event li a:hover{
	color: #fff;
	background-color:#fbd57b;
}

.event_box{
	width: 700px;
	border-left: 1px solid #ccc;
	border-right: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 15px;
	margin: 0 0 10px 15px;
	font-size: 14px;
	clear: both;
}

.event_box p {
	font-size:14px;
	line-height:160%;
	margin:0;
}

.event_box p img{
	float:left;
	margin:0 10px 5px 0;
	padding:5px;
	background-color:#fff;
	border:solid 1px #ccc;
}


dl.event{
	margin-bottom: 30px;
	position:relative;
	clear:both;
}

.event dt{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #1417A7;
	background-image : url(th_back.gif);
	background-repeat: repeat;
	border: 1px dotted #CCCCCC;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom:15px;
}

.event dd{
	margin:0 0 3px 30px;
	padding:0;
}

.font_bold{
	font-weight:bold;
}
.event dt a{
	color:#1417A7;
	text-decoration:underline;
}



/*---------------------------------------------------*/
/*　EU関連リンクページ　*/
/*---------------------------------------------------*/

table.link {
	margin-left:30px;
	margin-bottom:30px;
	border:none;

}
.link th{
	padding:5px 15px 3px;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	color:#fff;
	background-color:#002496;
	background-image:none;
	border-bottom: 1px dotted #ccc;
	
}
.link td {
	background-color:#fff;
	padding:5px 15px 3px;
	vertical-align:top;
	font-size:14px;
	border-bottom: 1px dotted #ccc;
}
.icon{
	background-image : url(list_icon.gif);
	background-repeat: no-repeat;
	background-position:15px 11px;
	list-style: none!important;
	padding:7px 15px 7px 35px!important;
	border-bottom:1px dotted #ccc;
	
}
.font_normal{
	font-weight:normal;
	font-size:14px;
}
.back_g{
	background-image : url(th_back.gif);
}

/*---------------------------------------------------*/
/*　フォトアルバムページ　*/
/*---------------------------------------------------*/

#contents_g {
	text-align: left;
	width: 770px;
	height: auto;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image : url(contents_back.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	clear: both;
}

#galleriffic{
	margin:15px 0 0px;
}
#contents_g ul{
	margin:5px 0 0 0;
	padding:0;
}

#contents_g li{
	float:left;
	margin:10px 11px 0 0;
	padding:0;
}


#contents_g li a:hover img{
    opacity: .6!important;
	filter:alpha(opacity=60);

}



/*---------------------------------------------------*/
/*　フッター　*/
/*---------------------------------------------------*/

footer {
	width:100%;
	height:305px;
	background-image:url(../images/footer_back.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	clear:both;
	background-color:#002496;
}
#footer_main{
	width:850px;
	height:225px;
	margin:0 auto;
	background-image : url(footer_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:80px;
}

footer a{
	color:#fff;
}
footer a:hover{
	color:#fff;
}

footer#other02 a{
	color:#fff;
}

footer#other02 {
	width:100%;
	height:305px;
	background-image:url(../images/footer_back02.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	clear:both;
	margin:0;
	padding:0;
	background-color:#002496;
}
#footer_main02{
	width:850px;
	height:225px;
	margin:0 auto;
	background-image : url(footer_top02.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:80px;
}


#footer_main p{
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
#footer_main02 p{
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

address {
	color:#fff;
	font-size:12px;
	margin-top:15px;
}

.copy{
	font-size:10px;
	color:#fff;
	margin-top:7px;
}
