/* -------------------------------------------------------

Tougu Corporation Cascading Style Sheets

File Name  : structure.css
update     : 2008.09.09

-------------------------------------------------------- */


/* structure class start -------------------------------------------- */



/* ------------------------------------------------------
wrapper
------------------------------------------------------- */

div#wrapper {
	width: 958px;
	_width: 998px;
	padding: 2px 20px 0px;
	margin: 0 auto;
	text-align: left;
	background:url(/img/wrapper_bg.jpg) repeat-y 0 0;
}


/* ------------------------------------------------------
header
------------------------------------------------------- */

div#header {
	width: 950px;
	position:relative;
	height:82px;
}

div#header p.logo {
	width: 264px;
	float: left;
	margin: 20px 0 15px 10px;
	_margin: 20px 0 15px 5px;
}

div#header p.tel {
	position:absolute;
	width:177px;
	left:770px;
	top:10px;
	}

div#header ul {
	float: right;
	line-height: 1%;
	font-size: 1px;
	width: 128px;
	position:absolute;
	left:814px;
	top:58px;
}

div#header ul li {
	float: left;
	margin-right: 12px;
}

div#header ul li.list_end {
	margin: 0;
}

div.hr_header {
	width: 950px;
	height: 4px;
	background: url(/img/hr_header.jpg) no-repeat;
	clear: both;
}

div.hr_header hr {
	display: none;
}


/* ------------------------------------------------------
global navigation
------------------------------------------------------- */

ul#gln {
	width: 950px;
	_height: 43px;
	line-height: 1%;
	font-size: 1px;
	display:inline-block;
	margin-top:1px;
}

ul#gln li {
	float: left;
}

/* ------------------------------------------------------
page navigation
------------------------------------------------------- */

div#page_navi {
	width: 920px;
	background: #ddecd9;
	padding: 8px 15px 3px;
	margin-bottom: 10px;
	border-bottom:#71ac60 2px solid;
	zoom:1;
}

div#page_navi:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

* html div#page_navi {
	/*\*/height:1%;/*for WinIE*/
	display:inline-table;/*for MacIE*/
}

div#page_navi p {
	text-align: left;
	float: left;
}

div#page_navi ul {
	float: right;
}

div#page_navi ul li {
	float: left;
}

/* ------------------------------------------------------
container
------------------------------------------------------- */

div#idx_container {
	width: 950px;
	display:inline-block;
}

div#container {
	width: 950px;
}

/* ------------------------------------------------------
two_maincolumn
------------------------------------------------------- */

div#two_maincolumn {
	width: 690px;
	float: right;
}



/* ------------------------------------------------------
main container
------------------------------------------------------- */

div#main_idx_container {
	width: 673px;
	float: left;
}


div#main_2nd_container {
	width: 690px;
	float: left;
}

/* J
----------------------------------------------- */
div#leftcolumn {
	width: 240px;
	float: left;
	margin-bottom: 80px;
}

div#leftcolumn h2 {
	line-height: 1%;
	font-size: 1px;
}


/* ------------------------------------------------------
sub container
------------------------------------------------------- */

div#sub_idx_container {
	width: 257px;
 	float: right;
	font-size: 100%;
}

div#sub_2nd_container {
	width: 240px;
 	float: right;
}

div#sub_2nd_container .subnavi{
	background:url(/corporate/img/sub_ctr_bg.jpg) no-repeat top;
	width:220px;
	_width:240px;
	padding:20px 10px 10px;
	margin-bottom:15px;
	font-size: 1px;
	line-height: 1%;
}

div#sub_2nd_container .subnavi h3{
	margin: 0px 0px 10px 0px;
}

div#sub_2nd_container .subnavi ul li{
	margin-bottom: 10px;
}


div#sub_2nd_container .sclink{
	background:#e7e7e7;
	width:220px;
	_width:240px;
	padding:15px 10px;
	line-height:150%;
	margin-bottom:15px;
}

div#sub_2nd_container .sclink h3{
	padding-left:20px;
	background:url(/img/icon_m.gif) no-repeat left center;
}

div#sub_2nd_container .sclink .scbox{
	width:220px;
}

div#sub_2nd_container .sclink .scbox img{
	float:left;
	width:100px;
}

div#sub_2nd_container .sclink .scbox p{
	float:right !important;
	width:110px !important;
	font-size:80%;
}

div#sub_2nd_container .sclink hr{
    border: 0 none; 
    height: 1px; 
    color: #bebebe;
    background-color: #bebebe;
	margin: 15px 0;
}


/* ------------------------------------------------------
top anker
------------------------------------------------------- */

p.top_anker {
	text-align: right;
	clear: both;
	padding: 0 25px;
	margin-bottom: 30px;
}

/* ------------------------------------------------------
footer
------------------------------------------------------- */

div#footer {
	clear: both;
	width: 930px;
	_width: 950px;
	margin: 30px 0 0;
	padding: 10px;
	background: #5ca04b url(/img/footer_bg.gif) no-repeat top right;
}

div#footer dl {
	float: left;
	width: 490px;
}

div#footer dl dd {
	float: left;
	font-size: 80%;
	margin-right: 10px;
}

div#footer dl dd a,div#footer dl dd a:hover,div#footer dl dd a:visited {
	color: #fff !important;
}

div#footer address {
	text-align: right;
	margin-top: 10px;
	padding-right: 6px;
}





/* ------------------------------------------------------
popup structure
------------------------------------------------------- */



/* structure class end ---------------------------------------------- */
