@charset "utf-8";
/* CSS Document */


/*▽▽▽▽▽　基本設定　▽▽▽▽▽*/

/*クリア設定用の空DIV*/
.clear {clear: both;} 

/*ボディ要素*/
body,html {
	height: 100%;
	width: 100%;
	font-size: 80%;
	color: #666;
	background-color: #d69fb3;
	margin: 10px;
	padding: 0px;
}

/*画像リンクの線を消す*/ 
img {
	border-style:none;
	margin: 0px;
	padding: 0px;
}
/*リンク線消す*/
a{text-decoration:none;
}
/*Ｈ１　装飾*/
h1 {
	color: #D69FB3;
	padding: 0px;
	text-indent: -9999px;
	margin: 0px;
}
/*▽▽▽　総括ボックス　▽▽▽*/

#wrapper {
	padding: 0px;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
}
/*▽▽▽　ヘッダー　▽▽▽*/
#header {
	background-image: url(../img/bgHeader.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 800px;
}
/*▽▽▽　コンテナ　▽▽▽*/
#container {
	margin: 0px;
	padding: 0px;
}
/*▽▽▽　プロフィール　▽▽▽*/

#profBox {
	background-image: url(../img/imgProf.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 800px;
}
.profText {
	height: 40px;
	width: 420px;
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 290px;
}
/*▽▽▽　イメージナビゲーション　▽▽▽*/

#mainNavi {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}

#mainNavi table {
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*▽▽▽　メインコンテンツ　▽▽▽*/

#content {
	background-image: url(../img/imgMainB.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#mainContentB {
	padding: 0px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/*▽▽▽　フッター　▽▽▽*/

#footer {
	background-image: url(../img/bgFooter.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 35px;
	width: 800px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.CopyrightTaxt {
	padding: 0px;
	font-size: 90%;
	text-align: center;
	margin: 0px;
}


/*▽▽▽　フッターナビ　▽▽▽*/

.fooerNavi {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
.fooerNavi li {
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.fnA {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.fnB {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
