@charset "shift_jis";

/*
display
list-style
position
float
clear
width
height
margin
padding
border
background
color
font
text-decoration
text-align
vertical-align
white-space
other text
content
*/


body, h1, h2, h3, h4, h5, p, hr, ul, ol, li, form, img {
	margin: 0;
	padding: 0;
	border-width: 0;
}
	
}

body {
	background: #fd9f26;
}

a:link    { text-decoration: none; color: #cc3300;}
a:visited { text-decoration: none; color: #cc3300;}
a:active  { text-decoration: none; color: #cc3300;}
a:hover   { text-decoration: underline; color: #cc3300;}

p#copyright a:link { text-decoration: none; color: #FFFFFF;}
p#copyright a:visited { text-decoration: none; color: #FFFFFF;}
p#copyright a:active { text-decoration: none; color: #FFFFFF;}
p#copyright a:hover { text-decoration: underline; color: #FFFFFF;}


/* headerContents */
	#headerContents {
	
	}
	
	#logoLayer {
		height: 95px;
		background: #e26b02 url(logolayerbg.gif) repeat-x;
	}

	#logoArea {
		margin: 0 auto;
		width: 920px;
		height: 95px;
	}
	
	#naviLayer{
		height:45px;
		background: #e26b02 url(navilayerbg.gif) repeat-x;
	}
	
	#naviArea{
		margin: 0px auto;
		padding: 3px 0px 0px 0px;
		width: 920px;
		height: 30px;
	}

/* mainContents */
	#mainContents{
		/*height:190px;*/
	}

	/* topImgLayer, topImgArea‚Íindex.css */

	#titleLayer{
		height:70px;
		background: #e26b02 url(titlelayerbg.gif) repeat-x;
	}
	
	#titleArea{
		margin: 0px auto;
		width: 920px;
		height: 70px;
	}

	#hShadowLayer{
		height: 37px;
		background: #fcedc1 url(l_h_shadow.gif) repeat-x;
	}

	#hShadowArea{
		margin:0 auto;
		width: 920px;
		height: 37px;
		background: #FFFFFF url(a_h_shadow.gif) repeat-x;
		font-size:1px;
		line-height:1px;
	}



	#contentsLayer {
		background-color: #fcedc1;
	}

	#contentsArea {
		margin:0 auto;
		width: 920px;
		background-color: #FFFFFF;
	}
	
	#contentsBox{
		margin: 0px 40px;
		width: 840px;
	}

	p#pankuzu{
		font-size:12px;
		margin:0px 0px 20px 0px;
	}

	p.footlink{
		font-size:12px;
		margin:10px 0px 10px 0px;
		text-align:right;
	}

	#fShadowLayer{
		height: 37px;
		background: #fcedc1 url(l_f_shadow.gif) repeat-x;
	}

	#fShadowArea{
		margin:0 auto;
		width: 920px;
		height: 37px;
		background: #FFFFFF url(a_f_shadow.gif) repeat-x;
		font-size:1px;
		line-height:1px;
	}


/* footerContents */
	#footerLayer {
		height: 99px;
		background: #ee8313 url(footerlayerbg.gif) repeat-x;
		
	}

	#footerArea {
		margin: 0 auto;
		width: 920px;
		height: 99px;
	}
	
	p#copyright{
		padding:15px 0;
		color:#FFFFFF;
		font-size:14px;
		text-align: center;
	}



