@charset "utf-8";
/*
Theme Name: 文学部のガイドのテーマ
Description: Twenty Tenをもとにカスタマイズしたテーマです。
Author: D. Kuroki
Version: 0.1
Template:twentyten
*/
@import url("../twentyten/style.css");

/* 標準では固定ページのタイトルの文字サイズが小さい　21px */
#content .entry-title {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

/* サイト情報を中心に */
#site-info{
        float:none;
        text-align:center;
        width:auto;
}

/* 表の枠線を消す */
#content table {
	border: 0px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr td {
	border-top: 0px solid #e7e7e7;
	padding: 6px 24px;
}

/* パンくずリストを使うとき */
ul.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:12px;
}
ul.breadcrumbs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

/* 上部のメニューの背景色を変える */
#access {
	background: #ab6122;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}

/* 上部のメニューの「ホーム以外」の文字色を変える 
   フォントのサイズを変える　*/
#access a {
	color: rgb(220, 220, 220);
	font-size: 16px;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}

/* カーソルを合わせたときの文字の背景　*/
#access li:hover > a,
#access ul ul :hover > a {
	background: #8a4d1a;
	color: #fff;
}

/* カーソルを合わせたときのリスト部分の背景 */
#access ul ul a {
	background: #8a4d1a;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

