body{
	background-color: #4b0082;
	font-size: small;
	text-align: center;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.container{
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
	border: 0px;
	text-align: left;
}
/*----------------header--------------------*/
#header_index{
	background-image: url("images/top_pic_01.jpg");
	background-color: #fff;
	height: 200px;
}
#header_profile{
	background-image: url("images/profile_title.jpg");
	background-color: #fff;
	height: 82px;
}
#header_photo{
	background-image: url("images/photo_title.jpg");
	background-color: #fff;
	height: 82px;
}
#header_touring{
	background-image: url("images/touring_title.jpg");
	background-color: #fff;
	height: 82px;
}
#header_link{
	background-image: url("images/link_title.jpg");
	background-color: #fff;
	height: 82px;
}

/*-----------------navigation---------------*/
#nav{
	list-style: none;
	text-align: right;
	background-color: #000080;
	color: #6ff;
	font-family: Impact;
	font-size: 25px;
	line-height: 110%;
	margin: 0px;
	padding: 0px;
	border-bottom: 5px solid #00bfff;
}

#nav li{
	display: inline;
	padding: 0 5px;
}

#nav li a{
	text-decoration: none;
	color: #6699cc;
}

#navi li a:visited{
	color: #6699cc;
}

#nav li a:hover{
	color: #d3d3d3;
}
/*----------------main-contents------------------*/
#main{
	width: 550px;
	float: left;
	padding: 10px 0px 10px 10px;
	margin: 0px;
	font-size: small;
}

#main .photo_left{
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

#main .photo_center{
	text-align: center;
	margin: 0 auto 10px;
	padding: 0;
}
#main .photo_center img{
	margin: 5px;
}

#main .photo_right{
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}

#main table{
	font-size: small;
}
#main td{
	vertical-align: top;
	margin: 0;
	padding: 0 5px 10px 5px;
}
#main p{
	text-align: left;
	margin: 0 0 10px 0;
}

.time{
	color: #0066ff;
	font-size: x-small;
	margin: 0;
	padding: 3px;
}
.phtitle{
	color: #bf00df;
	font-size: small;
	margin: 0 0 10px 0;
	padding: 2px;
	border-left: 10px solid #0000ff;
	border-bottom: 1px dashed #0000ff;
}
.bunrui{
	font-size: small;
	font-weight: bold;
	color: #ff8c00;
}
.mainbottom{
	font-size: x-small;
	text-align: right;
}
/*-------------sidebar-contents------------------*/
#sidebar{
	width: 180px;
	float: right;
	margin: 10px 5px 10px 0;
	padding: 0px;
}
#sidebar h2{
	background-color: #000080;
	color: #6699cc;
	margin: 0px;
	padding: 3px 0px;
	font-size: medium;
	text-align: center;
}

#sidebar .block{
	border: 1px dashed #444;
	border-top-style: none;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	height: 100px;
	overflow: auto;
	font-size: x-small;
}

#sidebar table{
	width: 100%;
	text-align: center;
	font-size: x-small;
	margin: 0 0 10px 0;
	padding: 0;
}
/*--------------bottom----------------*/
#bottom{
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
