@charset "utf-8";
/* CSS Document */


.module h2 {
	margin: 10px 5px 5px;
	padding: 5px;
	color: #fff;
	background: #123554;
}

.module-content {
	text-align: left;
	padding: 0px 15px;
	background: url(../img/bg_localnavi.gif) repeat-y 0 ;
}

.module-syndicate{
	margin-bottom: 15px;
}

.module-syndicate .module-content{
	padding-bottom:0;
}


/*--------------------去年の設定------------------------*/

/* アーカイブタイトル */
#archive-title {
	margin: 10px 0 5px 2px;
	padding: 1px 0px 1px 8px;
	border-left: 3px solid #FFCC00;
	color: #FF9900;
	font-weight: bold;
}

/* エントリータイトル */
.entry-title {
	clear:both;
	margin: 20px 0 10px;
	padding: 5px 0 5px 15px;
	font-size: 115%;
	color: #003366;
	font-weight: bold;
	background: url(../img/bg_title2nd.gif) no-repeat 0 50%;
}

.entry-title a {
	color: #222;
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration:underline;
}

/* エントリー全体 */
.entry {
	line-height: 140%;
}

/*　エントリーフッタ */
.entry-footer {
	font-size: 80%;
	text-align: right;
}

/* MTライセンス */
.module-powered {
	font-size: 80%;
}

/* アーカイブリスト */
.archive-list dl {
	clear: both;
	padding: 7px 10px 7px 10px;
}

.archive-list dt {
	float: left;
	width: 7em;
	padding-left: 8px;
	background: url(../img/common/icon_arw_gray.gif) no-repeat 0 0.4em;
}

.archive-list dd {
	margin-left: 8em;
}


/* エントリーナビ */
.content-nav {
	font-size: 80%;
	text-align: center;
}

/*検索*/
#search {
	width: 100px;
}

/* フィード */
.module-syndicate {
	padding-top:15px;
}

/*----- コメントの設定 -----*/
#blog-comments {
	font-weight: normal;
}

.comment-footer {
	padding-bottom: 0.5em;
	font-size: 80%;
	text-align: right;
}

#comments-form {
}
#comments-form fieldset {
	padding: 5px;
}
#comments-form legend {
	color: #67BB00;
}
#comments-form p {
	margin: 0 0 0.5em 0;
}
#comments-form dt {
	padding: 3px;
	background: #EFD;
}
#comments-form dd {
	padding: 5px 5px 0.5em;
}
#comments-form textarea {
	width: 90%;
	border: 1px solid #666;
}

#comment-author,
#comment-email,
#comment-url {
	width: 90%;
	border: 1px solid #666;
}

/* クッキー登録の設定 */
#comments-form #comment-bake {
	margin-left: 5px;
}

/* 送信ボタンの設定 */
#comment-submit {
	text-align: center;
}


/*----- トラックバックの設定 -----*/
#blog-trackbacks {
	margin: 0 20px 1.2em 36px;
	padding: 0 0 11px 2px;
	color: #67BB00;
	font-weight: normal;
}
#trackback-url {
	padding: 10px;
	border: 1px solid #DEC;
	background: #EFD;
}
.trackback-footer {
	padding-bottom: 0.5em;
	font-size: 80%;
	text-align: right;
}


/*----- 検索結果の設定 -----*/
#search-form {
	margin: 0 20px 1.2em 36px;
}
#search-form p {
	margin: 0 0 0.5em 0;
}
#search-form fieldset {
	padding: 5px;
}
#search-form legend {
}
.search-title {
	margin: 0 20px 1.2em 36px;
	color: #67BB00;
}
#search-center {
	border: 1px solid #666;
	width: 90%;
}

/*---------------------------------------------------------
* 学科紹介カテゴリブログレイアウト
*--------------------------------------------------------*/
#blog-main {
	float: left;
	width: 470px;
}

#blog-side {
	float: right;
	width: 157px;
}

#blog-side .module-content {
	background: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

#blog-side h2 {
	margin-right:0;
	margin-left: 0;
	padding: 5px ;
}

/*---------------------------------------------------------
* ブログのナビの設定
*--------------------------------------------------------*/

/*----- ブログのナビのフォーム共通設定 -----*/
fieldset {
	border: 0;
}
legend {
	display: none;
}

