/*==============================================
/*globalSetting*/
/*==============================================*/
body {
font-family: Verdana, Arial, sans-serif;
margin: 0;
background-color: #FFF;	
text-align: center;
background-image: url("imagesCommon/bg.gif");
background-repeat:repeat-x;
}

a {}
a:link {color: #142181;}
a:visited {color: #142181;}
a:active {color: #142181;}
a:hover {color: #799ED3;}

h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
}

#container {
line-height: 140%;
margin-right: auto;
margin-left: auto;
margin-top:20px;
text-align: center;
width: 600px;
background-color: #FFF;
}


/*header ////////////////////////////////////////////////*/
#banner {
font-family: Verdana, Arial, sans-serif;
text-align: left;
}
#banner-img {
display: none;
}

/*mainMenu============================*/
#mainMenu {
margin-top:10px;
height:25px;
text-align:left;
background-image:url("../imagesCommon/mainMenuBG.gif");
background-repeat:repeat-x;
}

#mainMenu h2{
margin-top:1px;
color:#FFF;
font-size:14px;
font-weight:bold;
margin-left:12px;
}

/*contentTable ////////////////////////////////////////////////*/
#content {
margin-top:20px;
margin-right: auto;
margin-left: auto;
width: 570px;
text-align:left;
}

#content2 {
text-align:left;
width: 600px;
}

#content h3,#content2 h3{
margin-bottom:10px;
color:#005447;
font-size:16px;
font-weight:bold;
}

#content a,#content2 a{
font-weight:bold;
}
#content p,#content2 p{
margin:0px 15px 15px 20px;
font-size:12px;
line-height:133%;
}

#content blockquote,#content2 blockquote{
font-size:12px;
margin-left:150px;
margin-top:30px;
}


/*close ////////////////////////////////////////////////*/
#close{
width:580px;
border-top: dashed 2px #CCC;
margin-top:20px;
margin-right: auto;
margin-left: auto;
padding-top:10px;
}
#close a{
font-size:12px;
font-weight:bold;
}


/*footer ////////////////////////////////////////////////*/
#footer{
margin-top: 10px;
padding-top:10px;
width:600px;
height:50px;
margin-right: auto;
margin-left: auto;
background-image: url("images/footBG.gif");
background-repeat:no-repeat;
text-align:center;
}

#footer p{
font-family: Verdana, Arial, sans-serif;
color:#FFF;
margin: 0 0 5px 0;
}
#footer p.copy{
font-size:10px;
}


/*////////////////////////////////////////////////*/
.jirei{
margin:10px 30px 30px 30px;
border: solid 1px #6B9900;
background-color:#F0FECD;
padding:10px;
}





