@charset "utf-8";
/* CSS Document */

/* 初期化 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

ol {
	padding-left:40px;
}
	

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
	margin: 0px;
	text-align:center;
	font-family: "Meiryo","Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
	line-height: 1.5em;
	font-size:0.8em;
	color:#4b4b4b;
	background:url(../../images/body-bg.jpg) repeat;
}

body,x:-moz-broken {
	margin-left:-1px;
}

* html body {
	margin-left:1px; 	
}

*+html body {
	margin-left:1px; 	
}

#outline {
	margin:0 10px;
	width:960px;
	text-align:left;
	margin:0 auto;
	background:url(../../images/outline-bg.jpg) center repeat-y;
}

* html #outline {
	padding-right:0;
}

div, p,a, img, form, select, input, table, td, th, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size:small;
}


img {
	border: none;
}

p {
	padding:0;
}

.c-both {
	clear:both;
}

/* header */
.header {
	padding:0 10px;
	background:url(../../images/header-bg.jpg) 10px 0 no-repeat;
	height:165px;
}

	.logo {
		float:left;
		height:80px;
	}
	
	.logo a {
		margin:20px 0 0 40px;
		display:block;
		height:50px;
		text-decoration:none;
		width:180px;
	}
	
	.logo span {
		display:block;
		overflow:hidden;
		text-indent: -9999em;
		height:50px;
	}
	
	.search {
		float:right;
/*		height:80px;*/
		padding:7px 55px 0 0;
	}
	
	.search img {
		float:right;
	}
	
	.gnavi {
		padding-top:20px;
		clear:both;
		background:url(../../images/gnavi-bg.jpg) 0 20px no-repeat;
		/*width:940px;*/
		height:40px;
	}

	.gnavi li {
		float: left;
		/*line-height:0;*/
	}
	
	.gnavi li a {
		background-repeat:no-repeat; 
		display:block; 
		overflow:hidden;
		text-indent: 999em; 
		white-space:nowrap; 
		height:40px;
	/*	background-position:0px -50px;*/
		/*line-height:normal;*/
	}
	
	.gnavi li a:hover {
		background-position:0px -40px;
	}
	
	.gnavi li.current a {
		background-position:0px -80px;
	}

	.rootline {
		clear:both;
		background:url(../../images/rootline-bg.jpg) no-repeat;
		height:25px;
	}
		.rootline .dropdownmenu {
			float:left;
			width:220px;
		}
		
		.rootline .rootlinemenu {
			padding-top:2px;
			color:#FFF;
			font-size:0.85em;
		}
		
		.rootline .rootlinemenu a {
			color:#FFF;
			font-size:1em;
		}
	
/* contentWrap */
.contentWrap {
	clear:both;
	margin:0 10px;
	padding:20px 0;
    overflow: hidden !important;  
    overflow: visible;  
    min-height: 100%;  
    height: auto !important;  
    height: 100%; 
}

.contentWrap div {
    padding-bottom: 32767px !important;  
    margin-bottom: -32767px !important;   
    padding-bottom: 0;  
    margin-bottom: 0;   
    height: 100%;  
}  

	/* gfx-header */
	#gfx-header-img-nograph {
		display:block;
		overflow:hidden;
		text-indent: -9999em; 
		white-space:nowrap;
	/*	height:30px;*/
	}
	
	#gfx-header-nograph {
		display:block;
		overflow:hidden;
		text-indent: -9999em; 
		white-space:nowrap;		
	}
	
	h2 #gfx-header-nograph {
		height:55px;
	}
	
	h3 #gfx-header-nograph {
		height:45px;
	}
	
	h4 #gfx-header-nograph {
		height:33px;
	}
	
	#gfx-header-nograph a {
		display:block; 
		overflow:hidden;
		text-indent: -9999em; 
		white-space:nowrap; 
	}
	
	/* no-Content */
	p.nocontent {
		text-align:center;
		border: solid 1px #FF0000;
		background: #FFFF00;
	}
	
	.content0 p a {
		color:#FF8700;
	}
	
	.content0 p a:hover {
		background-color:#FF8700;
		color:#FFF;
		text-decoration:none;
	}

/* footer */
.footer {
	clear:both;
	margin:0 10px;
	background:url(../../images/footer-bg.jpg) no-repeat;
	height:40px;
}

	.copyright {
		padding:15px 15px;
	}
	
		.copyright p {
			color:#4c4c4c;
			font:0.9em;
		}