@charset "utf-8";
/* CSS Document */

/**********************
各要素初期化
**********************/

h1, h2, h3, h4, h5, h6, p, span, ul, ol, li, dl, dt, dd, table, th, td, input, legend, div, form, hr {
	margin:0;
	padding:0;
	list-style:none;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, div, pre, blockquote, input {
	word-break:break-all;
}

h1, h2, h3, h4, h5, h6 {
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border:none;
}
/*各要素初期化ここまで*/

p{
	margin: 0px;
	padding: 0px;
}
html{
    height: 100%;
	overflow-x: hidden;
	overflow: auto;	/* Opera 9.51対策*/
}

a {
	color:#29ABE2;
	text-decoration:none;
}
a:hover{
	color:#29ABE2;
	text-decoration:underline;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
	display: inline-block;
	overflow: hidden;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

table td {
	vertical-align: top;
}

.btmM5 {
	margin-bottom: 5px;
}

.btmM10 {
	margin-bottom: 10px;
}

.btmM15 {
	margin-bottom: 15px;
}

.btmM20 {
	margin-bottom: 20px;
}

.btmM25 {
	margin-bottom: 25px;
}

.btmM30 {
	margin-bottom: 30px;
}

.btmM35 {
	margin-bottom: 35px;
}

.btmM40 {
	margin-bottom: 40px;
}

.btmM80 {
	margin-bottom: 80px;
}

body {
	height: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left; /* ie6 */
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 14px;
	line-height: 1.4em;
}

/*--------------------------------------
H要素
--------------------------------------*/

h2 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position:center 0; 
	display: block;
	height: 28px;
	width: 626px;
	margin-bottom: 15px;
	padding-left: 34px;
	padding-top: 6px;
}

/*--------------------------------------
wrapper
--------------------------------------*/

#wrapper {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

body > #wrapper {
    height: auto;
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*--------------------------------------
header
--------------------------------------*/
#header {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 900px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 83px;
}

#header img {
	margin-top: 13px;
	margin-left: 22px;
}


/*--------------------------------------
topNavi
--------------------------------------*/

#topNavi {
	display: block;
	height: 35px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-bottom: 20px;
}

#topNavi img {
	float: left;
}

/*--------------------------------------
topImg
--------------------------------------*/
#topImg {
	display: block;
	width: 900px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/*--------------------------------------
container
--------------------------------------*/
#container {
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

/*--------------------------------------
main
--------------------------------------*/
#main {
	display: block;
	float: left;
	width: 660px;
}

/*--------------------------------------
side
--------------------------------------*/
#side {
	display: block;
	float: right;
	width: 220px;
}

#sideServ {
	background-image: url(../images/serv_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 207px;
	margin-bottom: 10px;
	padding-top: 43px;
	padding-left: 13px;
}

/*--------------------------------------
footer
--------------------------------------*/
#footer {
	display: block;
	background-color: #208A66;
}

#footer p {
	color: #FFF;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}

/*goTop*/
#goTop {
	display: block;
	text-align: right;
	margin-right: 15px;
}

/*--------------------------------------
共通CSS
--------------------------------------*/
a:hover img 
{ 
opacity:0.8; 
filter: alpha(opacity=80); 
-ms-filter: "alpha( opacity=80 )"; 
background: #fff; 
} 

.p12 {
	font-size: 12px;
	line-height: 18px;
}

p span {
	font-weight: bold;
	color: #C7282D;
}