/* ------------------------ */
/*  基本設定のCSS  */
/* ------------------------ */


/* 全体の背景・テキスト */
body
{
	margin				: 0;
	padding				: 0;
	background-color	: #f0f0f0;	/* ページの背景色 */
	color				: #778899;	/* 全体の文字色 */
	font-size			: 100%;		/* 全体の文字サイズ */
}

/* リンク */
a			{ text-decoration:	none; }
a:link		{ color:#0066ff; }
a:visited	{ color:#0066ff; }
a:hover		{ color:#ff6699; }

/* 画像枠線 */
img
{
	border:				none;
}

/* メニュー画像 */
#index_enter		a		{ background:url(../img/enter20131008_0.png) no-repeat; display: block; height: 100px; width: 100px;}
#index_enter		a:hover	{ background:url(../img/enter20131008_1.png) no-repeat; }

#menu_index			a		{ background:url(../img/index00.png) no-repeat; display: block; height: 30px; width: 80px;}
#menu_index			a:hover	{ background:url(../img/index01.png) no-repeat; }

#menu_top 			a		{ background:url(../img/top00.png) no-repeat; display: block; height: 30px; width: 80px;}
#menu_top			a:hover	{ background:url(../img/top01.png) no-repeat; }

#menu_info			a		{ background:url(../img/infomation00.png) no-repeat; display: block; height: 40px; width: 150px;}
#menu_info			a:hover	{ background:url(../img/infomation01.png) no-repeat; }

#menu_gallery		a		{ background:url(../img/gallery00.png) no-repeat; display: block; height: 40px; width: 150px;}
#menu_gallery		a:hover	{ background:url(../img/gallery01.png) no-repeat; }

#menu_mutter		a		{ background:url(../img/mutter00.png) no-repeat; display: block; height: 40px; width: 150px;}
#menu_mutter		a:hover	{ background:url(../img/mutter01.png) no-repeat; }

#menu_mail			a		{ background:url(../img/mail00.png) no-repeat; display: block; height: 40px; width: 150px;}
#menu_mail			a:hover	{ background:url(../img/mail01.png) no-repeat; }


/* 入口 */
.enter
{
	width				: 780px;
	margin				: 100px auto;	/* センタリング */
}


/* コンテナ */
.container
{
	width				: 780px;
	margin				: 0 auto;	/* センタリング */
}

/* ヘッダ */
.header
{
	width				: 100%;
	height				: 330px;
	background-image	: url(../img/top_img.jpg);
	background-repeat	: no-repeat;
	background-position	: center top;
	background-color	: #ffffff;
}

/* コンテンツ */
.content
{
	padding				: 20px;
	background-color	: #ffffff;
}

/* フッタ */
.footer
{
	padding				: 20px 10px 40px;
	background-color	: #cccccc;
}

/* サイト情報テーブル */
tr.site_info
{
	background-color	: #666666;
	color				: #ffffff;
	font-size			: 14px;
}

td.padding
{
	padding				: 5px;
}

table.prof
{
	background-color	: #ffffff;
}

/* プロフィール用 */
table.prof
{
	border				: 1px #708090 solid;
}

td.pro_title
{
	padding				: 3px;
	background-color	: #708090;
	color				: #ffffff;
	font-size			: 14px;
}

/* ギャラリーベース */
.g_base
{
	margin:				20px;
	padding:			20px;
	background-image: 	url(../img/stripe010.gif);
	width:				500px;
	color:				gray;
	font-size:			12px;
}


