/* CSS Document */

* {
margin:0 auto;
padding:0;
}

/*　枠　*/

#all{
width:900px;
border:solid 1px #000000;
}

#top{
width:900px;
height:250px;
}

#sab{
width:870px;
height:80px;
background:url(../img/btn.gif);
font-size:14px;
color:#FFFFFF;
line-height:80px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
padding-right:30px;
}

#btn{
width:280px;
float:left;
margin:20px 0;
}

#main{
width:580px;
float:right;
margin:20px 10px;

}

#copy{
width:900px;
height:30px;
clear:both;
}

/* 文字 */

body{
font-size:13px;
}

h1{
font-size:21px;
color:#996633;
margin-bottom:15px;
border-left:solid 6px #513C32;
padding-left:10px;
}

.h2{
font-size:15px;
color:#333300;
margin-bottom:15px;
border-bottom:solid 1px #513C32;
padding-bottom:2px;
margin-bottom:20px;
margin-top:20px;
font-weight:bold;
}

.h3{
font-size:14px;
color: #663300;
margin-bottom:5px;
background:#FFFFCC;
line-height:120%;
height:10px;
margin-top:20px;
margin-bottom:20px;
font-weight:bold;
}

.li{
font-size:13px;
margin-bottom:10px;
font-weight:normal;
border-bottom:dashed 1px #996633;
}

.style1 {font-family: Georgia, "Times New Roman", Times, serif}




/* 追加 */



.tuika_1{text-align:left;}


/* 110628追加  */

ul,li{margin:0;
		padding:0;
		}
li{list-style:none;
	}

#btn ul{margin:0;}

#btn li{width:268px;
		height:52px;
		line-height:52px;
		margin-bottom:10px;
		}
#btn a:link{background:url(../img/me_bc1.gif) no-repeat;
			height:52px;
			width:100%;
			display:block;
			text-align:center;
			text-decoration:none;
			color:#660033;
			font-weight:bold;
			font-size:14px;
			}
#btn a:visited{background:url(../img/me_bc1.gif) no-repeat;
			height:52px;
			width:100%;
			display:block;
			text-decoration:none;
			color:#660033;
			font-weight:bold;
			font-size:14px;
			}
#btn a:hover{background:url(../img/me_bc2.gif) no-repeat;
			height:52px;
			width:100%;
			display:block;
			text-decoration:none;
			color:#660033;
			font-weight:bold;
			font-size:14px;
			}

#sab a:link{color:#FFFFFF;
				text-decoration:none;
				}
#sab a:visited{color:#FFFFFF;
				text-decoration:none;
				}
#sab a:hover{color:#FFFF00;
				text-decoration:none;
				}
				

#dan{width:580px;
		}

#dan dt{margin-bottom:10px;
		}
#dan dd{margin-bottom:30px;
			margin-left:20px;
			}
