@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* { margin: 0;	padding: 0; font-size: 100%; }
html { height:100%; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body {
	font-size: 75%;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #EFEFEF url(../images/wall.gif);
	text-align: center;
}


a {
	color: #0000ff;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #ff0099;
}
img {
	border: none;
	vertical-align: top;
	margin: 0;
}
#wrapper {
	width: 820px;
	margin: 0 auto 20px auto;
	text-align:left;
/*	background-color: #33cc33;	*/
/*	border-left: 1px #eeeeee solid;	*/
	border-right: 1px #cccccc solid;
	background: #33cc33 url(../images/container/container_bg.jpg) left top repeat-y;
}

/* ヘッダー（@niftyロゴ、InterPotロゴ、ナビゲーション）
---------------------------------------------*/
#header {
/*	background: transparent url(../images/header/header_bg_10th_b.jpg) left top no-repeat; */
	background: transparent url(../images/header/header_bg_org.jpg) left top no-repeat;
/*	background: transparent url(../images/header/header_bg_newyear.jpg) left top no-repeat;	*/
	text-align: left;
	height: 245px;
}

#logo {
	float: left;
	background: transparent;
	width: 260px;
	height: 33px;
}

#logo img {
	margin-left: 8px;
}

#billboard {
	float: right;
	background: transparent;
	width: 555px;
	height: 23px;
	font-size: 12px;
	padding: 10px 5px 0 0;
	color: #ffffff;
}

#billboard a,
#billboard a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#billboard a:hover {
	color: #ffff00;
	text-decoration: underline;
	font-weight: bold;
}

#billboard strong 
{
	color: #ffffff;
}

/* 十周年ページ用ヘッダ
---------------------------------------------*/
#header_10th {
	background: transparent url(../images/header/header_bg_10th.jpg) left top no-repeat;
	text-align: left;
	height: 245px;
}


/* バナー部
---------------------------------------------*/
#banner {
	background: transparent;
	clear: both;
	width: 820px;
	height: 171px;
}

.interpot_logo {
/*	margin: 17px 126px 25px 350px;	*/
/*	margin-top: 6px;
	margin-left: 331px; */
	margin-top: 30px;
	margin-left: 320px;
}

.interpot_logo_10th {
	margin-left: 255px;
	margin-top: 51px; /* 画像内での位置から 33px 引く */
}

.interpot_logo_mini 
{
    margin-top: 11px;
    margin-left: 28px;
}

.banner_kaiun {
	margin-top: 47px;
	margin-left: 377px;
}

.banner_campaign 
{
    margin-top: 21px;
    margin-left: 54px;
}

.campaign_maido 
{
    margin-top: 20px;
    margin-left: 0;
}

.campaign_mame
{
    margin-top: 75px;
    margin-left: 4px;
}

.de_gonsu 
{
    margin-top: 10px;
    margin-left: 3px;
}

.ud_alamode
{
    margin-top: 2px;
    margin-left: 3px;
}


/* グローバルナビ
---------------------------------------------*/
#globalNavi {
	position: relative; 
	background: transparent;
	width: 820px;
	height: 42px;
/*	background: transparent url(../images/globalNavi/globalNavi_bg.gif) left top no-repeat; */
}


#globalNavimenu {
	width: 675px;
	margin: 0 30px 0 115px;
}

#globalNavimenu ul {
	list-style: none; /* リストのマーカーを表示させない */
	overflow: hidden;
	height: 42px;
	margin: 0;
	padding: 0;
}

#globalNavimenu li {
	float: left;
	width: 135px;
	margin: 0;
	padding: 0;
}

#globalNavimenu a {
	display: block;
/*	width: 135px;	*/
	height: 42px;
	padding: 20px 0 0 18px;
	background-image: url(../images/globalNavi/globalNavi.gif) ;
	background-position: 0 0; /* リンク：オフマウス時の背景画像の開始位置を x:0px y:0px に指定 */
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.1;
	text-align: center;
}
	
#globalNavi a:hover {
	background-color: transparent; /* オンマウス時の背景色を指定 */
	background-position: 0 -42px; /* オンマウス時の背景画像の開始位置指定 */
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/* 現在位置でオンマウスされても絵は変わらない */
#globalNavi a.stay,
#globalNavi a:hover.stay {
	background-position: 0 -84px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}


/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	background-color: #ffffff;
	width: 820px;
	color: #009999;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid; /* overflow:auto; */
}
#footer:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html #footer             { zoom: 1; } /* IE6 */
*:first-child+html #footer { zoom: 1; } /* IE7 */

#footerGlobalNavi 
{
	clear: both;
	width: 820px;
 	background-color: #FFFFCC;
/*	margin-left: 120px; */
 	margin-bottom: 0;
 	text-align: center;
}

#footerNavi {
	clear: both;
	width: 820px;
	background-color: #F0FFFF;
}

#footerNavi ul {
	list-style: none; /* リストのマーカーを表示させない */
	overflow:hidden; /* はみ出したら隠す */
	margin-left: 80px;
/*    margin: 0; */
	padding: 0;
}

#footerGlobalNavi ul {
	list-style: none; /* リストのマーカーを表示させない */
	overflow:hidden; /* はみ出したら隠す */
    margin: 5px auto 0 120px;
	padding: 0;
}

#footerNavi li,#footerGlobalNavi li {
	float: left; /* ボックスを左寄せに指定 */
	margin: 3px 0 0 0;
	padding: 0;
	line-height: 1.4;
	width: 125px; /* mac IE5のために横幅を指定 */
	/*\*/
	width: auto; /* 他のブラウザでは横幅は auto */
	/**/
}

#footerNavi a {
	display: block;
	text-decoration: none;
	color: #009999;
	padding: 0 24px 4px 14px;
	background: #f0ffff url(../images/footer/list_marker_flower.gif) left top no-repeat; /* オフマウス時のマーカー画像と背景色を指定 */
}

#footerGlobalNavi a {
	display: block;
	text-decoration: none;
	color: #009999;
	padding: 0 24px 4px 14px;
	background: transparent url(../images/footer/list_marker_kinoko.gif) left top no-repeat; /* オフマウス時のマーカー画像と背景色を指定 */
}

#footerNavi a:hover, #footerGlobalNavi a:hover {
	text-decoration: underline;
	color: #FF00CC;
}


#copyright {
	float: right;
	width: 310px;
	text-align: right;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0 10px 5px 0;
	font-size: 11px;
}

#footer-gonifty {
	float: left;
	width: 480px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px 0 5px 10px;
	text-align: left;
}

#footer-gonifty a.go_cocolog {
background: transparent url(/images/footer/bg_go_cocolog.gif) left top no-repeat;
padding-left:15px;
font-size:11px;
line-height:1.8;
}
#footer-gonifty a.go_cocolog, #footer-gonifty a.go_cocolog:visited {
text-decoration:none;
}
#footer-gonifty a.go_cocolog:hover {
text-decoration:underline;
}

/* コミュニティルール＆特定商取引法に関する表示 エリア
---------------------------------------------*/
#footer-other {text-align: center; font-size: 11px;   }

#footer-other a {
	text-decoration: none;
	margin: 0 5px;
	background: transparent;
	line-height: 1.4;
}

/* NIFTY 20周年ロゴ用
---------------------------------------------*/
#copyright20th {
/*	clear: both;	*/
	float: right;
	width: 300px;
	text-align: right;
	background-color: #FFFFFF;
}

#copyright20th_left {
	float:left;
	text-align:right;
	margin-bottom: 5px;
}
#copyright20th_right {
	float:right
}



/* メインイメージと2段組
---------------------------------------------*/
#container {
	width: 820px; 	/* ボックスの幅を指定 */
	clear: both;
	background: transparent;
/*	background: #00cc00 url(../images/container/container_bg.gif) left top; */
}

#contentwrapper {
	float: left; /* ボックスを左寄せに指定 */
	width: 660px; /* ボックスの幅を指定 */
	position: relative; 
	background: transparent;
/*	margin: 8px 0 0 0; */
	margin: 0;
}


/* 左右広告部分
-- ここから -------------------------------------------*/

#pickup_right {
	float: right;
	width: 160px;
/* 	margin: 20px 0 0 0; */
	margin: 36px 0 0 0;
	background: transparent;
}

#pickup_right img {
	margin: 0 14px 4px 12px;
/*	margin: 0 14px 0 12px; */
}

#pickup_right img.teppen {
	margin: 12px 14px 0 12px;
}

#pickup_right img.bottom0 {
	margin: 0 14px 0 12px;
}

#pickup_right img.bottom-on {
	margin: 0 14px 4px 12px;
}

#pickup_left img.bottom0 {
	margin-bottom: 0;
}


/* ここまで -------------------------------------------*/

/* パンくずナビゲーション
ここから -------------------------------------------*/
#topicPath 
{
    margin: 0 0 0 80px;
    width: 580px;
}

#topicPath ol
{
	overflow: hidden;
	list-style: none; 
	margin: 0;
	padding: 0;
}

#topicPath li {
	float: left;
	overflow: hidden;
	margin: 8px 0 0 0;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	width: 100px; /* 「float: left;」を指定しているので mac IE5のために横幅を指定 */
	/*\*/
	width: auto !important; /* 他のブラウザでは横幅は auto */
	width /**/: 100px; /* Win IE5 用の値 */
	/**/
}

#topicPath li a {
	display: block; /* これを指定しないと Win IE5 ではpaddingがうまく効かない */
    padding-right: 20px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background: transparent url(../images/container/topicpath.gif) no-repeat right bottom;
}

#topicPath li a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#topicPath li a.stay {
	text-decoration: none;
	font-weight: normal;
}



/* ここまで -------------------------------------------*/


/* コンテンツ タイトル
ここから -------------------------------------------*/
#content_title {
	margin: 0 0 0 18px;
	height: 62px;
	background: transparent url(/images/container/content_title_bg.gif) left top no-repeat;
}

#content_title_m { /* モバイル用 */
	margin: 0 0 0 18px;
	height: 62px;
	background: transparent url(/images/container/content_title_bg_mobile.gif) left top no-repeat;
}

#content_title h1,
#content_title_m h1
{
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	margin: 0px 0 0 58px;
        padding-top: 14px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
/*	line-height: 1.2;   */
}

#content_title a, 
#content_title_m a 
{
   	color: #ffffff;
    text-decoration: none;
}

#content_title a:hover, 
#content_title_m a:hover 
{
   	color: #ffffff;
    text-decoration: underline;
}
/* ここまで -------------------------------------------*/


#primary {
	float: right; /* ボックスを右寄せに変更 */
	width: 470px;
	background: #ffcc00 url(../images/container/primary_bg.gif) left top repeat-y;
	margin: 0 0 20px -10px;
}

#primary_home {
	float: right; /* ボックスを右寄せに変更 */
	width: 622px;
	background: #ffcc00 url(../images/container/primary_home_bg.gif) left top repeat-y;
	margin: 0 0 20px 20px;
}


#content{
	width: 420px;
	margin: 0 15px 0px 25px;
}

#content ul{
    list-style: disc;
	margin: 5px 10px 20px 30px;
}

#content li 
{
    margin: 0 0 5px 0;
}

#content_home{
	margin: 0 15px 0px 25px;
	background: transparent;
}

#content_home ul{
    list-style: disc;
}


#secondary {
	float: left;
	width: 180px;
	margin: 0;
	background: transparent;
}

#contentNavi {
	width: 160px;
	background: #ffcc00 url(../images/container/contentNavi_bg.gif) left top;
	margin: 0 0 10px 40px;
/*	margin: 0 0 10px 38px; */
}

#advertisement2 {
	width: 144px;
	margin: 0 0 10px 40px;
	text-align: center;
	background: transparent;
}

/* advの文字が広告ブロックに引っかかるので下記に変更予定
-- ここから -------------------------------------------*/

#pickup_left {
	width: 144px;
	margin: 0 0 10px 40px;
	text-align: center;
	background: transparent;
}

/* ここまで -------------------------------------------*/

/* 「次へ」 
-------------------------------------------*/
.go_next 
{
    text-align: right;
/*    margin-right: 100px; */
/*    width: 100%; */
}

.go_next1 {
    float: left;
    width: 35%;
    margin: 0;
    padding: 0;
    text-align: right;
}

.go_next_text 
{
    margin: 4px 0 0 0;
    padding-top: 4px;
    text-align: left;
    vertical-align: middle;
}


/* 本文のレイアウト
---------------------------------------------*/

#primary .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 117%;
	color: #ffffff;
	background-color: #009933;
	border-bottom: 2px solid #999999;
	margin: 0 0 10px 0;
	padding: 3px 20px;
	text-align: center;
}
h3 {
	font-size: 100%;
	color: #009933;
	background-color: #EFEFEF;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 10px 0;
	padding: 5px; /* 上下左右の方向のパディングを5pxに指定 */
}

.win {
	background-color: #3399ff;
	color: #ffffff;
}

.mac {
	background-color: #ff9999;
	color: #ffffff;
}

h3.center {
	text-align: center;
}

h4 {
	clear: both;
	font-size: 100%;
	color: #996600;
	background-color: #fcfcfc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 5px 0 5px 5px;
	padding: 2px 0 2px 8px;
}


p {
	margin: 10px 0 10px 10px; /* 上下と、下方向のマージンを10pxに指定、右方向は0に指定 */
}

.section {
	margin: 10px 10px 30px 10px; 
	clear: both;
}

.pagetop {
	margin-right: 10px;
	text-align: right;
}

/* 文字色、サイズ
---------------------------------------------*/
.color_stongNavy {
	color: #000099;
	font-weight: bold;
}

.color_green {
	color: #006600;
}

.color_orange {
	color: #ff6600;
}

.color_red 
{
    color:#ff0033;   
}

.color_white 
{
    color:#ffffff;
}
    
.color_stongOrange { color: #ff6600; font-weight: bold; font-size: 117%; }

.smallfont {
	font-size: 90%;
}

.smallfont_white {
	font-size: 90%;
    color:#ffffff;
}


/* テーブル
---------------------------------------------*/
td, th {
	padding: 5px;
}


td.item {
	background-color: #f3f3eb;
}

td.value  {
	background-color: #ffffff;
}

th.orange {
	background-color: #ff9900;
	color: #ffffff;
	text-align: center;
}

th.gray {
	background-color: #999999;
	color: #ffffff;
	text-align: center;

}

td.padding0 {
	margin: 0;
	padding: 0;
}


/* リスト
---------------------------------------------*/
ul, ol {
	margin: 5px 10px 20px 30px;
}

/* イメージ
---------------------------------------------*/
img.rightside {
	float: right;	/* 右寄せ、回り込み */
	margin: 0 0 5px 5px;
}

img.leftside {
	float: left;	/* 左寄せ、回り込み */
	margin: 0 5px 5px 0;
}

img.margin_l {
	margin: 5px 0 20px 120px;
	border: 1px solid #cccccc;
}

img.margin_m {
	margin: 5px 0 20px 80px;
}


hr {
	height: 1px;
}

img.padding0 {
	margin: 0;
	padding: 0;
}


/* センタリング用
---------------------------------------------*/
div.centering {
    text-align: center;
    margin: 5px auto;
}


/* ひとこと用
---------------------------------------------*/
.hitokoto {
	clear: both;
	margin: 5px 0 20px 40px;
	padding: 2px 10px 5px 10px;
	background-color: #E8FFFB;
	border: 1px solid #33ccff;
}

/* QA用
---------------------------------------------*/
#qa {
	background: #ffffff url(../images/qa/qa_q.gif) left top no-repeat; /* 「Q」 */
	margin: 10px 10px 30px 10px; 
	clear: both;
	padding-bottom: 10px;
}

#qa h4 {
	background-color: transparent;
	padding: 5px 5px 2px 32px; 
	color: #009900;
	border: 0;
	margin-bottom: 10px;
}

#qa h5 {
	color: #663300;
	background-color: #ffffcc;
	border-top: 1px dotted #33ccff;
	border-bottom: 1px dotted #33ccff;
	margin: 5px 0 5px 5px;
	padding: 2px 0 2px 8px;
	font-weight: normal;
}


#qa div.ans {
	background: #ffffff url(../images/qa/qa_a.gif) left top no-repeat; /* 「Q」 */
	padding: 2px 10px 2px 32px; 
	margin: 0;
}



.color_Orange { color: #ff6600; font-weight: normal; }
.color_blue { color: #3399FF; }




/* エラーページ用
---------------------------------------------*/
/* 通常 */
a.error_gotop {
	background-image: url(../error/images/go_interpot_top.gif) ;
	width: 260px;
	height: 64px;
	display: block;
	background-position: 0   0; 
	margin: 0 auto;
}

/* オンマウス */
a.error_gotop:hover { background-position: 0   -64px; }


/* redirector 用
---------------------------------------------*/
#redirector {
	font-size: larger;
	width: 380px; 
	margin: 50px auto 0 auto;
	padding: 0 10px 0 0;
	border: #00CCCC dotted 1px;
	background-color: #ffffff;
}

/* お天気ナウ用
---------------------------------------------*/
#weather_zone {
    float: left;
    width: 90px;
    margin: 10px 10px 0 0;
    padding: 0;
    font-size: 10px;
    border: dotted #66cc33 1px;
    background-color: #fefefe;
}

#weather_zone ol,ul 
{
    list-style: none;
    margin: 2px 0px 0px 5px;
}

#weather_zone li 
{
    list-style: none;
    margin: 0 0 10px 0;
    font-size: 10px;
}

#weather_view {
    float: right;
	width: 480px;
    margin: 0;
    padding: 0;
}

.weather_4 {
    clear: both;
	width: 480px;
	margin: 10px 0 0 0;
}


.weather { 
    float: left;
	width: 116px;
    background-color: #d5ccd3;
	margin: 0;
	padding: 0;
}

/*
.weather_zone_1 {
	width: 110px;
	color: #ffffff;
	background: #006600 url(/denna-lab/weather/images/weather_zone_bg_g.jpg) left top repeat-y;
	font-weight: bold;
	text-align: center;
	margin: 3px;
	padding: 0;
    line-height: 1.4;
    font-size: 100%;
}
*/

.weather_zone_2 {
	width: 110px;
	color: #ffffff;
	background: #663300 url(/denna-lab/weather/images/weather_zone_bg_b.jpg) left top repeat-y;
	font-weight: bold;
	text-align: center;
	margin: 3px;
	padding: 0;
    line-height: 1.4;
    font-size: 100%;
}


.weather_see {
	width: 110px;
    margin: 4px 3px 0 3px;
	padding: 0;
}


.weather_wind {
    float: left;
	height: 28px;
	width: 28px;
	padding: 0;
	margin: 3px 0 10px 12px;
}

.weather_temperature {
    float: right;
	height: 28px;
	width: 28px;
	margin: 3px 10px 10px 0;
	color: #006600;
	font-weight: bold;
	text-align: center;
    line-height: 1.6;
    font-size: 100%;
}


/*- ここまで --------------------------------*/

/* リスト
---------------------------------------------*/
ol.no-list-mark {
    list-style: none;
}

li.margin-s 
{
    margin-bottom: 5px;
}

/* ホットニュース
---------------------------------------------*/
#hotnews 
{
    border: dotted 1px #cc0000;
    width: 560px;
    height: 210px;
    background-color: #ffffee;
}

#hotnews h3 
{
    border: solid 1px #cc0000;
    background-color: #cc0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2;
}