/*---------------- Basic ---------------*/
/*---------------- Area setting ---------------*/
#container{
}

#headerArea {
	height: 50px;
}
#headerArea #head01Area{
	height: 50px;
}
#headerArea #head02Area{
}

#tourMenuArea {
	clear: both;
	border: 1px solid #333333;
	border-width: 3px 0;
	background: #ccc;
}
#tourMenuArea #titleBlock {
}
#tourMenuArea #pageBlock {
}
#tourMenuArea #nextBlock {
	width:249px;
}

#tourFooterArea {
	clear: both;
}

#tourFooterArea #nextBlock{
	width: 750px;
}

#tourFooterArea #pageBlock {
	text-align: center;
}

#titleArea {
	background: #eee;
	border-bottom: 2px solid #333;
}

#mainArea {
}

#mainArea #contentsArea {
}

#mainArea #submenuArea {
	background: #fff;
}
#mainArea #submenuBlock {
}
#mainArea #linkArea {
}

#footerArea {
	border-top: 1px solid #333;
}
#footerArea #footmenuBlock {
	background: #eee;
	border-top: 4px solid #bbb;
	border-bottom: 1px solid #333;
}
#footerArea #copyrightBlock {
	border-top: 3px solid #bbb;
}

/*---------------- Tour ---------------*/
#tourMenuArea #nextBlock a.text,
#tourMenuArea #pageBlock span.text a{
	text-decoration: none;
}
#tourMenuArea #pageBlock span.text a:link,
#tourMenuArea #pageBlock span.text a:visited{
	color:#666;
}
#tourMenuArea #pageBlock span.text a:active,
#tourMenuArea #pageBlock span.text a:hover{
	color:#900;
}
#tourMenuArea #nextBlock a.text:link,
#tourMenuArea #nextBlock a.text:visited{
	color:#000;
}
#tourMenuArea #nextBlock a.text:active,
#tourMenuArea #nextBlock a.text:hover{
	color:#900;
}
#tourMenuArea #nextBlock span.text{
	color:#999;
}
#tourMenuArea #pageBlock span.stayLink{
	color:#900;
}

#tourFooterArea #nextBlock a.text{
	text-decoration: none;
}
#tourFooterArea #nextBlock a.text:link,
#tourFooterArea #nextBlock a.text:visited{
	color:#000;
}
#tourFooterArea #nextBlock a.text:active,
#tourFooterArea #nextBlock a.text:hover{
	color:#900;
}
#tourFooterArea #pageBlock a:link,
#tourFooterArea #pageBlock a:visited{
	color:#000;
}
#tourFooterArea #pageBlock a:active,
#tourFooterArea#pageBlock a:hover{
	color:#900;
}
#tourFooterArea #pageBlock span.stayLink{
	color:#900;
	font-weight: bold;
}

/*---------------- header ---------------*/

/*---------------- head menu ---------------*/
#tourMenuArea #nextBlock #menuUl {
	margin: 0 0 0 10px;
	padding: 0px;
	height: auto;
	list-style: none;
}
#tourMenuArea #nextBlock #menuUl .menu {
	width: 75px;
	background: #ffc;
	float: left;
	margin: 0 0 0 2px;
	padding: 4px 0;
	text-align: center;
}
#tourMenuArea #nextBlock  #menuUl .menu a{
}
#tourMenuArea #nextBlock  #menuUl .menu a:hover{
}

#tourFooterArea #nextBlock {
	width:750px;
	border: 1px solid #666666;
	border-width: 1px 0 2px 0;
	padding: 5px 0;
}
#tourFooterArea #nextBlock #menuUl {
	margin: 0;
	height: auto;
	list-style: none;
	padding: 0 20px;
}
#tourFooterArea #nextBlock #menuUl .menu {
	width: 355px;
	float: left;
	margin: 0;
	padding: 0;
}

/*---------------- sub menu ---------------*/
#linkArea ul #relmenuUl {
	margin: 0 0 0 20px;
	padding: 0px;
}
#linkArea #relmenuUl li {
		margin: 4px 0;
}
	p.listText{
		display: block;
		position: relative;
		left: -5px;
		margin: 0;
	}

/*---------------- contents ---------------*/
	/*テキスト見出し系*/
#tourArea h2 {
	font-size: 16px;
	margin: 30px 0 8px 0;
	padding: 3px 8px 2px 8px;
	border: 1px solid #99c;
	background: #eee;
}
#tourArea h3 {
	color: #333;
	font-size: 14px;
	margin: 25px 0 8px 0;
	padding: 0 0 2px 5px;
	border-bottom: 1px solid #666;
}

/*----------------  footer ---------------*/
