@charset "shift_jis";


div#header *, div#bottom *{
	margin:0px;
	padding:0px;
	text-align:		left;
}

/*for Table like Layout*/
html{
	min-width:		750px;
	}

body{
	text-align:		left;
	margin:			0px;
	}

/* 横幅の最小値と最大値を指定する。expressionはIE用*/
#bodyAll{
	min-width: 750px;
	max-width: 1400px;




	width:expression(document.body.clientWidth < 755? "750px" : 
	document.body.clientWidth > 1400? "1400px" : "auto"); 
	line-height: 160%;
}	
	

/*アンカー関係*/
a{
	text-decoration:	underline;
	}


/*基本要素*/

h2{
	margin:			0px 0px 5px 0px;
}


h3 {
	margin:			0px;

}

img{
	border-width:			0px;
	margin:				0px;
	}

.clear{
	clear:both;
}

/*一括指定*/

*.c{
	position:		absolute;
	left:			-10000px;
	}


/**********************************************************/

/*上部メインメニュー*/

div#header {
	background-color:#FFF;
}

div#headerMenu {
	clear:left;
	text-align: center;
	padding:0;
	margin:0;
	height:27px;
	border-top:1px solid #999999;
	border-bottom:1px solid #666666;
	background-color:#CCCCCC;
}

div#headerMenu li {
  list-style: none;
  display: inline;
  padding:0;
  margin:0;
}
div#headerMenu li.section {
	float:right;
	margin:-27px 10px 0px 0px;
}
div#headerMenu li.sitemap {
	text-align: left;
	list-style:none;
	display: inline;
	padding: 0;
	float:right;
	margin:-27px 10px 0px 0px;
}

div#headerTop{
	text-align:center;
	height:85px;
	background-image:url(../img/title_top.gif);
	background-repeat:no-repeat;
}
	

div#headerTop{
	text-align:center;
	height:85px;
	background-image:url(../img/title_top.gif);
	background-repeat:no-repeat;
}

div#headerTopLeft{
	float:left;
	width:272px;
}

div#headerTopRight {
	float:right;
	width:200px;
	margin:18px 10px 10px 0em;
}
form#searchForm {
	text-align:right;
}

div#otherVersion {
	width:200px;
	text-align:right;
}

div#otherVersion ul{
	list-style-type:none;
	text-align:right;
	margin-top:10px;
}

div#otherVersion ul li{
	list-style: none;
	display: inline;
	margin:		0em;
	padding:	0em;
}

/* パンくずリスト*/
.pan {
	margin:10px;
	padding-left: 0.5em;
	font-size: 100%;
	text-align:left;
	color:#555555;
}
.pan a:link, #bottom a:link{color: #0000ff;text-decoration: underline;}
.pan a:active,  #bottom a:active{BACKGROUND: #FFFF00; COLOR: #000000}
.pan a:visited,  #bottom a:visited{color:#660066;}
.pan a:hover,  #bottom a:hover{BACKGROUND: #FFFF00; COLOR: #000000;}

/* フッタ*/

div#bottom {
	clear:				both;
	text-align:			center;
	}

div#bottom div#back {
	text-align:			right;
	margin-right: 5px;
	margin-top: 5px;
	}
div#bottom address{
	font-style:			normal;
	text-align:			center;
	font-size:			80%;
	line-height:		1.4em;
	margin:				0.9em 0em 0em 0em;
	padding:			0em 0em 2em 0em;
	}
div#bottom p{
	text-align:			center;
	}

div#bottom div#menu {
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align:center;
}
div#bottom div#menu ul {
	margin: 0.4em;
	text-align:center;
}
div#bottom div#menu li {
	list-style: none;
	display: inline;
	padding:0;
	margin: 0.8em 0em;
}

p#footAddress, p#footComment {
	font-size: 80%;
	padding: 1ex 0ex 0ex;
	text-align: center;
}

p#footComment {
	color:#666666;
}

strong {
	color: #FF0000;
}

