/* Master Maintenance */

html {
}

body {
    margin: 0;
    background: #ccc;
}

body * {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: small;
}

/* only IE6 */
* html body * {
	font-family: Meiryo, 'MS PGothic', san-serif;
}

/* only IE7 */
*:first-child+html body * {
	font-family: Meiryo, 'MS PGothic', san-serif;
}

ul, ol {
    list-style: none;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

a:link, a:visited {
    color: #11288d;
}

a:hover, a:active {
    color: #24c6fe;
}

.honbu a:link, .honbu a:visited {
    color: #005708;
}

.honbu a:hover, .honbu a:active {
    color: #00a011;
}

div#wholewrapper {
	background: white;
}

/* @group Header */

div#header {
    width: 100%;
    height: 32px;
    background: transparent url(../images/ps_header_right_bg.png) repeat-x right center;
    position: relative;
}

.honbu div#header {
    background: transparent url(../images/honbu_header_right_bg.png) repeat-x right center;
}

div#header h1 {
	width: 100%;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
}

div#loginuser {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 32px;
    color: #fff;
}

/* @end */

/* @group Global Menu */

div#globalmenu {
    height: 21px;
    background: transparent url(../images/dropshadow.gif) repeat-x 0 bottom;
}

div#globalmenu table {
    width: 100%;
    border-collapse: collapse;
}

div#globalmenu table td {
    height: 16px;
    border-right: 1px solid #567859;
}

.honbu div#globalmenu table td {
    border-right: 1px solid #4c5fb5;
}

div#globalmenu table td.logout {
    border-right-style: none;
}

div#globalmenu table td a {
    color: #fff;
    text-decoration: none;
    background-image: url(../images/ps_globalmenu_bg.gif);
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    display: block;
}

.honbu div#globalmenu table td a {
    background-image: url(../images/honbu_globalmenu_bg.gif);
}

div#globalmenu table td a:link, 
div#globalmenu table td a:visited {
    background-position: 0 0;
}

div#globalmenu table td a:hover, 
div#globalmenu table td a:active {
    background-position: 0 -16px;
}

div#globalmenu table td a.active:link, 
div#globalmenu table td a.active:visited, 
div#globalmenu table td a.active:hover, 
div#globalmenu table td a.active:active {
    background-position: 0 -32px;
}

/* @end */

div#maincontents {
    padding: 10px 0;
}

/* @group Local Menu */

div#localmenu {
	margin-right: 10px;
}

div#localmenu.right {
	height: 30px;
    float: right;
}

div#localmenu ul {
    text-align: right;
    margin: 0 10px 10px;
}

div#localmenu ul li {
    display: inline;
    padding-left: 15px;
}

div#localmenu ul li a {
    background: transparent url(../images/arrow.gif) no-repeat left center;
    padding-left: 10px;
}

div#localmenu ul li a.active {
    color: #fd726d;
    text-decoration: none;
}

div#localmenu.right * {
	line-height: 25px;
}

ul#localsubmenu {
	margin: 0 20px;
	text-align: right;
}

ul#localsubmenu li {
	display: inline;
}

ul#localsubmenu li a {
	background: transparent url(../images/arrow.gif) no-repeat left center;
    padding-left: 10px;
}

div#localmenuwrapper {
	padding-bottom: 10px;
}

/* @end */

/* @group Local Sub Menu */

div.localsubmenu {
    margin: 0 30px;
}

div.localsubmenu ul {
    text-align: right;
    margin: 0 10px 10px;
}

div.localsubmenu ul li {
    display: inline;
    padding-left: 15px;
}

div.localsubmenu ul li a {
    background: transparent url(../images/arrow.gif) no-repeat left center;
    padding-left: 10px;
}

div.localsubmenu ul li a.active {
    color: #fd726d;
    text-decoration: none;
}

/* @end */

h2.pagetitle {
    background: transparent url(../images/h2_back.gif) repeat-x center center;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    height: 25px;
}

h2.pagetitle span {
    letter-spacing: 3px;
    font-size: 17px;
    color: #4b4b4b;
    line-height: 25px;
    padding: 0 8px 0 8px;
    background-color: #fff;
}

h3.sectiontitle {
    font-size: medium;
    letter-spacing: 2px;
    margin: 10px;
    padding-left: 4px;
    border-left: 4px solid #7dba98;
    line-height: 1.4;
}

/* @group List Table */

table.list {
    border-collapse: collapse;
    margin: 15px auto;
    border-bottom: 3px solid #828589;
}

table.list caption {
    line-height: 2;
    font-size: medium;
}

table.list caption a {
    padding-left: 5px;
}

table.list thead th {
    background-color: #828589;
    color: #fff;
    padding: 4px 4px 1px;
    border-left: 1px solid #acacac;
    letter-spacing: 1px;
}

table.list thead th.first {
    background: #828589 url(../images/th_left_bg.gif) no-repeat left top;
    border: none;
}

table.list thead th.last {
    background: #828589 url(../images/th_right_bg.gif) no-repeat right top;
}

table.list tbody  {
}

table.list tbody td {
    text-align: center;
    padding: 4px 3px 1px;
    line-height: 1.4;
}

table.list tbody tr.display td {
    background-color: #EAF0F9;
    border-bottom: 1px solid #ccc;
}

table.list tbody tr.hidden td {
    background-color: #E0E0E0;
    border-bottom: 1px solid #ccc;
}

/* mako 1¹Ô¤ÇÉ½¼¨*/
table.list td.line {
    text-align: center;
    padding: 4px 3px 1px;
    line-height: 1.4;
    white-space: nowrap;
}

/* @end */

/* @group Detail Table */

table.detail {
    border-collapse: collapse;
    margin: 15px auto;
}

table.detail caption {
    line-height: 2;
    font-size: medium;
}

table.detail caption a {
    padding-left: 5px;
}

table.detail tbody {
    border: 1px solid #cdd3de;
}

table.detail tbody th {
    text-align: right;
    padding: 4px 1px 1px 4px;
    color: #3459a4;
    white-space: nowrap;
}

table.detail tbody td {
    text-align: left;
    padding: 4px 15px 1px 3px;
    line-height: 1.4;
}

/* @end */

a.menu {
    background: transparent url(../images/arrow.gif) no-repeat left center;
    padding-left: 10px;
}

div#forMinWidth {
    width: 750px;
}

a.edit {
	background: transparent url(../images/edit.gif) no-repeat left center;
	padding-left: 16px;
}

/* @group Page Navigation */

div.pagenavi {
	width: 400px;
	margin: 15px auto;
	height: 15px;
	position: relative;
	color: #d5d5d5;
	font: 11px "Lucida Sans Typewriter", Courier;
}

div.pagenavi div.pages {
	text-align: center;
	left: 0px;
	top: 0;
}

div.pagenavi div.pages a {
	padding: 0 5px;
}

div.pagenavi span.currentpage {
	padding: 0 5px;
	color: #ff8367;
}

div.pagenavi div.back {
	position: absolute;
	top: 0;
	left: 0;
}

div.pagenavi div.next {
	position: absolute;
	right: 0;
	top: 0;
}

form#perpageselectbox {
	margin: 0;
	padding: 0;
}

form#perpageselectbox fieldset {
	border-style: none;
	margin-left: 20px;
}
	
/* @end */


/* @group Graph */

table.graph {
    border-collapse: collapse;
    margin: 1em auto;
    width: 95%;
}

table.graph th.label {
    font-weight: normal;
    text-align: right;
    font-size: small;
    border-bottom: 1px solid #dddddd;
    line-height: 100%;
    padding: 3px;
    white-space: nowrap;
}

table.graph td {
    border-bottom: 1px solid #dddddd;
    color: #7e7e7e;
    font: x-small/100% Helvetica, Arial;
    width: 400px;
}

table.graph td span {
    padding-left: 3px;
}
    
/* @end */

/* @group Selector */

form.selector {
	height: 16px;
	margin: 0 0 0 auto;
	text-align: left;
	padding: 7px 20px 7px 10px;
	background: transparent url(../images/selector_bg.png) no-repeat right center;
}

form.selector.left {
	float: left;
}

form.selector.short {
	width: 200px;
}

form.selector.wide {
	width: 500px;
}

form.selector div {
	display: inline;
	line-height: 16px;
}

form.selector select {
	height: 16px;
}


*:first-child+html form.selector * {
	font-family: 'ＭＳ Ｐゴシック';
}


/* @end */

a.window {
	background: transparent url(../icon/window.gif) no-repeat left center;
	padding-left: 16px;
}
