*{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.5;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	 }
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:#343434;
	font-size:20px!important;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	background-color: #F5F4EE;
}



a img{
	border:none;
}

a{
	overflow: hidden;
	color:#1563DF;
}


a:link{
	text-decoration:underline;
}

a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

a:focus {
   outline:none;
}


strong{
	font-weight:bold;
}
.left {
	float: left;
}
.right {
	float: right;
}




.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;
	color: #1862DD;
	background-repeat: no-repeat;
	background-size: 100% auto;
	line-height: 1em;
	clear: both;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 .comment {
	position: relative;
	left: 55px;
	top: 125px;
	text-indent: 0px;
	color: #333333;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: normal;
	width: 325px;
}




h3{
	clear:both;
	color:#343434;
	font-size:22px;
	background-image: url(../images/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 30px;
	line-height: 1.5em;
	border-bottom-style: solid;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

h4 {
	margin-right: 0px;
	margin-left: 15px;
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.8em;
	color: #375695;
	padding: 0px;
	margin-top: 0px;

}


h5 {
	font-size: 20px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a00e15;
	padding-bottom: 2px;
	margin-bottom: 10px;
	padding-left: 10px;

}

h2 a{
	color: #343434;
}

h3 a,h4 a{
	font-weight:bold;
	line-height: 1em;
	color: #343434;
}

h2 a:link{
	text-decoration:none;
	color: #1862DD;
	line-height: 1em;
}

h3 a:link,h4 a:link{
	font-weight:bold;
	text-decoration:none;
	line-height: 1em;
	color: #343434;
}

h2 a:visited{
	text-decoration:none;
	color: #1862DD;
	line-height: 1em;
}

h3 a:visited,h4 a:visited{
	font-weight:bold;
	text-decoration:none;
	line-height: 1em;
	color: #343434;
}

h2 a:hover{
	color: #1862DD;
	text-decoration:underline;
	line-height: 1em;
}

h3 a:hover,h4 a:hover{
	font-weight:bold;
	text-decoration:underline;
	line-height: 1em;
	color: #343434;
}

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

  詳細はこちらの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{
	line-height:1.5;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

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

  リスト

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

ul{
margin:0 20px 20px;
}

ul li{
	border-bottom:1px dotted #666;
	margin-bottom:6px;
	background-image: url(../images/list_mark.jpg);
	background-repeat: no-repeat;
	background-position: 2px 11px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 17px;
}
ol {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
ol li {
	text-indent: -0.5em;
	padding-left: 0.5em;
	padding-bottom: 10px;
}
ol li ul {
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 0px;
}

ol li ul li {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 17px;
	text-indent: 0px;
}

/*テーブル内リスト*/
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;
}

table ol {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table ol 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;
}

h2 ul{
	background-image: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 ul li{
	background-image: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

  BOX用ID

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


#wrapper{
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 8px;

}
#wrapper_inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #3131cc;
}


#contents{
	clear:both;
	width:935px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
}

#main{
	width:722px;
	float:left;
}


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

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

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

table {
	clear:both;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-collapse:collapse;
}
table td  {
	vertical-align: top;
}
table td strong a {
	color: #343434;
}
table td strong a:link {
	text-decoration: none;
}
table td strong a:visited {
	text-decoration: none;
}
table td strong a:hover {
	text-decoration: underline;
}

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

  テーブルの中のPタグ

///////////////////////////////////////*/
table td p {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

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



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

  コンテンツ下部お問い合わせBOX/inq_btm Setting

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

#inq_btm{
	clear:both;
	zoom: 1;
	font-size:20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 22px;
	float: none;
	border: 4px solid #f5f4ee;
}


#inq_btm h3{
	background-image: none;
	padding: 0px;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#inq_btm p {
	padding: 0px;
	vertical-align: text-botom;
	font-size: 20px;
	line-height: 1.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#inq_btm  .inq_tel {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #3366FF;
}
#inq_btm .btn {
	text-align: center;
	width: auto;
}

.breadcrumbs {
	font-size: 16px;
	margin-left: 10px;
}



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

このページの先頭へ戻る

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

.pagetop{
	text-align:right;
	clear: both;
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 0;
}




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

その他汎用class

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

.bold {
	font-weight: bold;
}



.black{
	color:#000000;
}

.white{
	color:#ffffff;
}

.red{
	color:#ff0000;
}

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



/*上下左右マージン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!important;
}
.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;
}
.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;
}
.box dl.widthall {
	width: auto;
}
.bg_blue {
	background-color: #09C;
}
.bg_yellow {
	background-color: #F90;
}

.font_white {
	color: #FFF;
}
.width238 {
	width: 238px;
}


@media print { 
 body { 
 -webkit-print-color-adjust: exact; 
 } 
} 