/* Reset ***********************************************************************/

a {color: #0000cc; text-decoration:underline;}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover {text-decoration: none;}

html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,q,blockquote,hr,th,td {margin:0; padding:0;}

h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}

table {border-spacing:0;}

fieldset,img,abbr,acronym {border:0;}

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:'';}

hr {border:0; height:1px; background-color:#000; color:#000;}

address {font-style:normal;}


/* Layout *********************************************************************/

body {
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    text-align: center;
    background: #fff;
    color: #000;  
}

#container-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#alpha { /* main */
    position: relative;
    display: inline;
    float: left;
    width: 560px;
}

#gamma { /* left */
    position: relative;
    display: inline;
    float: left;
    right: 120px;
    width: 256px;
}

#beta { /* right */
    position: relative;
    display: inline;
    float: left;
    left: 260px;
    width: 120px;
}

#alpha-inner { /* main */
    position: static;
    overflow: hidden;
    padding: 0 10px 0 0;
}

#gamma-inner { /* left */
    position: static;
    overflow: hidden;
    padding: 0 10px 0 0;
}

#beta-inner { /* right */
    position: static;
    overflow: hidden;
    padding: 0;
}


/* Header *********************************************************************/

#header {
    position: relative;
    z-index:1000;
}

#header-inner {
    position: relative;
    padding: 0;
    width: 940px;
    margin: 0 auto;
}

#header-content {
    position: relative;
    margin: 3px 0;
    text-align: right;
}

#header-content form {
    display: inline;
}

#header-title {
    position: relative;
    margin: 0;
    width: 100%;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

#header-title .left {
    float: left;
}

#header-title .right {
    float: right;
}


#header-title #header-logo{
    position: relative;
    float: left;
    left: 0;
    width: 300px;
    margin: 0;
    padding: 0; 
}

#header-title #header-banner{
    position: relative;
    float: right;
    right: 0;
    width: 550px;
    margin: 0;
    padding: 0; 
}

#header-title #header-logo img,
#header-title #header-banner img{
    margin: 0;
}


#header-navi {
    position: relative;
    margin: 0; 
    padding: 0; 
    width: 100%;
    height: 30px;
    background: #0000A0;
    clear: both;
}

#header-name {
    display: none; 
}

#header-description {
    display: none; 
}

#header a {
    text-decoration: none;
}

#top-banner {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

#content {
    position: relative;
    background-color: #fff;
    margin-top: 20px;  
    margin-bottom: 30px;
}

#content-inner {
    position: relative;
    background-color: #fff;
    width: 940px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
}


/* Content ********************************************************************/

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

a,
p,
q,
ol,
ul,
span,
blockquote {
    line-height:1.5;
}

blockquote {
    margin:10px; 
    padding:10px; 
    background-color:#fcfcfc; 
    border:1px solid #999; 
}

q {
    background-color:#fcfcfc; 
    border-bottom:1px solid #999; 
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }


/* Assets *********************************************************************/

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-content,
.asset-body,
.entry-categories,
.entry-tags,
.comment-content,
.comment-footer,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    margin: 5px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.archive-title {
    display: none; 
}

.search-results-header {
    margin-bottom: 20px;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

.asset-more-link {
    font-weight: bold;
}

.asset-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.0;
    background: #eee url(/img/bg_asset_name.gif) no-repeat left top;
    border-bottom: 1px solid #666666; 
    padding-left: 20px;
}

.asset-name-eng {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.0;
    height: 24px;
    background: #eee url(/img/bg_asset_name_eng.gif) no-repeat left top;
    padding-left: 20px;
}


.asset-name .asset-description {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.0;
}

#announcement .asset-header .asset-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.0;
    height: 24px;
    background: #eee url(/img/bg_announcement.gif) no-repeat left top;
    padding-left: 20px;
}

.asset-name a,
.asset-name a:visited,
.asset-name a:hover {
    text-decoration: none;
    color: #000000;
}

.asset-meta {
    color: #555555;
    margin: .25em 0 .25em 0;
    font-size: 11px;
    font-weight: normal;
    display: block;
}

.asset-meta a,
.asset-meta a:visited {
    text-decoration: underline;
    color: #555555;
}

.asset-meta a:hover {
    text-decoration: none;
    color: #555555;
}

.content-nav {
    text-align: center;
    margin: 5px 0 10px;
    font-weight: bold;
    font-size: 120%;
}

.content-nav a,
.content-nav span {
    font-weight: normal;
    font-size: 85%;
}


.navigator {
    margin-bottom: 20px;
    font-weight: bold;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset-content {
    margin: 5px 0;
    position: static;
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.archive {
	margin-left: 10px;
}

.asset-body,
.asset-more,
.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-footer,
.asset-footer a,
.comment-footer,
.comment-footer a,
.trackback-footer {
    color: #666666;
}

.asset-body,
.asset-more {
    padding-left: 10px; 
}

.asset-footer {
    border-top-color: #fff;
    clear: both;
}

.print_link {
    float: left;
    display: block;
    background: url("/img/icon_print.gif") 0 0 no-repeat;
    height: 20px;
    margin-right: 10px;
    padding-left: 20px;
}

.feed_back {
    float: left;
    display: block;
    background: url("/img/icon_email.gif") 0 0 no-repeat;
    height: 20px;
    margin-right: 10px;
    padding-left: 20px;
}

.asset-img-item {
    float: left;
    width: 120px;
    /* height: 100px; */
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    border:1px solid #666666; 
    _padding-top:3px;
}

.asset-img-width,
.asset-img-height {
    margin: 0;
}

.announce-list {
    margin: 0;
    list-style: none;
    list-style-image: url("/img/list_announce.gif");
    list-style-position: inside;
}

.site-search-hr {
	margin: 10px 0;
}


/* Widgets ********************************************************************/

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #333333;
    margin-bottom: 20px;
}

#text-banner{
    border: 1px solid #dddddd;
    text-align: center;
}

#breaking-news{
    background: #f6f6f6 url(/img/bg_breaking_news.gif) repeat;
    border: 1px solid #dddddd;
}

#breaking-news hr{
    margin: 0 3px;
    color:#999999; 
    background-color:#999999; 
    border:0px; 
    height:1px;
}

.breaking-news-list {
    margin: 0;
    list-style-image: url("/img/list_breaking_news.gif");
    list-style-position: inside;
}

.breaking-news-list .widget-list-item {
    margin: 5px 0;
}

.widget-category-list {
    background: #ffffff;
}

.widget-category-list .widget-content .category-content{
    clear: both;
    margin-bottom: 10px;
}

.widget-category-list .widget-content .category-content img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    overflow: hidden;
    vertical-align: middle;
}

.widget-header {
    font-size: 14px;
    color: #333333;
    background: #eeeeee;
    border-left: 5px solid #cc0000;
    border-bottom: 1px solid #999999;
    padding: 3px 0 3px 5px; 
}

.widget-header a {
    text-decoration: underline;
}

.widget-header a:hover {
    text-decoration: none;
}

.widget-content {
    margin: 2px 5px 10px ;
    font-size: 11px;
}

.widget-text-banner {
    margin: 10px 5px;
    font-size: 11px;
    line-height: 200%;
}

.widget-header2 {
    font-size: 14px;
    color: #333333;
    padding: 3px 0 0 5px; 
    border-bottom: 1px solid #999999;
}

.widget-header2 a {
    text-decoration: underline;
}

.widget-header2 a:hover {
    text-decoration: none;
}


.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin: 5px 0;
}

.widget-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}

.archive-list-item {
    margin-bottom: 5px;
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

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

.widget-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.widget-calendar .widget-content table {
    font-size: 10px;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    border:1px solid #ccc; 
}
.item { list-style: none; }

.mt-side-banner {
    padding:0;
    margin: 0 0 20px 0;
    text-align: center;
}

.mt-side-banner img {
    margin: 0;
}


.rss_link {
    display: block;
    background: url("/img/icon_rss.gif") 0 0 no-repeat;
    height: 20px;
    padding-left: 20px;
}


/* Footer *********************************************************************/

#footer {
    position: relative;
    margin: 10px 0;
    background-color: #f6f6f6; 
}

#footer-inner {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    width: 940px;
    margin: 0 auto;
}

#footer-content{
    color: #333333;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
}


/* Feedback *******************************************************************/

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}


/* common *********************************************************************/

.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;
}

/* unknown ********************************************************************/

.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: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

/* filter:alpha(opacity=80);-moz-opacity:0.80; */

#feedback {
    margin: 30px 0 0 0;
}

.press dt {
 float:left;
 padding:5px 0 5px 10px;
 clear:both;
 font-weight:bold;
}
.press dd {
 margin-left:60px;
 padding:5px 5px 5px 10px;
}
