html {-webkit-text-size-adjust: none;}

body {
	font:24px/100% Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック', sans-serif;
	color: #4d4d4d;
	font-size:100%;
}
img {
border:0px;
}

a:link {
text-decoration:none;
	color: #666666;
}

a:visited {
text-decoration:none;
	color: #666666;
}

a:active {
text-decoration:none;
	color: #666666;
}



input {
font-size: 70%;
}

h1 { 
	font-family: 'ヒラギノ角ゴ Pro W3', ;
	font-size:24px;
	
	border-left:20px solid #db6305;
	border-right:20px solid #db6305;
	padding:18px 0 18px 10px;
	background-color:#ededed;
	margin-left:0px;
	margin-right:0px;
}
h2 { 
	font-family: 'Josefin Sans Std Light', arial, serif;
	font-size:18px;
	color:#2365a4;
    border-left:7px solid #2365a4;  
    border-bottom:1px solid #2365a4;  
    padding:.10em .8em ;
}
h3 { 
	font-size:24px;
	color:#666666;  
    padding:0px 20px 0px 10px;  
}
h4 { 
	font-size:16px;
	color:#666666;  
}

.button {
font-weight:bold;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	width:500px;
	cursor: pointer;
	text-decoration: none;
	font: 20px/100% Arial, Helvetica, sans-serif;
	padding: 20px 20px 20px 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	border: solid 1px #000000;
}

.blue {
	font-weight:bold;
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.brown{
	padding:20px 0px 20px 0px;
	height:30px;
	color:#ffffff;
	font-size:20px;
	vertical-align:middle;
	font-weight:bold;
	text-align:center;
		border: solid 1px #ffffff;
	background-color: #040c30;
	background: -webkit-gradient(linear, left top, left bottom, from(#dba965), to(#672911));
	background: -moz-linear-gradient(top,  #dba965,  #672911);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dba965', endColorstr='#672911');
}

.block{position:relative;top:30%;margin-top: -40px;color:#fff;font-size:26px;}
.block_cli{position:relative;top:10%;margin-top: -40px;color:#fff;font-size:26px;}

.brown2{
	height:60px;
	text-align:left;
		border: solid 3px #1d8de5;
	background-color: #ffffff;
	border-radius: .5em;
}
.brown3{
	padding:10px 0px 10px 52px;
	height:60px;
	text-align:left;
		border: solid 3px #f79e32;
	background-color: #ffffff;
	border-radius: .5em;
}


.block2{position:relative;top:30%;margin-top:-30px;color:#f79e32;font-size:22px;font-weight:bold;}

dt {

	padding: 20px 10px 20px 10px;

	font-size:24px;
    background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffda9c), to(#db6305));
	background: -moz-linear-gradient(top,  #ffda9c,  #db6305);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda9c', endColorstr='#db6305');
	color: #000000;
    font-weight:bold;
	vertical-align:middle;
}

dt.last-child {
	border-bottom: none;
}

dd {
	padding:10 10 10 10;
    height:340px;
    margin-left:0px;
	background: #e2e5e5;
	font-size:24px;
		color: #313131;
}

.footer-txt{
	font-size:20px;
	vertical-align:middle;
	text-align:center;
	padding:40px 0 40px 0px;
}
#header-top{
padding: 0px 0px 0px 10px;
background-color:#ffbd65;
font-size:24px;
}
#footer-bottom{
vertical-align:middle;
text-align:center;
padding: 0px 0px 0px 10px;
background-color:#ffbd65;
font-size:18px;
}


table.table-01 {
    width: 600px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:24px;
}

table.table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

.bar{font-size:20px;color:#ffffff;background-image:url('../images/index_10.jpg');width:640;height:36;}

.table-l{margin-left:20px;float:left;font-size:26px;width:100px;background-color:#cccccc;border:1px solid;border-color:#000000;}
.table-r{margin-left:20px;float:clear;font-size:26px;width:540px;border:1px solid;border-color:#000000;}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}