﻿body {
	margin:0 auto;
	padding:0px;
	background: url(../images/base.jpg) repeat;
	color:#333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:12px;
}
a:link{
	color: #666;
	text-decoration: underline;
}

a:visited{
	color: #666;
	text-decoration: underline;
}

a:hover{
	color: #999;
	text-decoration: none;
}

a:focus{
	color: #999;
	text-decoration: none;
}

a:active{
	color: #999;
	text-decoration: none;
}

#container {
	margin:20px auto;
	width:810px;
}

div.box {
	margin-top:15px;
	margin-left:15px;
	padding:10px;
	width:230px;
	height:230px;
	background: #FFF;
	float: left;
}

div.box p {
x	position: absolute;
x	top: 20px;
	left: 10px;
	line-height: 15px;
	background: url(../images/ico_mail.gif) no-repeat;
x	font-weight: bold;
	font-size: 11px;
}

div.box p a{
  display: inline-block;
	height: 15px;
	padding-left: 25px;
}

div.box p a:link, div.box p a:visited{
	text-decoration: none;
}

div.box p a:hover{
	background: url(../images/ico_mail.gif) no-repeat left bottom;
}


div.box2 {
	padding:7px;
	float: left;

div.user_gmap {
  height: 460px;
  width:  360px;
}



}

div#boxrotation {
	-webkit-transform: translateX(50px) translateY(-35px) rotate(20deg);
	-moz-transform: translateX(50px) translateY(-35px) rotate(20deg);
	-o-transform: translateX(50px) translateY(-35px) rotate(20deg);
	-ms-transform: translateX(50px) translateY(-35px) rotate(20deg);
}

h1 {
	margin-top:3px;
	font-size:20px;
	font-weight:normal;
	font-weight: bold;
	color:#D6576D;
}

div#copyright {
	margin-top:193px;
	font-size:9px;
}
