/*ページ全体に関するスタイル*/
body{
	margin: 0px;
	color: #000;
	text-align: center;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="button"] {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	vertical-align:middle;
	height: 25px;
}

input[type="submit"] {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	vertical-align:middle;
	height: 25px;
}

#container {
}

#header {
	background-color:#660000;
	color:#FFFFFF;
}
#content {
	padding: 5px;
}
#footer {
	text-align:right;
	color:#990000;
	border-bottom:1px solid #990000;
	padding:20px 10px 0px 0px;
}

li  {text-align: left; display: block; list-style-type: none;}

ul  {
	margin:0px;
	padding: 0px;
}

.table {
	border-collapse:collapse;
	margin: 0 auto;
	word-break:break-all;
}

th {background-color: #eaa6ae;}

h1 {
	width: 900px;
	height: 140px;
	background: url("/images/bg_header.jpg") repeat-x #95d3f9;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
}

table {
	margin: 0 auto;
	background-color: #ffffff;
	border-collapse: collapse;
}

th {
	margin: 0;
	padding: 0;
}
td {
	margin: 0;
	padding: 0;
}
input.text-box {
    width: 180px;
}

.wrapper {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.wrapper2 {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.scroll_box {
	width: 920px;
	min-height: 300px;
}

.header {
	width: 920px;
	height:140px;
	margin: 0;
	background: url("/images/br01.png") repeat-x;
}

.head_image {
	margin-left: 75px;
	_margin-left: 0;
}

.logout {
	font-size: 75%;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 35px;
	float: right;
	color: #ffffff;
	line-height: 15px;
}

.logout img {
	margin-bottom: 3px;
	vertical-align:middle;
}


.logo {
	float: left;
	margin-left: 33px;
}

.logo img {
}

.go_top {
	font-size: 80%;
	font-weight:normal;
	text-align: right;
}

.text_01 {
	font-size: 82%;
	color:#ffffff;
	line-height: 100%;
	padding: 5px 1px;
	background-color: #0273b5;
}

.text_02 {
	font-size: 82%;
	color:#323232;
	line-height: 100%;
	background-color: #d3eaf0;
	padding: 5px;
}

.text_02 a {
	color:#000000;
}
.text_02 a:link {
	color:#000000;
	text-decoration: underline;
}
.text_02 a:visited {
	color:#000000;
	text-decoration: underline;
}
.text_02 a:hover {
	color:#888888;
	text-decoration:underline;
}
.text_02 a:active {
	color:#000000;
	text-decoration:underline;
}

.text_03 {
	font-size: 82%;
	color:#323232;
	line-height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #ffffff;
	text-align: center;
}

.text_04 {
	font-size: 80%;
/*	text-align: center;*/
}

.pankuzu {
	font-size: 80%;
	line-height: 120%;
	line-height:lem;
	padding: 0;
	text-align: left;
	width: 880px;
	*width: 900px;
	width: 700px;
/*	border-top: 1px solid #cccccc;*/
/*	background-color: #ffffff;*/
	padding-top: 5px;
	padding-left: 40px;
	margin-top: -30px;
	margin-bottom: 30px;
	color: #ffffff;
	font-weight: bold;
}

.midashi_01_0 {
	font-size: 100%;
	color: #000000;
	line-height: 120%;
	line-height:lem;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #dddddd;
	text-align: left;
	font-weight: bold;
}

.midashi_01 {
	font-size: 100%;
	color: #000000;
	line-height: 120%;
	line-height:lem;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #dddddd;
	text-align: center;
	font-weight: bold;
}

.midashi_02 {
    font-size: 82%;
    color:#5A5A5A;
    line-height: 160%;
	font-weight:bold;
    padding:7px;
}

.midashi_03 {
	font-size: 88%;
	color:#000000;
	line-height: 160%;
	font-weight:normal;
	text-align: center;
	background-color: #d3eaf0;
}
.Pager {
	font-size: 90%;
	text-align: center;
}

.Pager a {
	color:#000000;
}
.Pager a:link {
	color:#000000;
	text-decoration: underline;
}
.Pager a:visited {
	color:#000000;
	text-decoration: underline;
}
.Pager a:hover {
	color:#888888;
	text-decoration:underline;
}
.Pager a:active {
	color:#000000;
	text-decoration:underline;
}

.table {
	border-collapse:collapse;
	margin: 0 auto;
	word-break:break-all;
	margin-top: 10px;
	width: 98%;
}

.table a {
	color:#000000;
}
.table a:link {
	color:#000000;
	text-decoration: underline;
}
.table a:visited {
	color:#000000;
	text-decoration: underline;
}
.table a:hover {
	color:#888888;
	text-decoration:underline;
}
.table a:active {
	color:#000000;
	text-decoration:underline;
}

.input_table form {
	margin: 0px;
}

.input_table {
	border-collapse:collapse;
	margin: 10px auto;
	word-break:break-all;
	width: 60%;
}

.input_table2 form {
	margin: 0px;
}

.input_table2 {
	border-collapse:collapse;
	margin: 10px auto;
	word-break:break-all;
	width: 50%;
}

.input_table3 form {
	margin: 0px;
}

.input_table3 {
	border-collapse:collapse;
	margin: 10px auto;
	word-break:break-all;
	width: 90%;
}

.input_name {
	width: 100%;
}

.input_version {
	width: 30%;
}

.input_readonly {
	width: 30%;
	border: 1px solid #cccccc;
	background: #cccccc;
}

.attention1{
	color: #dd0000;
}

.btn_area {
	text-align: center;
	margin-top: 20px;
}

.btn_area input {
	height: 30px;
	width: 150px;
}

.btn_menu1 input {
	background-image: url('/images/bt01.png');
}

.btn_menu2 input {
	background-image: url('/images/bt02.png');
}

.btn_menu3 input {
	background-image: url('/images/bt03.png');
}

.footer {
	color: #111111;
	width: 900px;
/*	background-color: #336600;*/
	text-align: center;
	background: url("/images/contents_below_bk.jpg") repeat-x #ffffff;
	font-size: 11px;
	padding: 70px 0;
}

.footer2 {
	color: #111111;
	width: 100%;
	text-align: center;
	background: #ffffff;
	font-size: 11px;
	padding: 10px 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.main_back_top {
	height: 7px;
	margin: 0;
	overflow: hidden;
/*	margin-top: 10px;*/
}
.main_back_top2 {
	background: url("/images/main_bk_top.gif") no-repeat;
	height: 7px;
	margin: 0;
	overflow: hidden;
	margin-top: 10px;
}
.main_back {
	background-color: #ffffff;
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

.right_btn {
	text-align: right;
	padding-right: 10px;
}

.right_btn input {
	height: 30px;
	width: 150px;
}

.btn input {
	height: 30px;
}

.left_btn {
	text-align: left;
	padding-left: 10px;
}

.left_btn input {
	height: 30px;
	width: 150px;
}

.main_back_bottom {
	height: 7px;
	margin: 0;
	overflow: hidden;
}

.tanto_list {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #cccccc;
	width: 700px;
	margin-top: 5px;
	margin-left: 75px;
}

p.tantobox {
	height: 400px;
	overflow: auto;
}

.margin_top_10 {
	margin-top: 10px;
}
.margin_top_20 {
	margin-top: 20px;
}
.margin_left_15 {
	margin-left: 15px;
}
.margin_tb_5 {
	margin: 5px 0;
}

.padding_tb_20 {
	padding: 20px 0;
}

.padding_lr_5 {
	padding-left: 5px;
	padding-right: 5px;
}

.padding_left_20 {
	padding-left: 20px;
}

.float_right {
	float: right;
}

.upload_btn_area {
	margin-left: 20px;
}

.font_82per {
    font-size: 82%;
}

a.menu_btn1 {
	position: relative;
	display: inline-block;
	background: url("/images/bt01.png") no-repeat 0px 0px;
	height: 235px;
	width: 235px;
}
a.menu_btn1:hover {
	background: transparent url("/images/bt01-1.png") no-repeat 0px 0px;
}

a.menu_btn2 {
	position: relative;
	display: inline-block;
	background: url("/images/bt02.png") no-repeat 0px 0px;
	height: 235px;
	width: 235px;
}
a.menu_btn2:hover {
	background: transparent url("/images/bt02-1.png") no-repeat 0px 0px;
}

a.menu_btn3 {
	position: relative;
	display: inline-block;
	background: url("/images/bt03.png") no-repeat 0px 0px;
	height: 235px;
	width: 235px;
}
a.menu_btn3:hover {
	background: transparent url("/images/bt03-1.png") no-repeat 0px 0px;
}

a.menu_btn4 {
	position: relative;
	display: inline-block;
	background: url("/images/bt_04_off.jpg") no-repeat 0px 0px;
	height: 150px;
	width: 200px;
}
a.menu_btn4:hover {
	background: transparent url("/images/bt_04_on.jpg") no-repeat 0px 0px;
}

/* [リンクに関するスタイル*/
a img {
	border-style:none;
}
a:link {
	color:#000000;
	text-decoration: none;
}
a:visited {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#888888;
	text-decoration:none;
}
a:active {
	color:#aaaaaa;
	text-decoration:none;
}

.text_align_center {
	text-align: center;
}
.text_align_left {
	text-align: left;
}
.text_align_right {
	text-align: right;
}

tr {
	height: 40px;
}

btn_new {
	width: 200ps;
	height: 50px;
}

.category , .category ul{margin:0; padding:0;}
.category li {
	float:left;
	width: 100%;
	border-bottom: 1px solid white;
}
.category li a {
	display: block;
	padding: 15px 0px 15px 30px;
	text-align: left;
	font-weight: bold;
	background: #4e8802;
	color: white;
}
.category li a:hover{background: #7ab441;}

.idx {
	height: 450px;
	overflow: auto;
}

.main_body {
	background-color: #fafafa;
	background-repeat: repeat-x;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
}

#content h2 {
	font-size: 20px;
	font-weight: bold;
	color: #1f2b63;
	float: left;
	line-height: 80px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
}

.logout_btn {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 719px;
}

.book_desc p {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin: 0;
	padding: 0;
}
.book_desc p .kon {
	display: block;
	margin-top: 1.0em;
	margin-left: 1.0em; 
	text-indent: -1.0em;
	color:#112254;
	font-weight:bold;
}

/**
 * v3
.kaisetsu  {display:table-cell;vertical-align:middle;height:212px; width:180px; border:3px solid #2d73e6; background:#d7f3fb}
.kaisetsu2 {display:table-cell;vertical-align:middle;padding:10px 10px; width:180px; border:3px solid #2d73e6; background:#d7f3fb}
 */
.kaisetsu3 {display:block;margin:10px 10px;vertical-align:middle;padding:10px 10px; border:3px solid #112254; background:#112254; color:#fff} 
.kaisetsu3 a {width:100%; height:100%; color:#fff}
h2.pagetitle {text-align:center}
.btn_gaiyo_list img {position:absolute; left:38px;}

input#login2 {background:url(../images/login_off.png) no-repeat;width:133px;height:38px;border:none;font-size: 0px;cursor:pointer;}
input#login2:hover {background: transparent url(../images/login_on.png) no-repeat;}
pre {text-align:left}
 