@charset "utf-8";


/* ===================================================
                   01.共通ＣＳＳ設定
Copyright:Japan International Cooperation Agency 2008
=================================================== */


:link,:visited {
    text-decoration: none;
}
body {
font-family:font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size:90%;
line-height: 1em;
text-align: center;
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
font-size:90%;
margin: 0;
padding: 0;
}


table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}


ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}




/* Utilities ----------------------------------------------------------------- */


.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */


.inline { display: inline; }
.hidden { display: none; }






/* Layout ----------------------------------------------------------------- */


body {
    text-align: center;
    background: #fff;
}
#container-inner {
width: 760px;
min-height: 100%;
text-align: left;
margin-top: 0 auto 25px;;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}
#alpha, #beta, #gamma {
    display: inline;
    float: left;
}
#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}
#header-inner, #content-inner, #footer-inner {
}
#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
}


/* Thin-Wide */


.layout-tw #alpha {
    *left: 190px;
    left: 202px;
    width: 558px;
}
.layout-tw #beta {
left:-558px;
    width: 190px;
}


/* Content ---------------------------------------------------------------- */


a:link, a:visited {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: 0;
}
blockquote, ol, ul {
    margin-left: 20px;
    background-repeat: repeat-y;
}
ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }




/* Header */


#header {
margin:3px 0 6px;
}
#header-name {
}
#header-description {
    margin-bottom: 0;
}


div.entry-content div.meta-data {
padding:20px 0 0 6px;
font-size: 90%;
}


/* Assets */


.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}
.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}
.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}
.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}


.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: 0em;
}
#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}
.asset-header h2 {
margin-bottom:0;
font-size:130%;
padding:10px 0 0 6px;
letter-spacing:.1em;
}
.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}
.asset-content {
margin-top:16px;
}
.asset-name {
font-weight:bold;
line-height:1.3em;
    margin-bottom: .4em;
}
.asset-footer,
.asset-meta {
    font-size: 11px;
}
.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}
.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}
.content-nav {
    text-align: center;
}
.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}
.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* Widgets */


.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.widget-content {
    position: relative;
    margin: 5px 0 20px;
}
.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-content ul ul {
    margin-left: 15px;
}
.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}
.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}


.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }


.widget-content {
    margin-top: 0;
    margin-bottom: 0;
}
.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}
.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}
.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}
.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}
.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../../../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}
.input-default {
    background-color: #9AAEC2;
}
.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../../../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}




/* -------------------------------------------------------------------------------------custmize */


.mt-main-index {
margin:0;
padding:0;
}
div#headContent {
position:relative;
height: 64px;
text-align:left;
}
div#header a#logoJica {
border:none;
position: absolute;
top: 0;
margin:0;
padding:0;
}
div#header a#logoJica img {
margin:6px 0;
}
div#siteSearch form {
margin:0;
padding:0;
}
div#siteSearch {
position:absolute;
top: 32px;
left: 559px;
width:200px;
width:auto;
min-height:22px;
margin:1px 0 0 0;
padding:5px 5px 0 25px;
border:solid 1px #d6d6d6;
background:#eef1f5 url(../../../hotangle/common/images/pic_search.gif) 7px 10px no-repeat;
vertical-align:bottom;
}
#searchTextInput {
width:120px;
height:18px;
margin:1px 3px 0 0;
padding:0;
vertical-align:top;
}
#searchSubmit {
margin:0 3px 0 0;
padding:1px 0 0 0;
width:37px;
height:18px;
vertical-align:middle;
}
div#globalMenu {
background: url(../../../hotangle/common/images/bg_gm.gif) no-repeat left top;
height: 32px;
}
div#globalMenu img {
vertical-align: bottom;
}
div#header-inner {
height: 89px;
position: relative;
background: url(../../../hotangle/common/images/mv_bg_01.jpg) no-repeat left top #2C97E9;
}
div#header-name {
position: relative;
top: 25px;
left: 16px;
}
p#header-description {
position: absolute;
top: 61px;
left: 21px;
}
div#area_name {
position: absolute;
top: 50px;
right: 5px;
}


/* topic path */
div#topicPath ul {
/*mac*/
display:inline-block;
/* etc st \*/
/* etc end */
width:760px;
margin:0 auto;
padding:3px 0 10px 0;
text-align:left;
margin:0 auto;
margin:0;
margin: "\"}\"";
margin:0 auto;
}
div#topicPath ul:after {
display:block;
height:0;
clear:both;
visibility:hidden;
content:".";
}
div#topicPath li {
float:left;
margin:0;
padding:0 0 0 5px;
list-style-type:none;
color:#555555;
white-space:nowrap;
}
div#topicPath li a {
float:left;
margin:0;
padding:0;
color:#2e507e;
text-decoration:none;
list-style-type:none;
}


/* article */
h1#page-title,
h2.otherTitle {
font-size:110%;
background:no-repeat url(../../../hotangle/common/images/bg_title_01.gif) #D28500;
width:542px;
padding: 8px 8px 5px;
color: #FFF;
font-weight: bold;
margin-bottom:0;
}
#archive-title {
}
div#alpha {
margin-bottom:2em;
}
div.entry-content {
margin:0 0 0 1px ;
}
/* area list */

div.entry-content dl {
margin-top:0;
}

div.entry-content dt {
margin:0 0 6px;
font-size: 100%;
color: #666;
padding:0 0 0 6px;


}
div.entry-content dd {
margin-bottom: 25px;
}
div.entry-content dl dd p.entryTitle {
margin-bottom: 3px;
font-size:145%;
font-weight:bold;
}
p.entryTitle {
line-height:1.3em;
}


.description {
line-height:1.3em;
font-size:110%;
padding:3px 0 6px;
}
div.entry-content p {
}
.entry-content dd {
padding-left:6px;
}
.entry-content ul {
margin:15px 6px 2em;
padding:0;
}
.entry-content li {
list-style:none;
line-height:1.5em;
font-size:125%;
background:no-repeat url(../../../hotangle/common/images/list_style_01.gif) 0 6px;
padding:0 0 6px 14px;
height:1%;
}


.thumbBox img {
border:#CCCCCC solid 1px;
}
div.pageLink {
font-size:95%;
width:760px;
text-align:right;
margin:5px auto 20px;
}

/* socialButton */
div.sentence {
clear: both;
}
.f-right {
float: right;
}
.addthis_toolbox {
margin-bottom: 10px;
}
.addthis_toolbox a {
margin-right: 2px;
}
.addthis_toolbox a span {
margin: 2px;
}


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


body.mt-archive-listing div.entry-content {
border-top:#CDBFA6 solid 1px;
padding-top:0;
}
body.mt-category-archive div.asset-body {
margin-top:12px;
}
.border-top {
border-top:#CCCCCC solid 1px;
}
.asset-body p {
font:"�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3";
font-size:95%;
line-height:1.8em;
padding:0 0 0 6px;
}
p.asset-next {
line-height:1.5em;
font-size:120%;
background:no-repeat url(../../../hotangle/common/images/list_style_01.gif) 6px 21px;
padding:15px 0 20px 20px;
height:1%;
}


#entry-content a {
font-size:80%;
}
#alpha-inner h1 {
border-bottom:solid #89672C 1px;
}

/* entry */
h1 span.meta-data {
font-size: 90%;
}


/* sidemenu */
div#beta {
width:182px;
margin:0;
padding:0;
border-bottom: 2px #F0F0F0 solid;
}
p#sideTitle {
font-size:105%;
width:182px;
background: no-repeat url(../../../hotangle/common/images/bg_menu_01.gif) #DEA43E;
padding: 7px 0 5px 8px;
color: #FFF;
font-weight: bold;
margin:0;
}
div#beta div.category_list ul {
border: 1px #CCC solid;
margin: 0;
padding: 0;
width:188px;
list-style: none;
font-size: 95%;
}
div#beta div.category_list ul li {
line-height: 1.5em;
width:164px;
}
div#beta div.category_list ul {
padding:8px 0 12px;
}
div#beta div.category_list li {
background: url(../../../hotangle/common/images/list_style_02.gif) no-repeat 10px;
padding:4px 3px 2px 20px;
}

div#beta div.category_list a:link {
width:164px;
color:#000000;
text-decoration:none;
}
div#beta div.category_list a:visited {
width:164px;
color:#000000;
text-decoration:none;
}
div#beta div.category_list a:hover {
width:164px;
color:#000000;
text-decoration:underline;
}


div.explanation {
font-size:100%;
line-height:1.5em;
background:#FFFDDF;
padding:15px 20px;
margin:0 0 25px;
width:518px;
}


.photoBox {
margin-top:15px;
}
.photoBox img {
border:solid #333333 1px;
}




/* footer list */


#footer {
width:100%;
margin:0 auto;
padding:0 auto;
background:#F3F3F5;
}
#footer-inner {
width:800px;
margin:0 auto;
padding:0 auto;
text-align:left;
}
#footer-content {
margin:0 auto;
padding:0 auto;
}
#footerList {
width:790x;
margin:0 auto;
padding-left:35px;
clear: both;
}
#footerList div {
float: left;
}
#footerList a {
color:#5D5C5C;
text-decoration:none;
line-height:1.2em;


}
#footerList p {
margin:27px 0 8px;
font-size:125%;
}
#footerList ul {
padding: 0 auto;
margin: 0 auto 15px;
list-style: none;
}
#footerList li {
letter-spacing:0em;
font-size:95%;
padding-bottom:6px;
}
#footerList div.asia {
width: 125px;
}
#footerList div.oceania {
width: 125px;
}
#footerList div.america {
width: 125px;
}
#footerList div.africa {
width: 125px;
}
#footerList div.mideast {
width: 125px;
}
#footerList div.europe {
width: 135px;
}


#copyRight {
font-size:85%;
width:760px;
text-align:right;
color:#333333;
clear:both;
padding:0;
margin-top:1.5em;
}
address {
font-style:normal;
padding:0;
margin:0;
}


/* areaIcon */
span.asiaIcon {
background-color: #F66;
color:#FFFFFF;
padding:0px 2px 0 2px;
_padding:2px 2px 1px 2px;
margin:0 2px 0 0;
}
span.asiaIcon a {
color: #FFFFFF;
text-decoration: none;

}
span.oceaniaIcon {
background-color: #69F;
color:#FFFFFF;
padding:0px 2px 0 2px;
_padding:2px 2px 1px 2px;
margin:0 2px 0 0;
}
span.oceaniaIcon a {
color: #FFFFFF;
text-decoration: none;
}
span.americaIcon {
background-color: #6C6;
color:#FFFFFF;
padding:0px 2px 0 2px;
_padding:2px 2px 1px 2px;
margin:0 2px 0 0;
}
span.americaIcon a {
color: #FFFFFF;
text-decoration: none;
}
span.africaIcon {
background-color: #F96;
color:#FFFFFF;
padding:0px 2px 0 2px;
_padding:2px 2px 1px 2px;
margin:0 2px 0 0;
}
span.africaIcon a {
color: #FFFFFF;
text-decoration: none;
}
span.mideastIcon {
background-color: #96C;
color:#FFFFFF;
padding:0px 2px 0 2px;
_padding:2px 2px 1px 2px;
margin:0 2px 0 0;
}
span.mideastIcon a {
color: #FFF;
text-decoration: none;
}
span.europeIcon {
background-color: #66F;
color:#FFFFFF;
padding:0px 2px 0 2px;
_padding:2px 2px 1px 2px;
margin:0 2px 0 0;
}
span.europeIcon a {
color: #FFFFFF;
text-decoration: none;
}
/* common */
.hide {
display: none;
}
.clear {
clear: both;
}


/* �L���v�V�����t�� */
div.capbox170L {
margin: 0;
float: left;
width: 180px;
}
div.capbox170L img {
margin: 6px;
background:#FFFCE9;
}
p.caption {
margin: 0 3px 10px;
font-size: 85%;
line-height:1.3em;
}


/*//////// Hacks ////////*/
/*/// ClearFix ///*/
.clFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clFix {
display: inline-table;
min-height: 1%; /* IE7 */
}
/* Escape from MacIE \*/
* html .clFix {
height: 1%;
}
.clFix {
display: block;
}
/* End Escape from MacIE */
@media print {
    * {
        position: static!important;
        overflow: visible!important;
    }
}


