/*PenJapan Abroad Base layout 　海外基盤
---------------------------------------------------*/

@charset "utf-8";

/* 基盤を海外用に変更
-------------------------------------*/
body {
	background-image: url(../20abroad/img/bg_header_line.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #00b0d8;
}
a:visited {
	color: #008aa9;
}
a:hover {
	color: #ffd872;
}

#header {
	background-image: url(../20abroad/img/bg_header_abroad.gif);
	background-repeat: no-repeat;
}
#header ul#menu li a {
	color: #FFF;
}
#header ul#menu li a:hover {
	color: #ffd872;
}

#footer {
	background-image: url(../20abroad/img/bg_footer_line.gif);
	height: 300px;
	background-repeat: repeat-x;
}
#footer #footer_menu {
	background-image: url(../20abroad/img/bg_footer_abroad.gif);
	background-repeat: no-repeat;
}

#footer_menu .line a {
	color: #FFF;
}

#footer_menu .line a:link {
	color: #FFF;
}
#footer_menu .line a:hover {
	color: #ffd872;
}
#footer #footer_menu h3 {
	color: #FFF;
}
#footer #footer_menu p {
	color: #FFF;
}
#footer #footer_menu #return a {
	color: #FFF;
}
#footer #footer_menu #return a:hover {
	color: #ffd872;
}

#footer address  {
	color: #cb9b0c;
}


/* Abroad location
-----------------------------*/
#contents {
	clear: both;
	width: 950px;
}
#contents ol#location {
	list-style-type: none;
}

#contents ol#location li {
	float: left;
	font-size: 85%;
}
#contents ol#location li a {
	text-decoration: none;
}
#contents ol#location li a:hover {
	color: #ffd872;
}

/*アフェリエイト　ブロック (1)
---------------------------------------------------*/
#affeliate01 {
	clear: both;
	float: left;
	width: 950px;
}

#affeliate01 ul li#left {
	float: left;
	width: 450px;
	font-size: 85%;
	line-height: 1.2em;
	border: 1px solid #cb9b0c;
	margin-top: 10px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	clear: left;
	list-style-type: none;
}
#affeliate01 ul li#left a {
	text-decoration: none;
	color: #666;
}
#affeliate01 ul li#left a:hover {
	color: #ffd644;
}
#affeliate01 ul li#right {
	width: 450px;
	font-size: 85%;
	line-height: 1.2em;
	border: 1px solid #cb9b0c;
	margin-top: 10px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	margin-bottom: 20px;
	float: left;
	margin-left: 10px;
	list-style-type: none;
}

#affeliate01 ul li#right a {
	text-decoration: none;
	color: #666;  
}
#affeliate01 ul li#right a:hover {
	color: #ffd644;
}

/* Bottom Affeliate
-----------------------------------------*/
#affeliate02 {
	clear: both;
	height: 120px;
	width: 950px;
	margin-bottom: 20px;
}

#affeliate02 #google_ad_left {
	height: 90px;
	width: 728px;
	float: left;
	margin-left: 12px;
	border: 1px solid #cb9b0c;
	margin-top: 5px;
}
#affeliate02 #google_ad_right {
	height: 90px;
	width: 180px;
	float: right;
	padding-right: 10px;
	border: 1px solid #cb9b0c;
	margin-top: 5px;
}
