﻿@charset "UTF-8";

/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

body {
    text-align: center;
	font-family: Meiryo, Arial, Verdana, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'メイリオ',	'Meiryo', sans-serif;
	font-size:80%;
	color:#222;
	background:#fff url(./images/head_bg.jpg) repeat-x center top;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
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: '';
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
    vertical-align:bottom;
}
address {
    font-style: normal;
    display: inline;
}
html {overflow-y:scroll;
}
a {overflow:hidden;
    outline: none;
}
.clearL {clear:left;}
.clearR {clear:right;}
.clearB {clear:both;}
.clearHr {clear:left; display:none;}

/*.xxx:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
*/

/*CSS Hucks*/
* html .xxx {} /*IE6_only*/
*+html .xxx {} /*IE7_only*/
html>/**/body .xxx {} /*Firefox_only*/
html:first-child .xxx {} /*Opera_only
html*.xxx {} /*Safari_only*/


/* Global ----------------------------------------------------------------- */

a:link {color: #005ce6;
	text-decoration:none;}
a:visited {color: #6633CC;
	text-decoration:none;}
a:hover {color: #005ce6;
	text-decoration:underline;}
a:active {color: #005ce6;}


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

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


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

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

#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, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {overflow: hidden;}

#header {
	margin:0 0 5px 0;
}
#header-inner {
	padding:0 0 0 0;
}
#header-name {
	font-size:150%;
	font-weight:bold;
	margin:0px 0 5px 0px;
	padding:0px 0;
	text-align:left;
}
#header-name a:link, #header-name a:visited {
	color:#fff;
	text-decoration: none;
}
#header-name a:hover {
	color:#fff;
	text-decoration:underline;
}
#header-description {
	font-size:11px;
	margin:0px 0 0px 0px;
	color:#fff;
	text-align:left;
}

#mainpic {
	background:url(./images/mainpic_bg.gif) no-repeat top left;
	width:711px;
	height:136px;
	margin:0 0 5px 0;
	padding:7px 0 0 0;
}
.mainpic-inner {
	background:#001442 url(./images/mainpic.jpg) no-repeat center left;
	width:680px;
	height:110px;
	margin: auto auto;
	padding:10px 0 0 10px;
}

#content {
    width: 752px;
	background: url(./images/content_bg.gif) no-repeat top left;
	margin:10px auto 0 auto;
	padding:15px 0 0 0;
	clear:left;
}
#content-inner {
	background:url(./images/content-inner_bg.gif) repeat-y top left;
	padding:0 20px 30px 20px;
	min-height:400px;
}

#gNav {
	width:754px;
	height:46px;
	background:#1597ff url(./images/gNav_bg.jpg) no-repeat top left;
	margin:0 auto;
}
#gNav ul {
	margin:0;
	padding:0;
}
#gNav li {
	list-style:none;
	float:left;
	font-size:12px;
	text-align:center;
}
#gNav li a {
	display:block;
	width:120px;
	height:25px;/*46px*/
	padding:15px 0 0 0;
}
html>/**/body #gNav li a { /*Firefox_only*/
	height:27px;/*46px*/
	padding:13px 0 0 0;
}
#gNav li a:link, #gNav li a:visited {
	color:#fff;
	text-decoration:none;
}
#gNav li a:hover {
	color:#fff;
	text-decoration:underline;
}

#alpha {
	margin:0 15px 0 0;
}
#alpha-inner {
}

#beta {
	background:url(./images/beta_bg.gif) no-repeat top left;
	padding:20px 0 0 0;
}
#beta-inner {
	padding:0 7px;
	background:url(./images/beta-inner_bg.gif) repeat-y top left;
	margin:0px 0 0 0;
}
#beta-footer {
	background:url(./images/beta-footer_bg.gif) no-repeat bottom left;
	padding:0 0 0px 0;
	height:20px;
}

#gamma-inner {
}

#pagetop {
	background:url(./images/pagetop_bg.gif) no-repeat bottom left;
    width: 727px;/*752px*/
	margin:0 auto;
	padding:0px 25px 0px 0;
	text-align:right;
	font-size:11px;
	clear:both;
}
html>/**/body #pagetop { /*Firefox_only*/
	padding:0px 25px 5px 0;
}
#pagetop a:link, #pagetop a:visited {
	color:#222;
	text-decoration:none;
}
#pagetop a:hover {
	color:#005ce6;
	text-decoration:underline;
}

/* Wide-Thin-Thin */
.layout-wtt #alpha {
    width: 560px;
}
.layout-wtt #beta {
    left: 190px;
    width: 190px;
}
.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}

/* Thin-Wide-Thin */
.layout-twt #alpha {
    left: 190px;
    width: 560px;
}
.layout-twt #beta {
    left: -560px;
    width: 190px;
}
.layout-twt #gamma {
    width: 190px;
}

/* Wide-Thin */
.layout-wt #alpha {
	width:490px;/*750px*/
}
.layout-wt #beta {
	width:206px;/*190px*/
}

/* Thin-Wide */
.layout-tw #alpha {
    left: 190px;
    width: 750px;
}
.layout-tw #beta {
    left: -750px;
    width: 190px;
}

/* Medium-Wide */
.layout-mw #alpha {
    left: 330px;
    width: 610px;
}
.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */
.layout-wm #alpha {
    width: 610px;
}
.layout-wm #beta {
    width: 330px;
}


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

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}
blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}
ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* 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;
}

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

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
}

.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,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}
.entry-asset {
	padding:0px;

}
.asset-header {
	background:#fff url(./images/asset-header_bg.gif) no-repeat top left;
	font-size:12px;
	padding:20px 0 0 20px;
	height:50px;/*55px*/
}
* html .asset-header { /*IE6_only*/
	margin:0px 0 -1px 0;
}
h1#page-title {
	font-size:130%;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:5px 0 0 15px;
	background:url(./images/title_bg_02.gif) no-repeat top left;
	height:21px;/*26px*/
}
.mt-entry-archive h1#page-title {
	font-size:130%;
	font-weight:bold;
	background:url(./images/title_bg.gif) no-repeat bottom left;
	margin:0 0 0px 0;
	padding:3px 0 3px 0;
	border:none;
	height:18px;
}
h2.entry-title {
	font-size:130%;
	font-weight:bold;
	background:url(./images/title_bg.gif) no-repeat bottom left;
	padding:3px 0 3px 0;
	height:18px;
}
.asset-header h2 a:link, .asset-header h2 a:visited {
	color:#222;
	text-decoration: none;
}
.asset-header h2 a:hover {
	color:#005ce6;
	text-decoration: none;
}
.asset-content {
	background:#fff url(./images/asset-content_bg.gif) repeat-y top left;
	padding:10px 0 20px 20px;
}
.asset-body {
	margin:0px 0 10px 0;
	padding:0px 20px 0 0;
}
.asset-content .asset-more-link {
	margin:15px 0 0 0;
}
.asset-content .asset-more-link p a:link, .asset-content .asset-more-link p a:visited {
	color:#222;
	text-decoration:underline;
}
.asset-content .asset-more-link p a:hover {
	color:#005ce6;
	text-decoration: none;
}
.asset-footer {
    clear: both;
	text-align:right;
	font-size:11px;
	background:url(./images/asset-footer_bg.gif) no-repeat bottom left;
	margin:0 0 10px 0;
	padding:0 20px 10px 0;
	height:35px;/*55px*/
/*	border-top:1px dotted #d0d0d0;*/
}
.asset-name {
}
.asset-meta {
    font-weight: normal;
}

.content-nav {
    text-align: center;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
}
.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
.entry-tags-list a:link,
.entry-categories-list a:link,
.entry-tags-list a:visited,
.entry-categories-list  a:visited {
	color:#222;
	text-decoration:none;
}
.entry-tags-list a:hover,
.entry-categories-list  a:hover {
	color:#005ce6;
	text-decoration: underline;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    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;
}


/* User pics */
.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}
.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Feedback */
#trackbacks {
	padding:20px;
/*	background:#fff;
	border:1px solid #d0d0d0;*/
}
h2.trackbacks-header {
	font-weight:bold;
	border-left:3px solid #FF9900;
	padding:0 0 0 5px;
}
.trackbacks-info {
	background:#fff;
	border:1px solid #cce8ff;
	padding:5px;
}
.trackbacks-info p {
	margin:0;
	padding:0;
}

#comments {
	padding:20px;
}
h2.comments-header,
h2.comments-open-header {
	font-weight:bold;
	border-left:3px solid #FF9900;
	padding:0 0 0 5px;
}
h2.comments-open-header {
	margin:20px 0 10px 0;
}
#comments-open {
	margin:0 0 30px 0;
}
.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;
}
.comment,
.trackback {
    margin-bottom: .0em;
    padding-bottom: .3em;
}
#comment-0 {
	margin:0 0 0 20px;
}
.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}
.comment .asset-meta a {
	color:#222;
	text-decoration:none;
}
.comment .inner {
	background:#fff;
	border:1px solid #cce8ff;
	padding:5px;
}
.comment-content {
    clear: none;
}
.comment-content p {
    margin-bottom: .5em;
}
.comment span.author {
	margin:0 3px 0 0;
}
.comment .comment-header {
	margin:0 0 10px 0;
}
.comment .published {
	font-size:11px;
}
.commentAndTrackback {
	list-style:none;
	margin:0;
	padding:0;
}
.commentAndTrackback li {
    display: inline;
	line-height:1.8;
}
.commentAndTrackback li a {
	color: #222;
	text-decoration:none;
}
.commentAndTrackback li a:hover {
	color:#005ce6;
	text-decoration:underline;
}


/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/* Widgets */
.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}
h3.widget-header {
/*	background:#1597ff url(./images/title_side_bg.jpg) no-repeat top left;*/
	background:#f90 url(./images/title_side_bg.gif) no-repeat top left;
	color:#fff;
	width:191px;
	height:22px;/*30px*/
	padding:8px 0 0 0px;
	text-align:center;
}
html>/**/body h3.widget-header { /*Firefox_only*/
	height:23px;/*30px*/
	padding:7px 0 0 0px;

}
h3.widget-header a:link, h3.widget-header a:visited {
	color:#fff;
	text-decoration:underline;
}
h3.widget-header a:hover {
	color:#222;
	text-decoration: none;
}
.widget-content {
    position: relative;
    margin: 5px 0 20px 0;
	padding:0 10px 0 15px;
	clear:left;
}
.widget-list,
.archive-list,
.recent-comments-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-list a:link,
.archive-list a:link,
.recent-comments-list a:link {
	color:#222;
	text-decoration:none;
}
.widget-list a:visited,
.archive-list a:visited,
.recent-comments-list a:visited {
	text-decoration:none;
}
.widget-list a:hover,
.archive-list a:hover,
.recent-comments-list a:hover {
	color:#005ce6;
	text-decoration: underline;
}
.widget-archive-monthly a:link,
.widget-archive-monthly a:visited,
.widget-archive-category a:link,
.widget-archive-category a:visited,
.blog-feeds li a:link,
.blog-feeds li a:visited {
	color:#222;
	text-decoration:none;
}
.widget-archive-monthly a:hover,
.widget-archive-category a:hover,
.blog-feeds li a:hover {
	color:#005ce6;
	text-decoration:underline;
}
.widget-list .widget-list {
    margin-left:0px;
}
.widget-list-item,
.recent-comments-list li {
    margin-top: 5px;
    margin-bottom: 5px;
	background:url(./images/list_bg_01.gif) no-repeat top left;
	padding:0 0 0 10px;
}

.widget-tag-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}
.widget-tag-cloud .widget-list-item {
    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-recent-assets .widget-content .widget-list {
    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 .ti {
	width:110px;
}
.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}
.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}
.widget-calendar {
	text-align:center;
}
.widget-calendar table {
	margin:0 auto;
}
/*.widget-calendar h3.widget-header {
	text-align:left;
}*/
.widget-calendar a:link, .widget-calendar a:visited {
	font-weight:bold;
	color:#005ce6;
	text-decoration:none;
	padding:1px;
}
.widget-calendar a:hover {
	font-weight:bold;
	color:#fff;
	text-decoration: none;
	background:#005ce6;
	padding:1px;
}
.widget-archive-monthly-dropdown {
	text-align:center;
}
.input-default {
    background-color: #9AAEC2;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}


.mt-profile-index p {
	width:200px;
}
.mt-profile-index p.UserPic img {
	border:1px solid #d0d0d0;
}
.mt-profile-index ul {
	list-style:none;
	margin:0;
	padding:0;
}
.mt-profile-index ul li a:link, .mt-profile-index ul li a:visited {
	color:#222;
	text-decoration:none;
}
.mt-profile-index ul li a:hover {
	color:#005ce6;
	text-decoration:underline;
}


.archive {
	margin:0 0 10px 0;
	padding:10px;
	background:#fff;
	border:1px solid #d0d0d0;
}
.archive-header {
	font-weight:bold;
	border-left:3px solid #FF9900;
	margin:0px 0 10px 0;
	padding:0 0 0 5px;
}


#footer {
	clear:both;
	margin:30px 0 0 0;
	font-size:11px;
	background-color:#039;
}

#footer-inner {
	padding:18px;
	text-align:center;
}

#footer-inner .widget-content {
    margin-top: 0;
    margin-bottom: 0;
	color:#fff;
}
#footer-inner .widget-content a:link	{ color:#fff; text-decoration:none; }
#footer-inner .widget-content a:visited	{ color:#fff; text-decoration:none; }
#footer-inner .widget-content a:hover	{ color:#fff; text-decoration:underline; }

