@charset "utf-8";

/* CSS Document */
/*=================================================================================*/
/* ローカルメニューナビ                                                                 */
/*=================================================================================*/		
DIV#navi-wrap DIV#localnavi-wrap {
	margin-left: 15px;
	background-image: url(/images/localmenu_bg2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0 0 15px 0;
	}
DIV#navi-wrap DIV#localnavi-wrap UL {
	padding: 15px 0 0 0;
	background-image: url(/images/localmenu_bg1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	}
DIV#navi-wrap DIV#localnavi-wrap UL LI {
	display: block;
	height: 45px;
	width: 155px;
	padding: 0;
	margin: 0;
	}
DIV#navi-wrap DIV#localnavi-wrap UL LI A {
	height: 45px;
	width: 155px;
	padding: 0;
	margin: 0;
	}
/*=================================================================================*/
/* トピックナビ                                                                        */
/*=================================================================================*/		
DIV#topicnavi-wrap {
	margin-top: 12px;
	padding-top: 13px;
	background-image: url(/images/topicnavi_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}
/*=================================================================================*/
/* ナビのヘッダー                                                                     */
/*=================================================================================*/	
DIV#navi-wrap DIV.topic-item-container {
	margin-left: 15px;
	}
DIV#navi-wrap DIV.topic-item-container H4 {
	background-image: url(/images/topicnavi_header_bg.gif);
	background-repeat: no-repeat;
	width: 150px;
	padding: 0;
	padding-left: 10px;
	height: 32px;
	color: #333333;
	margin: 0;
	font-size: 80%;
	}	
DIV#navi-wrap DIV.topic-item-container P.banner {
	}
DIV#navi-wrap DIV.topic-item-container P.topic-detail {	
	margin-top: 4px;
	font-size: 80%;
	line-height: 1.3em;
	width: 158px;
	color: #333333;	
	_font-size: 75%;
	}
/*=================================================================================*/	
/* ナビ中の記事                                                                    */	
/*=================================================================================*/
DIV#navi-wrap DIV.atricle-item {
	margin-bottom: 10px;
	}
DIV#navi-wrap DIV.atricle-item P {
	width: 160px;
	font-size: 70%;
	}
DIV#navi-wrap DIV.atricle-item P.date {
	font-style: italic;
	color: #666666;
	}	
DIV#navi-wrap DIV.atricle-item P.title A {
	font-size: inherit;
	}
DIV#navi-wrap DIV.atricle-item P.thumbnail {
	padding-top: 4px;
	}
/*=================================================================================*/
/* アクションリスト                                                                */
/*=================================================================================*/	
DIV#navi-wrap UL.action-list {
	width: 126px;
	list-style-type: none;
	margin: 10px 0 30px 30px;
	padding: 0;
	}
DIV#navi-wrap UL.action-list LI {
	padding: 0 0 0 14px;
	background-image: url(/images/action_list_bg.gif);
	background-repeat: no-repeat;
	width: 110px;	
	height: 16px;
	/** for IE6 */
	_padding-top: 1px;
	}
DIV#navi-wrap UL.action-list LI A {
	font-size: inherit;
	margin-right: 2px;
	font-size: 0.8em;
	/** for IE6 */
	_font-size: 0.75em;
	}
/*=================================================================================*/
/* アンケート                                                                         */
/*=================================================================================*/	
DIV#enq-topic-item-container P.topic-detail:first-letter {
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	}
/*=================================================================================*/
/* アンケートフォーム                                                                  */
/*=================================================================================*/	
DIV#navi-wrap FORM {
	border: 1px solid #CCCCCC;
	width: 145px;
	list-style-type: none;
	margin: 5px 0 20px 0px;
	padding: 8px 5px 5px 5px;
	}
DIV#navi-wrap FORM P.field {
	margin-bottom: 2px;
	font-size: 70%;
	}	
DIV#navi-wrap FORM P.field LABEL {
	font-size: inherit;
	_font-size: 90%;	
	_font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
DIV#navi-wrap FORM P.field INPUT[TYPE="radio"] {
	vertical-align: text-bottom;
	}	
DIV#navi-wrap FORM P.submit-field {
	margin: 6px 0px 0 17px;
	}
DIV#navi-wrap FORM P.submit-field INPUT {	
	font-size: 8pt;
	}

