/* CSS Document */


body,div,p,address,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
object {
	border: none;
}
img {
    border:none;
}


body{
	line-height:140%;
	color:#333;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FEECEC;
}
a{
	color:#339999;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#C6246C;
	text-decoration:none;
}
a:active{
	color:#;
	text-decoration:;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}

#background{
	width:950px;
	margin:0 auto;
	background-image: url(../../common_img/bg.jpg);
	background-position: center;
	padding: 0 15px;
}
#container{
	width:950px;
	margin:0 auto;

}

/* **************Header*************** */
#head{
	width:950px;
	height:95px;
	background-image: url(../../common_img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#head h1 {
	float:left;
	margin-top:15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.hd_menu {
	float:right;
	margin-top: 8px;
	margin-right: 15px;
}
#head_tel {
	width: 172px;
	float: right;
	margin: 20px 0 0 0;
}

/* ***************Navi*************** */
#navi{
	width:950px;
	height:auto;
}
#navi ul li {
	float:left;
	height:auto;
}
.gotop{
	text-align:right;
	width: 930px;
	margin: 20px 0 10px 0;
	padding: 0 20px 0 0;
}
#body{
	background-image: url(../../common_img/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/***************.main_box***************/
.main_box {
	width: 950px;
	margin-bottom: 15px;
}


/***************Footer***************/
#foot{
	width: 950px;
	background-image: url(../../common_img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 95px;
	text-align: center;
	padding: 15px 0;
	line-height: 3em;
	color: #62013A;
}
#foot a{
	color:#62013A;
	text-decoration:none;
	outline:none;
}
#foot a:hover{
	color:#FF00FF;
	text-decoration:none;
}
#foot a:active{
	color:#;
	text-decoration:;
}


/* clearfix
--------------------------------------- */
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
  min-height: 1px;
}
/**/


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*　p a:hover 
-----------------------------------*/
a:hover img {
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
	cursor:pointer;
}

/*　padding　margin 
-----------------------------------*/
.pr15 {
	padding-right: 15px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mb20 {
	margin-bottom: 20px;
}

/*　text-align 
-----------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: left;
}

.img_right {
	float: right;
	padding-left: 15px;
}
.bold {
	font-weight: bold;
}
