@charset "UTF-8";


/**********************************************************************************************/
/* アプリＤＩＶ要素 */
/**********************************************************************************************/

#LogInUser   {FONT-SIZE:108%; COLOR:#ff6347}
#LogInUser2  {FONT-SIZE:108%; font-weight: bold; COLOR:#ff6347}
#LogOffLink A{FONT-SIZE:108%; font-weight: bold; COLOR:#006400}

#breadcrumb {
	margin-bottom: 1px;
}

#breadcrumb a{
	color: #0044bb;
	FONT-SIZE:108%;
	font-weight: bold;
}


.ErrorMsg{
	width: 80%;
	border: 2px dotted #ff9966;
	margin: 10px 0px;
	padding: 8px 10px  8px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #fff0f5;
	background-image: url('../img/icons/Attention.png');
}
.ErrorMsg p {
	margin: 0px !important;	padding: 0px; line-height: 131%;
	color: #3333BB;
}

.AlertMsg{
	width: 80%;
	border: 2px dotted #ffd700;
	margin: 10px 0px;
	padding: 8px 10px  8px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #ffff99;
	background-image: url('../img/icons/Attention.png');
}
.AlertMsg p {
	margin: 0px !important;	padding: 0px; line-height: 131%;
	color: #3333BB;
}

.CommonMsg{
	width: 80%;
	border: 2px dotted #2e8b57;
	margin: 10px 0px;
	padding: 8px 10px  8px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #ccffcc;
	background-image: url('../img/icons/Green.png');
}
.CommonMsg p {
	margin: 0px !important;	padding: 0px; line-height: 131%;
	color: #3333BB;
}

.Form_Msg_BOX{
	width: 95%;
	height: 100%;
	border: 2px dotted #0000ff;
	margin: 10px 0px;
	padding: 8px 10px  8px 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #f0ffff;
}
.Form_Msg_BOX p {
	margin: 0px !important;	padding: 0px; line-height: 131%;
	color: #3333BB;
}


.InfoMsg{
	width: 80%;
	border: 2px solid #483d8b;
	margin: 10px 0px;
	padding: 8px 10px  8px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #f4f4f4;
	background-image: url('../img/icons/info.png');
}
.InfoMsg p {
	margin: 0px !important;	padding: 0px; line-height: 131%;
	color: #3333BB;
}

.InfoMsgW{
	width: 95%;
	border: 2px solid #483d8b;
	margin: 10px 0px;
	padding: 8px 10px  8px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #f4f4f4;
	background-image: url('../img/icons/info.png');
}
.InfoMsgW p {
	margin: 0px !important;	padding: 0px; line-height: 131%;
	color: #3333BB;
}



.Title {
   width:100%;
   margin-bottom:5px;
   padding:5px;
   color:#333;
   font-size:123.1%;
   font-weight:bold;
   line-height:1.6;
   border-top:2px solid #6b8e23;
   background:url("../img/bg_h2.gif") 0 100% repeat-x;
}

.Title table {
    width:100%;
	margin: 0px;
	padding: 0px;
    border-spacing:0;
}


/* ========COMMON======== (px指定が含まれるようなもの) */

/* ボタン */
.BTN_SS{TEXT-ALIGN: center; COLOR:#000000; WIDTH:30px;   padding: 0; overflow: visible; padding: 3px;}

.BTN_S {TEXT-ALIGN: center; COLOR:#000000; WIDTH:50px;   padding: 0; overflow: visible; padding: 3px;}
.BTN_M {TEXT-ALIGN: center; COLOR:#000000; WIDTH:100px;   padding: 0; overflow: visible; padding: 3px; }
.BTN_L {TEXT-ALIGN: center; COLOR:#000000; WIDTH:140px;  padding: 0; overflow: visible; padding: 3px; }

.BTN_LL{TEXT-ALIGN: center; COLOR:#000000; WIDTH:220px;  padding: 0; overflow: visible; padding: 3px; }


/**********************************************************************************************/
/* 基本構成 */
/**********************************************************************************************/

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   /*line-height:1.6;*/
   letter-spacing:0.05em;  /*1px;*/
   /*font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;*/
   color:#333;
   background: white url(../img/bg_img.png) repeat top;

}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#0172AB;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	line-height:1.6;
    margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
	width:980px;
    margin:0 auto;
	background:white url("../img/bg_contents_left.png") 0 0 repeat-y;
}

#wrapper {
	width:100%; ;
	background:url("../img/bg_contents_right.png") 100% 0 repeat-y;
}

#header {
   position:relative;
   padding:0 1px;
}


#pr {
	float: right;
	width: 180px;
	margin: 10px;
	text-align: right;
	vertical-align: middle;
}

#menu {
   float:center;
   padding:0 5px;
}

#contents {
   clear:both;
   margin:0 5px;
   padding:0px 20px 0 20px;
}

#main {
   float:left;
   width:100%;
   min-height:550px;
}

#sub {
   float:right;
   width:220px;
}

#pageTop {
   clear:both;
}

#footer {
   clear:both;
   background:#2e8b57;
   margin:0 5px;
}


/* ========HEADER CUSTOMIZE======== */
#header #development {
    margin:0px 10px 0px 10px;
    padding:0px;
    height: 12px;
    background:url("../img/env_development.png") left repeat-x;
}

#header #test {
    margin:0px 10px 0px 10px;
    padding:0px;
    height: 12px;
    background:url("../img/env_test.png") left repeat-x;
}


#header h1 {
   margin:0;
   padding:10px;
   font-size:182%;
   color:#fff;
   /*line-height:70px;*/
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:155px;
   color:#333;
   line-height:40px;
   border-left:1px solid #DCDCDC;
   background:url("../img/bg_menu.gif") 0 0 repeat-x;
}

#menu li.home a {
   border:none;
}

#menu li a.active {
   color:#333;
}

#menu li a:hover {
   background:url("../img/bg_menu.gif") 0 -40px repeat-x;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#0172AB;
}

#main a:hover {
   text-decoration:underline;
}

#main h2 {
   width:100%;
   margin-bottom:1px;
   padding:5px;
   color:#333;
   font-size:123.1%;
   font-weight:bold;
   border-top:2px solid #6b8e23;
   background:url("../img/bg_h2.gif") 0 100% repeat-x;
}


#main h3 {
   margin-bottom:3px;
   font-size:116%;
   padding:0 0 3px 8px;
   margin-left: 20px;
   width: 90%;
   
   border-left:5px solid #6b8e23;
   background:url("../img/bg_h3.gif") 0 100% repeat-x;
}

#main h4 {
   margin:5px 0 2px 30px;
   padding:2px;
   font-size:100%;
   background:#d0dfe9;
}

#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:100%;
   color:#6b8e23;
   border-left:8px solid #6b8e23;
}

#main h6 {
   margin-bottom:2px;
   font-size:100%;
   color:#6b8e23;
}

#main p {
   margin:0 0 0 5px;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}
/*
#main table {
   width:100%;
   border-collapse: collapse;
}

#main  table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#e0eef8;
}

#main  table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}
*/
/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:3px;
   font-size:100%;
   font-weight:bold;
   color:#fff;
   background:url("../img/bg_sub_h2.gif") 50% 50%;
}

#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

#sub li {
   padding:5px 0 5px 0;
   line-height:1.4;
   list-style:none;
   background:url("../img/bg_dotline.gif") 0 100% repeat-x;
}

#sub li a {
   display:block;
   padding-left:12px;
   background:url(../img/bg_list.gif) 0 5px no-repeat;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../img/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("../img/bg_dotline.gif") 0 0 repeat-x;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   background: url("../img/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-style:normal;
   font-size: 85%;
   color:#fff;
   text-align:center;
}