@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("clearfix.css");

@import url("header.css");
@import url("sidemenu.css");
@import url("search.css");
@import url("breadcrumb.css");
@import url("social.css");

@import url("font.css");

/*--- grobal ---*/

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
}

#container {
	background-image: url(../img/head_topBg.png);
	background-repeat: repeat-x;
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	
	position:relative;
}

#main{
	width:972px;
	margin-top:40px;
}
a {
	color:#0047A7;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}

.jqueryInputDefault{
	color: #45B40A;
}
/*--- footer ---*/
#footer {
	width: 920px;
	margin-top: 20px;	
	margin-left: auto;
	margin-right: auto;
	
	padding-bottom: 10px;
	
	line-height: 20px;
	text-align: center;
	font-size: 12px;
}
#footerNavi {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#footerNavi li {
	float: left;
	margin-left: 10px;
}

/*--- contents ---*/

#contentsWrappar {
	width: 775px;
	float: right;
	margin-left:10px;
	font-size:10pt;
	color: #333;
}
#contents {
	margin-bottom: 20px;
	background-color:#FFF;
	width:775px;
	padding-bottom: 17px;
	-moz-box-shadow: 4px 4px 3px #999;
	-webkit-box-shadow: 4px 4px 3px #999;

}
#contInner {
	padding:10px;
}
#headMsg {
	margin-bottom: 20px;
	padding-top: 10px;
}


/*--- similar ---*/

.sideByside li {
	float: left;
	margin-right: 0px;
}
.center{
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
.indtBoth {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.indtLeft {
	padding-left:15px;
}
.cmmt{
	padding-left: 20px;
	line-height: 150%;
}
.boxRoomed {
	margin-top: 10px;
	margin-bottom: 10px;
}
.arrR{
	float:right;
}
.arrL {
	float:left
}

.layoutL {
	float: left;
	width: 49%;
}
.layoutR {
	float: right;
	width: 49%;
}

sideByside li{
	float:left
}

.spotlight{
	padding:10px;
	border:1px solid #A20000;
	border-radius: 7px; /* CSS3 */
	-moz-border-radius: 7px;    /* Firefox */
	-webkit-border-radius: 7px; /* Safari,Chrome */
	width: 450px;
}
.boxStrong {
	background-color:#4B7B24;
	color:#FFFFFF;
	padding:10px;
	width:450px;
	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.topic {
	font-size: 16px;
	font-weight: bold;
	color: #840003;
	margin-top: 10px;
	margin-bottom: 10px;
}
.boxLined {
	background-color: #E0DFC5;
	width: 93%;
	padding: 4px;
	text-indent:20px;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
	font-weight:bold;
}
.float{
	float: left;
}

