@charset "utf-8";
/*
	Theme Name: tenten
	Theme URL: http://www.dog-tenten.co.jp/information/
	Description: TMCreation
	Author: Toshihiro Maruyama
	Author URI: http://www.tmcreationweb.com
	Version: 1.0

	Last modified by Toshihiro Maruyama on 12/1/2012.
*/

/*======================================================
	HTML element
=======================================================*/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #fff;
	}

body, select, input, textarea, ul, li {
	font-size: 100%;
	font-family: Verdana, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "MS ゴシック", Arial, Helvetica;
	}

h1, h2, h3, h4, h5 {
	line-height: 1em;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "MS ゴシック", Arial, Helvetica;
	color: #4d4d4d;
	}

p {	
	margin: 10px 0;
	color: #4d4d4d;
	}

a:link, a:visited {
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 10px;
	background: #fff;
	padding: 3px 6px;
	font-family: Verdana;
	line-height: 1.5em;
	color: #5e6b50;
	}

small a {
	color: #779900;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/*======================================================
	Page Structure
=======================================================*/

#wrapper {
	width: 880px;
	height: auto;
	margin: 0 auto;
	position: relative;
	font-size: 0.7em;
	}

#wrapper h1 {
	position: absolute;
	left: 10px;
	top: 26px;
	text-indent: -9999px;
	}

#wrapper h1 a {
	background: url(images/tentenlogo.gif) no-repeat 0 0;
	display: block;
	width: 161px;
	height: 42px;
	text-decoration: none;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 230px;
	float:left;
	padding-right: 10px;
/*-- for ie6 bug --*/
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	}

#wrapper > #sidebar {
	margin-top: 7px;
	padding-bottom: 15px;
	}

#leftcol {
	width: 275px;
	padding-right: 20px;
	}

#rightcol {
	width: 316px;
	}

#leftcol, #rightcol {
	margin-top: 5px;
	float:left;
	}	

#leftcol h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 7px;
	}

#leftcol h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 2px;
	}

#leftcol h4 a {
	color: #669900;
	}

#leftcol p {
	font-size: 10px;
	line-height: 1.3em;
	font-family: Verdana;
	}

#rightcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#leftcol img {
	float:left;
	margin:3px 10px 4px 0;
	position: relative;
	}

#rightcol img {
	margin-bottom: 4px;
	display: block
	}
	
#leftcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding-bottom: 12px;
	margin-bottom: 10px;
	}	
	
/*======================================================
	subnavi
=======================================================*/

.subnav {
	margin-bottom: 15px;
	}

.subnav li {
	list-style:none;
	border-bottom: 1px solid #FFF;
	font-size: 10px;
	line-height: 1.8em;
	font-family: Verdana;
	font-weight: bold;
	}

.children li {
	list-style: none;
	border-bottom: 1px solid #FFF;
	font-size: 10px;
	line-height: 1.8em;
	padding: 4px 2px 2px 0;
	font-family: Verdana;
	font-weight: normal;
	}

.subnav li a:link, .subnav li a:visited {
	background: url(images/sidebar_bg.gif) repeat-y 0 0 #7ca636;
	color: #fff;
	display: block;
	width: 213px;
	padding: 8px 4px 8px 8px;
	border-left: 5px solid #709c23;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: url(images/sidebar_bg_o.gif) no-repeat 99% 50% #5a8527;
	text-decoration:none;
	color: #fff;
	}

.subnav li.current-cat a:link, .subnav li.current-cat a:visited, .subnav li.current-cat a:active, .subnav li.current-cat-parent a:link, .subnav li.current-cat-parent a:visited, .subnav li.current-cat-parent a:active{
	background: url(images/sidebar_bg_o.gif) no-repeat 99% 50% #5a8527;
	text-decoration:none;
	color: #fff;
	}

.subnav li li a:link, .subnav li li a:visited {
	width: 198px;
	border-left:none;
	}
	
h2 {
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0 15px 0;
	}

h3, #sidebar h2 {
	font-size: 12px;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #BBB;
	border-bottom:1px solid #BBB;
	padding:8px 0 9px 2px;
	margin: 10px 0 10px 0;
	}

#sidelist li > h2 {
	margin-top: 0;
	}

#sidebar h2 span, #sidebar h3 span {
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana;
	color: #559ad3;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px
	}
	
	
	
/*======================================================
	content
=======================================================*/

#content {
	width: 625px;
	float: right;
	clear: both;
	padding-left: 10px;
/*-- for ie6 bug --*/
	padding-bottom: 0px;
	}

#wrapper > #content {
	padding-bottom: 15px;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#fff;
	padding:0 10px 7px 0;
	border-bottom:1px dotted #b6b6b6;
	}
	
#rightcol p {
	margin:0;
	}

.feature h3#tentennews_title {
	font-size: 12px;
	line-height: 1em;
	text-indent: -9999px;
	margin-left: 233px;
	margin-bottom:0;
	padding-bottom: 0;
	}

.feature h3#tentennews_title a {
	background: url(images/tentennews.gif) no-repeat 0 0;
	display: block;
	width: 112px;
	height: 14px;
	margin-bottom:0;
	padding-bottom: 0;
	}

.feature p {
	font-size: 12px;
	line-height: 1.5em;
	}

.feature p.newstop_date {
	font-size: 10px;
	font-family: Verdana;
	line-height: 1em;
	color: #5e6b50;
	margin: 0;
	float: right;
	padding-top: 2px;
	padding-right: 80px;
	}

#leadpic {
	float:left;
	margin: 0 21px 0 0;
	}

#lead {
	margin-top: 22px;
	margin-bottom: 7px;
	position: relative;
	}

#lead p {
	padding-bottom: 10px;
	}

#lead h4 a {
	color: #4d4d4d;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	}

.pagetitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 115%;
	}

.feature#lead .title {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.5em;
	margin-bottom: 5px;
	display: block;
	}

.feature#lead p.readmore {
	font-size: 12px;
	font-weight: bold;
	margin-left: 440px;
	letter-spacing: 0.1em;
	line-height: 28px;
	text-indent: 36px;
	padding-bottom: 18px;
	}

.feature#lead p.readmore a:link, .feature#lead p.readmore a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	background: url(images/readmore.gif) no-repeat;
	width: 167px;
	height: 28px;
	}

.feature#lead p.readmore a:hover {
	background: url(images/readmore.gif) no-repeat 0 -28px;
	text-decoration: none;
	}

#sidelist li {
	list-style:none
	}

#sidelist li > ul.bullets {
	margin-bottom: 15px;
	}

.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	font-size: 10px;
	line-height: 1.8em;
	font-family: Verdana;
	}

#sidelist .bullets li {
	list-style: none;
	background: url(images/article.gif) no-repeat;
	padding-left: 22px;
	margin-bottom: 5px;
	line-height: 20px;
	margin-left: 5px;
	}

#sidelist .bullets a {
	color: #6b8a00;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: none;
	margin-left: 12px;
	border-bottom: 1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding: 2px 2px 2px 18px;
	border:0;
	background: url(images/footprint.gif) no-repeat 0 50% #e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin: 15px 0 15px 0;
	padding: 12px;
	clear: both;
	}

#writer img {
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin: 0;
	width: 492px;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 1.5em;
	margin-bottom: 7px;
	}
	
#writer p a {
	color: #578400;
	}

#writer p strong {
	font-size: 14px;
	line-height: 1.5em;
	}

.entry {
	padding-top: 11px;
	padding-bottom: 20px;
	}

.entry a {
	color: #5a8527;
	}

.entry a:hover {
	color: #7ba336;
	}
	
.entry_cat_lists {
	padding-top: 11px;
	}

.entry p, .entry_cat_lists p {
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 8px;
	padding-bottom: 11px;
	}

.entry_cat_lists p.readmore {
	font-size: 12px;
	font-weight: bold;
	margin-left: 440px;
	letter-spacing: 0.1em;
	line-height: 28px;
	text-indent: 36px;
	}

.entry_cat_lists p.readmore a:link, .entry_cat_lists p.readmore a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	background: url(images/readmore.gif) no-repeat;
	width: 167px;
	height: 28px;
	}

.entry_cat_lists p.readmore a:hover {
	background: url(images/readmore.gif) no-repeat 0 -28px;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

.entry ul {
	margin: 10px 0;
	padding: 0;
	}

.entry li {
	color: #4d4d4d;
	list-style: circle;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding-right: 12px;
	}

.entry li strong {
	line-height: 2em;
	}

.entry h3, .entry h4, .entry h5, .entry h6 {
	padding-left: 8px;
	padding-bottom: 10px;
	margin-bottom: 0;
	line-height: 1.5em;
	}


/*======================================================
	Page Formatting
=======================================================*/

.picleft {
	float: left;
	margin: 0 18px 10px 0;
	border: 7px solid #f2f2f2;
	}

.picleft_non {
	float: left;
	margin: 0 20px 12px 0;
	}

.picright {
	float:right;
	margin: 0 0 10px 18px;
	border: 7px solid #f2f2f2;
	}	

.picright_non {
	float: right;
	margin: 0 0 12px 20px;
	}

.alignleft {
	float: left;
	margin: 0 20px 12px 0;
	}

.alignright {
	float: right;
	margin: 0 0 10px 18px;
	}

.aligncenter, .piccenter {
	clear: both;
	margin: 0 auto 0;
	}

.alignnone {
	clear: both;
	margin-top: 0;
	}

.wp-caption { 
	margin-top: 15px;
	}

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}	

.post {
	margin-right: 0;
	}

.post h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 115%;
	}
	
.post h3, .post h4 {
	font-size: 18px;
	font-weight: bold;
	}

.post h3 a, .post h4 a {
	color: #5e8b07;
	padding-left: 7px;
	line-height: 1.5em;
	margin-bottom: 10px;
	}

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/*======================================================
	Form Elements
=======================================================*/

form p a {
	color: #779900;
	}

select {
	width: 120px;
	font-size: 12px;
	line-height: 1.2em;
	padding: 1px 2px 1px 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #827d70 #ccc8be #ccc8be #827d70;
	vertical-align: middle;
	color: #333333;
	background: #fafafa;
	}

#searchform input#s {
	width: 125px;
	font-size: 12px;
	font-family: Verdana, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "MS ゴシック", Arial, Helvetica;
	line-height: 1.2em;
	padding: 2px 2px 2px 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #827d70 #ccc8be #ccc8be #827d70;
	vertical-align: middle;
	color: #4d4d4d;
	background: #fafafa;
	float: left;
	margin-top: 6px;
	margin-right: 1px;
	}
	
#searchform input#s:focus {
	background: #fff;
	}

#searchform button#searchsubmit {
	width: 30px;
	height: 30px;
	color: #e7e7e7;
	border: none;
	line-height: 29px;
	background: url(images/info_search.gif) no-repeat 100% 0 transparent;
	float: left;
	cursor: pointer;
	margin-top: 2px;
	margin-right: 8px;
	}

#commentform {
	margin-left: 5px;
	margin-bottom: 15px;
	}

#commentform input.button2 {
	width: 120px;
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	color: #e7e7e7;
	border: none;
	font-size: 12px;
	line-height: 22px;
	background: #324600;
	text-align: left;
	float: left;
	cursor: pointer;
	}

#commentform input.button2:hover {
	color: #fff;
	text-decoration:none;
	background: #777;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	font-size: 12px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "MS ゴシック", Arial, Helvetica;
	line-height: 1.2em;
	padding: 2px 2px 2px 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #827d70 #ccc8be #ccc8be #827d70;
	vertical-align: middle;
	color: #333333;
	background: #fff;
	}

#commentform textarea {
	width: 578px;
	margin-top:5px;
	font-size: 12px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "MS ゴシック", Arial, Helvetica;
	line-height: 1.2em;
	padding: 2px 2px 2px 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #827d70 #ccc8be #ccc8be #827d70;
	vertical-align: middle;
	color: #333333;
	background: #fff;
	}

#commentform label small {
	font-size: 12px;
	vertical-align: middle;
	margin-top: 5px;
	}

input:focus, select:focus, textarea:focus {background: #ffffff;}


/*======================================================
	comments
=======================================================*/

.commentlist {
	padding-left:30px;
	margin-right: 20px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background: #f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding: 0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background: #f2f2f2;
	}

.commentlist cite {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	padding-right: 10px;
	}	

.commentlist p {
	padding-left: 7px;
	padding-right: 7px;
	font-size: 10px;
	line-height: 1.5em;
	}

/*======================================================
	Float properties
=======================================================*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}

/*======================================================
	navigation
=======================================================*/

div.navigation a {
	color: #3f6303;
	margin-bottom: 30px;
	font-size: 12px;
	}


/*======================================================
	Event Calendar
=======================================================*/

h2#yearseventcalendar {
	background: url(images/yearseventcalendar.jpg) no-repeat;
	width: 625px;
	height: 200px;
	margin-top: 12px;
	margin-bottom: 17px;
	padding-bottom: 0;
	text-indent: -9999px;
	border-bottom: none;
}

.months_container {
	margin-bottom: 20px;
}

.months_container h3 {
	background: url(images/monthtitle.jpg) repeat-x;
	line-height: 35px;
	font-size: 16px;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.6);
	color: #fff;
	padding-left: 13px;
	margin-bottom: 7px;
}

.months_container ul {
	border-bottom: 1px solid #f1bd4f;
}

.months_container ul li {
	list-style: none;
}


.months_container table {
	width: 625px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #f1bd4f;
	border-bottom: none;
}

td.eventdate {
	background: #988e8a;
	width: 100px;
	height: 110px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

span.event_plan, span.event_end {
	width: 100px;
	height: 19px;
	display: block;
	margin-top: 15px;
	text-align: center;
}

span.event_plan em, span.event_end em {
	visibility: hidden;
}

span.event_plan {
	background: url(images/event_planend.png) no-repeat 50% 0;
}

span.event_end {
	background: url(images/event_planend.png) no-repeat 50% -19px;
}

td.eventthum {
	width: 110px;
	border-right: 1px solid #f1bd4f;
	border-left: 1px solid #f1bd4f;
}

td.event_title {
	height: 30px;
	background: #f1e8d6;
	color: #4c4c4c;
	padding: 0 20px;
	font-size: 12px;
	font-weight: bold;
}

td.eventdetail {
	padding: 10px 20px 5px;
	vertical-align: top;
	color: #353535;
}

td.eventdetail p {
	padding: 0;
	margin: 0;
}

td.eventdetail p a {
	color: #62440b;
	background: url(images/event_detail_label.jpg) no-repeat 0 50%;
	line-height: 20px;
	padding: 0 0 0 20px;
	margin: 0;
	float: right;
}

/*======================================================
	dropdown select alternative
=======================================================*/

dl#monthselect {
	background: url(images/selecteventbg.jpg) no-repeat 0 50%;
	width: 232px;
	height: 39px;
	margin-left: 14px;
	margin-right: 20px;
	float: left;
}

p#pls_select {
	font-weight: bold;
	color: #755312;
	font-size: 12px;
	line-height: 35px;
	margin-bottom: 20px;
}
	
.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a { color:#d9efee; text-decoration:none; outline:none;}
.dropdown a:hover { color:#fff;}
.dropdown dt a:hover {
	color: #fff;
	background: url(images/selectarrow_hover.jpg) no-repeat 100% 8px;
}

.dropdown dt a {
	display:block;
	padding: 5px 0 0 58px;
	width:166px;
	font-size: 12px;
}
.dropdown dt a span {cursor:pointer; display:block; padding:5px;}

.dropdown dd ul {
	background:#21736e;
	border:1px solid #125e55;
	color:#fff;
	display:none;
	padding: 0;
	position:absolute;
	top: 0;
	left: 58px;
	width:auto;
	min-width:164px;
	list-style:none;
	font-size: 12px;
}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#115c5d;}

/*======================================================
	Page - sorry dog
=======================================================*/

#comingsoon {
	background: url(/global/images/sorrydog.gif) no-repeat 50% 100%;
	height: 470px;
	margin-top: 20px;
	clear: both;
}

#comingsoon h3, #comingsoon p {
	text-align: center;
}




