@charset "UTF-8";

/*-------------------------------------------------------共通--------------------------------------------------------*/

body {
	color: #777;
	font-family: "メイリオ",Meiryo, Verdana, "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Arial, helvetica, sans-serif;
	text-decoration: none;
	font-size:11px;
	line-height:1.8;
	padding:0;
	margin:0;
	background: #fff;
}

a{color: #000;text-decoration: none;}
a:link {color: #000;text-decoration: none;}
a:visited {color: #000;text-decoration: none;}
a:hover {color: #000;text-decoration: none;border-bottom:1px #000 dotted;}



/*-------------------container--------------------*/
#Container{
	margin:0 auto;
	width:950px;
	background: #f3f3f3;
	margin:0 auto 20px auto;
}

/*-------------------メインイメージ--------------------*/
h1{
	padding:0;
	margin:0;
	text-indent:-9999px;
	width:950px;
	height:430px;
	background: url('../images/mainimage.jpg') top left no-repeat;
	border-bottom:1px dotted #dfe9e5;
	display: block;
}

/*-------------------タイトル--------------------*/
h2{
	font-weight: bold;
	font-size:28px;
	line-height:1;
	color:#000;
}
* html h2 {/*IE6*/
	padding:20px 0 0 0;
}

*+ html h2 {/*IE7*/
	padding:20px 0 0 0;
}

/*-------------------サブタイトル--------------------*/
h3{
	font-weight: bold;
	font-size:14px;
	line-height:1.6;
	color:#000;
}
h4{
	font-weight:normal;
	font-size:11px;
	line-height:1.6;
	color:#000;
}
h5{
	font-weight: bold;
	font-size:11px;
	color:#000;
}


/*-------------------エリア--------------------*/
#Area{
	margin:0 auto;
	width:850px;
	display: table;
	padding-bottom:20px;
}

#Area #Left {
	float:left;
	width:570px;
}

#Area #Right {
	float:right;
	width:220px;
}

#Area #Live {
	float:right;
	width:180px;
	margin:65px 0 0 0;
	padding:20px;
	background:#fff;
	border:1px solid #dfe9e5;
}

.Prof {
	float: left;
	width:150px;
	height:200px;
	margin: 0 20px 5px 0;
	border:1px solid #ccc;
	padding: 1px;
	background:#fff;
}
.live{
	font-weight: bold;
	font-size:11px;
	color:#000;
}
.livename{
	font-weight: normal;
	margin: 0 0 10px 0;
	font-size:11px;
	color:#000;
}

/*-------------------
ページトップへ
--------------------*/
#Pagetop{
	clear:both;
	margin:15px auto;
	width:950px;
	text-align:right;
	font-size:10px;
}

/*-------------------フッタ--------------------*/
#Foot{
	margin:0 auto 10px auto;
	width:950px;
	height:75px;
	display:table;
	background: #fff;
}