body {
	margin: 0px 0px 20px 0px;
	border: 0;
	padding: 0;
	background-color: #EEEEEF;	
	text-align: center;
	}

a {
	text-decoration: underline;	
	font-weight: bold;
	}

a:link {
	color: #666666;
	}

a:visited {
	color: #003366;
	}

a:hover {
	color: #FF0000;
	}

a:active {
	color: #CC0000;
	}
a:link img {
	border-color: #666666;
	}
a:visited img {
	border-color: #003366;
	}
a:hover img {
	border-color: #FF0000;
	}
a:active img {
	border-color: #CC0000;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 900px;	
	background-color: #FFFFDE;
	border: 0;
	}

#banner-img {
	background: #FFCC33 url("http://www.todai-papa.com/MainBanner.jpg") no-repeat;
	border: 0;
	height: 300px;
        padding: 0px;
	}

div.img-link a {
	display: block;
	height: 300px;
	text-decoration: none;
	}

.banner-alt {
	display: none;
	}

#banner {
	display: none;
	}




#banner a {
	color: #000000;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	font-weight: bold;
	}

#banner h2 {
	font-size: small;
	}



#left {
	float: left;
	width: 200px;
	background-color: #FFFFDE;
	border: 0;
	overflow: hidden;
	}

textarea#comment-text {
        width: 80%;
        }


#right {
	float: right;
	width: 200px;
	background-color: #FFFFDE;
	border: 0;
	overflow: hidden;
	}

#center {
	float: left;
	width: 500px;
	overflow: hidden;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFDE;
	border: 0;
	color: #000000;
	font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	}

.sidebar {
	padding: 15px;
	}

.sidebar a {
	text-decoration: none;
	font-weight: bold;
	}

.sidebar a:link {
	color: #666666;
	}

.sidebar a:visited {
	color: #003366;
	}

.sidebar a:hover {
	color: #FF0000;
	}

.sidebar a:active {
	color: #cc0000;
	}


.content p {
	color: #000000;
	font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #999999;
	font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: medium;
	border: 0;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h3 {
	color: #000000;
	background: #FFCCCC;
	padding-top: 4px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: large;
	font-weight:bold;
	border: 0;
	text-align: left;
	margin-bottom: 10px;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 2px 2px 4px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 2px 2px 4px 0px #777; /* Firefox用 */
	box-shadow: 2px 2px 4px 0px #777; /* CSS3 */
	}

.content p.posted {
	clear: both;
	color: #000000;
	font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: x-small;
	border: 0;
	text-align: right;
	margin-bottom: 25px;
	line-height: normal;
	}

#calendar {
  	line-height: 140%;
	color: #000000;
	font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #000000;
	font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	border: 0;
	text-align: left;
	font-weight: bold;
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

.sidebar h2 {
	color: #000000;
	font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	background: #FFCC33;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
	letter-spacing: .05em;
	font-size: 10pt;
	border: 0;
	text-align: left;
	font-weight: bold;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 2px 2px 3px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 2px 2px 3px 0px #777; /* Firefox用 */
	box-shadow: 2px 2px 3px 0px #777; /* CSS3 */
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar li {
	color: #000000;
	font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar img {
	border: 0;
	}

#photo {
	text-align: center;
	margin-bottom: 20px;
	}

.link-note {
	font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: left;
	color: #000000;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.image-full {
		width: 470px;
	}

.image-thumbnail {
	float: left;
	width: 130px;
	margin-bottom: 10px;
	}

.image-thumbnail img {
	width: 115px;
	height: 115px;
	}

.module-qrcode {
	font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: center;
}

.content h3 a {
	text-decoration: none;
}

.content h3 a:link {
	color: #000000;
}

.content h3 a:visited {
	color: #000000;
}

.content h3 a:hover {
	color: #000000;
}

.content h3 a:active {
	color: #000000;
}

/* user css */

/* 記事本文の表示 */
.entry-body{
	padding: 5px 5px 10px 10px;
	margin: 0;
	background-color: #FFFFFF;
	border: 0;
}

/* コメント本文の表示 */
.comment-body{
	padding: 5px 5px 10px 10px;
	margin: 0;
	background-color: #FFFFFF;
	border: 0;	margin-bottom: 10px;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 3px 3px 5px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 3px 3px 5px 0px #777; /* Firefox用 */
	box-shadow: 3px 3px 5px 0px #777; /* CSS3 */
}

/* h4要素の装飾 */
.content h4{
		font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
		color:#895445;
		font-size:1.6em;
		font-weight:bold;
		line-height:1.6;
		text-shadow:1px 1px 1px #ccc;
		border-left:6px solid #db0000;
		padding:0px 0px 0px 10px;
		margin:12px 0px 10px 0px;
}


/* コメントアイコン */
.module-recent-comments li{
  padding-left: 20px;
  background-image: url(http://todai-papa.cocolog-nifty.com/hukidashi.gif) ;
  background-repeat: no-repeat;
}


/*最近の記事*/

.module-archives li a:link{
  padding-left: 20px;
  background-image: url(http://todai-papa.cocolog-nifty.com/saikin.gif) ;
  background-repeat: no-repeat;
}
.module-archives li a:visited{
  padding-left: 20px;
  background-image: url(http://todai-papa.cocolog-nifty.com/saikinvisited.gif) ;
  background-repeat: no-repeat;
}
.module-archives li a:hover{
  padding-left: 20px;
  background-image: url(http://todai-papa.cocolog-nifty.com/saikinover.gif) ;
  background-repeat: no-repeat;
}
.module-archives li a:active{
  padding-left: 20px;
  background-image: url(http://todai-papa.cocolog-nifty.com/saikinvisited.gif) ;
  background-repeat: no-repeat;
}

/* カテゴリー一覧 */
.archive-content p a:link{
  padding-left: 20px;
  background-image: url(http://todai-papa.cocolog-nifty.com/saikin.gif) ;
  background-repeat: no-repeat;
}
.archive-content p a:visited{
  padding-left: 20px;
  background-image: url(http://todai-papa.cocolog-nifty.com/saikinvisited.gif) ;
  background-repeat: no-repeat;
}
.archive-content p a:hover{
  padding-left: 20px;
  background-image: url(http://todai-papa.cocolog-nifty.com/saikinover.gif) ;
  background-repeat: no-repeat;
}
.archive-content p a:active{
  padding-left: 20px;
  background-image: url(http://todai-papa.cocolog-nifty.com/saikinvisited.gif) ;
  background-repeat: no-repeat;
}

/* 引用文のスタイル */
blockquote {
	width: 400px;
	border: 1px solid #666666;
	background: url(http://todai-papa.cocolog-nifty.com/blockquote_mark1.gif) no-repeat scroll top left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}

blockquote p {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 0px;
}

/* あやぽんRSS広告部分 */
#ayaponrss {
	margin:5px 0px 0px 0px;
	text-align:center;
	font-family: 'メイリオ', 'Meiryo', 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: x-small;
}

/* Generated via www.cssmenubuilder.com */

.horizontalmenu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url('http://todai-papa.cocolog-nifty.com/HorizontalMenuImages.png') repeat-x;}
.horizontalmenu li{padding:0; margin:0; list-style:none; display:inline;}
.horizontalmenu li a{float:left; padding-left:15px; display:block; color:rgb(102,102,102); text-decoration:none; font:12px 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif; cursor:pointer; background:url('http://todai-papa.cocolog-nifty.com/HorizontalMenuImages.png') 0px -30px no-repeat;}
.horizontalmenu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('http://todai-papa.cocolog-nifty.com/HorizontalMenuImages.png') 100% -30px no-repeat;}
.horizontalmenu li a:hover{background-position:0px -60px; color:rgb(0,0,0);}
.horizontalmenu li a:hover span{background-position:100% -60px;}
.horizontalmenu li a.active, .horizontalmenu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url('http://todai-papa.cocolog-nifty.com/HorizontalMenuImages.png') 0px -90px no-repeat; color:rgb(0,0,0);}
.horizontalmenu li a.active span, .horizontalmenu li a.active:hover span{background:url('http://todai-papa.cocolog-nifty.com/HorizontalMenuImages.png') 100% -90px no-repeat;}

.verticalmenu{margin:0; padding:0; width:180px; list-style:none;background:rgb(255,255,222); font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;}
.verticalmenu li{padding:0; margin:0 0 1px 0; height:40px; display:block; font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;}
.verticalmenu li a{text-align:left;height:40px; padding:0px 25px; font:16px Verdana, Arial, Helvetica, sans-serif; color:rgb(102,102,102); display:block; background:url('http://todai-papa.cocolog-nifty.com/VerticalMenuImages.png') 0px 0px no-repeat; text-decoration:none; font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;}
.verticalmenu li a:hover{background:url('http://todai-papa.cocolog-nifty.com/VerticalMenuImages.png') 0px -40px no-repeat; color:rgb(0,0,0); font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;}
.verticalmenu li a.active, .verticalmenu li a.active:hover{background:url('http://todai-papa.cocolog-nifty.com/VerticalMenuImages.png') 0px -80px no-repeat; color:rgb(0,0,0); font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;}
.verticalmenu li a span{line-height:40px;}

#footer {
	color: #000000;
	line-height: 100%;
	font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: x-small;
	}

#main-bottom {
	background: #FFFFDE url("http://todai-papa.cocolog-nifty.com/footerbanner.jpg") no-repeat;
	border: 0;
	height: 150px;
	font-family: 'メイリオ', 'Meiryo','MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	padding: 5px 0 0 20px;/*- Menu 上右下左- */
	}

#main-bottom a {
	text-decoration: none;
	font-weight: bold;
	}

#main-bottom a:link {
	color: #666666;
	}

#main-bottom a:visited {
	color: #003366;
	}

#main-bottom a:hover {
	color: #FF0000;
	}

#main-bottom a:active {
	color: #cc0000;
	}
