/** default **/
body {
	background-color: #DCD8CF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}


p,div,h1,h2,h3,h4,h5,ul,iframe {
	margin-top: 0px;

}


h1,h2,h3,h4,h5 {
	margin-bottom: 20px;

}


.f-left {
	float: left;
	margin-right: 10px;
}


.f-right {
	float: right;
	margin-left: 10px;
}


.clear {
	clear: both;
	margin: 10px;
	text-indent: -999em;
}


#outline {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
}


#layout {
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#title {
	margin: 0px;
}



/** navigation **/
#navi {
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../img/back-navi.jpg);
	height: 30px;
}


#navi ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}



#navi li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#navi a {
	display: block;
	overflow: hidden;
	text-indent: -100em;
	height: 30px;
	width: 160px;
}


#navi a:hover {
	background-position: 0px -30px;
}


#navi #index a {
	background-image: url(../img/bt-index.jpg);
	background-repeat: no-repeat;
}


#navi #index-a a {
	background-image: url(../img/bt-index.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}


#navi #prof a {
	background-image: url(../img/bt-prof.jpg);
	background-repeat: no-repeat;
}


#navi #prof-a a {
	background-image: url(../img/bt-prof.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}


#navi #works a {
	background-image: url(../img/bt-works.jpg);
	background-repeat: no-repeat;
}


#navi #works-a a {
	background-image: url(../img/bt-works.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}


#navi #info a {
	background-image: url(../img/bt-info.jpg);
	background-repeat: no-repeat;
}


#navi #info-a a {
	background-image: url(../img/bt-info.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}


#navi #link a {
	background-image: url(../img/bt-link.jpg);
	background-repeat: no-repeat;
}


#navi #link-a a {
	background-image: url(../img/bt-link.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}




/** contents **/
#contents {
	width: 860px;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
}




/** left-box **/
#contents #left {
	float: left;
	width: 215px;
}


#activity {
	font-size: 15px;
	color: #333333;
	text-align: left;
}


#activity p {
	margin-bottom: 5px;
}


#activity ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 18px;
	padding: 0px;
}


#activity li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-image: url(../img/ico-activity.jpg);
	padding: 0px;
}






/** right-box **/
#contents #right {
	width: 615px;
	float: right;
}


#right .txt {
	font-size: 15px;
	color: #333333;
	text-align: left;
	line-height: 150%;
	margin-left: 10px;
	margin-right: 10px;
}


#topics {
	font-size: 15px;
	line-height: 150%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#topics-m {
	padding-top: 15px;
}





/** footer **/
#footer {
	border-top-style: solid;
	border-top-color: #DCD8CF;
	border-top-width: 7px;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
}


#footer ul {
	list-style-type: none;
	font-size: 14px;
	color: #BBBBBD;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


#footer li {
	float: left;
	width: 160px;
	line-height: 20px;
	height: 20px;
	text-align: center;
}


#footer #index {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBD;
}


#footer #index-a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBD;
}


#footer #index-a a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBD;
}



#footer #prof {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBD;
}


#footer #prof-a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBD;
}


#footer #prof-a a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBD;
}



#footer #works {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBD;
}


#footer #works-a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBD;
}


#footer #works-a a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBD;
}



#footer #info {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBD;
}


#footer #info-a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBD;
}


#footer #info-a a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBD;
}


#footer #link-non-a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBD;
}


#footer #link-non-a a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBD;
}


#footer li a {
	color: #BBBBBD;
	text-decoration: none;
	width: 110px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


#footer li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBD;
}


address {
	font-size: 15px;
	color: #333333;
	font-style: normal;
	line-height: 150%;
	margin-bottom: 10px;
	padding-top: 15px;
}


#copy {
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 13px;
	color: #333333;
	line-height: 150%;
}
