@charset "utf-8"; /* PublishCharset into mt-config.cgi */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul, ol {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* タイトルバナー */
#banner {
	padding: 0;
	color: #999999;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(img/college-head.gif);
	text-align: left;
	height: 73px;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #99CC33;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

#banner  h1 a {
display: block;
background: url(img/college_logo.gif) no-repeat 10px;
height: 70px;
width: 170px;
margin: 0px;
}

#banner h1 span {
display: none;
}

/* タイトルバナー下の説明 */
#banner h2 {
    display: none;
}
.banner-description {
    display: none;
}

/* エントリー全体 */
.blog {
    width: 520px;
    padding: 10px;
    font-size: 12px;
    color: #36414d;
    background: none;
}

/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 11px;
    font-weight: bold;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #BDDE7A;
}

/* エントリー */
.entry {
    width: 500px;
    margin: 0 5px 15px;
    color: #36414d;
    background: #ffffff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #8F2325;
    text-align: right;
    color: #36414d;
    font-size: 9px;
}


/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}


.red {
    color: #e50003;
}
.blue {
    color: blue;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 3px 0px 3px 0px;
    _padding: 1px 0 2px;
    text-align: center;
    color: #444444;
    background: #BDDE7A;
    font-size: 12px;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    margin: 0px 0 5px;
    color: #444444;
    font-size: 12px;
    _font-size: 9px;
    line-height: 150%;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
   border: 1px solid #FFFFFF;
}
.side #categories li {
    list-style-type: circle;
}

/* カウンター */
.side-counter {
    margin: 8px 10px 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}


/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* サイド下側*/
.side-bottom {
     width: 165px; 
　　height: 25px;
   margin : 0px;
    background: #FFFFFF;
}

/* リンク */
.side-links {
    width: 164px; 
    margin : 0;
    background: #FFFFFF;
    font-size: 9px;
    text-align: center;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

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

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

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

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* トップページあいさつ */
.top-main{
    font-size: 11px;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
    line-height: 150%;
}

.aisatu{
    font-size: 14px;
    border-bottom: 1px dotted #8F2325;
}


/* カラム */


/* 2カラム用*/
.layout-two-column-left #box {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
   background-image : url(img/college-bg.gif); 
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 550px;
    margin: 0; 
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 180px;
    background-image: url(img/college-menu-bg.gif);
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
    color: #ffffff;
    width: 155px;
}

#top-main {
	width: 520px;
	background-image: url(img/letter-bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	margin: 0px;
                height: 492px;
}

#top-main h1 {
	display: none;
}

#top-main .letter {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.paginate {
    text-align: center;
    font-size: 9px;
}

.clear {
   clear:both; 
}

#hidden {
	display: none;
}
