@charset "UTF-8";

/* 基本スタイル
---------------------------------- */

body {
  margin: 0px auto 0px auto;
  padding: 0;
  background-image:url(../image-1/image/back.gif) ;
}

/* 全体
---------------------------------- */
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	height: 1200px;
}

/*　タイトル
---------------------------------*/
#header {
	width: 100%;
	height: 48px;
}

#nav {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
}

#title {
	padding-left: 60px;
	margin-top: 10px;
	margin-bottom: 30px;
}

#line-1 {
	float: left;
	width: 240px;
	padding-left: 140px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#line-2 {
	float: right;
	width: 350px;
	padding-left: 50px;
}


/* 本文
---------------------------------- */


#content {
	clear: both;
	margin-left: 170px;
}

#main {
	clear: both;
	width: 800px;
	position: relative;
	height: 430px;
}

#pro-1 {
	width: 340px;
	margin-left: 50px;
	position: absolute;
}

#pro-2 {
	width: 350px;
	position: absolute;
	left: 400px;
	top: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}

.next {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	padding-right: 20px;
}

.footer {
}

