@charset "utf-8";
/*
CSS Information
 File name:      common.css
 Author:         Administrator
 Style Info:     Modify YUI Reset CSS, YUI Fonts CSS
 *http://yuilibrary.com/license/
 *version: 3.7.2 build: 5639
----------------------------------------------------- */
/* reset.css
****************************/

html {
	color:#000000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
	color:#000;
}

/* fonts.css
****************************/

body {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
    font-size: 13px;
    line-height: 1.3;
    font-weight: normal;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}
select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
@font-face {
	font-family: 'fontello';
	src: url('../../font/fontello.eot?59781908');
	src: url('../../font/fontello.eot?59781908#iefix') format('embedded-opentype'),
		 url('../../font/fontello.woff?59781908') format('woff'),
		 url('../../font/fontello.ttf?59781908') format('truetype'),
		 url('../../font/fontello.svg?59781908#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-cog:before { content: '\e800'; } /* '' */
.icon-doc-text-inv:before { content: '\e80a'; } /* '' */
.icon-cancel-circled:before { content: '\e802'; } /* '' */
.icon-plus-circled:before { content: '\e804'; } /* '' */
.icon-address-book:before { content: '\e803'; } /* '' */
.icon-pencil:before { content: '\e801'; } /* '' */
.icon-logout:before { content: '\e806'; } /* '' */
.icon-ok-circled:before { content: '\e807'; } /* '' */
.icon-users:before { content: '\e808'; } /* '' */
.icon-clock:before { content: '\e809'; } /* '' */
.icon-archive:before { content: '\e805'; } /* '' */


/* base.css
****************************/

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	font-size: 0.1em;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1px;}
.clearfix {display:block;}

/* マージン・インデント */
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}

.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}

.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}

/* リンク */
a:link,a:visited,a:hover,a:active {color: #00f;}
a:link,a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

/* 要素設定 */
html,body {
	color: #333;
	text-align: center;
	height:100%;
}
body > #main{
	height:auto;
}
ul,dl,ol {
	text-indent: 0;
	list-style-position:outside;
}
th,td {
	vertical-align: top;
}
p {
	text-align: justify;
}

/* 行揃え */
.alC {
	text-align: center !important;
}
.alR {
	text-align: right !important;
}
.alL {
	text-align: left !important;
}
.vlT {
	vertical-align: top !important;
}
.vlM {
	vertical-align: middle !important;
}
.vlB {
	vertical-align: bottom !important;
}

/* 文字数調整 */
.elps {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/* display_setting */
.d-b {
	display: block;
}
.d-ib {
	display: inline-block;
}
* html .d-ib {
	display: inline;
	zoom: 1;
}
*+html .d-ib {
	display: inline;
	zoom: 1;
}
.d-i {
	display: inline;
}

/* ime_mode */
.ime-act {
	ime-mode: active;
}
.ime-dis {
	ime-mode: disabled;
}

/* baseLayout
****************************/
body {
}
#wrapper {
	height: auto;
}
#sub_wrap {
	height: auto;
}

/* #header *****************/
#header {
	width: 100%;
	min-width: 1090px;
	height: 60px;
	background: #333333;
	z-index: 3;
}
#header h1 {
	color: #ffffff;
	padding: 0.7em 1em 1em 2em;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 12%;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}

/* searchform */
dl.searchForm{
	float: left;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #aaa;
	margin: 1em 1em 1em 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	clear: right;
	width: 40%;
}
dl.searchForm dt{
	margin-right:40px;
	padding:5px 0 5px 5px;
}
dl.searchForm dt input{
	width:100%;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
}
dl.searchForm dd{
	position:absolute;
	top:0;
	right:0;
}
dl.searchForm dd button{
	display:block;
	background:none;
	border:none;
	cursor: pointer;
	line-height: 26px;
}
dl.searchForm dd button span{
	display:block;
	width:24px;
	height:24px;
	background: url('../../images/searches.png') no-repeat scroll 0 0;
}
dl.searchForm dd button span img {
	vertical-align: middle;
}

dl.searchForm_Right{
	width: 13%;
    vertical-align: baseline;
}

dl.searchForm_Right dt{
	margin-right:90px;
}

/* btn_setting */
input.btn,
a.btn,
table a.btn:link,table a.btn:visited,table a.btn:hover,table a.btn:active {
	display: inline-block;
	padding: 0.3em 1em;
	background: #ffffff;
	border: 1px solid #cbcbcb;
	vertical-align: top;
	text-decoration: none;
	color: #333333;
	font-size: 120%;
	cursor: pointer;
}
input.btn:hover,
a.btn:hover {
	background: #cdcdcd;
}

/* #global_nav *************/
#global_nav {
	float: left;
	padding: 30px 0 30px 30px;
	width: 190px;
	z-index: 2;
	clear: left;
	border-right: 1px solid #c4c4c4;
	height: 100%;
}
#global_nav h1 {
	padding: 0.5em;
	font-size: 115%;
	font-weight: bold;
	text-align: left;
}
#global_nav ul li {
	display: block;
}
#global_nav ul li a {
	display: block;
	padding: 0.4em 0.4em 0.4em 0.8em;
	font-size: 115%;
	color: #333333;
	text-align: left;
}
#global_nav ul li a:hover {
	background: #e4e4e4;
	text-decoration: none;
}

/* icon */
.icon {
	font-family: 'fontello';
}
span.icon {
	position: relative;
	margin-right: 1em;
}


/* #main ****************/
#main {
	padding: 30px 30px 0 270px;
	/*height:100%;*/
	/*min-height:100%;*/
	overflow: visible;
	margin: 0 0 25px 0;
}
#main h1 {
	color: #333333;
	line-height: 1.5em;
	text-align: left;
	font-size: 160%;
	font-weight: bold;
}
#main .ttl_2 {
	display: block;
	margin: 15px 0 0;
	padding: 0 0 0 0.5em;
	font-weight: bold;
	border-left: 7px solid #333333;
}
div.prof_text{
	float:left;
	width:76px;
}
.ladyImg {
	float: left;
	margin: 4px;
}
.ladyName {
	color: #666666;
	font-weight: bold;
}
.ladyProf {
//	color: #00adde;
	font-size: 75%;
	float: left;
	width: 80px;
	margin-top: 5px;
	line-height: 1 !important;
	/*line-height: 1 !important;*/
}
.subttl {
	display: block;
	margin: 20px 0 0;
	padding: 0 0 0 0.5em;
	font-weight: bold;
	font-size: 130%;
	background: #c8c8c8;
	border-left: 7px solid #333333;
	line-height: 2em;
	height: 2em;
}

/* #aside ******************/
#aside {
}

/* #footer *****************/
#footer {
	width: 100%;
	text-align: center;
	margin: -20px 0 0 0;
	position: absolute;
	left: 50%;
	margin-left: -50%;
}



/* table_setting */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
table caption {
	font-size: 129%;
}
table th,
table td {
	padding: 5px 8px;
	border: 1px solid #c4c4c4;
	text-align: left;
}
table th {
	background: #ededed;
	text-align: center;
}
table a:link,table a:visited,table a:hover,table a:active {
	color: #4f4f4f;
	text-decoration: underline;
}
table a:hover {
	color: #999;
	text-decoration: none;
}

.deleteBtn a {
	text-decoration: none !important;
	display: block;
}

/* pager_setting --------------------------------------- */
.pager {
	margin-top: 10px;
	text-align: center;
}
.pager li {
	display: inline;
	font-size: 93%;
}
.pager li.omit {
	margin: 0 2px 0 0;
	font-size: 77%;
}
.pager li a,
.pager li span {
	display: inline-block;
	margin-right: 3px;
	padding: 5px 3px;
	min-width: 1.8em;
	background: #fafafa;
	border: 1px solid #ddd;
	font-size: 85%;
	color: #333;
	text-align: center;
}
.pager li a {
	text-decoration: none !important;
}
.pager li a:hover {
	background: #4f4f4f;
	color: #fff;
}
.pager li span {
	color: #ddd;
	background: #efefef;
}
.pager li.current span {
	background: #ddd;
	color: #fff;
	font-weight: bold;
}

/* box_setting --------------------------------------- */
.bdr-box {
	padding: 10px;
	background: #efefef;
	border: 1px solid #c4c4c4;
}
/* subSearch_setting --------------------------------------- */
.sub_search .btn {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 85%;
	height: 2em;
	line-height: 2;
}
.sub_search input[type=text] {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 93%;
	border: 1px solid #c4c4c4;
	height: 1.6em;
	line-height: 1.6;
}
.sub_search label {
	margin-right: 1em;
}

/* message_setting ******************/
.errMsg {
	margin: 0.5em 0;
	padding: 1em 1em 1em 50px;
	background: #f9eeb4 url(../../images/icon_err_msg.png) 0px center no-repeat;
	border: 1px solid #8f6319;
	color: #8f6319;
	text-align: left;
}
.compMsg {
	margin: 0.5em 0;
	padding: 1em 1em 1em 50px;
	background: #e4f0bf url(../../images/icon_comp_msg.png) 0px center no-repeat;
	border: 1px solid #648621;
	color: #648621;
	text-align: left;
}
.infoMsg {
	margin: 0.5em 0;
	padding: 1em 1em 1em 50px;
	background: #D0E5FF url(../../images/icon_info_msg.png) 0px center no-repeat;
	border: 1px solid #0AA3E8;
	color: #0AA3E8;
	text-align: left;
}