@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

img {
border: none;
}

a:hover img{	
	filter: alpha( opacity=80 );  /* IE */
    opacity:0.80;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.80;           /* Firefox 0.9より前 */
	}
	
a img:hover {
position : relative;
top : 1pt;
left : 1pt;
}

#upper_wrap {
	margin: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center;
}

#upper_contents {
	margin: auto;
	height: 490px;
	width: 960px;
}
#wrap {
	margin: auto;
}
#contents {
	height: auto;
	width: 960px;
	margin: auto;
}
#sns_area {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 80px;
}
.sns_box {
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 80px;
}
#prof_area {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	margin-bottom: 150px;
}
.i1 {
	height: 48px;
	width: 285px;
	margin-right: 25px;
}


.bar {
	height: 50px;
	width: 860px;
	margin-bottom: 2px;
}


.p_l {
	clear: none;
	float: left;
	height: 320px;
	width: 350px;
}
.p_r {
	clear: none;
	float: left;
	height: 320px;
	width: 580px;
	margin-left: 30px;
}
.p_u {
	clear: none;
	float: left;
	height: auto;
	width: 860px;
	margin-top: 40px;
	margin-right: 50px;
	margin-left: 50px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
}
h1 {
	clear: none;
	float: left;
	height: 490px;
	width: 960px;
}
h2 {
	font-weight: normal;
	color: #333;
	font-size: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	clear: none;
	float: left;
	height: auto;
	width: 555px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-left: 5px;
	letter-spacing: 0.1em;
}
h3 {
	width: 860px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	height: auto;
	margin-bottom: 35px;
}

dl {
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 5px;
	clear: none;
	float: left;
	height: auto;
	width: 550px;
	font-size: 15px;
}


dt{
	float: left;
	width: 150px;
	clear: none;
	height: auto;
	padding-top: 10px;
	padding-bottom: 2px;
}


dd{
	padding-top: 9px;
	padding-bottom: 2px;
}
 #foot {
	clear:both;
}