/*
Theme Name: ラテンアメリカ・フォーラム / ラテンアメリカ研究ハブ形成拠点
Theme URI: Theme URI
Author: Author
Author URI: Author URI
Description: Description
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: originale

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*----------------------------------------------------------------------------
******************************************************************************

Style List

* Base
* Wrap
* Header
* Globalnav
* Content
* Footer
* Pager
* Breadcrumb
* Pagetop
* WP addQuickタグ
* WP 独自クラス

******************************************************************************
----------------------------------------------------------------------------*/

/* ==== Base ==== */

body {
	background: url(images/body_bg.jpg) repeat-x #1A1919 top center;
}
.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
/* ==== Wrap ==== */

.wrap {
	background: url(images/wrap_bg.jpg) no-repeat top center;
}
/* ==== Header ==== */

.hd {
	height: 140px;
	position: relative;
}
.hd h1 {
	display: inline-block;
	position: absolute;
	top: 46px;
}
/* ==== Globalnav ==== */

.nav {
	width: 200px;
	padding-bottom: 20px;
	background: url(images/nav_bg.gif) repeat-y;
}
.nav li a {
	display: block;
	padding: 1.2em 5px 1em 20px;
	text-decoration: none;
/*	background: url(images/sidenav_icon.gif) no-repeat left top;*/
	border-bottom: 1px solid #000000;
	border-top: 1px solid #3D3D3D;
	color: #FFF;
}
.nav li a:hover, .nav li.current > a {
	border-bottom-color: #CC0000;
}
.nav ul.children li a {
	padding: 0.6em 5px 0.4em 30px;
	color: #FFF;
	background: rgba(0, 0, 0, 0.4);
}
.nav aside.banner {
	padding: 0 10px;
}
/* ==== Content ==== */

.con {
	display: table;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.con > div {
	display: table-cell;
	vertical-align: top;
}

/* ---- Sub ---- */
.sub {
}
/* ---- Main ---- */
.main {
	width: 760px;
	padding: 20px;
	background: #FFF;
}
/* ---- Context ---- */
.context{
}
/* h */
.context h1 {
	height: 47px;
	padding: 8px 10px 0 20px;
	margin-bottom: 20px;
	font-size: 1.8em;
	color: #CC0000;
	background: url(images/h1_bg.jpg) left center no-repeat;
	-moz-box-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}
.context h2 {
	font-size: 1.4em;
	padding: 0 5px 0 0;
	margin: 20px 0;
	color: #CC0000;
	border-bottom: 1px dotted #999;
}
.context h3 {
	padding-left:15px;
	font-size: 1.3em;
	margin: 20px 0;
	position:relative;
}
.context h3:before {
    content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:10px; 
	width:10px; 
	display:block; 
	position:absolute; 
	top:8px; 
	left:0; 
	background-color:#CC0000;
}
.context h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 10px 0;
}
.context h5 {
	font-size:1.0em;
	font-style:italic;
}
/* ol,ul */
.context ol, .context ul {
	padding: 5px 0px 5px 25px;
}
.context ul {
	list-style-type: disc;
}
.context ol li, .context ul li {
	padding: 5px 0px;
}
/* table */
.context table {
	margin: 10px 0px;
}
.context table th, .context table td {
	padding: 5px;
}
/* dl */
.context dl {
	margin: 10px 0px;
}
.context dl dt, .context dl dt {
	margin: 5px 0;
}
/* img */
.context a img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
}
/* pagetop */
.context .pagetop {
	padding: 10px 0 10px 0;
	text-align: right;
	clear: both;
}
/* ==== Footer === */
.ft {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.ft .copyright {
	color: #FFF;
}
/* ==== Pager ==== */
.pager {
	padding: 2em 0;
	text-align:center;
}
a.page-numbers, .pager .current {
	background:rgba(0, 0, 0, 0.02);
	border:solid 1px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	padding: 8px 10px;
	margin:0 2px;
	text-decoration: none;
	color: #000;
	font-size: 0.7em;
}
.pager .current, a.page-numbers:hover {
	background:rgba(0, 0, 0, 1);
	border:solid 1px rgba(0, 0, 0, 1);
	color:rgba(255, 255, 255, 1);
}
/* ==== Breadcrumb === */
.breadcrumb {
	margin-bottom: 1em;
}
.breadcrumb li {
	float: left;
	padding-right: 0.8em;
	color: #999;
	font-size: 0.7em;
}
.breadcrumb a {
	text-decoration: none;
	color: #999;
}
.breadcrumb a:hover {
	color: #333;
}

/*----------------------------------------------------------------------------
******************************************************************************
     WP addQuickタグ
******************************************************************************
----------------------------------------------------------------------------*/
div.border_box{
     padding: 1em;
      margin-bottom: 10px;
     border: 1px solid #ccc;
     -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
}
/*----------------------------------------------------------------------------
******************************************************************************
     WP 独自クラス
******************************************************************************
----------------------------------------------------------------------------*/

/* --- 配置 --- */
img.aligncenter,.aligncenter{
     width: auto;
     display: block;
     margin: 1em auto;
}
table.aligncenter{
	display: table;
}
img.alignleft,.alignleft{
     width: auto;
     display: block;
     float: left;
     margin: 0 1em 1em 0;
}
img.alignright,.alignright{
     width: auto;
     display: block;
     float: right;
     margin: 0 0 1em 1em;
}
/* --- code --- */
code{}
/* --- 引用 --- */
blockquote{
     padding: 1em;
      margin-bottom: 10px;
     border: 1px solid #ccc;
     -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
}
/* --- キャプション --- */
.wp-caption{
     background: none;
     border: none;
}
.wp-caption .wp-caption-text{
     font-size: 0.8em;
     text-align: left;
}