@charset "utf-8";
/* CSS Document -root */

body {
    background-image : url(../images/bg.gif);
	font-family:"ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴ Pro W3";
    margin: 0px;
    padding: 0px;
}

a{
	color: #2A3F55;
	text-decoration: underline;
}

a:link{
	color: #2A3F55;
	text-decoration: underline;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}

#container{
	width:760px;
	background: #ffffff;
	text-align:left;
	margin:3px auto 0px auto;
	border: 1px solid #b5b5b5;
}

#wrapper {
	width:760px;
	background: #ffffff;
	text-align:left;
	margin:3px auto 10px auto;
	border: 1px solid #b5b5b5;
}

#head-text {
	text-align: center;
	background-color: #808080;
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 3px 3px 3px;
}

#header{
	width:760px;
	margin:0px 0px 0px 0px;
}

/*.headerImg {
	float: left;
	width: 760px;
	height: 150px;
	margin-bottom:0;
	background-image: url(../images/bg_2.jpg);
	background-repeat:no-repeat;
	background-position:center
}*/

/*.headerTitle {
	float: right;
	width: 300px;
	padding: 110px 20px 10px 0px;
	text-align: right;
	font-weight:900;
	font-size:24px;
	color: #2A3F00;
}*/

#sidebar{
	float:left;
	margin:2px 0px 0px 0px;
	width:210px;
}

#maincontent{
	float:right;
	width:530px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#main_new{
	width:530px;
	margin:2px 0px 0px 0px;
	text-align:left;
	font-size:13px;
	line-height:1.5em;
	color: #333333;
}

#main_semi{
	width:530px;
	margin:10px 0px 0px 0px;
	text-align:left;
	font-size:13px;
	line-height:1.5em;
	color: #333333;
}

ul.breadcrumb {
	color:#6A6A6A;
	font-size:80%;
	padding-bottom:30px;
}

.gotop {
	float:right;
	font-size:12px;
	margin:10px 30px 5px 0px;
	color:#333333;
}

.clear {
	clear: both;
}

#footer {
	clear:both;
	width:755px;
	margin: 0 auto;
	border-top:2px solid #2C3254;
	height:25px;
	padding:10px 0px 0px 0px;
}

#footer .copy {
	float: right;
	font-size: 10px;
	margin-right:15px;
}

#footer .fnavi {
	float:left;
	font-size: 10px;
	padding-left: 40px;
}

#footer .fnavi a {
	color:#686868;
	text-decoration:none;
}

#footer .fnavi a:hover {
	color:#686868;
	text-decoration: underline;
}
