﻿/*common--------------------------------------------------------------*/
body
{
	margin       : 0px;
	padding		 : 0px;
	font-size       : 12px;
	line-height     :  140%;
	font-family       : "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-color  : #FFF;
	color:#333;
}

/*背景--------------------------------------------------------------*/

#bg1 {
	/*background-image:url(../images/common/bg1.gif);*/
	background-repeat:  repeat-x;
}

#bg2 {
	background-image:url(../images/common/bg2.gif);
	background-repeat:  repeat-x;
}

#bg3 {
	background-image:url(../images/common/bg3.gif);
	background-repeat:  repeat-x;
}

#bg4 {
	background-image:url(../images/common/bg4.gif);
	background-repeat:  repeat-y;
}


/*大枠エリア--------------------------------------------------------------*/
#wrapper {
	width        : 906px;
	margin:auto;
}

#rightArea {
	background-color : #F0E2D9;
}


#rightnaviArea {
	width: 200px;
	height: 261px;
	background-image:url(../images/common/rn_bg1.gif);
	background-repeat:  no-repeat;
}

#rightnaviArea1 {
	padding : 12px 7px 0px 7px;
}

#rightArea01 {
	margin: 5px;
}

.rightArea02 {
	width: 188px;
	background-color  : #FFF;
	border: 1px solid #D0CCC3;
}

.rightArea03 {
	padding: 4px;
}

.rightArea04 {
	margin: 4px;
}

#footerarea {
	width: 906px;
	height: 61px;
	background-image:url(../images/common/footerbg.gif);
	background-repeat:  repeat-x;
 	padding: 0 ;
 	margin: auto;
}

/* Anchor
-------------------------------------*/

a:link {
	color: #0199CB;
	text-decoration: underline;
}

a:visited {
	color: #0199CB;
	text-decoration: underline;
}

a:hover {
	color: #F75E1C;
	text-decoration: none;
}

a:active {
	color: #F75E1C;
	text-decoration: none;
}

#weatherArea table
{
	background-color:#D0CCC3;
}

#weatherArea th
{
	color: #878867;
	background-color:#FFF;
	line-height     :  140%;
	font-size:10px;
}

#weatherArea td
{
	font-weight :  bold;
	background-color:#FFF;
	font-size       : 12px;
	line-height     : 140%;
	text-align: center;
}

/*パンくず--------------------------------------------------------------*/

#panArea {
	font-size:10px;
	line-height  :  140%;
	padding: 10px 15px;
	background-color:#FFF;
}

/*各ページサブナビ--------------------------------------------------------------*/

.subnavi {
	width: 146px;
}

.subnavi1 {
	background-image: url(../images/common/mark1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	margin: 10px 0 ;
}

.subnavi2 {
	background-image: url(../images/common/mark1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 14px;
	margin: 10px 0 ;
	font-size:12px;
}

a#subfc1 {
	color: #989803;
	text-decoration: none;
	font-size:12px;
}

a:hover#subfc1 {
	color: #F75E1C;
	text-decoration: underline;
}


/*トップ--------------------------------------------------------------*/

.topleftCont01 {
	float: left;
	width: 230px;
}

.toprightCont01 {
	float: right;
	width: 445px;
	margin-left: 15px;
	margin-right: 14px;
}

.topCont01 {
	width: 421px;
}