@charset "utf-8";

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
a, address, img, sub, sup, u, center,
dl, dt, dd, ol, ul, li,
table,tr, th, td {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border: 0px;
	display: block;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	width: auto;
	margin-left: 55px;
	margin-right: 50px;
}


td{
	vertical-align:top;
}


body{
	background-color: #F2F2F2;
	line-height: 1.6;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
}

#title{	
	width: auto;	
}

h1{
	padding: 5px auto;
	line-height: 100%;
	font-size: 145%;
	text-align: center;
	color: #FFFFFF;
}

h2{
	color: #000000;
	padding: 2px 5px;
	margin: 10px 40px 10px 40px;
	padding: 18px 0px 15px 5px;
	border-left: solid 8px #0077C9;
	font-size: 110%;
	background-color: #D2EBFF;
	line-height: 0.0;
}

.font_s1{
	padding: 5px auto;
	line-height: 100%;
	font-size: 140%;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
}



#zentai{
	width: 900px;
	margin: 0px auto 0px auto;
}

#main{
	background-color: #FFFFFF;
}



/*** padding ***/
.pad_top10{
	padding-top: 10px;
}
.pad_top20{
	padding-top: 20px;
}
.pad_top30{
	padding-top: 30px;
}
.pad_top40{
	padding-top: 40px;
}
.pad_top50{
	padding-top: 50px;
}
.pad_top1{
	padding-top: 55px;
}
.pad_top2{
	padding-top: 30px;
}


/*** list ***/
.list1 {
	list-style-position: outside;
    margin-left: 30px;
}

.list1 li {
	padding-bottom:  5px;
}
