/* 大阪大学医学部ボート部HP用CSS */

/* 基本的にすべてのデザイン要素はここで指定する */











/* 共通部 */

body{

	background-color:#fff;

}

p{

	font-family: Georgia, Times;

	font-size:small;

	color: #777;

}

a{

	font-family: Georgia, Times;

	font-size: small;

	font-weight: bold;

	color: #777;

	text-decoration: none;

}

h1{

	font-family: Georgia, Times;

	font-size: x-large;

	font-weight: bold;

	color: #777;

}

h2{

	font-family: Georgia, Times;

	font-size: medium;

	font-weight: bold;

	color: #777;

	margin-top: 50px;

}

h3{

	font-family: Georgia, Times;

	font-size: small;

	font-style: oblique;

	color: #777;

}

/* wrapper */

#wrapper{

	width: 800px;

	margin: 100px;

	padding: 0px;

}



#header{

	width: 800px;

	height: 60px;

	margin: 0px;

	padding: 15px;

}



/* menu */

#menu{

	width: 800px;

	height: 25px;

	margin: 0px;

	border-top: solid 2px #c7c7e5;

	border-bottom: solid 2px #c7c7e5;

}

#menu table{

	margin-top: 0px;

	margin-left: 305px;

}

#menu td{

	border: solid 1px #b3d9ff;;

	background-color: #b3d9ff;

}

#menu a{

	margin-left: 10px;

	margin-right: 10px;

}



/* footer */

#footer{

	clear: both;

	width: 800px;

	height: 30px;

	margin: 0px;

	border-top: solid 2px #c7c7e5;

	border-bottom: solid 2px #c7c7e5;

}

#footer p{

	margin-top: 5px;

	margin-bottom: 0px;

	margin-left: 5px;

	margin-right: 5px;

}



/* left */

#left{

	width: 450px;

	float: left;

	padding-top: 30px;

	padding-bottom: 30px;

}

#left table{

	border-collapse: collapse;

}

#left th{

	border: solid 1px #999;

	color: #aaa;

	background-color: #222;

	width: 100px;

	font-family: Georgia, Times;

	font-size:small;

}

#left td{

	border: solid 1px #999;

	color: #777;

	font-family: Georgia, Times;

	font-size:small;

}

#left a{

/*	text-decoration: underline; */

}



/* right */

#right{

	width: 340px;

	float: right;

	padding-top: 30px;

	padding-left: 10px;

	padding-bottom: 30px;

}

#right a{

/*	text-decoration: underline; */

}



/* member */

#member{

	margin-bottom: 50px;

}

#member td{

	text-align: center;

}



/* new */

#new p{

	margin: 0px;

}

