/*
	Theme Name: dishin-2025
	Description: 2025.04一部リニューアル　その際旧テーマから不要なコードを省き新テーマとして設置
	Author: CavyCraft
	Author URI: https://cavycraft.com/
*/


/* LAYOUT */

body {
	/* background: url(images/background.png);
	background-position: top left;
	background-repeat: repeat-x; */
	}

#wrapper {
	padding:0;
	}

#container {
	padding-bottom: 10px;
	}

#contentwrap {
	background: #fff url(images/contentwrap-background.png) top right repeat-y;
	margin-top: 10px;
	border: 1px solid #d4d1d1;
	}

a {
	color: #03357c;
	}

a:hover {
	color: #087ed8;
	}



/* HEADER */

#header {
	height: 90px;
	padding:0;
	padding-top:13px;
	}

#header h1 {
	margin-bottom: 4px !important;
	padding: 8px 0 0 0;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 48px;
	text-transform: uppercase;
	}

#header h1 a, #header h1 a:visited {
	color: #053671;
	text-decoration: none;
	}


#header h2 {
	color: #4e4d4d;
	font-size: 13px;
	line-height: 13px; 
	font-family: Arial;
	font-style: italic;
	}

/* NAVIGATION MENUS */





/* toppage */

.topimages {
	margin: 0;
	padding: 10px 0px;
         background: url(images/topimages.swf);
          }

.imgtitle {
	margin: 0 0 4px 0;
	padding: 5px 8px;
	line-height: 18px;
	font-family: Arial, Verdana;
	color: #999999;
	border: 1px solid #ddd;
         background: url(images/title_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
         width: 680px
	}

	
/* CONTENT */

#content {
	background-color: #fff;
	padding: 15px 5px 15px 15px;
	}
	
pre { overflow: auto; 
	width: 470px; 
	}

.post {
	padding-bottom: 30px;
	}

.post p {
	margin-bottom: 10px;
	}

.title {
	margin: 0 0 4px 0;
	padding: 5px 8px;
	line-height: 18px;
	font-family: Arial, Verdana;
	color: #999999;
	border: 1px solid #ddd;
         background: url(images/title_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	}

	
.title a {
	text-decoration: none;
	color: #555555;
	}

.title a:hover {
	text-decoration: none;
	color: #053a76;
	}

.pagetitle {
	margin-bottom: 18px;
	line-height: 18px;
	font-family: Arial, Verdana;
	text-decoration: underline;
	color: #000;
}

.postdate {
	font-size: 11px;
	padding: 1px 4px;
	font-family: Arial, Verdana;
	font-style: italic;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 18px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 13px;
	}
.navigation {
	padding: 10px 0;
	}

.blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 2 4px 5px;
   margin: 0;
	}
	
/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
         	}
	
.ad125 {
	margin: 5px 10px 5px 0px;
	}


.sidebar {
	margin: 10px 10px 0px 5px;
	}
	
.sidebar a {
	text-decoration: none;
	color: #555;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#0571c6;
	}
	

	
#search input, #searchform input{
	border: 1px solid #044888;
	}
	
/* #search label, #searchform label {
	margin: 10px 0 10px 0; 	padding: 4px 0 6px 0px;
	background: url(images/tab_backgr.png);
	background-repeat: repeat-x;
	background-position: top; 
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: #003d69;
	display: block;
	}  */

#s {
	width: 170px;
	padding: 2px;
	}
	
#searchsubmit {
	border: 1px solid #666666;
	background: #999999;
	color: #fff;
	}
	
#topsearch {
	padding:0px;
	/* background: #044888; */
	margin-top: 10px;
	text-align: left;
	}
	
#topsearch input {
	border: 1px solid #044888;
	}
	
#topsearch label {
	display: none;
	}
	
#topsearch #s {
	width: 190px;
	padding: 2px;
	}


.rssbox {
	/*background: #fff7df;
	border: 1px solid #f9931b;
	padding: 10px;*/
	margin: 10px 0 0 0;
	}
.rssbox a {
	color: #e23007;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
.rssbox a:hover {
	color: #e23007; 
	text-decoration: underline;
	}


		
/* Social icons */
.addthis_toolbox {
	margin: 10px 0 0 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 3px 0 3px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
	
	
.sidebarvideo {

	}

.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 4px 0 2px 0px;
	background: #fff;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: #05326c;
	border-bottom: 1px solid #cfcfcf;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(images/bullet.gif) no-repeat top left;
	}
	
.sidebar ul li ul li {
	background: #FFFFFF url(images/bullet.gif) no-repeat top left;
	padding: 2px 0px 2px 15px;
	margin: 2px 0;
	}



#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	background: #fff;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: #eef0f4;
	}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eef0f4;
	color: #555;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	background: #B00000;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	}

#footer a {
	color: #fff;
	} 

#footer a:hover {
	text-decoration: none;
	} 
	
#footer2 {
	color: #ececec;
	font-size: 8px;
	padding: 8px;
	text-align: right;
	}	
#footer2 a {
	color: #ececec;
	text-decoration: none;
	} 

#footer2 a:hover {
	text-decoration: none;
	} 
	
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* ++++++ ?T?C?h?o?[??????f?U?C?? ++++++ */

#sidebar	{
	font-size: 1.3em;
	}

#sidebar ul	{
	color: #66aaff;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
	}

#sidebar ul ul	{
	color: #88ccff;
	margin-bottom: 3px;
	}

#sidebar h2	{
	font-size: 1.3em;
	background-color: #538ad8;
	color: #ffffff;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	}

/* ++++++ ?topニュース ++++++ 


#topnews	{
	width: 100%;
	}

#topnews h2	{
	margin: 0;
	padding: 5px 8px;
	border: solid 1px #ddd;
        background: url(images/title_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 ;
        font-family: Arial, Verdana;
	color: #006600;
        }

#topnews div	{
	border: solid 1px #ddd;
	overflow: auto;
	height: auto;
	}


#topnews ul	{
	font-size: 1.3em;
	margin: 5px 30px;
	padding: 0;
	}

#topnews ul a	{
	color: #00657d;
	}*/


#monthmain	{
	background-color: #ffffff;
	}

#monthmain	{
	background-color: #ffffff;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	padding: 0px 0 1px;
	}

#monthsidebar	{
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	width: 170px;
	float: left;
	font-size: 1.3em;
	}

#monthcontent	{
	width: 100%;
	float: left;
	margin-left: 20px;
	padding-bottom: 20px;
	}

#monthmain .clear	{
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	}


#monthsidebar ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#monthsidebar li strong	{
	display: block;
	padding: 10px 20px;
	}

#monthsidebar li li	{
	padding: 5px 5px 5px 20px;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}

#monthsidebar li li a	{
	color: #000000;
	text-decoration: none;
	border-bottom: dotted 1px #ffffff;
	}

#monthsidebar li li a:hover	{
	color: red;
	}


#monthcontent #bread	{
	margin-top: 10px;
	text-align: right;
	}

#monthcontent #date	{
	font-size: 0.75em;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	color: #69d600;
	}

#monthcontent #date img	{
	vertical-align: middle;
	padding-right: 10px;
	}


#monthpost	{
	padding-bottom: 10px;
	}

#monthpost h2	{
	background-image: url(images/bar_small.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 1.2em;
	padding: 6px 10px;
	}

#monthpost p	{
	font-size: 0.75em;
	line-height: 150%;
	padding: 0 10px;
	}


#monthlist h2	{
	margin: 30px 0 0;
	padding-bottom: 5px;
	border-bottom: solid 4px #69d600;
	font-size: 1em;
	}

#monthlist h2 a	{
	text-decoration: none;
	color: #00657d;
	}

#monthlist h2 span	{
	color: #888888;
	font-size: smaller;
	font-family: Verdana, Helvetica, sans-serif;
	}

#monthlist h2 a:hover	{
	color: #00a0c6;
	}

#monthlist p	{
	margin-top: 10px;
	font-size: 1em;
	line-height: 140%;
	}	

/* ダイシン営業カレンダー但し書き*/

/* .2010calendar {
	line-height: 160%;
	font-size: 12px;
} */


/*印刷*/

.style1 {font: normal 12px/22px "ＭＳ Ｐゴシック", "Osaka"}

.unnamed21 {color: #666666;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;

}
.unnamed2 {
	font: normal 12px/22px "ＭＳ Ｐゴシック", "Osaka";
	color: #666666;
}

.unnamed3 {
	font-size: 15px;
	line-height: 22px;
}
.unnamed4 {
	font-size: 13px;
}
.unnamed5 {
	font-size: 10px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

#whats_new_maker-3 {
	width:235px;
	height:195px;
	overflow: auto;
}

.topcont {
	font-size:24px;
	font-family:  'HGP創英角ゴシックUB',meiryo ui,meiryo;
}
