/* CSS Document */

body {
	margin: 0 auto; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0px;
	color: #333333;
	background: #FFFFFF;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	behavior: url(common/csshover.htc);		/* IE6 対策 */
}

/* 文字サイズ（標準） */
.font {
	font-size: 95%;
}
.fontNewLineDate {
	font-size: 120%;
	line-height: 120%;
}
.fontNewLineStr {
	font-size: 100%;
	line-height: 140%;
}
/* 文字サイズ（中） */
.fontM {
	font-size:80%;
	line-height: 125%;
}
/* 文字サイズ（小） */
.fontS {
	font-size: 70%;
	line-height:120%;
}

/* ライン装飾 */
.Line_Dotted_Gray {
	border-style:dotted;
	border-width:1px 0px;
	border-color:#999999;
	border-collapse: collapse;
}


ul#about {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
ul#about li {
	margin: 0;
	padding: 3px 10px 5px 0px;
	border-bottom: 1px solid #ccc;
	color: #666;
}
ul#about li:hover {
	font-weight: bold;
}

/*------------------------------------------------------------------------------
　生協タイトルクラス
------------------------------------------------------------------------------*/
.title_red{
font-size:22pt;
color: #ffffff;
padding-left:10px;
padding-top:8px;
height:50px;
background-image:url(http://www.aomoriken-coop.or.jp/images/bg_title_r_a.gif);
background-repeat:no-repeat;
}


/*------------------------------------------------------------------------------
　a:link　未訪問ページ（要素）へのスタイル指定
　a:visited　訪問済みページ（要素）へのスタイル指定
　a:hover　アンカー要素にマウスカーソルが重なったときのスタイル指定
　a:active　アンカー要素をクリックした瞬間のスタイル指定
------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #004182;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #004182;
	text-decoration: underline;
}

.news-list a:hover {
	font-weight: bold;	
}


/*------------------------------------------------------------------------------
　検索フォーム
------------------------------------------------------------------------------*/
#searchform {
	width: 200px;
	background: url(../images/input4.gif) left top no-repeat; 
	display: block;
	height: 24px;
	position: relative;
}
#keywords	{
	width: 156px;
	position: absolute;
	top: 2px;
	left: 12px;
	border: 1px solid #FFF;
}
#searchBtn	{
	position: absolute;
	top: 3px;
	left: 174px;
}


/*------------------------------------------------------------------------------
　ヘッダー
------------------------------------------------------------------------------*/
#header {
	clear: both;
	width: 100%;   
	height: 65px;
	padding: 5px 0px 0px 0px;	/* 上、右、下、左 */
	text-align: center;   
}
#header-sub {
	width: 995px;
	height: 50px;
	margin: 0 auto;
    text-align: left;   
}


/*------------------------------------------------------------------------------
　メニュー
------------------------------------------------------------------------------*/
#pulldown {
	clear: both;
	width: 100%;
	height: 40px;
	background: url(../images/bg_menu.gif) repeat-x;
	z-index: 100;
	font-size: 13px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#pulldown-menu {
	width: 995px;
	margin: 0 auto;
	padding: 0;
	float: center;
	list-style: none;
	position: relative;
	color: #666666;
}

ul#pulldown-menu a {
	text-decoration: none;
}

ul#pulldown-menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* 選択されたメニュー */
ul#pulldown-menu li p {
	margin: 0px;
	padding: 10px 0px 0px 0px;	/* 上、右、下、左 */
	width: 92px;
	height: 30px;
	text-align: center;
	background: url(../images/bg_menu_sub1.gif);
	font-weight:bold;
}

ul#pulldown-menu li a {
	margin: 0px;
	padding: 10px 0px 0px 0px;	/* 上、右、下、左 */
	width: 92px;
	height: 30px;
	display: block;
	text-align: center;
}

ul#pulldown-menu li a:hover,
ul#pulldown-menu li a:active {
	background: url(../images/bg_menu_select.gif);
	text-decoration: none;
}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
	display: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

ul#pulldown-menu li ul li {
	font-size: 12px;
	font-weight: normal;
	width: 170px;
	display: block;
	background: url(../images/bg_menu_sub.gif);
}

/* 疑似要素 :hover で子メニューを可視、孫メニューを不可視に */
ul#pulldown-menu li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;
	width: 170px;
	background: url(../images/bg_menu_sub.gif);
}

/* サブメニュー　リンク箇所 */
ul#pulldown-menu li ul li a {
	background: none;
	width: 170px;
	text-align: left;
}

/* サブメニュー　マウスオーバー時 */
ul#pulldown-menu li ul li a:hover {
	background: none;
	text-decoration: underline;
}

/* 別ウィンドウによる表示の場合（aタグに_blankが指定されている場合）はアイコンを付加する */
ul#pulldown-menu li ul li a[target="_blank"] {
	background:transparent url(../images/icon_blank.gif) center right no-repeat;
}


/*------------------------------------------------------------------------------
　フッター
------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	padding: 5px 0px 0px 0px;	/* 上、右、下、左 */
	text-align: center;
	background: url(../images/bg_gradation_brown.gif);
	background-image: url(../images/bg_gradation_brown.gif);
	font-size: 70%;
	line-height:120%;
}
#footer-sub {
	width: 995px;
	margin: 0 auto;
}
#footer-sub a:hover {
	font-weight: bold;
}

/*------------------------------------------------------------------------------
　パンくずリストhistory
------------------------------------------------------------------------------*/
#history {
	float:left;
	margin:10px 5px;
	font-size:x-small;
}	
#history li {
	float:left;
	line-height:110%;
	list-style-type:none;
	margin-left:5px;
	padding-left:10px;
background:url(http://www.aomoriken-coop.or.jp/images/history_arrow.gif) no-repeat left center;   
}
#history li.top {
background:none;
}

/*------------------------------------------------------------------------------
　シングル枠テーブル　2012/12/28　tozawa hideto
------------------------------------------------------------------------------*/
table.single{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.single th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;        
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.single td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}

