/* IDEA-IT*/
/* スキン変更 */
/* 
@import url(http://www.sekiseisyouko.com/mt-static/themes/style-smartCanvas/0-import.css);
*/
@import url(http://www.sekiseisyouko.com/mt-static/themes/style-ninja/0-import.css);

/* Captcha Style */
div#comments-open-captcha {
	margin: 0 20px;
}

div#comments-open-captcha img {
	border: 1px solid black;
}

div#comments-open-captcha input {
	margin: 0.5em 0;
}

div#comments-open-captcha p {
	margin: 0.1em 0 0.7em;
}

/****************************/
/* サイドメニュー折りたたみ */
/****************************/
.maintitle,
.maintitle a,
.maintitle a:link,
.maintitle a:visited {
    display: block;
    padding: 5px 0px 5px;
    border: 0px solid #999999; /* 枠線 */
    color:#0099ff; /* 文字色 */
    background-color:#ddeeff; /* 背景色 */
    text-align: center;
    text-decoration: none;
}

/* 通常 */
.sidetitle2,
.sidetitle2 a,
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
    padding: 1px 0px 1px;
    border: 0px solid #999999; /* 枠線 */
    color:#666666; /* 文字色 */
    background-color:#f6f6f6; /* 背景色 */
    text-decoration: none;
}
/* マウスポイント時 */
.sidetitle2 a:hover {
    padding: 1px 0px 1px;
    border: 0px solid #999999; /* 枠線 */
    color:#00B8FD; /* 文字色 */
    background-color: #00B8FD; /* 背景色 */
    text-decoration: none;
}

