/* tags_basic */

*{
	margin:0px;
	padding:0px;
}

form{
	margin:0;
	padding:0;
}

body{
	font-family: "MS PGothic",Osaka;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #CCCC99;
	background-image: url('image/bg_820.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

div{
	margin:0;
	padding:0;
}

img{
	border:none;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}

li{
	margin:0;
	padding:0;
	font-size:90%;
	line-height:1.3em;
}

p{
	margin:0;
	padding:0;
	font-size:90%;
	line-height:1.5em;
    color: #001c00;
}

h1,h2,h3,h4,h5,address,dt,dd{
	font-size:90%;
	font-weight:normal;
}

/*  */

#wrapper{
	margin:0 auto;
	padding:0;
/* 	width:750px; */
	width:820px;
	background:#fff;
}

/* clearfix  */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*  */
body{
	background-color: #CCCC99;
}

#cover{	
	height: 90px;
	background-image: url('image/cover_sankyo820.jpg');
	background-repeat: no-repeat;
}

#container{
	background-image: url('image/main_sankyo.jpg');
	background-repeat: no-repeat;
	background-color: #333300;
	text-align: left;
}

#unit{
	float:left;
	width: 470px;	
}

#navi{
	width: 220px;
	float:right;
	margin-bottom: 130px;
}

#menu{
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#menu a:link{
	color:#FFFF33;
	text-decoration: none;
}
#menu a:visited {
	color:#FFFF33;
	text-decoration: none;
}
#menu a:active {
	color:#ffcc33;
	text-decoration: none;
}
#menu a:hover {
	color:#ffcc33;
	text-decoration: none;
}

#navi img{
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 15px;	
}

.marker{
	color:#CC0000;
	text-decoration: none;
	text-indent: 2em;
}



#contents{
	float:right;
	background-color: #ffffff;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 10px 0px 10px;
}

#footer{
	clear: both;
	width: 820px;
	height: 25px;
	background-color: #ffffff;
	line-height: 150%;
	padding-top: 5px;
	margin: 0;
	border-top:1px solid #cccccc;
}

#footer image{
	margin: 0px;
	float:left;
}

.copyright{
	float: right;
	padding: 0px 20px;
	font-size:84%;
}

/* index.html */

#address_area{
	background-color: #EDEEE1;
	width: 440px;
	padding: 0px 0px;
	margin:0 0px ;
	float:right;
}
#address{
	padding: 10px 10px;
}
#address .ttl{
	font-weight: bold;
}
#address .add{
	font-style: normal;
	line-height: 1.3em;
	margin-left: 1.5em;	
}

#news{
	width: 270px;
	}
#news .news_ttl{
	font-weight: bold;
	border-bottom: 1px #627040 dotted; 
	border-left: 8px #627040 solid; 
	padding-left:10px;
	line-height:200%;
}

.news_box{
	padding:10px 0px 10px 0px;
	border-top:1px dotted #627040;
	clear:both;
	}
.news_box .ttl{
	font-weight: bold;
}
.news_box .detail p{
	font-size:84%;
	margin:5px 0px 0px 0px;
	line-height:1.2em;
}
.news_box .detail .ml3{
	margin-left:1.5em;
}
.news_box a{
	text-decoration: none;
	}
.news_box .more{
	font-size:84%;
	color:#CC0000;
	text-align: right;
}
.news_box .note{
	font-weight: bold;
	font-size:84%;
	color:#CC0000;
}

/* index2.html */

#contents_top{
	width: 510px;
	float:right;
	background-color: #D7D1C5;
	padding: 10px;
}
#contents_top #news{
	width:100%;
	background-color: #ffffff;
	padding:10px;
	}
#address_top{
	width:100%;
	float:right;
	background-color: #EDEEE1;
	margin:10px 0;
	font-style: normal;
	border: 1px solid #cccccc;
}
#address_top p{
	font-size:84%;
	line-height: 1.3em;
}