/**********************************************/
/*HiromiKondohHomePage*/
/*hiromi.css*/
/*--2007/04/26--*/
/**********************************************/
/*全体設定*/
body {
	background-color: white;
}

a.idou{
	float: right;
	margin-right: 50px;
}

a{
	font-family: cursive, sans-serif, Georgia;
	color: #ff00ff;
	font-size: 100%;
}
a:visited{
	color: #ea65ff;
}
/*menu用*****************************************/
/*未アクセス文字*/
a:link.menu{
	display: block;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	color: #dd056a;
	text-decoration: none;
}
/*アクセス済み文字*/
a:visited.menu{
	display: block;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	color: #dd056a;
	text-decoration: none;
}
/*メニュー文字マウスオーバー時*/
a:hover.menu{
	display: block;
	color: #ffffff;
	font-size: large;
	text-decoration: none;
}
/*見出し******************************************/
h1{
	color: #dd056a;
	padding: 10px;
	margin: 5px;
	font-family: Georgia;
	border-top: double #ff5ea1;
	border-bottom: double #ff5ea1;
	width: 85%;
	margin: 10px auto 50px auto;
}
/*Profileページの見出しに使用*/
h2{
	color: #dd056a;
	font-family: Georgia;
	border-bottom: dotted #ff778e;
	width: 75%;
	margin: 20px auto;

}
/*Photoページの見出しに使用*/
h3{
	clear: right;
	color: #dd056a;
	font-size: 150%;
	font-family: Georgia;
	border-bottom: dotted #ff778e;
	width: 75%;
	margin: 30px auto;
	text-align: left;
}
/*区切り線用*/
h4{
	clear: right;
	color: #ff648d;
	font-family: Georgia;
	border-bottom: dotted #ff778e;
	width: 75%;
	margin: 10px auto;	
}
/*全コンテンツ部（div設定）************************************/
div#all {
	background-color: #ff66ff;
	
/*	border: groove medium #666666 ;*/
	margin:0px;
	padding: 0px;
	width: 800px;
	height: 450px;
	text-align: center;

	/*↓Allの基点を真ん中に設定。allを真ん中に表示させる*/
	position:absolute;
    top:50%;
    left:50%;
    margin-top:-250px;
    margin-left:-400px;

}
/*タイトル部*/
div#title{
	background-image: url(imagedir/title.jpg);
	background-color: white;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 80px;
	border: 0px;
}
/*メニュー部*/
div#menu{
	float: left;
	background-color: #ffdae0;
	background-image:url(imagedir/menu.gif);
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 330px;
}
/*メインコンテンツ部*/
div#main{
	float: right;
	background-color: #FFDCD9;
	color: #ba5e1c;
	font-family: fantasy;
	font-size: 90%;
	width: 640px;
	height: 330px;
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	scrollbar-base-color: #ff91c1;
}
/*フッター部*/
div#footer{
	clear: all;
	color: white;
	text-align: left;
	width: 100%;
	height: 40px;
	background-color: #FF66FF;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/*画像・文字等の設定******************************************/
/*Opera用　メインコンテンツ*/
html>body #main{
	background-color: white;
	float: right;
	overflow: scroll;
	width:640px;
	height: 330px;
	margin: auto;
	padding: auto;
}

/*photoページの画像の設定*/
img.photo{
	width: 200px;
	height: 260px;
	float: right;
	margin: 0px 30px 0px 20px;
	border: double #CCCCCC;
}
/*メニュー内のリスト設定*/
ul.menu{
	margin: 5px 0px 0px 0px;	
}
li.menu{
	list-style-type: none;
	margin: 20px 0px;
	border-bottom: #dd056a dotted;
	width: 60%;
}
/*topページのFlashの設定*/
object.flash{
	margin-top: 80px;
	width:400px;
	height:150px;
}
/*LINKページのテーブル内の設定*/
table{
	margin: auto;
}
td.moji{
	text-align: left;
}
/*Profileページ内の名前の設定*/
p.name{
	font-size: 150%;
	font-family: cursive;
	padding:0px;
	margin-bottom: 5px;
}
/*Photoページ内の文字設定*/
p.photo{
	margin-left: 80px;
	text-align: left;
}
/*フッター内の文字設定*/
p.footer{
	font-size:10px;
/*	color: white;*/
	margin: 5px;
}
/*フッター内のCopyright部文字設定*/
p.copyright{
	text-align: right;
	font-size: 10px;
/*	color: white;*/
	margin: 0px;
}
	
