@charset "utf-8";

/**********************************************
                 共通
***********************************************/



body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	line-height: 120%;
	background: url(../../common_img/head/head_rep.gif) repeat-x left top;
	font-size: 0.8em;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}

strong {
	font-weight: bold;
}
a:link {
	color: #116FBB;
}

a:visited {
	color: #116FBB;
}
a:hover {
	color: #0099CC;
	text-decoration:none;
}

/**********************************************
                 ヘッダー
***********************************************/

#header {
	width: 760px;
	height: 53px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom:7px;
	position: relative;
	padding-top: 15px;
}

#header h1 {
	width:202px;
	height:35px;
        float:left;
	background:url(../../common_img/head/logo.gif) no-repeat left;
	margin-top:3px;
	text-indent:-9999px;
}


#header h1 a{
    display:block;
	width:201px;
	height:26px;
	margin-top:3px;
	outline:none;
	overflow:hidden;

}


/* 文字サイズ変更
===============================================*/
#textChanger {
	width: 105px;
	background: url(../../common_img/head/sizechange_text.gif) no-repeat center top;
	padding-top: 20px;
	float: right;
}

#textChanger img {
	margin-right: 3px;
	
}

/**********************************************
                メニュー
***********************************************/
#blogBanner li{
	width:185px;
    float:left;
	margin-right:7px;
    margin-bottom:10px;
}


.blog a{
	display:block;
	padding-bottom:1px;
	border-bottom:4px solid #cecece;

}

#blogBanner li a:hover,
.blogAct a{
	padding-bottom:1px;
	border-bottom: 4px solid #ff9900 ;
	display:block;

}

/*メインビジュアル共通
-----------------------------------*/


#mainImg,
#mainImgReal,
#mainImgWeather{
    width:760px;
	height:160px;
	text-indent:-9999px;
	clear:both;
	margin-bottom:20px;
}
#mainImg a,
#mainImgReal a,
#mainImgWeather a{
    width:760px;
	height:160px;
	display:block;
	overflow:hidden;
}
#mainImg{
    background:url(../../img/main_tearoom.jpg)  no-repeat;}
	
#mainImgReal{
    background:url(../../img/main_realtime.jpg)  no-repeat;}

#mainImgWeather{
    background:url(../../img/main_weather.jpg)  no-repeat;}

/**********************************************
            左バナー/左メニュー
			 
***********************************************/

/* 左エリア
===============================================*/

#leftArea{
	width: 185px;
	float: left;
	padding-right:15px;
	margin-bottom:20px;
}


/*左バナー
-----------------------------------*/
.leftMenu{
    margin-bottom:10px;

}
.leftMenu li{
    margin-bottom:5px;
	
}
.bannerArea li{
    margin-bottom:10px;

}






/**********************************************
                 フッター
***********************************************/
#footer {
	border-top: 5px solid #1A9ABE;
	padding-top: 10px;
	padding-bottom:1.5em;
	font-size: 12px;
	clear:both;
}
#footerCon {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


#footerLink li{
   float:left;

}
#footer #copyright {
	display: block;
	background: url(../../common_img/copyright.gif) no-repeat right bottom;
	text-indent:-9999px;	
}

/**********************************************
                 コンテンツ
***********************************************/

#rightContents p{
	margin-bottom: 10px;
	font-size:1.1em;
	line-height:150%;

}

#rightContents{
	float: right;
	width: 560px;
	position: relative;
	margin-bottom:3em !important;
	overflow:hidden;
}

.flashArea{
    margin-bottom:15px;
}

/* パン屑
===============================================*/
#route li {
	float: left;
	font-size: 0.9em;
}

/* バックナンバー
===============================================*/
.page {
         text-align: center;
         margin: 10px 0px 15px;
         overflow: hidden;
}



/* h1,h2,h3
===============================================*/
.h1_opt{
	clear: both;
	font-size: 1.3em;
	font-weight:bold;
	border-bottom:3px solid #102955;
	padding: 10px 0px 5px 0px;
	margin-bottom: 10px;
}

.h1_opt a{
        color: #000000;
}

.h1_opt1{
	clear: both;
	font-size: 1.3em;
	font-weight:bold;
	background:url(../../common_img/hr1.gif) repeat-x bottom;
	padding: 20px 0px 5px 0px;
	margin-bottom: 15px;
}

#rightContents h3{
	clear:both;
	font-size:1.1em;
	font-weight:bold;
	color:#404040;
	margin-bottom:5px;
}

/* テキスト系
===============================================*/
.txtSml{
    font-size:0.8em;
}
.txtLrg{
	font-size:1.1em;
}

.txtRed{
    color:#c60000;
}

.txtGray {
	color: #b3b3b3;
}



/* フォーム系
===============================================*/
.inputAtn {
	color: #fe6601;
}

.txtInput1 {
	border: 1px solid #B3B3B3;
	width: 200px;
	padding: 3px;
}

.txtInput2 {
	border: 1px solid #B3B3B3;
	width: 150px;
	padding: 3px;
}

.txtInput3 {
	border: 1px solid #B3B3B3;
	width: 300px;
	padding: 3px;
	height: 100px;
}

/* フレーム系
===============================================*/
#forecast_frm {
	width: 560px;
	height: 485px;
	/*float: right;*/
}

/* マージン系
===============================================*/
.mgnB10{
    margin-bottom:10px;
}
.mgnT10{
    margin-top:10px;
}

/* ポジション系
===============================================*/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.floatLeftBlock {
	display: block;
	float: left;
}

.left {
	text-align: left;
}

.right {
	text-align: left;
}

.leftPict{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

/* テーブル系
===============================================*/

#form{
	margin: 0px;
	padding: 0px;
}
.tbl {/*お問い合わせフォーム*/
	width:558px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom:15px;
	border-collapse:collapse;
	margin-top: 2px;
	margin-left: 2px;
}

.tbl td {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.tbl th {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	background-color: #EFEFEF;
	text-align: right;
	vertical-align:middle;
}

/* icon系
===============================================*/
.inform{
   background:url(../../common_img/icon/orange_below_arrow.gif) no-repeat left 5px;
   padding-left:20px;
   /*clear:both;*/
   float:right;
}

.inform a{
   text-decoration:none;
}


/* 共通クラス
===============================================*/

.hrLine{
	height:1px;
	background:url(../../common_img/hr1.gif) repeat-x bottom;
	clear:both;
}


/*　ボタン系
------------------------------*/
.btn{
    margin: 15px 0px;
	text-align:center;
}

.btn input{
    margin-right:10px;
}

.btnSize{
    /*width:95px;*/
    width:150px;
}


/************************************************
          BaseContainer #navContents
*************************************************/

/* カレンダー年月 */
#calendarDateBox {
	width:175px;
	margin-bottom:10px;
	padding:3px 4px 0px 4px;
	position:relative;
	border: 1px solid #32466b;
}

.leftArrow {
	float:left;
	width:20px;
	font-weight:bold;
}
.leftArrow a,
.rightArrow a{
    color:#FFFFFF;
	text-decoration:none;
}

.calendarDate {
	float:left;
	width:130px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	left:25px;
}

.calendarDate a{
        color:#FFFFFF;
	text-decoration:none;
}


.rightArrow {
	float:right;
	width:20px;
	font-weight:bold;
	text-align:right;
	color:#FFFFFF;
}
.calendarHead{
	width:165px;
	height:16px;
	background:url(../../img/bg_calendar.gif) no-repeat;
	color:#FFFFFF;
	padding: 5px;
	margin-bottom:10px;

}

/* カレンダーテーブル 終了 */
#calendarTable {
	clear:both;
	width:175px;
}

#calendarTable
#calendarTable tr,
#calendarTable td {
    height:20px;
	padding:0px;
	text-align:center;
}

#calendarTable th {
    height:20px;
	margin:0px;
	padding:0px 0px 2px 0px;
	text-align:center;
	font-weight:bold;
}

#calendarTable tr#dateLine{
	/* background:url(images/calendar_border.gif) no-repeat bottom center; */
}

 
#calendarTable a:link,
#calendarTable a:visited {
	text-decoration:none;
}

#calendarTable a:hover,
#calendarTable a:active {
	text-decoration:underline;
}

.sun {
	color:#c60000;
}

.sat {
	color:#1a9abe;
}
/* カレンダー 終了 */

#comment {
	margin:10px 0px;
	padding:0px;
	height:26px;
	width:185px;
	background:url(../../img/new_article.gif) no-repeat;
	text-indent:-9999px;
}


/* 最新の記事一覧 */
.ul_article {
    width:185px;
    margin-bottom:10px;
	display:block;

}

.ul_article a{
	width:165px;
	background:url(../../common_img/hr1.gif) bottom repeat-x;
	padding:2px 0px 5px 20px;
	display:block;
}
.ul_article li{
	width:185px;
	padding:5px 0px 8px 0px;
	background:url(../../common_img/menu/list_article.gif) no-repeat;
	line-height:140%;
	display:block;
}
