
/******************body******************/
body{
	font-size: 75%;
	line-height: 150%;
	font-style: normal;
	font-weight: normal;
	font-family:Verdana , Arial , Osaka , sans-serif;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #E3F6FF;
	color: #333333;
}

/******************font******************/
/*txt*/
.white10 {
	color: #ffffff;
	font-size: 10px;
}
.black10 {
	font-size: 10px;
}
/*fontcolor*/
.blue { color:#007DB5; }
.gray { color:#666666; }

strong {
	font-weight: bold;
}

/*midashi CSS*/
h1,h2,h3,h4,h5,h6,
p{margin: 0px;padding: 0px;}

/******************link******************/
/*base*/
a,
a:link,
a:visited {
	color: #009BE0;
	text-decoration: underline;
}
a:active,
a:hover{
	color: #27BCFF;
	text-decoration: none;
}

/*top*/
a.top,
a.top:link,
a.top:visited {
	color: #F3F2AD;
	text-decoration: underline;
}
a.top:active,
a.top:hover{
	color: #F3F2AD;
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

/* list  */
ul , ol{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/******************cont******************/
#cont {
	background: #ffffff;
	background-image:url(../common/leftbg.gif);
	background-repeat:repeat-y;
}

/******************BG******************/
#topics {
	background-image:url(../common/bg.jpg);
	background-repeat:repeat-x;
}
#profile {
	background-image:url(../common/bg.jpg);
	background-repeat:repeat-x;
}
#photo {
	background-image:url(../common/bg.jpg);
	background-repeat:repeat-x;
}
#schedule {
	background-image:url(../common/bg.jpg);
	background-repeat:repeat-x;
}

/******************Head******************/
#head {
	background-image:url(../common/headbg.jpg);
	text-align: center;
	width: 750;
	height:88px
}

#head h1 img {
	margin-bottom: 10px;
	margin-left: 25px;
}

#head h2 img {
	margin-bottom: 10px;
	margin-left: 5px;
}

/******************Menu******************/

#menu {
	background-image:url(../common/menubg.gif);
	height: 25px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	margin: 0px;
	padding: 0px;
}
#menu ul li{
	display: inline;
	list-style-type: none;
	float: left;
}
#menu ul li img{
	display: block;
	list-style-type: none;
	padding-top: 2px;
}

/******************Main******************/
#left {
	width:170px;
}

#main {
	float: right;
	width:555px;
}

/******************Topics doc******************/
#topics #main .doc {
	padding: 15px 25px 25px 0px;
}

#topics #main .doc .date {
	padding-right: 10px;
}

#topics #main .doc .txt {
	padding-bottom: 10px;
	border-bottom: 1px dashed #75BBDA;
}

#topics #main .doc img {
	margin-right: 5px;
}

#topics #main .doc td {
	padding-top: 10px;
}

/******************Profile doc******************/
#profile #main .doc {
	padding: 25px 25px 0px 0px;
}

#profile #main .doc .title {
	padding-bottom: 10px;
}

/******************Photo doc******************/
#photo #main .doc {
	padding: 25px 25px 0px 45px;
}

#photo #main .doc p {
	padding-bottom: 25px;
}

#photo #main .doc img {
	margin-right: 30px;
}

/******************Schedule doc******************/
#schedule #main .doc {
	padding: 25px 25px 25px 0px;
}

#schedule #main .doc .title p {
	padding-bottom: 5px;
}

#schedule #main .doc .title img {
	padding-right: 5px;
}

#schedule #main .doc .tour td {
	font-size: 10px;
}

#schedule #main .doc .year_ttl {
	padding: 0px 0px 5px 0px;
	color:#007DB5;
	font-weight: bold;
	text-align: center;
}
/******************Foot******************/
#foot {
	clear: both;
	background-image:url(../common/footbg.gif);
	height:20px;
	text-align: center;
}
