/* This is the StyleCatcher theme addition. Do not remove this block. */
/* Selected Layout:  */
/* @import url(base_theme.css); */
/* @import url(/mt-daddy/mt-static/support/themes/cityscape-sydney/cityscape-sydney.css); */
/* end StyleCatcher imports */

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

/* Global */

/*
body {
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}
*/

/* ■全体■ */

body {
	font-family: "trebuchet ms", arial, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color: #333000;
	background-color: #99cccc;
	background: url(./material/body2.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	text-align: center;
	margin: 5px 0 0 0;

}
  /* ページ全体の上部にスペースを設定  margin: 5px 0 0 0;*/
  /* background: #124344 url(./material/body2.gif) repeat-y  top center; */


a {
    color: #3d6dae; 
}

a:hover {
    text-decoration: none;
}



:link,:visited {
    text-decoration:none;
}

html,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:'';
}
a {
    text-decoration:underline;
    outline:none;
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}


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



#container-inner {
	text-align: left;
	margin: 0 auto;
	width: 940px;
	background-color: #999966;
	min_height: 100%;
}

#content {
	background-color: #66ccff;
	background: url(./material/body2.gif);
	background-attachment: scroll;
	background-repeat: repeat;
}



/* 以下、PaddingでIEが崩れるのでコメントアウト */
#beta-inner {
/*     position: static;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px; */
}

#gamma-inner {
/*     padding-right: 10px;
    padding-left: 10px; */
}




/* Header */


/* バナー画像の上に出るライン（消してしまえ）
#header {
    border-top-width: 1px;
    border-top-style: solid;
}
*/
 
#header {
	background: #6699FF url(./material/header.png) no-repeat left center;
}


#header-content {
	margin: 20px 0 40px 20px;
	padding-left: 500px;
}

#header-inner {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
}


#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}


#header a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#header a:hover {
    text-decoration: underline;
}

#content-inner {
    padding-top: 0;
    padding-bottom: 0;
}

/* ■ページタイトル■ */
#header-name {
	font-family: "century gothic", futura, arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #fff000;
}



#header-description {
    margin-bottom: 0;
    color: #fff;  
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;  
    font-weight: bold; 
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#content-inner, #footer-inner,
#alpha-inner{
    position: static;
}


#footer-inner {
    padding-top: 0px;
    padding-bottom: 0px;
	padding-right: 5px;
    padding-left: 5px;
}


#alpha-inner {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}

#footer-content,
#footer-content a {
    color: #fff;
}

#footer-content {
    margin: 0px 0;
}


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

.layout-wt #beta {
    width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}




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



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

a:link, a:visited {
    text-decoration: underline;
}

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

/* Content */

/* ■コメント欄ヘッダなど■ */

.comments-header,
.comments-open-header,
.archive-title,
.archive-header,
.search-form-header,
.search-results-header {
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;
} 

/* ■トラックバック■ */

.trackbacks-header {
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;
    color: ##009933;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}

.trackbacks-info,
.trackback-content,
.trackback-footer {
	background-color: #ccffcc;
	border-width: 2px;
	border-style: dotted;
	border-color: #339966;
	clear: both;
	padding: 5px;
	font-size: 14px;
}


.trackbacks {
    position: static;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.trackback-footer {
    font-size: 12px;
    color: #999;
}


.trackbacks-info,
.trackback-content {
    margin: 5px 0;
}


.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: ##996633;
}


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




/* .asset-content,以下の一覧から外した */


/* ■コメントヘッダー■ */
.comment-header {
	background-color: #cccc66;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999966;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999966;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #999966;
}


/* ■コメント欄■ */
.comment-content {
	background-color: #ffffff;
	background-attachment: scroll;
	background-repeat: repeat;
	padding: 5px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999966;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #999966;
	background: url(./material/body2.png);
	font-size: 14px;
	line-height: 1.5;
}

/* ■コメントフッター■ */
.comment-footer {
	font-size: 11px;
	background-color: #cccc99;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999966;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #999966;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999966;
}



/* ■以下、特に.asset-bodyなどでIEがずれるのでコメントアウト
.asset-header,
.asset-body,
.entry-categories,
.entry-tags,
.comments-header,
.comments-open-header,
#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,
.archive-content,
.search-form-header,{
    margin-bottom: .75em;
} */


.comments-open-content{
	margin: 5px 0;
	border-width: 2px;
	border-color: #CC9900;
	border-style: dotted;
	background-color: #CCCC99;
	padding: 5px;
}

.search-results-header {
    margin-bottom: .25em;
}

.widget-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}



/* ■投稿のタイトルの下部分（日付とか･･･）■ */
.asset-meta {
	font-size: 11px;
	background-color: #cccccc;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999999;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #999999;
}

.content-nav {
    text-align: center;
	margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

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

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

/* ■投稿の本文部分■ */
.asset-body {
	font-size: 14px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	clear: both;
	background: #FFFFFF url(./material/body.gif) repeat scroll;
	line-height: 1.5;
	padding:10px;
}
.asset-more,
.asset-more-link,
.asset-excerpt,
.comments-open-footer,
.comments-closed,
.archive-content {
	background-color: #cccc99;
	clear: both;
}



/* ■投稿のタイトル部分■ */

.asset-name {
	font-family: "century gothic", futura, arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #3e667e;
	background-color: #ffff66;
	border-width: 2px;
	border-style: solid;
	border-color: #999999;
	margin-bottom: 0;
}

.asset-name a {
    text-decoration: none;
    color: #3e667e;
}

.asset-name a:hover {
    text-decoration: underline;
}



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

.asset-more-link,
.asset-footer,
.typelist-thumbnailed {
    font-size: 11px;
}


/* .asset-footer {
    margin-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 5px;
    font-weight: normal;
    border-top-color: #e0f2fe;
    color: #999;
} */

.asset-footer a,
.comment-footer a {
    font-weight: normal;
    color: #999;
}


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



.comments-closed {
    margin: 5px 0;
}


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


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


/* Widgets */

/*
.widget {
    position: relative;
    overflow: hidden; */
/*     width: 100%; こいつを指定するとIEで右端がはみ出す
}
*/

.widget-content {
	margin: 5px 0 20px;
    font-size: 11px;
    overflow: auto;
    padding: 0 15px; 
    text-align: center;
    position: relative;
}

.Calendar1 {
font-size: 12px;
}


.Counter1 {
font-size: 12px;
}


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

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

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

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

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

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

/* ええい、めんどくさい。cityscape-sydney.cssに有った残りを以下へ貼り付け */
/* Widget ----------------------------------------------------------------- */

.layout-wtt #content-inner { background: transparent url(./material/content-wtt.gif) repeat-y scroll right top; }
.layout-twt #content-inner { background: transparent url(./material/content-twt.gif) repeat-y scroll left top; }
.layout-wt #content-inner { background: transparent url(./material/content-wt.gif) repeat-y scroll right top; }
.layout-tw #content-inner { background: transparent url(./material/content-tw.gif) repeat-y scroll left top; }

.widget a,
.archive-widget .widget-list .item {
    color: #4c6885;
} 

.widget-header {
    font-size: 12px;
    font-weight: bold; 
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif; 
    background: url(./material/widget-header.gif) repeat top left #587fa5; 
	text-align: center;
}  
.widget .widget-header {
    border-left: 1px solid #fff;
}

.layout-tw .widget .widget-header {
    border-left-width: 0;
}

.layout-twt #beta .widget-header,
.layout-tw .widget-header {
    border: 0;
}

.embed-asset-widget .widget-header {
    margin-bottom: 10px;
}  
.widget-header,
.widget-header a {
    text-decoration: none;
    color: #fff;
}

.widget-header .edit a {
    border-left-color: #fff
} 
.widget .widget-header a:hover {
    text-decoration: underline;
}


.media-stream-widget img {
    border: 1px solid #999;
} 
.widget-header .edit a,
.archive-widget .widget-list .item a,
.archive-widget .widget-list .item {
    font-weight: normal;
} 

.widget-header {
    font-size: 14px;
}

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

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



/* "Powered By" Widget */

.widget-powered {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

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


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}


/* Footer ----------------------------------------------------------------- */

#footer { 
    background-color: #27455a; 
}




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

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */

#content-inner {
    padding: 10px 0;
}