*{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.5;
	font-family: Arial, Helvetica, "sans-serif";
}
html {
	overflow: scroll;
}
	 
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,div {
	margin: 0px;
	padding: 0px;
}

body{
	width:100%;
	color:#444444;
	font-size:14px;
}



a img{
	border:none;
}

a{
	overflow: hidden;
	color:#2ba050;
}


a:link{
	text-decoration:none;
}

a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}
a:hover img{
	opacity:0.7;
}

a:focus {
   outline:none;
}
[href^="tel"] {
    cursor: default;
    pointer-events: none;
}


strong{
	font-weight:bold;
}



.clear {
	clear:both;
}

.clearfix:after{
	content:".";
	dispdlay:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0.1em;
} /*IE7以外のモダンブラウザ向け*/

pre {
    overflow: auto;
    white-space: normal;
	white-space: -moz-pdre-wrap; /* Mozilla */
    white-space: -pdre-wrap;     /* Opera 4-6 */
    white-space: -o-pdre-wrap;   /* Opera 7 */
    white-space: pdre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}


/*////////////////////////////////////////

  見出し

/////////////////////////////////////// */

/*h1はheader.cssに記述*/

h2 {
	font-size:24px;
	line-height: 34px;
	color:#333333;
	margin:0 0 30px;
	padding: 0;
	font-weight:normal;
	border-bottom: solid 2px #dddddd;
}
h2 div {
	font-size:24px;
	line-height: 34px;
	color:#333333;
	border-bottom: solid 3px #2ba050;
	display: inline-block;
	padding-bottom: 10px;
	font-weight: normal;
}

h3{
	font-size:20px;
	line-height: 34px;
	color:#2ba050;
	margin:0 auto 30px;
	padding: 0 0 65px;
	text-align: center;
	background: url(../images/h2_bg.jpg) no-repeat center bottom;
	font-weight: normal;
}
h3 a {
	color: #8cc152;
	font-weight:normal;
	line-height: 26px;
	padding: 0;
}
h3 a:hover {
	text-decoration:underline;
}


h4 {
	font-size: 20px;
	color: #2ba050;
	margin:0 auto 30px;
	padding: 0 0 5px;
	border-bottom: solid 1px #dddddd;
	font-weight: normal;
}
h4 a {
    color: #333333;
}
h4 a:hover {
	text-decoration:underline;
}


h5 {
	margin:0 auto 15px;
	font-size: 18px;
	color:#2ba050;
	line-height: 22px;
	padding: 0;
}


/*////////////////////////////////////////

  詳細はこちらのh6

/////////////////////////////////////// */

h6{
	clear:both;
	font-size:14px;
	font-weight:normal;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0;
	padding-left: 10px;
	background-image: url(../images/h6_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


/*////////////////////////////////////////

  段落　本文p

/////////////////////////////////////// */

p{
	font-size:16px;
	line-height:24px;;
	margin: 0 auto 20px;
}

/*////////////////////////////////////////

  リスト

///////////////////////////////////////*/

ul{
margin:0 auto 10px;
}

ul li{
	font-size: 16px;
	border-bottom:1px dashed #dddddd;
	margin-bottom:5px;
	background: url(../images/listmark.png) no-repeat 10px 14px;
	line-height:34px;
	padding: 0 5px 0 26px;
}


/*テーブル内リスト*/
table ul {
	margin: 0px;
	padding: 0px;
}

table ul li {
	background-image: none;
	text-indent: -0.5em;
	padding-left: 0.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 0px;
}


/*////////////////////////////////////////

  BOX用ID

/////////////////////////////////////// */


#wrapper {
	width: 100%;
	margin:0 auto;
	padding: 10px 0;
	background-color: #fffdf7;
}

#main{
	width: 93%;
	margin:0 auto;
	padding: 10px 2%;
	border: solid 1px #dddddd;
	border-radius: 10px;
	background-color: #ffffff;
}


.inner {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}


.box {
	background-color: #ffffff;
	border: solid 1px #efede8;
	border-radius: 20px;
	margin: 0 0 30px;
	padding: 20px 20px 1px;
}

/*////////////////////////////////////////

全テーブル基本セッティング

///////////////////////////////////////*/

table {
	clear:both;
	margin: 0 auto 20px;
	border-collapse:collapse;
	border-top: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
}
table th {
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 24px;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	background-color: #fafafa;
}
table th a {
	color:#8cc152;
	display:block;
}
table th a:hover {
	text-decoration:underline;
}
table td {
	padding:10px 20px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 24px;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

  /*////////////////////////////////////////

  テーブルの中のPタグ

///////////////////////////////////////*/
table td p {
	margin: 0;
}

table td p img{
	vertical-align:middle;
}


/*////////////////////////////////////////

その他汎用class

/////////////////////////////////////// */

.bold {
	font-weight: bold;
}

.dotline {
	border-bottom:dashed 1px #cccccc;
}

.black{
	color:#000000;
}

.white{
	color:#ffffff;
}

.red{
	color:#ff0000;
}

.bold_red {
	font-weight: bold;
	color: #FF0000;
}

.line {
	border-bottom: solid 1px #dddddd;
}

.purple {
	color:#6666ff;
}

.green {
	color: #2ba050;
}

/*上下左右マージン0*/
.mg0{
	margin: 0px;
}


/*上マージン*/
.mgt0{
	margin-top: 0px;
}
.mgt5{
	margin-top: 5px;
}
.mgt10{
	margin-top: 10px;
}
.mgt15{
	margin-top: 15px;
}
.mgt20{
	margin-top: 20px;
}
.mgt25{
	margin-top: 25px;
}
.mgt30{
	margin-top: 30px;
}
.mgt35{
	margin-top: 35px;
}
.mgt40{
	margin-top: 40px;
}
.mgt45{
	margin-top: 45px;
}
.mgt50{
	margin-top: 50px;
}



/*下マージン*/
.mgb0{
	margin-bottom: 0px;
}
.mgb5{
	margin-bottom: 5px;
}
.mgb10{
	margin-bottom: 10px;
}
.mgb15{
	margin-bottom: 15px;
}
.mgb20{
	margin-bottom: 20px;
}
.mgb25{
	margin-bottom: 25px;
}
.mgb30{
	margin-bottom: 30px;
}
.mgb35{
	margin-bottom: 35px;
}
.mgb40{
	margin-bottom: 40px;
}
.mgb45{
	margin-bottom: 45px;
}
.mgb50{
	margin-bottom: 50px;
}



/*左マージン*/
.mgl0{
	margin-left: 0px;
}
.mgl5{
	margin-left: 5px;
}
.mgl10{
	margin-left: 10px;
}
.mgl15{
	margin-left: 15px;
}
.mgl20{
	margin-left: 20px;
}
.mgl25{
	margin-left: 25px;
}
.mgl30{
	margin-left: 30px;
}
.mgl35{
	margin-left: 35px;
}
.mgl40{
	margin-left: 40px;
}
.mgl45{
	margin-left: 45px;
}
.mgl50{
	margin-left: 50px;
}
.mgl60{
	margin-left: 60px;
}

/*右マージン*/
.mgr0{
	margin-right: 0px;
}
.mgr5{
	margin-right: 5px;
}
.mgr10{
	margin-right: 10px;
}
.mgr12{
	margin-right: 12px;
}
.mgr15{
	margin-right: 15px;
}
.mgr20{
	margin-right: 20px;
}
.mgr25{
	margin-right: 25px;
}
.mgr30{
	margin-right: 30px;
}
.mgr35{
	margin-right: 35px;
}
.mgr40{
	margin-right: 40px;
}
.mgr45{
	margin-right: 45px;
}
.mgr50{
	margin-right: 50px;
}






/*上下左右パディング0*/
.pd0{
	padding: 0px;
}


/*上パディング*/
.pdt0{
	padding-top: 0px;
}
.pdt5{
	padding-top: 5px;
}
.pdt10{
	padding-top: 10px;
}
.pdt15{
	padding-top: 15px;
}
.pdt20{
	padding-top: 20px;
}
.pdt25{
	padding-top: 25px;
}
.pdt30{
	padding-top: 30px;
}
.pdt35{
	padding-top: 35px;
}
.pdt40{
	padding-top: 40px;
}
.pdt45{
	padding-top: 45px;
}
.pdt50{
	padding-top: 50px;
}


/*下パディング*/
.pdb0{
	padding-bottom: 0px;
}
.pdb5{
	padding-bottom: 5px;
}
.pdb10{
	padding-bottom: 10px;
}
.pdb15{
	padding-bottom: 15px;
}
.pdb20{
	padding-bottom: 20px;
}
.pdb25{
	padding-bottom: 25px;
}
.pdb30{
	padding-bottom: 30px;
}
.pdb35{
	padding-bottom: 35px;
}
.pdb40{
	padding-bottom: 40px;
}
.pdb45{
	padding-bottom: 45px;
}
.pdb50{
	padding-bottom: 50px;
}



/*左パディング*/
.pdl0{
	padding-left: 0px;
}
.pdl5{
	padding-left: 5px;
}
.pdl10{
	padding-left: 10px;
}
.pdl15{
	padding-left: 15px;
}
.pdl20{
	padding-left: 20px;
}
.pdl25{
	padding-left: 25px;
}
.pdl30{
	padding-left: 30px;
}
.pdl35{
	padding-left: 35px;
}
.pdl40{
	padding-left: 40px;
}
.pdl45{
	padding-left: 45px;
}
.pdl50{
	padding-left: 50px;
}

/*右パディング*/
.pdr0{
	padding-right: 0px;
}
.pdr5{
	padding-right: 5px;
}
.pdr10{
	padding-right: 10px;
}
.pdr15{
	padding-right: 15px;
}
.pdr20{
	padding-right: 20px;
}
.pdr25{
	padding-right: 25px;
}
.pdr30{
	padding-right: 30px;
}
.pdr35{
	padding-right: 35px;
}
.pdr40{
	padding-right: 40px;
}
.pdr45{
	padding-right: 45px;
}
.pdr50{
	padding-right: 50px;
}


.image img {
	width: 100%;
}