/* CSS Document */

/*
@charset "utf-8";
*/

@import "base.css";

#wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#header {
	width: 980px;
	text-align: center;
}

.myPic
{
	margin:0 10px 10px 0;
	border-radius:10px;
	border:1px solid #666666;
}

#footer {
	clear: both;
	width: 980px;
	border-top: 1px solid #666666;
	text-align: center;
	font-size: 12px;
	line-height: 200%;
	margin: 20px auto 30px auto;
	color: #ffffff;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
	color: #ffffff;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	display: inline;
	color: #0a4d95;
}

#detail_area {
	margin: 10px 0 10px 0;
}

#navi_area {

}

#navi_left_area {
	float: left;
	width: 100px;
	text-align: left;
	margin: 20px 0 0 0;
}

#navi_center_area {
	float: left;
	text-align: center;
	color: #ffffff;
	width: 780px;
}

#navi_right_area {
	float: left;
	width: 100px;
	text-align: right;
	margin: 20px 0 0 0;
}

#navi_left_area a {
	padding: 8px 22px 8px 22px;
	border: 1px solid #444444;
	background-color: #555555;
	background-image: linear-gradient(top, rgb(102, 102, 102), rgb(153, 153, 153));
	background-image: -moz-linear-gradient(top, rgb(102, 102, 102), rgb(153, 153, 153));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(102, 102, 102)), color-stop(1, rgb(153, 153, 153)));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr="#444444", EndColorStr="#555555");
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#666666));*/
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px #777777;
	box-shadow: 0 1px #777777;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#navi_right_area a {
	padding: 8px 22px 8px 22px;
	border: 1px solid #444444;
	background-color: #555555;
	background-image: linear-gradient(top, rgb(102, 102, 102), rgb(153, 153, 153));
	background-image: -moz-linear-gradient(top, rgb(102, 102, 102), rgb(153, 153, 153));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(102, 102, 102)), color-stop(1, rgb(153, 153, 153)));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr="#444444", EndColorStr="#555555");
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#666666));*/
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px #777777;
	box-shadow: 0 1px #777777;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}