@charset "utf-8";
body{
	font-family:Verdana,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:80%; 	
	color:#4D4D4D;
	line-height: 150%;
	margin:0;
	padding:0 0 30px 0;
	background:#921800;
	text-align:center;
}
*{margin:0;padding:0}
html {  
	height:100%;
	overflow-y:scroll;  
	}  
a img{border:0;}
li {
	list-style-type:none;
}
/*
ol.e li {
	list-style: decimal inside;
	margin-bottom: 10px;
}
*/

blockquote {
	margin: 3px 0px 3px 20px;
	background: #f0f0f0 no-repeat 0px 0px;
	border:#cccccc 1px solid;
	padding:5px;
}

/*FLOAT関係*/
.left{
	float:left;
	}
.right{
	float:right;
	}
.center{
	clear:both;
	text-align: center;
	}
.clear{
	clear:both;
	}
.block{
	display:block;
	}
.inline{
	display:inline;
	}
.text_left{
	text-align:left;
	}

/*リンク関係*/
a{
  text-decoration: none;
}
a:link {
	color:#3082D5;
}
a:visited {	
	color:#3082D5;

}
a:hover {
	color:#3082D5;

}
a:active {
	color:#3082D5;
}

#container{
	width:758px;
	margin:0 auto 0 auto;
	background:#FFF;
	}

#header .logo{
	width:758px;
	height:92px;
	background-image:url(../koukai_images/header.gif); 
	background-repeat:no-repeat;
	}
#header .jasdm{
	float:left;
	margin:15px 0 0 0;
	width:75px;
	height:28px;
	background-image:url(../koukai_images/jasdm_logo.gif) no-repeart;
	}
#header .search{
	float:right;
	margin:10px 10px 0 0;
	}
#header input{
	margin:0 3px 0 0;
	height:21px;
	}
#header .ico{
  margin-right: 5px;
  vertical-align: middle;
}
#header .google_search{
	width:180px;
}
	
#main{
	width:758px;
	margin-bottom: 30px;
	}

#right_side{
	float:right;
	width:205px;
	text-align: left;
	}

#right_side .headline{
  width: 205px;
  height: 29px;
}
#right_side .headline div{
  padding: 5px 0 0 20px;
  font-weight: bold;
}
#right_side #block1_headline{
  background-image:url(../koukai_images/d_link.gif);
  margin-top: 40px;
}
#right_side #block2_headline{
  background-image:url(../koukai_images/d_guideline.gif);
  margin-top: 20px;
}

#right_side .contents img{
  width: 13px;
  height: 13px;
  margin-right: 7px;
  vertical-align: middle;
}
#right_side .contents li {
  line-height: 100%;
  list-style-type: none;
  margin: 10px 0 0 7px;
}

#left_side{
	float:left;
	width:500px;
	text-align:left;
	padding-left: 20px;
}

#footer{
	width:758px;
	height:36px;
	text-align: left;
	border-top: 1px solid #005194;
}
#footer img{
  margin-right: 5px;
  vertical-align: middle;
}
#footer .copy{
	font-size:9px;
}

/*画像FLOAT関係*/
.float_none{
  margin:10px;
  float:none;
}

.float_right{
  margin:10px;
  float:right;
}

.float_left{
  margin:10px;
  float:left;
}

