/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 750px;
	}


/* ++++++ ２段組の横幅設定 ++++++ */

	/* コンテンツ部分の横幅 */
	#center	{
		width: 550px;
		}

	/* サイドバーの横幅 */
	#left, #right	{
		width: 200px;
		}


/* ++++++ ３段組の横幅設定 ++++++ */

	/* ブログの横幅設定 */
	#three #container {
		width: 800px;
		}

	/* 左サイドバーの横幅 */
	#three #left	{
		width: 190px;
		}

	/* 中央コンテンツ部分の横幅 */
	#three #center	{
		width: 420px;
		}

	/* 右サイドバーの横幅 */
	#three #right	{
		width: 190px;
		}



/* ++++++ その他設定 ++++++ */

body {
       	text-align: center;
background: #eaeaea url(http://www.hiro.kindai.ac.jp/images/body_bg.gif) repeat-x; 
	}
#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
background:#FFFFFF;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}


/* ++++++ 段の間隔 ++++++ */

	/* 左サイドバーの右の余白 */
	#left div {
		margin-right: 30px;
		}

	/* 右サイドバーの左の余白 */
.content div{
margin-left:20px;
margin-right:20px;
}
#left div{
margin-left:10px;
margin-right:20px;
}
	#right div	{
		margin-left: 30px;
		}

	#left div div, #right div div {
		margin-left: 0;
		margin-right: 0;
		}

	.sidebar #calendar table	{
		width: 170px;
		}

	#three .sidebar #calendar table	{
		width: 160px;
		}

	#right #calendar table	{
		width: 168px;
		}

	#three #right #calendar table	{
		width: 158px;
		}


/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

/* ++++++ ヘッダー部分のデザイン ++++++ */

#title	{
	background-image: url(hed.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: #FFFFFF;
	padding: 115px 15px 20px;
margin-bottom:20px;
	}

#title h1	{
	font-size: 1.2em;
	margin-bottom: 0;
	}

#title h1 a	{
	text-decoration: none;
	color: #666666;
	}

#title h2	{
	font-size: 0.75em;
	margin-top: 6px;
	color: #666666;
font-weight:normal;
	}

/* ++++++ コンテンツ部分のデザイン ++++++ */
/* 前後のエントリーへのリンク */

#entrylink	{
	font-size: 0.75em;
	}

#entrylink a	{
	color: #66aaff;
	}

#entrylink p	{
	margin-top: 0;
	margin-bottom: 30px;
	}

/* エントリー */
.entry h2	{
	font-size: 0.75em;
	color: #666666;
	}

.entry h3	{
	font-size: 0.875em;
	color: #FF9933;
	}

.entry p	{
	font-size: 0.75em;
	color: #000000;
	line-height: 150%;
	}

.entry p.posted	{
	font-size: 0.66em;
	color: #aaaaaa;
	border-top: solid 1px #999999;
	padding-top: 6px;
	}

.entry a	{
	color: purple;
	}

.entry	{
	margin-bottom: 40px;
	}




/* ++++++ サイドバー部分のデザイン ++++++ */
/* カレンダー */
#calendar table	{
	width: 100%;
	font-size: 0.75em;
	text-align: center;
	}

#calendar td	{
	padding: 3px 0;
	}

#calendar a	{
	text-decoration: none;
	color: red;
	}

#calendar caption	{
	background-color: burlywood;
	}
/* カテゴリーメニュー */
.sidebar h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	background-color: #9999CC;
	padding: 3px 0 0;
	}

.sidebar a	{
	color: #9999CC;
	}

.sidebar ul	{
	font-size: 0.75em;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left:0;
	padding-left:0;
	}
/* カテゴリーデータ */

#categorydata h1	{
	font-size: 1em;
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 8px;
	}

#categorydata h2	{
	font-size: 0.75em;
	color: #999999;
	}

#categorydata ul	{
	font-size: 0.875em;
	color: tomato;
	margin-bottom: 30px;
	}

#categorydata a	{
	color: #66aacc;
	}

#categorydata	{
	border-bottom: solid 1px #CCCCCC;
	}
/* 月別データ */

#monthdata h1	{
	font-size: 0.75em;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#monthdata h2	{
	font-size: 0.875em;
	color: #999999;
	}

#monthdata h2 a	{
	color: orange;
	}

#monthdata span	{
	font-size: smaller;
	}

#monthdata p	{
	font-size: 0.75em;
	color: #666666;
	line-height: 150%;
	border-bottom: dotted 1px #a5f96b;
	padding-bottom: 20px;
	padding-left: 20px;
	}

/* ++++++ メニュー部分のデザイン ++++++ */
#top-menu	{
	width:750px;
	font-size: 0.75em;
	text-align:right;
	margin:10px 0 5px;
	}
#top-menu a	{
	padding-left: 13px; 
	background: url(http://www.hiro.kindai.ac.jp/images/li_type3.gif) no-repeat; 
	padding-right: 8px; 
	}

/* ++++++ フッター部分のデザイン ++++++ */
#foot-menu	{
	width:750px;
	text-align:center;
        font-size:12px;
        margin:10px 0px;
	}


