﻿body{
     margin:0px;     
     padding:0px;         
     text-align : center;  
    }


#mainContent{
	padding: 0 1px;
	background: #FFFFFF;
}

#main_contents{
 margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:900px;         /* 幅を決定する */
}

#main_contents h1{
	margin: 0px 0 10px 10px;
	padding: 50px 0 0 10px;
	background-color: #;
	background-repeat: no-repeat;
	background-position: 0% 80%;
	border-bottom : 3px solid #00008b;
  text-align : left;
  width : 850px;
  border-top-color : #ffffff;
}

.main_01{
	padding : 30px;
  width : 800px;
  text-align : left;
}

h2{
    position: relative;
    margin: 0 0 0 0;
    padding: 10px 0 10px 30px;
    border-bottom: 1px dotted #191970;
	clear: both;
}

h2::before{
    content: "";
    position: absolute;
    background : none 0% 0% / auto auto repeat scroll padding-box     border-box purple;
    top: 50%;
    left: 5px;
    margin-top :-10px;
    height: 20px;
    width: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; 
}
