/* 1.reset
////////////////////////////////////////// */
*{
	margin: 0;
	padding: 0;
	}
html{
	height: 100%;
	}
body{
	height: 100%;
	}
ul,dl{
	list-style: none;
	}
a,img{
	border: 0;
	outline: 0;
	}
a{
	color: #3f3f3f;
	text-decoration: none;
	}
a:hover{
	color: #ff2850;
	}

/* for winIE6
------------------------------------------ */
* html *{
	zoom: normal;
	}
* html #left_stage *,
* html #right_stage *{
	zoom: 1;
	}
.link a{
	color: #904200;
	}
.link a:hover{
	color: #ff2850;
	}

/* ////////////////////////////////////////// */
html{
	background-image: url(../img/common/bg_metal.jpg);
	background-repeat: repeat-x;
	background-color: #e6e6e8;
	}
	
body{
	font: normal 75% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.4em;
	color: #3f3f3f;
	background-image: url(../img/common/bg_metal_tp.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 77px 0 0;
	}


div{
	width: 700px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background-image: url(../img/common/bg_metal_md.jpg);
	background-repeat: no-repeat;
	min-height: 310px;
	_height: 310px;
	}


h1,h2,strong,p,li{
	margin: 0 30px 0 290px;
	}
	
h1{
	font-size: 133%;	
	}

h2{
	font-size: 100%;
	padding: 15px 0 0 15px;
	background-image: url(../img/common/fr_arabesque_tp.gif);
	background-repeat: no-repeat;
	}

strong{
	font-style: normal;
	display: block;
	font-weight: normal;
	}
	
p{
	padding: 0 15px 15px;
	background-image: url(../img/common/fr_arabesque_bt.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
	
ul{
	padding: 10px 0 17px;
	}

li{
	background: url(../img/common/y02.gif) 0 8px no-repeat;
	padding: 5px 0 0 12px;
	font-weight: bold;
	}
	
address{
	width: 700px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(../img/common/bg_metal_bt.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 44px;
	_height: 44px;
	text-indent: -9999px;
	}
	
	
	
	
	
	
