/* CSS Document */

/*****基本部分*****/

/* 全要素マージン・パディング0px指定 */
*{
	margin:0px;
	padding:0px;
}

p {
	margin-bottom: 5px;
	line-height: 130%;
}

/* フォントの指定 */
body,div, td, th, p, li, dt, dd{
	font-family:"ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
/*	color: #666666;  */
	color: #333333;
	line-height: 150%;
}

body {
	text-align: center;
}

hr{
	display:none;
}
a {
	color: #6666CC;
}

/* 画像関係 */
.fright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

img {
	border: 0px;
}

.FloatEnd {
	clear:both;
}

/* ページ外枠幅設定 */
div#wrapper{
	width:803px;
	margin:0px auto;
	text-align: left;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFCFBC;
}

/***** ヘッダ領域 *****/

div#header{
	width:800px;
	height: 60px;
	position: static;
	background: url(../img/head-b.jpg) repeat-x;
}

/* ヘッダ要素 */
h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
}

h3 {
	margin: 0px;
	float: left;
}

#hNavi{
	float: right;
	width:400px;
	height:20px;
	margin-top: 29px;
}

#hNavi ul{
	margin:0px;
	padding:0px;
	list-style: none;
}

#hNavi li{
	float:right;
	margin:0px 10px 0px 0px;
}

*.clear{
	clear:both;
}

/***** メイン要素 *****/



/* サブコンテンツ領域 */
#sub{
	width:183px;
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom: 20px;
}
.subTitle{
	width:183px;
	margin: 0px;
}
.subCont{
	background-image: url(../img/sb-b.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin: 0px;
}
.subFoot{
	width:180px;
	margin: 0px;
	float: right;
	height: 13px;
	background-color: #FFFFFF;
}

/***** フッタ要素 *****/
div#footer{
	height: 51px;
	background-image: url(../img/foot-b.jpg);
	width: 800px;
	text-align: center;
}

/***** 要素 *****/

/* メインコンテンツ領域 */

.line01 {
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 96%;
}


.pageTop{
	position: relative;
	text-align: right;
	margin-right: 50px;
	width: 500px;
}
