@charset "utf-8";

/* formatting style
----------------------------------- */

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	position: relative;
	left: +1px;
	top: +1px;
	color: #CCFF00;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-color: #d6cfb3;
	background-repeat: repeat;
}

/* basic layout
----------------------------------- */
#wrapper {
	background-color: #FFFFFF;
	width: 585px;
	margin: 0px auto;
	padding: 0;
}

#header {
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-image:url(images/ambotoR1C1.jpg);
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;
}
#profile #header {
	background-image: url(images/inasaku_03.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;
}
#event #header {
	background-image: url(images/pruebas2.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;
}
#euskera #header {
	background-image: url(images/donostia2.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;
}

#japanese #header {
	background-image: url(images/mito.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;
}

#speciality #header {
	background-image: url(images/itxasoa2.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;
}
#photo #header {
	background-image: url(images/jai_alai.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;
}
#contact  #header {
	background-image: url(images/gugengeim.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;
}

#links #header {
	background-image: url(images/links.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;
}
#jpculture #header {
	background-image: url(images/yokohama.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;

}

#jpkankou #header {
	background-image: url(images/bamboo.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;

}
#jpfood #header {
	background-image: url(images/tins.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;

}

#jphistory #header {
	background-image: url(images/oni.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;

}
#bqculture #header {
	background-image: url(images/frenchbasque.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;

}
#bqkankou #header {
	background-image: url(images/ssebastian.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;

}
#bqfood #header {
	background-image: url(images/pintxo.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;

}
#bqhistory #header {
	background-image: url(images/guernica.jpg);
	width:587px;
	height: 180px;
	margin-top: 0em;
	padding-top: 0px;
	background-repeat:no-repeat;
	border-top: 3px solid #4682b4;

}
hr {
	border-top: none #FFFFFF;
	width: 100%;
	clear: both;
}

h1 {
	margin-top: 5px;
	margin-left: 400px;
}
.contents {
	padding-left: 120px;
}


#header ul {
	color: #ffffff;
	text-align: left;
	margin-top: 70px;
	margin-right: 20px;
}

#header  ul li {
	display: inline;
	list-style: none;
	margin-left: 1em;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
} 
#header ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#header ul li a:hover {
	color: #b3b300;
}


a img {
	border-style: none;
}

#sidebar {
	float: left;
	width: 130px;
	padding-left: 10px;
	margin-top: 10px;
}
#sidebar ul {
	background-color: #FFFFFF;
	width: 130px;
	left: 0px;
	top: 20px;
}
#sidebar ul li a {
	line-height: 3.5em;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/webbutton.jpg);
	text-align: center;
	display: block;
	height: 39px;
	width: 130px;
	background-repeat: no-repeat;
	font-weight: normal;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom: 3px solid #FFFFFF;
}
#sidebar ul li a:hover {
	color: #0033CC;
}
#sidebar #nHome a,
{
	color: #FFFFFF;
	background-image: url(images/webbutton_visited.jpg);
}


#menu_bar {
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a50000;
	border-right-color: #a50000;
	border-bottom-color: #a50000;
	border-left-color: #a50000;
}
#menu {
	background-image: url(images/about-jpn_bsq.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 196px;
	width: 551px;
	margin-top: 5px;
	margin-left: 15px;
}



#menu_jpn  {
	height: 196px;
	width: 260px;
	float: left;
}
.menu_title_jp {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12pt;
	color: #CCCCCC;
	margin-left: 70px;
	font-weight: bolder;
	margin-top: 10px;
}
.menu_title_jp_eng {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	margin-left: 70px;
	margin-top: 10px;
}


#menu_jpn ul {
	padding-top: 25px;
	padding-left: 90px;
}
#menu_jpn ul li {
	font-size: 12pt;
	font-weight: bolder;
}
#menu_jpn ul li a {
	text-decoration: none;
	color: #666666;
}
#menu_jpn ul li a:hover {
	color: #0033CC;
}

#menu_bsq {
	height: 196px;
	width: 260px;
	float: right;
}
.menu_title_bsq {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12pt;
	font-weight: bolder;
	color: #CCCCCC;
	margin-top: 10px;
	margin-left: 70px;
}
.menu_title_bsq_eng {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #CCCCCC;
	margin-top: 10px;
	margin-left: 70px;
}
.menu_title_bsq_eus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CCCCCC;
	margin-top: 10px;
	margin-left: 60px;
}




#menu_bsq ul {
	padding-top: 30px;
	padding-left: 105px;
}
#menu_bsq ul li {
	font-size: 12pt;
	font-weight: bolder;
}
#menu_bsq ul li a {
	text-decoration: none;
	color: #666666;
}

#menu_bsq ul li a:hover {
	color: #0033CC;
}
#menu_bsq_en {
	float: right;
	margin-top: 10px;
	padding-right: 18px;
	height: 212px;
	width: 260px;
}
#menu_bsq_en ul {
	padding-top: 34px;
	padding-left: 98px;
	float: right;
	height: 212px;
	width: 260px;
}
#menu_bsq_en ul li {
	font-size: 12pt;
	font-weight: bolder;
}
#menu_bsq_en ul li a {
	color: #666666;
	text-decoration: none;
}
#menu_bsq_en ul li a:hover {
	color: #0033CC;
}
#menu_jpn_en {
	background-image: url(images/about_jpn_en.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 212px;
	width: 260px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu_jpn_en ul {
	padding-top: 36px;
	padding-left: 83px;
}
#menu_jpn_en ul li {
	font-size: 12pt;
	font-weight: bolder;
}
#menu_jpn_en ul li a {
	color: #666666;
	text-decoration: none;
}
#menu_jpn_en ul li a:hover {
	color: #0033CC;
}







#main {
	width: 465px;
	color: #333333;
	padding: 0px 5px 10px 0px;
	margin-bottom: 20px;
	margin-left: 80px;
	font-size: 9pt;
	clear: right;
	display: block;
}
.title  {
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bolder;
	color: #666666;
	background-image: url(images/line02.jpg);
	background-repeat: no-repeat;
	width: 200px;
	margin-left: 100px;
	padding-left: 10px;
}
.underline {
	color: #333333;
	text-decoration: underline;
}
.notchoice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}


.title_profile {
	font-size: 12pt;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bolder;
	color: #666666;
	background-image: url(images/line02.jpg);
	background-repeat: no-repeat;
	margin-left: 100px;
	padding-left: 10px;
}


#main p {
	padding-left: 100px;
}
#news {
	padding-left: 100px;
}


.clear {
clear:right;
}
h2 {
	text-indent: -9999px;
}
/* footer
----------------------------------- */
#footer {
	color: #FFFFFF;
	background-color: #999966;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 150px;
}
#main table {
	margin-left: 50px;
}
