@import url(block.css);
@import url(special.css);
@charset "shift_jis";


* {
	border:none;
	color: #4682B4;
	background-color: inherit;
	font: normal normal 100% 'Trebuchet MS',Arial,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
	border: 0px;
	direction: ltr;
}

body {
	background: #fff url(../body-bak0401.png) repeat-x 0 0;
	text-align: center;
}

a {
	text-decoration: underline;
}

a:link {
	background: transparent;
	color: #FF4500;
}

a:visited {
	background: transparent;
	color: #98724E;
}

a:hover {
	background: transparent;
	color: #FFA500;
}

a:active {
	background: transparent;
	color: #fb3a03;
}

address {
	color: #4d4d4d;
	padding: 10px 0px;
}

blockquote {

	font-size: 100%;
	margin: 3px 15px;
	padding: 0.5em 20px;

	border-left: 8px solid #849D97;


}

blockquote li{
	letter-spacing: 0;
	margin:  10px 0;
}

blockquote li{
	list-style-type: none;
	margin: 0px;
}

blockquote ul{
	list-style-type: none;
	margin: 0px;
}

.cite
{
	text-align: right;
}

dd {
	line-height: 1.3;
	margin: 5px 0px 15px 0px;
}

del {
	background: transparent;
	color: #CCCCCC;
	text-decoration: none;
}
ins
{
	color:#fb3a03;
	text-decoration: none;
	font-style: italic;
}

dl {
	background: transparent;
	margin: 1em 0 1em 0;
}


dt {
	margin: 10px 1em 0.5em 0;
	padding: 2px 1.5em 2px 0;
}

dd {
	padding: 0 20px;
}

dt, dt a, em, strong, h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	background: url(../title-bak0401.png) 0% 50% no-repeat;
	font-size: 110%;
	margin:0 0 0px 0px;
	color: #fff;
	padding: 10px 0 0 10%;
	height: 135px;
	text-align: left;
}

h2 {
	background: transparent;
	color: #2F4F4F;
	padding: 9px;
	border-bottom: 2px dashed #f96;
	letter-spacing: 8px;
	margin: 5px 0;
	font-size: 110%;
}

h3 {
	clear: both;
	background: transparent;
	color: #D23103;
	font-size: 120%;
	margin: 25px 0 0 0px;
	padding: 8px  0 5px 0px;

}
h4
{
	margin: 15px 0 0 0px;
	padding: 2px  0 2px 0px;
	border-bottom: dotted 1px #51839b;
	color: #2E8B57;
	clear: both;
}

img {

	border: 0px solid #FFCCCC;
}

input {
	border: 1px #009966 solid;
}

kbd {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-color: #CCCCCC #999999 #666666 #AAAAAA;
	border-width: 2px 4px 6px 3px;
	color: #666666;
	padding: 0px 3px;
}

li {
	padding: 3px 0;
}


ol {
	margin: 0 3em;
}

p {
	line-height: 1.5;
	margin: 15px 0px;
	text-align: left;
	background: transparent;
}

pre {
	border: 1px dotted #708090;
	color: #708090;
	margin: 15px 0px;
	padding: 10px;
	font-family: monospace;
}

q {
	background: transparent;
	border-bottom: 1px #CCCCCC dotted;
	color: #51839b7AA;
}

textarea {
	border: 1px #009966 solid;
	padding-bottom: 5px;
	width: 90%;
}

ul {
	list-style-type: circle;
	margin: 0 0 0 3em;
}

hr
{
	clear: both;
  margin: 10px 5px;
  height: 0px;
  background: #ccc;
	color:#660 ;

border: 0;
  
}
table
{
	margin: 10px 0 30px 0;
	border-left:1px solid #690; 
	border-top:1px solid #690; 
	border-collapse: collapse;
}
th
{
	background: #690;
	color:#fff;
	text-align: center;
	border-right:1px solid #360; 
	border-bottom:1px solid #360; 	
	padding: 10px;
	vertical-align: text-top;
}
td
{
	background: #efefef;
	border-right:1px solid #690; 
	border-bottom:1px solid #690; 	
	padding: 10px;
	vertical-align: text-top;
	line-height: 1.5;
}
caption
{
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	text-align: left;
}

