@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

a {
	color: #000;
}

/* header */

#wrapper {
	min-width: 900px;
	border-top:31px solid #323849;
	border-bottom: 1px solid #6b889a;
	width:100%;
	background-color: #FFFFFF;
	padding-bottom: 70px;
}

#header {
	min-width: 874px;
	border-bottom:2px solid #6b889a;
	padding-left:26px;
	padding-top:3px;
	height:89px;
}

h1 {
	float:left;
}

h2 {
	font-size:25px;
	padding-left:270px;
	padding-top:24px;
	font-family: sans-serif;
}

h2 a {
	color: #333;
}

#headernavi {
	margin-right: 10px;
	
}
#headernavi li {
	font-family: sans-serif;
	font-weight:bold;
	font-size:14px;
	float: right;
	display:inline-block;
	text-align: center;
}
#headernavi li a {
	color: #666666;
	display: block;
	width:90px;
}
#headernavi li.home a {
	width:160px;
}
#headernavi li a:hover {
	color:#FF0000;
	padding-top:1px;
}

.container {
	width: 900px;
	margin: 0 auto;
}

/* 深山設定1-変更 */

a:link {
	color: #221815;
	text-decoration: none;
}
 
a:visited {
	color:#221815;
}

a:hover { 
	color:#e56464; 
	text-decoration:none;
}

/*深山設定1終わり*/

.globalnav {
	margin-top: 10px;
}

.globalnav-home li,
.globalnav li {
	float: left;
	width: 180px;
}

.globalnav-home a:hover img,
.globalnav a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)"; 	
}

.globalnav-home ul ul {
	padding-top: 12px;
	padding-left: 4px;
}

.globalnav-home ul li.last {
	width: 179px;
}

.globalnav-home ul ul.first {
	padding-left: 17px;
}

.globalnav-home ul ul.last {
	padding-right: 17px;
}

.globalnav-home ul ul a {
	color: #000;
	display: block;
	background: url(../images/common/listmark2.png) no-repeat 0 4px;
	padding: 0 0 3px 13px;
}

/*深山設定2*/
.globalnav-home a:hover { 
	text-decoration: underline;
	color:#e56464;
}
/*深山設定2終わり*/

.copyright {
	width: 500px;
	margin: 0 auto;
	padding: 20px 0;
	color: #777;
	text-align:center;
	font-size: 12px;
}


#sidebar {
	float: left;
	width: 176px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 6px;
}

#sidebar .box {
	background-color: #e52e4c;
	color: #fff;
	line-height: 1.0;
	height: 84px;
	box-sizing: border-box;	
}

#sidebar .box.line1 {
	padding: 35px 0 0 0;
	text-align: center;
}

#sidebar .box.greeting {
	padding: 25px 0 0 40px;
	text-align: left;
	line-height: 1.4;
}

#sidebar .inner {
	padding-left: 8px;
}

#sidebar ul.primary {
	padding: 17px 0 10px 0;
}

#sidebar ul.secondary {
	padding: 17px 0 17px 0;
}

#sidebar ul ul {
	padding: 13px 0 0 10px;
}

#sidebar ul ul li a,
#sidebar .thirdly a,
#sidebar .other a {
	display: block;
	color: #000;
	background: url(../images/common/listmark2.png) no-repeat 0 3px;
	padding: 0 0 10px 13px;
}

/*深山設定3*/
#sidebar ul ul li.current a,
#sidebar .thirdly li.current a,
#sidebar .other li.current a {
	color: #ca1013; text-decoration: none;
	cursor: default;
}
/*深山設定3終わり*/

#sidebar ul.thirdly {
	margin-left: 3px;
}

#sidebar ul.other {
	padding: 17px 0 0 0;
}

/*深山設定4*/
#breadCrumb li a:hover,
#sidebar a:hover {
	color:#e56464; 
	text-decoration: underline;
}
/*深山設定4終わり*/

#breadCrumb {
	height: 50px;
}

#breadCrumb li {
	display: inline-block;
	padding-left: 17px;
	background: url(../images/common/breadCrumbSeparator.gif) no-repeat 2px 3px;
	font-size: 12px;
}

#breadCrumb li.home {
	padding-left: 0;
	background: none;
}

#breadCrumb li a,
#breadCrumb li {
	color: #222815;
}

#breadCrumb ul {	
	padding: 15px 0;
}

.main-contents {
	position: relative;	
	float: right;
	width: 690px;
	padding-bottom: 120px;	
}

.pagetitle h3 {
	padding-top: 10px;
}

.return-top {
	position: absolute;
	right: 10px;
	bottom: 0;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font24 {
	font-size: 24px;
}

.icon_arrow {
	background: url(../images/common/icon_arrow.png) no-repeat 0 0;
	padding-left: 12px;
}

.icon_excel a{
	display: block;
    background: url(../images/common/icon_excel.png) no-repeat 0 20px;
    padding: 20px 0 0 20px;
}
/*坂本定１*/
.samplefield_c {
 border-width:3px;
 border-color:green;
 border-style:;groove;
 padding:0 10px 5px 10px;
 }
/*坂本定１終わり*/


