@charset "euc-jp";

/* ---------- reset ---------- */

* {
	margin:0;
	padding:0;
	font-size:12px;
	font-family: MS PGothic, Arial, Helvetica, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body {
	margin-right: auto;
	margin-left: auto;
	color:#666666;
	background:url(http://www.takao-shika.com/img/bg.gif) repeat center top #ffffff;
	font-family:sans-serif;
	text-align: center;   
}

h1 {
	color: #cccccc;
	font-size: 10px;
	padding:3px 0px 3px 0px;
	font-weight:normal;
}

#main-container {
	margin-right: auto;
	margin-left: auto;
	background:#ffffff;
	width:820px;
}

a {
	text-decoration:none;
	color:#267db1;
}

a:hover {
	text-decoration:underline;
	color:#267db1;
}

.clear {
	clear:both;
	text-decoration: none;
	font-size: 2px;
	text-indent: -700em;
}

fieldset { padding:10px; }

/* ---------- body_end ---------- */

/* ---------- header ---------- */

#header {
	padding:2px 5px 0 5px;
	text-align:center;
	color:#666666;
}

#header img { float:left;border:none; }

#head-module p {
	margin:0;
	padding-top:12px;
	text-align:right;
}

/* ---------- header_end ---------- */

/* ---------- main-menu ---------- */

#main-menu {
	margin:0px 10px 5px 10px;
	padding:5px 10px;
	border-bottom:1px solid #d5d5d5;
	text-align:left;
	display : block;
}

#main-menu ul {
	list-style-type: none;
}

.gn-btn {
	width:145px;
}

#main-menu li {
	float:left;
	display : block;
	margin-bottom: 3px;
	margin-right: 5px;
	list-style-type: none;
}

#main-menu li a {
	color:#0eaa4a;
	text-decoration: none;
	padding: 5px 10px;
	display : block;
	background:url("http://www.takao-shika.com/img/menu_li_1.gif") no-repeat center left;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	width:145px;
}

#main-menu ul li a:hover { 
	color:#7ddca2;
	background:url("http://www.takao-shika.com/img/menu_li_2.gif") no-repeat center left;
	border-bottom: 1px solid #7ddca2;
	border-right: 1px solid #7ddca2;
	width:145px;
}

/* ---------- main-menu_end ---------- */

/* ---------- banner ---------- */

#banner {
	display:block;
	background: transparent url("http://www.takao-shika.com/img/main_visual.jpg") no-repeat top left;
	margin:0 10px;
	width:558px;
	height:171px;
}

#banner h1 {
	text-align:left;
	position: relative;
	top: 65px;
	left: 25px;
}

#banner a { color:#007695;}

#banner a:hover { color:#53a4b9;background:none;}

#banner h2 {
	text-align:left;
	font-weight:normal;
	position: relative;
	top: 70px;
	left: 25px;
}

/* ---------- banner_end ---------- */

/* ---------- main ---------- */

#main-content {
	padding:10px 0px 0px 0px;
	margin:10px;
}

#main {
	width:570px;
	float:right;
	text-align:left;
}

.content { padding:0px 15px 10px 10px; 
}

.content a {
	color:#267db1;
}

.content ul li { list-style-position:inside; }

.content p { font-size:100%;line-height:140%; }

.content p.navi { margin:0px 0; }

.content blockquote {
	padding:15px 10px 15px 60px;
	background:url(http://www.takao-shika.com/img/blockquote_bg.gif) no-repeat left center #fff2de;
	margin:10px 0;
	border: 1px dashed #ffad30;
}

.content h1 {
	color: #ff7200;
	padding:8px 5px 5px 5px;
	height: 30px;
	font-weight:bold;
	background:url(http://www.takao-shika.com/img/h1_bg.gif) repeat-x top left;
	margin:10px 0;
}

h2 {
	color: #333333;
	padding:7px 10px;
	margin:10px 0px 15px 0px;
}

.content h2 {
	font-weight:normal;
}

.content h3 {
	color: #267db1;
	padding:15px 10px 0px 40px;
	font-weight:bold;
	background:url(http://www.takao-shika.com/img/h3_bg.gif) no-repeat center left;
	margin:0px 0px 0px 0px;
}

.content h4 {
	color: #267db1;
	padding:15px 10px 25px 40px;
	font-weight:bold;
	background:url(http://www.takao-shika.com/img/h4_bg.gif) no-repeat center left;
	margin:0px 0px 0px 0px;
}

.content h5 {
	padding:6px 10px 4px 25px;
	font-weight:bold;
	background:url(http://www.takao-shika.com/img/h5_bg.gif) no-repeat center left;
	margin:0px 0 10px 0px;
}

.content h6 {
	color: #666666;
	padding:0 0 0 20px;
	font-weight:bold;
	background:url(http://www.takao-shika.com/img/h6_bg.gif) no-repeat center left;
	margin:10px 0;
}

.entry-body {
	line-height:140%;
}

.entry-info {
	background:url(http://www.takao-shika.com/img/entry_info_bg.gif) no-repeat;
	margin-top:10px;
	padding: 5px 0 20px 0;
}

.entry-info ul { list-style-type: none; }

.entry-info li {
	color:#666666;
	display:inline;
	margin-right: 5px;
}

/* ---------- left ---------- */

#left-menu {
	width:208px;
	float:left;
	text-align:left;
	padding:0 0 0 15px;
}

.search-form { 
	padding:0px 5px 0px 0px;
	text-align:right;
	}

.search-form label {
	text-decoration: none;
}

.search-form input#search { border:1px solid #999999; width:120px; font-size:100%; color:#999999;}

.search-form input.searchsubmit {
	position: relative;
	top: 4px;
	left: 3px;
}

.search-form-b { 
	padding:0px 0px 0px 5px;
	text-align:left;
	}

.search-form-b label {
	text-decoration: none;
}

.search-form-b input#search { border:1px solid #999999; width:120px; font-size:100%; color:#999999;}

.search-form-b input.searchsubmit {
	position: relative;
	top: 2px;
	left: 3px;
}

#sub-menu {
	margin-top:15px;
}

#sub-menu h3 {
	text-decoration: none;
	font-size: 2px;
	display: block;
	width: 193px;
	height: 21px;
	text-indent: -700em;
	background: transparent url("http://www.takao-shika.com/img/subcontents_tit.gif") no-repeat top center;
	margin:1px 1px 0 1px;
}

.syndicate a {
	text-decoration: none;
	font-size: 2px;
	display: block;
	width: 193px;
	height: 47px;
	text-indent: -700em;
	background: transparent url("http://www.takao-shika.com/img/rss_link.gif") no-repeat top left;
	margin:10px 1px 10px 1px;
}

.syndicate a:hover {
	background: transparent url("http://www.takao-shika.com/img/rss_link.gif") no-repeat bottom left;
}

.powered li{
	margin:10px 5px;
	list-style-type: none;
}

/* ---------- left_end ---------- */

/* ---------- footer ---------- */

.footer {
	display:block;
	background:url(http://www.takao-shika.com/img/footer_bg.gif) no-repeat top center;
	padding:2px 0 0 0;
}

.footer p {
	text-align:right;
	color:#aaaaaa;
}

/* ---------- footer_end ---------- */

/* ---------- news ---------- */

#news {
	margin:10px 0;
}

#news h3 {
	text-decoration: none;
	font-size: 2px;
	text-indent: -700em;
	background: transparent url("http://www.takao-shika.com/img/new_tit_bg.gif") no-repeat top left;
	margin-bottom:12px;
	border-bottom:3px solid #249b52;
	border-left:none;
	border-top:none;
	border-right:none;
}

.new-txt {
	background:#fafafa;
}

.new-txt p {
	margin:10px 5px;
	border-bottom:1px dotted #249b52;
}

#blog-new {
	margin:10px 0;
}

#blog-new h3 {
	text-decoration: none;
	font-size: 2px;
	text-indent: -700em;
	background: transparent url("http://www.takao-shika.com/img/new-blog_tit_bg.gif") no-repeat top left;
	margin-bottom:12px;
	border-bottom:3px solid #aba000;
	border-left:none;
	border-top:none;
	border-right:none;
}

.blog-new-txt {
	background:#fafafa;
}

.blog-new-txt p {
	margin:10px 5px;
	border-bottom:1px dotted #aba000;
}

/* ---------- news_end ---------- */

/* ---------- archive_list ---------- */

.archive-content {
	background:#fafafa;
	border:3px double #cccccc;
	padding:15px;
}

.archive-list-item {
	margin:5px 0;
}

/* ---------- archive_list_end ---------- */

/* ---------- sub-menu ---------- */

.sub-menu li {text-align:left;list-style-type: none;}

.sub-menu ul {margin:0 1px 15px 1px;list-style-type: none;}

.sub-menu li a {
	color:#666666;
	display : block;
	width:193px;
	text-indent: 1em;
	background:url(http://www.takao-shika.com/img/submenu_li_2.gif) no-repeat center left;
	padding: 5px 0;
	border-bottom:1px solid #cccccc;
}

.sub-menu li a:hover {
	color:#0eaa4a;
	background:url(http://www.takao-shika.com/img/submenu_li_1.gif) no-repeat center left;
}

/* ---------- sub-menu_end ---------- */

/* ---------- trackback ---------- */
#trackback_url {
	border:1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

fieldset { margin-top:20px; }

legend {
}

#comment-author {
	background:#f9f9f9;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-email {
	background:#f9f9f9;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-url {
	background:#f9f9f9;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-text {
	background:#f9f9f9;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-preview,#comment-post,#comment-cancel  {
	width:100px;
}

ul.comments-open-footer  {
	padding-top: 15px;
}

.comments-open-footer li {
	display:inline;
	list-style-type: none;
	margin-right: 15px;
}

.comments-post label {
	margin:10px 0;
}

.cclicense { margin:3px 10px; }

.cclicense p { font-size:100%; }

div.blog
{
	padding:0 0 0 30px;
	color:#423636;
	background-color:inherit;
	border:0;
}


/* ---------- ブログ・カレンダー ---------- */
a
{
	color:#444444;
}

a:link {
	color:#44444;
}

a:visited {
	color:#44444;
}

.calendar {
    margin-bottom: 12px;
}

.module-calendar-module{
    margin-left: 3px;
}

.calendar th {
    width: 23px;
    text-align: center;
    font-size:10px;
}

.calendar td {
    line-height: 120%;
    text-align: center;
}

.today {
    color: #444444;
}

.today a {
    color: #444444;
    text-decoration:underline;
    display: block;
    border: 1px solid #444444;
}

.sunday,
.holiday {
    color: #e50003;
}

.holiday a {
    color: #e50003;
    text-decoration:underline;
}

.saturday {
    color: #0000ff;
}

.saturday a {
    color: #0000ff;
    text-decoration:underline;
}

/* ---------- ブログ・カレンダー_end ---------- */


.red {
      color: #ee0000;
}


/* ---------- メインメニュー ---------- */

#menu1 a span {
	display:none;
}

#menu1 a {
	display:block;
	width:150px;
	height:33px;
	background-image:url(http://www.takao-shika.com/img/menu_bottom01.gif);
	background-repeat:no-repeat;
}

#menu1 a:hover {
	background-image:url(http://www.takao-shika.com/img/menu_bottom01_over.gif);
	background-repeat:no-repeat;
}

#menu2 a span {
	display:none;
}

#menu2 a {
	display:block;
	width:150px;
	height:33px;
	background-image:url(http://www.takao-shika.com/img/menu_bottom02.gif);
	background-repeat:no-repeat;
}

#menu2 a:hover {
	background-image:url(http://www.takao-shika.com/img/menu_bottom02_over.gif);
	background-repeat:no-repeat;
}

#menu3 a span {
	display:none;
}

#menu3 a {
	display:block;
	width:150px;
	height:33px;
	background-image:url(http://www.takao-shika.com/img/menu_bottom03.gif);
	background-repeat:no-repeat;
}

#menu3 a:hover {
	background-image:url(http://www.takao-shika.com/img/menu_bottom03_over.gif);
	background-repeat:no-repeat;
}

#menu4 a span {
	display:none;
}

#menu4 a {
	display:block;
	width:150px;
	height:33px;
	background-image:url(http://www.takao-shika.com/img/menu_bottom04.gif);
	background-repeat:no-repeat;
}

#menu4 a:hover {
	background-image:url(http://www.takao-shika.com/img/menu_bottom04_over.gif);
	background-repeat:no-repeat;
}

#menu5 a span {
	display:none;
}

#menu5 a {
	display:block;
	width:150px;
	height:33px;
	background-image:url(http://www.takao-shika.com/img/menu_bottom05.gif);
	background-repeat:no-repeat;
}

#menu5 a:hover {
	background-image:url(http://www.takao-shika.com/img/menu_bottom05_over.gif);
	background-repeat:no-repeat;
}

/* ---------- メインメニュー_end ---------- */

.link {
	text-decoration: none;
	font-size: 2px;
	text-indent: -700em;
	margin-bottom:0px;
}

.side  { font-size:100%;line-height:140%;padding: 6px 6px;
	background:ecffff;
	border: 1px solid #aaaaaa;
}