/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/x/mt/mt-static/themes-base/blog.css);
@import url(/x/mt/mt-static/themes/cityscape-portland/screen.css);
/* end StyleCatcher imports */

/* 記事サブタイトル用 */
h5{
   color: #0000ff;
   font-size: medium;
   font-weight: bold;
}

h6{
   color: #0000ff;
   font-size: small;
   font-weight: bold;
}

.htsource{
   color: #0000ff;
   font-size: small;
   font-weight: bold;
}

/* アドセンス広告表示用 */
.adsense{
    margin: 20px 30px 20px 30px;
}

/* お問合せ用 */
.mailform{
    margin: 20px 0 20px 25px;
}

/* ソースコード表示用 */

pre {
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	border: 1px solid #ccc;
	line-height: 20px; /*--Height of each line of code--*/
	background: url(pre_code_bk.png) repeat-y left top; /*--Background of lined paper--*/
	width: 600px;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}
pre code {
	margin: 0;  /*--Left Margin--*/
	padding-left: 5px;
	display: block;
}

/* Widget：トップページ新着記事 */
#top-news {
  margin-bottom:20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #a9a9a9;
}

#top-news .midashi {
	margin: 0;
	background: url(/image/m_top_news_h3_2cl.jpg) no-repeat left top;
	_height:1px;
	padding:5px 10px 0 10px;
	font-size:115% !important;
	font-size:110%;
	font-weight:bold;
}

#top-news .news {
	padding:2px 10px 2px 3px;
}

#top-news .day {
	float: left;
	width: 80px;
	padding: 0 0 0 15px;
	background: url(/image/m_top_news_arrow.jpg) no-repeat 0 center;
	font-size:115% !important;
	font-size:110%;
}

#top-news .title {
	float: right;
	padding-left:7px;
	width: 470px;
}

.clear {
	clear:both;
}


/* 画像２列コラム */
.image-two-column {
	margin-bottom:5px;
}

.image-two-left {
	float: left;
}

.image-two-right {
	float: right;
}

.image-clear {
	clear:both;
}

/* ブログ記事：ボックスの概念　borderサンプル用 */
#css-samplebox1{
   margin-left: 20px;
   margin-right: 40px;
}

#css-samplebox1 .midashi1{
    border-style: solid;
    border-color: #ffcc66;
    border-width: 1px;
    background-color: #ffffcc;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000080;
}

#css-samplebox1 .midashi2{
    border-style: solid;
    border-color: #cc3300;
    border-width: 0 0 3px 0;
    margin-bottom: 20px;
    padding: 10px 0 2px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000080;
}

#css-samplebox1 .midashi3{
    border-style: solid;
    border-color: #228b22;
    border-width: 3px 0 3px 0;
    margin-bottom: 20px;
    padding: 5px 0 5px 5px;
    font-size: 16px;
    font-weight: bold;
    color: #000080;
}

#css-samplebox1 .midashi4{
    border-style: solid;
    border-color: #cc3300;
    border-width: 0 0 3px 20px;
    margin-bottom: 20px;
    padding: 5px 0 5px 5px;
    font-size: 16px;
    font-weight: bold;
    color: #000080;
}

#css-samplebox1 .midashi5{
    border-style: solid;
    border-color: #228b22;
    border-width: 0 0 0 20px;
    background-color: #98fb98;
    margin-bottom: 20px;
    padding: 5px 0 5px 5px;
    font-size: 16px;
    font-weight: bold;
    color: #000080;
}

#css-samplebox1 .midashi6{
    border-left: 20px solid #cc3300;
    border-right: 2px solid #cc3300;
    border-bottom: 2px solid #cc3300;
    background-color: #ffdab9;
    margin-bottom: 20px;
    padding: 5px 0 5px 5px;
    font-size: 16px;
    font-weight: bold;
    color: #000080;
}

/* ブログ記事：ボックスの概念　borderを利用したロールオーバー効果 */
.sample-column1{
    width: 300px;
    height: 300px;
    margin: 30px;
    border: 30px solid #ff0000;  
    padding: 50px;
    background-color: #ffff00;
    overflow: hidden;
}


/* コラム：記事を枠線で囲む */
.column-line1{
    width: auto;
    border: 1px solid #000000;  
    padding: 3px;
}

