/*--------------------------------------------------------------
 
 ---------------------------------------------------------------*/
/* Main Layout Block
 
 ---------------------------------------------------------------*/
#main_layout {
    width: 900px;
    margin: 0px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    border-collapse: collapse;
    border: 0px;
/*
    width: 916px;
    margin-left: 8px;
    margin-right: 8px;
    margin: 0px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    border-collapse: collapse;
    border: 0px;
    background: url(../images/bg_02.gif) center repeat-y scroll;
*/
}
body {
	/*
    background: url(../images/bg_02.gif) center repeat-y scroll;
*/
    background: url(../images/bg_02.gif) center repeat-y scroll;
}
/* Header Layout Block
 
 ---------------------------------------------------------------*/
#header {
    width: 900px;
    height: 112px;
    background-image: url(../images/so_top_1.jpg);
    background-repeat: no-repeat;
    position: relative;
}

#header a{
    position: absolute;
    top: 3px;
    left: 5px;
    width: 500px;
    height: 100px;
}

#header a span{
    display: none;
}

#header h1.catch {
    font-size: x-small;
    text-align: right;
    width: 55%;
    position: absolute;
    top: 0px;
    right: 10px;
}

#logo {
    width: 90px;
    padding-left: 20px;
}

#ico_en {
    width: 73px;
    padding-right: 10px;
}
/* Global Navigation
 
 ---------------------------------------------------------------*/
#Global_navi {
    width: 900px;
    height: 34px;
    padding: 0;
}

#Global_navi ul {
    display: block;
    height: 34px;
}

#Global_navi ul li {
    display: block;
    float: left;
    font-size: 80%;
    width: 180px;
    line-height: 34px;
}

#Global_navi ul li a {
    display: block;
    height: 34px;
    text-align: center;
    color: white;
    background-color: #014da3;
    text-decoration: none;
}

#Global_navi ul li a:hover {
    font-weight: bold;
    background-color: #000;
    color: #fff;
}

#Global_navi ul li.active a {
    color: #7dcef4;
}

div.mainphoto {
    padding: 0;
    margin: 0;
    margin-bottom:12px;
}
div.mainphoto div{
    visibility: hidden;
    width: 900px;
}


div#banner_page_top {
	background: url(../images/so_head.jpg) no-repeat top center scroll;
}
div#banner_page_top div{
	height: 338px;
}

div#banner_page_not_top {
	background: url(../images/so_naka_head.jpg) no-repeat top center scroll;
}
div#banner_page_not_top div{
	height: 192px;

}

/* Mouse Over
 
 ---------------------------------------------------------------*/
/* Breadcrumbs List Block
 
 ---------------------------------------------------------------*/
#breadcrumbs_list {
    width: 865px;
    text-align: right;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 10px 0;
    font-size: 90%;
}
/* 2 Column Layout Block
 
 ---------------------------------------------------------------*/
#container {
    width: 864px;
    padding: 10px 0 0 0;
    margin-right: auto;
    margin-left: auto;
}

#container-left {
    width: 232px;
    margin: 0px;
    padding: 0px;
    float: left;
}

#container-left ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-left: 5px;
}

#container-left ul li {
	margin-bottom: 0.8em;
	font-size: 80%;
}

#container-left ul li a{
	display: block;
	width: 200px;
	margin-left:auto;
	margin-right:auto;
    height: 2em;
	line-height: 2em;
    text-align: center;
	overflow:hidden;
    color: white;
    background-color: #014da3;
    text-decoration: none;
}

#container-left ul li a:hover{
    background-color: #000;
    color: #fff;
}

#container-left ul li.active a {
    color: #7dcef4;
}


#container-right {
    width: 590px;
    margin: 0px;
    padding: 0 0 0 40px;
    float: right;
    background: transparent url(../images/dot_vertical.jpg) repeat-y top left scroll ;
    min-height: 700px;
    position: relative;
}

#container-right dl {
	width: 440px;
}

#container-right dt {
	float:left;
	width: 120px;
	padding: 5px 0 5px 10px;
	clear: both;
}

#container-right dd {
	width: 260px;
	margin-left: 130px;
	padding: 5px 5px 5px 10px;
}
/* Foot menu
 
 ---------------------------------------------------------------*/
/* not in use.
#contact-img {
    width: 590px;
    height: 29px;
    background: transparent url(../images/contact.jpg) no-repeat top right scroll;
} 
*/   
.foot_menu {
    width: 590px;
    font-size: 90%;
    margin: 60px 0 0 0;
}

.foot_menu_left {
    width: 500px;
    float: left;
}

.foot_menu_right {
    width: 90px;
    float: right;
}
/* Pagetop Link Layout Block
 
 ---------------------------------------------------------------*/
#pagetop {
    width: 600px;
    margin: 40px 0 0 0;
}

#pagetop_left {
    width: 300px;
    float: left;
}

#pagetop_right {
    width: 300px;
    text-align: right;
    float: right;
}
/* Footer Layout Block
 
 ---------------------------------------------------------------*/
.clear {
	clear:both;	
}

#footer_img {
margin-top: 20px;
font-family:"Georgia","Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Trebuchet,Arial,sans-serif;
font-size:0.9em;
width: 900px;
}

div#footer_img p{
padding-top: 20px;
padding-bottom: 4px;
padding-right: 0;
padding-left: 0;
text-indent: 3em;
border-top: 1px dotted #A1A0A0;
width:100%;
}
