body {
	margin: 0;
	padding: 0;
}

image {border: 0;}

.pb05 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.mt20 {margin-top: 20px;}
.pt10 {padding-top: 10px;}
.mr20 {margin-right: 20px;}

#h1 {
	background: linear-gradient(#1a3a7f, #2b4b92);
	background: -moz-linear-gradient(#1a3a7f, #2b4b92);
	background: -webkit-gradient(linear, left top, left bottom, from(#1a3a7f), to(#2b4b92)); 
}

h1{
	color:#FFF;
	width:950px;
	margin:0 auto;
	padding:7px 5px;
	font-size:12px;
	font-weight:normal;
}

#dispMainimage{
	text-align: center;
	background-image:url(../image/main_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#wrapper {
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 960px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 760px;
}
#content ul {
	list-style-type: none;
	margin: 10px 10px 20px 10px;
	padding: 0;
}
#content li {
	padding: 7px;
	font-size: 14px;
	line-height: 1.4;
	border-bottom: dashed 1px #d6d6d6;
	color: #444;
}


h2 {
	font-size: 20px;
	line-height: 1;
	color: #276bad;
	font-weight: bold;
	padding: 0 10px 5px 10px;
	margin:20px 0 10px 0;
	border-bottom:solid 3px #daebfb;
}

p.text {
	font-size: 14px;
	padding: 0 11px;
	margin: 0;
	color: #444;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

p.text span {
	font-weight:bold;
}

h3 {
	font-size: 20px;
	line-height: 1;
	color: #276bad;
	font-weight: bold;
	padding: 0 10px 5px 10px;
	margin:20px 0 10px 0;
	border-bottom:solid 3px #daebfb;
}


#footer {
	width: 960px;
	margin: 20px auto 0 auto;
	padding: 8px;
	font-size: 12px;
	text-align: center;
	border-top:dashed 1px #e6e6e6;
	color: #555;
}



/******************************************
	btn
******************************************/
#btn{
	margin-top:20px;
}


#btn a{
	display:block;
	text-align:center;
	padding:25px 10px;
	font-size:50px;
	background: -moz-linear-gradient(top,  #aeee5a 0%, #41b03c 8%, #0e450e 50%, #114e0e 51%, #1d670e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeee5a), color-stop(8%,#41b03c), color-stop(50%,#0e450e), color-stop(51%,#114e0e), color-stop(100%,#1d670e)); 
	background: -webkit-linear-gradient(top,  #aeee5a 0%,#41b03c 8%,#0e450e 50%,#114e0e 51%, #1d670e 100%);
	background: -o-linear-gradient(top,  #aeee5a 0%,#41b03c 8%,#0e450e 50%,#114e0e 51%, #1d670e 100%);
	background: -ms-linear-gradient(top,  #aeee5a 0%,#41b03c 8%,#0e450e 50%,#114e0e 51%, #1d670e 100%); 
	background: linear-gradient(to bottom,  #aeee5a 0%,#41b03c 8%,#0e450e 50%,#114e0e 51%, #1d670e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b03c', endColorstr='#0e450e',GradientType=0 );
	border-top:solid 3px #ebe24b;
	border-left:solid 3px #ebe24b;
	border-right:solid 3px #b5a306;
	border-bottom:solid 3px #b5a306;
}
#btn a:link {color: #fff839;text-decoration: none;}
#btn a:visited {color: #fff839;text-decoration: none;}
#btn a:hover {color: #fff839;text-decoration: underline;}
#btn a:active {color: #fff839;text-decoration: underline;}



/******************************************
	nav
******************************************/
#nav {
	float: right;
	width: 180px;
	margin-top:20px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0 0 20px 0;
	padding: 0 8px;
	font-size: 16px;
	line-height:1.4;
	font-weight: bold;
	background: linear-gradient(#185a99, #2b71b5);
	background: -moz-linear-gradient(#185a99, #2b71b5);
	background: -webkit-gradient(linear, left top, left bottom, from(#185a99), to(#2b71b5)); 
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#nav li a {
	display: block;
	padding: 11px 2px;
}
#nav li a:link {color: #fff;text-decoration: none;}
#nav li a:visited {color: #fff;text-decoration: none;}
#nav li a:hover {color: #fff;text-decoration: underline;}
#nav li a:active {color: #fff;text-decoration: underline;}

#nav li.last{
	border-bottom:none;
}

/******************************************
	Photo
******************************************/


.photoBox{
	overflow: hidden;
	position: relative;
	zoom: 1;
	width:742px;
	margin:0 auto;
}

.date_L{
	float:left;
	width:48%;
	margin:0;
	padding:0;
	font-size:14px;
	color:#555;
}

.date_R{
	float:right;
	width:48.5%;
	margin:0;
	padding:0;
	font-size:14px;
	color:#555;
}


.photo_text {
	font-size: 14px;
	line-height: 1.5;
	color: #444;
	text-align: left;
	margin: 10px auto 0 auto;
	padding: 0 0 3px 0;
}
.photo_text p {
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}