@charset "utf-8";

/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	background-color: #000000; /* 全体の背景色 */
	color: #FFFFFF; /* 全体の文字色 */
	font-size: 14px; /* 全体の文字サイズ */
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed; /* 壁紙スクロールなし */
}

/* --- 全体のリンクテキスト --- */
a:link {
	color: #FFFF00;
}
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

/* --- コンテナ --- */
#container {
width: 800px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background-color: #000000; /* 全体の背景色 */
}

/* --- ページ --- */
#page {
width: 800px; /* ページの幅 */
margin: 0 auto; /* センタリング */

}

/* --- ヘッダ --- */
#header {
	background-color: #000000; /* ヘッダの背景色 */
}

/* ---メニュー --- */
#menu {
	background-color: #000000; /* ヘッダの背景色 */
}

/* --- コンテンツ --- */
#content {
	background-color: #000000; /* コンテンツの背景色 */
	padding-right: 20px;
	padding-left: 20px;
}

/* --- フッタ --- */
#footer {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0 auto; /* センタリング */
	text-align: center;
}
/* CSS Document */
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/h1.gif);
	background-repeat: repeat;
	height: 40px;
	width: 752px;
	text-indent: 20px;
	line-height: 35px;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/h3.gif);
	background-repeat: repeat;
	height: 40px;
	width: 500px;
	text-indent: 20px;
	line-height: 35px;
}



.top_back {
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.profile_maeda_txt {
	color: #666666;
}

/* --- フッタ --- */
#from {
	color: #000000;

}

/*通常用　写真　影*/
img.shadow {
	background: url(images/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}
