@charset "utf-8";
/* basic elements */

html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body {
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
}

/* standard helper classes */

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

/* content */

.entry{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content {
	position: static;
	clear: both;
	margin: 5px 10px;
}

/* custom elements */

a {	 text-decoration: underline;	}
a:link { color: #449c0c; }
a:visited { color: #449c0c; }
a:active { color: #449c0c; }
a:hover { color: #449c0c;	 text-decoration: none;	}

body {
 margin: 10px 0 0;
 color: #333;
 background: #fff;
 font: normal 14px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
 line-height: 180%;
}

p {
 text-align: left;
 margin: 10px 0 20px;
 padding: 0;
 border: 0;
}



/* layout */

#container {
max-width:770px;
margin:0 auto;
padding: 0 20px;
background: #ffffff;
}

#container-inner {
border: 0;
}

#alpha{}
#alpha-inner{}

/* banner */

#banner {
 border: 0;
 /* no ie mac ¥*/ height: 1%; /* ie win 5.5, 6 win */
 background: #ffffff;
 text-align: left;
}

#banner-inner {
 margin: 0;
 padding: 30px 0;
 border: 0;
}

#banner a { color: #333333;	text-decoration: none; }
#banner a:hover { color: #499c0c;	text-decoration: underline; }

#banner-header {
 font-size: large;
 text-align: left;
 font-weight: bold;
 margin: 0;
 padding: 0;
 border-top: 0;
 border-left: 0;
 border-bottom: 0;
 border-right: 0;
 background: #ffffff;
}

#banner-description {
 font-size: medium;
 text-align: left;
 font-weight: normal;
 margin: 0;
 padding: 0;
 border-top: 0;
 border-left: 0;
 border-bottom: 0;
 border-right: 0;
}

/* content */

h2.entry-header {
 font-size: medium;
 text-align: left;
 font-weight: bold;
 margin: 0 0 10px;
 padding: 5px 0 5px 10px;
 border-top: 0;
 border-left: 10px #499c0c solid;
 border-bottom: 1px #499c0c solid;
 border-right: 0;
 background: #ffffff;
}

h3.entry-header {
 font-size: medium;
 text-align: left;
 font-weight: bold;
 margin: 0 0 10px;
 padding: 0;
 border: 0;
 background: #ffffff;
}

div.entry-content {
 margin: 0 0 40px;
 padding: 10px;
 border: 1px #e0e0e0 dotted;
}

div.entry-content p {
 margin: 10px 0;
 padding: 0;
 border: 0;
}

div.entry-content p img {
 float: left;
 margin: 0 5px 0 0;
 padding: 0;
 border: 0;
}

div.entry-more {
 margin: 0 0 40px;
 padding: 0;
 border: 0;
}


/* other css */

blockquote { 
text-align: left;
color: #333333;
margin: 10px 0 20px; 
padding: 5px 0; 
border-top: 1px #e0e0e0 solid;
border-bottom: 1px #e0e0e0 solid;
background: #ffffff;
}



/* footer */

div#footer a { color: #333333;	text-decoration: none; }
div#footer a:hover { color: #499c0c;	 text-decoration: none; }

.common_anchor { 
text-align: right;
 margin: 0; 
 padding: 0;
 border-bottom: 1px #e0e0e0 solid;
}

.common_footer { 
 text-align: center;
 margin: 0 0 20px;
 padding: 5px;
 border-top:  1px #e0e0e0 solid;
 background: #ffffff;
}

.tdftad li{font-size:8px!important}
.tdftad a {color:#333!important;text-decoration:none!important;}