body,table,h2,h3,input, textarea,button,select {
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Segoe UI", Calibri, "Trebuchet MS", Tahoma, Verdana, Arial, "ヒラギノ角ゴ Pro W3", メイリオ, "ＭＳ Ｐゴシック", IPAPGothic, Sans, sans-serif;
}

input[type=text],input[type=password],input[type=tel],textarea, select {
	border: 1px solid #c1c1c1;
}

input, textarea, select,button {
font-size: 100%;
padding: 0px;
vertical-align: text-top;
}


body {
	margin: 0;
	padding: 0;
	background-image: url('../img/bg_corp.gif');
	line-height:1.4;
	color:#333;
	font-size:0.9em;
}

label{
	display:inline;
	font-size: 100%;
}

.submit,
div.radio,
div.checkbox
{
	display:inline;
}


.submit{
	text-align:center;
}

.submit input[type=submit] {
	width:200px;
}

form {
	margin:0px;
	width:auto;
}


form div {
	margin-bottom: .1em;
	padding: .1em;
}

form .input {
	color: #333;
}

a {
	font-weight:normal;
	text-decoration:none;
}
a:hover,.actions ul li a:hover, .actions a:hover{
	color:tomato;
}

h2{
	color:#fff;
	font-size:100%;
	padding: 3px;
	padding-left: 10px;
	margin-bottom:5px;
	background-color: #008080;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-weight:normal;
}

.message{
	font-weight:normal;
	font-size:100%;
}


input, textarea {
	width: 95%;
}

form .error {
	padding:5px;
	padding-left:10px;
	background:#f3d8d8;
	color:#2e2e2e;
	border:none;
}



div#wrapper {
	margin: 0px auto 0px auto;
	width: 1000px;
}

div#container {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background-color: #fff;
	margin-top:10px;
	margin-bottom:10px;
}

div#header {
	color:#333;
	padding:20px;
	background-image: url('../img/logo_corp.png');
	background-repeat: no-repeat;
}

div#userinfo{
	float:right;
	text-align:right;
	padding-right:10px;
}

div#menu{
	text-align:right;
	padding-bottom:5px;
	margin-right:0px;
}

div#menu ul {
	padding:10px 0px;
	display: block;
	list-style: none;
}
div#menu li {
	color: #98a9ca;
	font-size:80%;
	font-weight: normal;
	float: right;
	width: 120px;
	padding: 3px;
	text-align: center;
	margin:0px;
}

div#menu li:hover {
	color:#fff;
	background-color: #ff7f50;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

div#content{
	padding:5px 15px;
}

div.form, div.index, div.view {
	clear: both;
	border: none;
	width: 96%;
}

div.actions {
	clear: both;
	width: auto;
}

div.actions ul {
}
div.actions li {
	width:130px;
	float:right;
	text-align:center;
	margin:0px 3px;
}

span.title{
	font-size:120%;
}
div#footer {
	color: #333;
	font-size:90%;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align:right;
}


.frgt{
	float:right;
}
.flft{
	float:left;
}
.clr {
	clear:both;
}
.rgt{
	text-align:right;
}
.lft{
	text-align:left !important;
}
.ctr{
	text-align:center;
}
.w20{	width:20px;}
.w30{	width:30px;}
.w40{	width:40px;}
.w50{	width:50px;}
.w60{	width:60px;}
.w80{	width:80px;}
.w90{	width:90px;}
.w100{	width:100px;}
.w110{	width:110px;}
.w104{	width:104px;}
.w120{	width:120px;}
.w150{	width:150px;}
.w160{	width:160px;}
.w170{	width:170px;}
.w180{	width:180px;}
.w200{	width:200px;}
.w210{	width:210px;}
.w220{	width:220px;}
.w230{	width:230px;}
.w240{	width:240px;}
.w250{	width:250px;}
.w280{	width:280px;}
.w300{	width:300px;}
.w320{	width:320px;}
.w330{	width:330px;}
.w350{	width:350px;}
.w400{	width:400px;}
.w450{	width:450px;}


/* メニュー */
div.menuwrapper{
	padding-bottom:15px;
}
div.menu ul {
	padding:5px 0px;
	display: block;
	list-style: none;
}
div.menu li {
	font-size:90%;
	float: left;
	width: 120px;
	padding: 10px;
	text-align: center;
	margin:5px;
	font-weight: normal;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color: #333;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;

}
div.menu li:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
	color:tomato;
}


table.download {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;  /* 角丸を適用するため */
	margin-bottom:20px;
}

.download th, .download td {
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.download th {
    background-color: #e9e9e9;
    font-weight: normal;
    padding: 5px 15px;
}

.download tr:last-child td {
    border-bottom: none;  /* 最後の行の下線を削除 */
}



.downloadBtn a {
	display: inline-block;
    background-color: darkgreen;
    color: #fff;
    border-radius: 2em;
    font-size: 90%;
    padding: 3px 20px;
    margin: 5px;
}
.downloadBtn a:hover {
    background: #313131;
    color: #FFF;
}
