@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
}
body{
	font-size :100%;
	font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Verdana, Arial, Helvetica, sans-serif;
}
strong{
	font-weight : normal ;
}
img{
	border : none ;
	vertical-align : top ;
}
a {
	text-decoration:none;
	overflow: hidden;
}
a:hover {
	text-decoration:none;
}
strong {
	font-weight: bold;
}
address{
	font-style:normal;
}
/*=========IE6にmin-heightを設定    .foo       */
.foo {  
	min-height:800px;  
	height: auto !important;  
	height: 780px;  
} 
.clearfix:after{
	content:".";
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	 display:inline-block; 
 }
* html .clearfix{ 
	height:1%; 
}
.clearfix{
	display:block; 
}
.right{
	float:right;
	width: auto;
}
.left{
	float:left;
	width: auto;
}
.clearBoth{
	clear:both;
}
.skip  {
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	height: 0px;
	width: 0px;
}
/*++++++++++++++base++++++++++++++++++++*/
#wrapper_bg {
	background-image: url(../images/wrpper_bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	width: 850px;
	margin: 0px auto ;
}
#wrapper {
	width: 750px;
	margin: 0px auto;
}
#header    {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
#container {
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../../common/images/about_main_bg_mid.png);
	clear: both;
}
#container   h2    {
	background-image: url(../../common/images/about_main_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#container h2 img {
	padding-top: 20px;
	padding-left: 35px;
}

#contener_bottom {
	background-image: url(../../common/images/about_main_bg_bottm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	clear: both;
}

#container p {
	line-height: 1.6em;
	color: #c976a0;
	font-size: 96%;
	font-weight: bold;
}
p span {
	color: #93848c;
	font-weight: bold;
}


#footer {
	clear: both;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 850px;
	font-size: 85%;
	margin:0 auto;
}
#footer p {
	padding-left: 160px;
	padding-top: 52px;
	color: #d31260;
	font-weight: bolder;
}
#footer address {
	color: #9b9a9a;
	font-size: 95%;
	padding-left: 160px;
	padding-top: 6px;
}

p.underline {
	background-image: url(../../about/images/about_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}
