@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', ƒƒCƒŠƒI, Meiryo, '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
   font-size:13px;
   color:#333;
   background:#fff;
}

br {
   letter-spacing:normal;
}


img {
   border:1;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ƒƒjƒ…[‚ÌÝ’è */
A.a1{
  text-decoration:none;
  background-color : #ffffff;
  color :#000000;
  font-size :13px;
  font-weight:light; 
  width : 200;
  padding : 8px;
  border-left: 3px  solid #db6d00;
  border-bottom: 1px solid #cccccc;
  border-right: 0px solid #c6152c;
  border-top: 0px solid #e3e3e3;
  display:block;
}

/* ƒƒjƒ…[ƒJ[ƒ\ƒ‹ƒIƒ“Žž‚ÌÝ’è */
A:HOVER.a1{
  color:#cc0000;
  background-color: #f5f0e9;
  display:block;
  text-decoration:underline;
}


A{
  text-decoration:none;
  color : #1e5fc4;
  letter-spacing: 0.04em;
}


a:visited {
  color: #660066;
  text-decoration: none
}


A:HOVER{
  color : #cc0000;
  text-decoration : underline;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:825px;
   margin:10px auto;
   border:0px solid #333;
}

#header {
   width:825px;
}

#menu {
   float:left;
}

#topicPath {
   display:inline;/* for IE6 */
   float:left;
}

#contents {
   clear:both;
}

#main {
   float:right;
   width:585px;
   padding:10px;
}

#sub {
   float:left;
   width:200px;
   padding:0px;
}

#pageTop {
   clear:both;
}

#footer {
   clear:both;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0px;
   font-size:9px;
}

#header h1 a {
   color:#333;
}

#header #pr p {
   margin:0;
   padding:10px;
   font-size:8px;
}

div#header h1 {
    text-align: left;
    font-size: 9px;
  color :#666666;
    font-weight:lighter; 
}

/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   width:825px;
   margin:0px;
   padding:5px;
   background:#ffffff;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
   border-left:1px solid #fff;
}

#menu li {
   float:left;
   color:#fff;
   text-align:center;
   list-style-type:none;
   border-right:1px solid #fff;
}

#menu li a {
   display:block;
   width:136px;
   color:#fff;
   line-height:35px;
   text-decoration:none;
   background:#e37200;
}

#menu li:first-child a {
   width:135px;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:#FF8C00;
}

#menu li a:hover {
   color:#fff;
   background:#FF8C00;
}




/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:5px;
   padding:5px 0;
   font-size:22px;
   font-weight:normal;
   border-bottom:3px double #ccc;
}

#main h3 {
   margin-bottom:5px;
   padding:5px;
   font-size:16px;
   color:#28569b;
   border-left:5px solid #28569b;
   border-bottom:1px dotted #ccc;
}

#main h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:#328f12;
}

#main h5 {
   margin-bottom:5px;
   font-size:13px;
   border-bottom:1px dotted #ccc;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}


#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #aaa;
   background:#f0f7fc;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #aaa;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
   border:0px solid #333;
}

#sub .pr {
   margin:10px 0;
   text-align:center;
}


#sub h3 {
   padding:5px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:0px solid #fff;
   border-bottom:none;
   background:#328f12;
}

#sub ul {
   overflow:hidden;
   margin:0;
   padding:0;
   background:#eee;
}

#sub li {
   width:200px;
   margin-top:-1px;
   line-height:1.4;
   list-style:none;
   border-top:1px solid #666;
}

#sub li a {
   display:block;
   padding:6px 20px;
}
#sub li a.active {
   color:#000000;
   text-decoration:none;
   background:#cccccc;
}



.link{
width: 200px;
}

.link ul {
list-style: none;
margin: 0;
padding: 0;
border-top: 0px solid #CCC;
}

.link li {
margin: 0;
padding: 0;
border-bottom: 1px solid #999999;
}

.link a {
background : #ffffff url(mark.gif) no-repeat left center;
padding: 7px 0 5px 15px;
display: block;
width: 100%; /*Windows IE‘Îô*/
color: #333;
text-decoration: none;
}


.link a:hover {
color: #cc0000;
text-decoration:underline;
background : #ffffff url(mark.gif) no-repeat left center;

background-color: transparent;/*ƒIƒ“ƒ}ƒEƒXŽž‚É”wŒiF‚ð“§‰ß‚·‚éŽw’è*/
}

.link  a.active {
color: #666666;
background : none;
background-color: #e3e3e3
;}


ul.listBox {
  list-style-type: none;
  width: 825px;
  font-family: sans-serif,"FF2DFF3320FF3030B430B730C330AF","30D230E930AE30CE20Pro20W3",Osaka;

 }

ul.{
  margin: 0px 0px 0px 0em;
  padding: 0px;
}

ul.listBox li {
  float: left;
  width: 102px;
  text-align: center;
 }

ul.listBox li a{
  display: block;
  color: white;
  background-color: #2d2d2d;
  text-decoration: none;
  line-height: 1.6em;
 }

ul.listBox li a:hover{ 
  color: #ffffff;
  background-color: gray;
text-decoration: none;
 }

ul.listBox li a.active {
   color:#fff;
   text-decoration:none;
   background:#666666;
}

#footer ul li {
  float: right;
  font-size :11px;
}
#footer a { 
background : #ffffff url() no-repeat left center;
padding: 10px 15 5px 0px;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:0px 0 4px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background : url(file:///C:/Documents and Settings/‚©‚È/ƒfƒXƒNƒgƒbƒv/sim001_blue/src/css/bg_pagetop.gif) no-repeat 7px 50%;
   font-size:12px;
   outline:none;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:9px;
   color:#fff;
   text-align:center;
   border-top:1px solid #333;
   background:#000000;
   width:825px;
   margin:10px auto;
   border:0px solid #333;
}




.entry_title{
    font-weight:bold; 
	font-size: 18px;
	color: #000000;
	margin: 10px 0px 0px 20px;
	padding-bottom: 5px;
         padding-top: 5px;
         padding-right: 40px;
	border-bottom: 1px dotted gray;
	text-align: right;
         background: url(http://www.tajirikoubou.com/2013hp2/image.gif) no-repeat;
         background-position: right;
}


.item_list{
	color: #cc0000;

a:hover img{opacity:0.6;filter:alpha(opacity=60);-ms-filter: "alpha( opacity=60 )";}

body{
font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', ƒƒCƒŠƒI, Meiryo, '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
}