@charset "shift_jis";

/*  =====================================================================
	
	とくっち.com
	サイト共通CSS
	
	==================================================================  */

/* base
---------------------------------------------------------------------  */
* {
	margin: 0; 
	padding: 0;

	}

body {
	text-align: center;
	background-color: #FDF4E8;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background-image: url(../../images/basic/bg_img.gif);
	background-repeat: repeat-x;
	}

img {
	border: 0;
	}

/* set  */
h1, h2, h3, h4, h5, h6 {
	font-size: 84%;
	}

th, td, li, dd, dt, p {
	font-size: 84%;
	font-weight: normal;
	line-height: 160%;
	list-style:none;
	}



/* link set
-----------------------------------------------------------  */
/* デフォルト
-------------------------------------------------  */
a:link,
a:visited,
a:active {
	color: #00f;
	text-decoration: underline;
	}
a{
   outline:none;
}
a:hover {
	color: #f60;
	text-decoration: underline;
	}

/* その他リンク色
-------------------------------------------------  */
/* 明るいブルー */
a.link-lightblue:link,
a.link-lightblue:visited,
a.link-lightblue:active {
	color: #0000ff;
	text-decoration: underline;
	}

a.link-lightblue:hover {
	color: #f60;
	text-decoration: underline;
	}

/* 茶色 */
a.link-brown:link,
a.link-brown:visited,
a.link-brown:active {
	color: #600;
	text-decoration: underline;
	}

a.link-brown:hover {
	color: #f60;
	text-decoration: underline;
	}

/* 明るい茶色 */
a.link-lightbrown:link,
a.link-lightbrown:visited,
a.link-lightbrown:active {
	color: #c60;
	text-decoration: underline;
	}

a.link-lightbrown:hover {
	color: #f60;
	text-decoration: underline;
	}

/* オレンジ */
a.link-orange:link,
a.link-orange:visited,
a.link-orange:active {
	color: #FA9152;
	text-decoration: underline;
	}

a.link-orange:hover {
	color: #f60;
	text-decoration: underline;
	}

/* color set
-----------------------------------------------------------  */
.color-white {
	color: #fff;
	}

.color-pink {
	color: #f36;
	}

.color-lightpink {
	color: #FF9B93;
	}

.color-orange {
	color: #f60;
	}

.color-lightorange {
	color: #FF8D42;
	}

.color-darkorange {
	color: #c93;
	}

.color-red {
	color: #f00;
	}

.color-darkred {
	color: #900;
	}

.color-chestnut-brown {
	color: #600;
	}
	
.color-blue {
	color: #39c;
	}

/* table th td ( background-color )
-----------------------------------------------------------  */
/* 背景色白 */
.bgcolor-white {
	background-color: #fff;
	}

/* オレンジ基調テーブル */
.bgcolor-orange {
	background-color: #FDD373;
	}

.bgcolor-lightorange1 {
	background-color: #FEE6AB;
	}

.bgcolor-lightorange2 {
	background-color: #FFF8E8;
	}

/* 青基調テーブル */
.bgcolor-blue {
	background-color: #EDFAFA;
	}

.bgcolor-blue01 {
	background-color: #8FC7FE;
	}

.bgcolor-lightblue01 {
	background-color: #B5E2FD;
	}

.bgcolor-lightblue02 {
	background-color: #F9FDFD;
	}

/* 緑基調テーブル */
.bgcolor-green01 {
	background-color: #74D341;
	}

.bgcolor-green02 {
	background-color: #C9EEB5;
	}

.bgcolor-green03 {
	background-color: #F3FFDF;
	}


/* clearfix
-----------------------------------------------------------  */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* exlude MacIE5 \*/
*html .clearfix {
	height: 1%;
	}
.clearfix {
	display:block;
	}
.clr{
	clear:both;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
	}
/* end MacIE5 */

/* コンテナー
---------------------------------------------------------------------  */
#container {
	margin: 0 auto;
	width: 802px;
	text-align: left;
	background: transparent url(/pages/images/basic/bg.gif) top left repeat-y;
	border-bottom: 1px solid #f90;
	margin-top: 3px;
	padding: 0;
	}

#container_t {
	margin: 0 auto;
	width: 952px;
	text-align: left;
	background: transparent url(/pages/images/top/bg.gif) top left repeat-y;
	border-bottom: 1px solid #f90;
	}

#clr{
	clear:both;
	margin:0;
	padding:0;
	height:0;
	line-height:0;
	}
/* ヘッダー
-----------------------------------------------------------  */
#header {
	width: 800px;
	margin-left: 1px;
	}

/* とくっちロゴ / 広告バナー
-------------------------------------------------  */
#logo {
	}

#logo h1 {
	float: left;
	width: 300px;
	}

/* ヘッダーナビゲーション
-------------------------------------------------  */
#header-navi {
	float: right;
	width: 500px;
	height: 100px;
	}

/* ヘッダーナビゲーション / マイページ / とくっち.comについて
-------------------------------------------------  */
#header-navi #globalnav {
	overflow: hidden;
	height: 26px;
	margin:-5px 0 8px 0;
	float: right;
	}

#globalnav ul {
	width: 253px;
	}
#globalnav li {
	list-style:none;
  float: left;
	}

#globalnav a{
	float: left;
	overflow: hidden;
	text-indent: -9999999px;
	background-image: url(../../images/basic/header/contents_menu.gif);
	background-repeat: no-repeat;
	height: 26px;
	}

#globalnav ul li.mypage a {
	width: 92px;
	background-position:0px 0px;
	}
#globalnav ul li.mypage a:hover{
	background-position:0px -26px;
	}
	
#globalnav ul li.about a {
	width: 157px;
	background-position:-96px 0px;
	margin:0 0 0 4px;
	}
#globalnav ul li.about a:hover{
	background-position:-96px -26px;
	}	

/*	バナー	*/
#header-navi .banner {
	width: 470px;
	text-align: right;
	float: right;
	}

/* TOP以外/ 暮らし・マネー / 料理・健康 / テレビ・趣味 / 出産子育て / エリア情報
-------------------------------------------------  */
#globalcatenav {
	overflow: hidden;
	width: 800px;
	float: right;
	margin:5px 0 0 0;
	}
#globalcatenav li {
	list-style:none;
    float: left;
	text-indent:-9999999px;
	}
#globalcatenav a{
	float: left;
	overflow: hidden;
	text-indent: -9999999px;
	background-image: url(../../images/basic/header/global_navi2.jpg);
	background-repeat: no-repeat;
	height: 40px;
	}

#globalcatenav li.top {
	background-image: url(../../images/basic/header/global_navi2.jpg);
	background-repeat: no-repeat;
	background-position:0px -40px;
	height: 40px;
	width:134px;
	}
#globalcatenav li.top a {
	width:134px;
	background-position:0px 0px;
	}
#globalcatenav li.top a:hover{
	width:134px;
	background-position:0px -40px;
	}

#globalcatenav li.life {
	background-image: url(../../images/basic/header/global_navi2.jpg);
	background-repeat: no-repeat;
	background-position:-134px -40px;
	height: 40px;
	width:133px;
	}
#globalcatenav li.life a { 
	width:133px;
	background-position:-134px 0px;
	}

#globalcatenav li.life a:hover{ 
	width:133px;
	background-position:-134px -40px;
	}
#globalcatenav li.cooking {
	background-image: url(../../images/basic/header/global_navi2.jpg);
	background-repeat: no-repeat;
	background-position:-267px -40px;
	height: 40px;
	width:133px;
	}
#globalcatenav li.cooking a { 
	width:133px;
	background-position:-267px 0;
	}
#globalcatenav li.cooking a:hover { 
	width:133px;
	background-position:-267px -40px;
	}

#globalcatenav li.tv {
	background-image: url(../../images/basic/header/global_navi2.jpg);
	background-repeat: no-repeat;
	background-position:-400px -40px;
	height: 40px;
	width:133px;
	}
#globalcatenav li.tv a { 
	width:133px;
	background-position:-400px 0px;
	}
#globalcatenav li.tv a:hover { 
	width:133px;
	background-position:-400px -40px;
	}
#globalcatenav li.childbirth {
	background-image: url(../../images/basic/header/global_navi2.jpg);
	background-repeat: no-repeat;
	background-position:-533px -40px;
	height: 40px;
	width:133px;
	}
#globalcatenav li.childbirth a { 
	width:133px;
	background-position:-533px 0px;
	}
#globalcatenav li.childbirth a:hover {
	width:133px;
	background-position:-533px -40px;
	}

#globalcatenav li.area {
	background-image: url(../../images/basic/header/global_navi2.jpg);
	background-repeat: no-repeat;
	background-position:-666px -40px;
	height: 40px;
	width:134px;
	}
#globalcatenav li.area a { 
	width:134px;
	background-position:-666px 0px;
	}
#globalcatenav li.area a:hover {
	width:134px;
	background-position:-666px -40px;
	}


/* コンテンツ
-----------------------------------------------------------  */
#contents {
	padding: 8px 11px 20px 11px;
	}

#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contents {
    height: 1em;
    overflow: visible;
}
/**/

/* メイン
-------------------------------------------------  */
#main {
	float: left;
	width: 570px;
	margin-bottom: 15px;
	}

#main #mainbox {
	clear: both;
	margin: 0 10px;
	}

/* フォーム系1column用
-------------------------------------------------  */
#main-form {
	width: 760px;
	margin-left: 10px;
	margin-bottom: 15px;
	}

/* パンくずリスト
---------------------------------------  */
#main p.breadcrumbs {
	margin-bottom: 8px;
	padding-left: 10px;
	}

#main-form p.breadcrumbs {
	padding:8px 0 0 0;
	margin-bottom: 8px;
	clear:both;
	}

/* Google Adsense
---------------------------------------  */
#main #adsense {
	margin: 20px 0 0 0;
	padding: 0 0 0 70px ;
	}

/* GeoTrust
---------------------------------------  */
#secure {
	margin: 10px 0px 5px 0;
	}

#secure img {
	float: left;
	width: 115px;
	margin-left:15px;
	}

#secure p {
	width: 400px;
	margin-left: 140px;
	padding-top: 10px;
	color: #000;
	font-size: 75%;
	}
 
 
.clear_global { clear: both }   
			

/* サイド
-------------------------------------------------  */
#sideArea{
	width: 200px;
	float: right;
}
#sideArea .menubox{
	padding-bottom:10px;
	margin-top:10px;
	background-color:#F6F3BC;
	background-image: url(/pages/images/basic/side/sidemenu_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
#sideArea .menubox_in {
	padding:7px 10px 0 10px;
	_padding:7px 8px 0 8px;
	zoom:1;
	background-image: url(/pages/images/basic/side/sidemenu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height:120%;
}
#sideArea .menubox_in #login{
	margin:0;
	padding:0;
	background:none;
	border:none;
}
#sideArea .menubox_in p{
	line-height:120%;
}	
#sideArea .firstMember{
	width:180px;
	height:32px;
	}
#sideArea .guestMess{
	text-align:center;
	font-weight:bold;
	color:#98723F;
	margin:5px 0 5px 0;
	font-size:93%;
	}
#sideArea .firstMember {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #96723F;
	padding-bottom:5px;
	}
#sideArea .firstMember a {
	background-image: url(/pages/images/basic/side/first_btn.gif);
	background-repeat: no-repeat;
	background-position:0px 0px;
	width:180px;
	height:32px;
	display:block;
	text-indent:-9999999px;
	}
#sideArea .firstMember a:hover {
	width:180px;
	height:32px;
	background-position:0px -35px;
	}
#sideArea .cap{
	text-align:right;
}
#sideArea .cap a{
	background-image: url(/pages/images/basic/side/icn_orenge.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position:0;
}
#sideArea #membermenu ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	}

#sideArea #membermenu ul li {
	margin: 0 0 0 10px;
	padding-left: 18px;
	}
#sideArea #membermenu ul li.kakutoku {
	width: 144px;
	margin-bottom: 4px;
	background: transparent url(/pages/images/basic/side/kakutoku.jpg) center left no-repeat;
	}
#sideArea #membermenu ul li.logout {
	width: 144px;
	background: transparent url(/pages/images/basic/side/logout_r.jpg) center left no-repeat;
	}

#sideArea #membermenu ul li.mypage {
	width: 144px;
	margin-bottom: 4px;
	background: transparent url(/pages/images/basic/side/maypage.gif) center left no-repeat;
	}
#sideArea .login_box{
	padding-bottom:9px;
	background-color:#FFF;
	background-image: url(/pages/images/basic/side/loginArea_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	margin:0 0 8px 0;
}
#sideArea .login_box_in{
	padding:10px 10px 0 10px;
	_padding:10px 8px 0 8px;
	zoom:1;
	background-image: url(/pages/images/basic/side/loginArea.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin:10px 0 0 0;
	color:#997644;
}
#sideArea .login_box_in .user {
	width: 150px;
	padding: 0px 0px 0px 40px;
	background-image: url(/pages/images/basic/side/id.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin:0 0 2px 0;
	}
#sideArea .login_box_in .password {
	width: 150px;
	padding: 0px 0px 0px 40px;
	background-image: url(/pages/images/basic/side/pass.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin:0 0 2px 0;
	}
	
#sideArea .login_box_in .user-id {
	width: 120px;
 	border: 1px solid #F0C000;
	}
#sideArea .login_box_in .pass-word {
	width: 120px;
 	border: 1px solid #F0C000;
	}
#sideArea .login_box_in .cookie {
	margin:5px 0 0 5px;
	text-align:center;
	font-size:80%;

	}
#sideArea .memberBtn {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #96723F;
	padding-bottom:5px;
	margin:5px 0 0 0;
	}
#sideArea .memberBtn a {
	background-image: url(/pages/images/basic/side/membarBtn.jpg);
	background-repeat: no-repeat;
	background-position:0px 0px;
	width:177px;
	height:61px;
	display:block;
	text-indent:-9999999px;
	}
#sideArea .memberBtn a:hover {
	width:177px;
	height:61px;
	background-position:0px -61px;
	}
#sideArea .side-bnr {
	margin:10px 0 0 0;
	text-align:center;
	}

#sideArea .dot{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #96723F;
	padding-bottom:10px;
	}

/* メンバーログイン ( ログイン 非ログイン )
-----------------------------  */
#login {
	margin-left: 8px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	width: 182px;
	background-color: #fff;
	border: 1px solid #F8B8B8;
	font-size:16px;
	}

#login p {
	width:166px;
	margin: 8px;
	}

#login p.line {
	width: 166px;
	padding-bottom: 10px;
	background: transparent url(/pages/images/basic/side/line_dashed.gif) bottom left no-repeat;
	}

#login p.line02 {
	width: 166px;
	padding-top: 10px;
	margin-bottom:0px;
	background: transparent url(/pages/images/basic/side/line_dashed.gif) top left no-repeat;
	}



/* ログイン前メニュー  */
#login #loginmenu {
	width:166px;
	margin-left: 8px;
	padding-top: 5px;
	background: #FDF4E8 url(/pages/images/basic/side/login_menu_frame_top_r.gif) top left no-repeat;
	}

#login #loginmenu p.member {
	margin: 0 0 4px 0;
	padding-left:4px;
	}

#login #loginmenu p.member a {
	display: block;
	width: 158px;
	height: 27px;
	text-indent: -9999px;
	background: transparent url(/pages/images/basic/side/regist.jpg) top left no-repeat;
	text-decoration: none;
	}

#login #loginmenu p.member a:hover {
	background-position: 0 -27px;
	text-decoration: none;
	}

#login #loginmenu p.loginbtn {
	margin: 0px;
	padding: 0 0 5px 10px;
	background: transparent url(/pages/images/basic/side/login_menu_frame_bottom_r.gif) bottom left no-repeat;
	}

#login #loginmenu p.loginbtn a {
	width: 140px;
	padding: 3px 0 3px  28px;
	background: transparent url(/pages/images/basic/side/login.jpg) center left no-repeat;
	}

/* ログイン前メニュー（12/1以前のバックアップ）  */
#login #loginmenu2 {
	width:166px;
	margin-left: 8px;
	padding-top: 5px;
	background: #F2EEEA url(/pages/images/basic/side/login_menu_frame_top.gif) top left no-repeat;
	}

#login #loginmenu2 p.loginbtn {
	margin: 0px;
	padding: 0 0 5px 10px;
	background: transparent url(/pages/images/basic/side/login_menu_frame_bottom.gif) bottom left no-repeat;
	}

/* ログイン後メニュー  */
#login #membermenu {
	width:166px;
	margin-left: 8px;
	padding-top: 10px;
	background: #FDF4E8 url(/pages/images/basic/side/login_menu_frame_top_r.gif) top left no-repeat;
	}

#login #membermenu ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	background: transparent url(/pages/images/basic/side/login_menu_frame_bottom_r.gif) bottom left no-repeat;
	}

#login #membermenu ul li {
	margin: 0 0 0 10px;
	}

#login #membermenu ul li.kakutoku {
	width: 144px;
	margin-bottom: 4px;
	background: transparent url(/pages/images/basic/side/kakutoku.jpg) center left no-repeat;
	}

#login #membermenu ul li.edit {
	width: 144px;
	margin-bottom: 4px;
	background: transparent url(/pages/images/basic/side/edit.jpg) center left no-repeat;
	}

#login #membermenu ul li.mail {
	width: 144px;
	margin-bottom: 4px;
	background: transparent url(/pages/images/basic/side/mail.jpg) center left no-repeat;
	}


#login #membermenu ul li.point {
	width: 144px;
	margin-bottom: 4px;
	background: transparent url(/pages/images/basic/side/point.jpg) center left no-repeat;
	}

#login #membermenu ul li.quit {
	width: 144px;
	margin-bottom: 4px;
	background: transparent url(/pages/images/basic/side/quit.jpg) center left no-repeat;
	}

#login #membermenu ul li.logout {
	width: 144px;
	background: transparent url(/pages/images/basic/side/logout_r.jpg) center left no-repeat;
	}

#login #membermenu ul li.mypage {
	width: 144px;
	margin-bottom: 4px;
	background: transparent url(/pages/images/basic/side/maypage.gif) center left no-repeat;
	}

#login #membermenu ul li a {
	padding-left: 28px;
	}

/* ログイン後メニュー（12月1日以降の付けたし）  */

#status {
	width: 166px;
	font-size: 84%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#status-img {
	float: left;
	width: 40px;
	margin-right: 5px;
	margin-left: 5px;
	display:inline;

}
#status-text {
	float: right;
	width: 111px;
	margin-right: 5px;
	display:inline;
}

#status-link {
	float: right;
	width: 111px;
	margin-right: 5px;
	display:inline;
	text-align: left;
	margin-top: 5px;
}

#status-space {
	clear: both;
}

	
/* ログイン後メニュー（12月1日以前のバックアップ）  */
#login #membermenu2 {
	width:166px;
	margin-left: 8px;
	padding-top: 10px;
	background: #F2EEEA url(/pages/images/basic/side/login_menu_frame_top.gif) top left no-repeat;
	}

#login #membermenu2 ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	background: transparent url(/pages/images/basic/side/login_menu_frame_bottom.gif) bottom left no-repeat;
	}


/* 今日のスナップショット  */
#login #snapshot {
	width:166px;
	margin: 8px 0 0 8px;
	background: transparent url(/pages/images/basic/side/niceshot_bg.jpg) bottom left repeat-y;
	}

#login #snapshot h3 {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0;
	text-indent: -9999px;
	background: transparent url(/pages/images/basic/side/niceshot_top.jpg) top left no-repeat;
	}

#login #snapshot p.photo {
	margin: 0;
	padding: 0 0 10px 24px;
	background: transparent url(/pages/images/basic/side/niceshot_center.jpg) top left no-repeat;
	}

#login #snapshot p.caption {
	margin: 0;
	width:136px;
	_width:166px;
	padding: 1px 15px 0px 15px;
	text-align: center;
	font-size:62.5%;
	background: transparent url(/pages/images/basic/side/niceshot_bottom.jpg) bottom left no-repeat;
	}

/* 今日のプレゼント  */
#login #kyoupre {
	width:166px;
	margin: 8px 0 0 8px;
	background: transparent url(/pages/images/basic/side/kyoupre_bg.gif) bottom left repeat-y;
	}

#login #kyoupre h3 {
	display: block;
	width: 166px;
	height: 49px;
	margin: 0;
	text-indent: -9999px;
	background: transparent url(/pages/images/basic/side/syuupre_top.gif) top left no-repeat;
	}

#login #kyoupre p.photo {
	width: 155px;
	margin: 0;
	padding: 0 10px 0 8px;
	overflow: hidden;
	}

#login #kyoupre p.caption {
	margin: 0;
	width:136px;
	_width:166px;
	height: 5px;
	padding: 1px 15px 0px 15px;
	text-align: center;
	background: transparent url(/pages/images/basic/side/kyoupre_bottom.gif) bottom left no-repeat;
	}


/* バナー
-----------------------------  */
#banners {
	margin-left: 8px;
	padding-bottom: 8px;
	width: 182px;
	background-color: #fff;
	border: 1px solid #F8B8B8;
	font-size: 87.5%;
	line-height: 150%;
	}

#banners p {
	margin: 8px 0px 0px 8px;
	}

#banners p.line {
	width: 166px;
	padding-bottom: 10px;
	background: transparent url(/pages/images/basic/side/line_dashed.gif) bottom left no-repeat;
	}

#banners p.line02 {
	width: 166px;
	padding-top: 10px;
	background: transparent url(/pages/images/basic/side/line_dashed.gif) top left no-repeat;
	}

/* その他バナー
-----------------------------  */
#usefullink {
	padding-bottom: 10px;
	background: #FCEBF3 url(/pages/images/basic/side/pink_frame_bottom.gif) bottom left no-repeat;
	}

#usefullink p {
	margin: 8px 0 0 8px;
	}

#usefullink p.txtlink {
	background-color: #fff;
	width: 182px;
	padding: 5px 0;
	border: 1px solid #F8B8B8;
	}

#usefullink p.txtlink a.icon {
	margin-left: 8px;
	padding: 3px 3px 3px 20px;
	background: transparent url(/pages/images/basic/side/flower_icon.gif) center left no-repeat;
	}

/* 広告バナー
-----------------------------  */
#advertise {
	width: 200px;
	padding-top: 8px;
	_padding-top: 4px;
	}

#advertise p {
	margin-bottom: 8px;
	font-size: 75%;
	line-height: 150%;
	}

#advertise p.top {
	margin:0px;
	}


#advertise p.bottom {
	margin:0px;
	}

/* アドセンス広告
---------------------------------------------------------------------  */
#ad2 {
	width: 570px;
	margin-bottom: 5px;
	}

#ad2 h2 {
	display: block;
	width: 570px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url(/pages/images/top/normal_line2.jpg) top right no-repeat;
	}
	
#ad2 .text {
    width: 570px;
    }

/* フッター
-----------------------------------------------------------  */
#footer {
	clear: both;
	width: 800px;
	margin-left: 1px;
	padding: 10px 0 5px 0;
	text-align: center;
	border-top: 4px solid #FDCD4F;
	border-bottom: 20px solid #FDCD4F;
	}

#footer_t {
	clear: both;
	width: 950px;
	margin-left: 1px;
	padding: 10px 0 5px 0;
	text-align: center;
	border-top: 4px solid #FDCD4F;
	border-bottom: 20px solid #FDCD4F;
	}

#footer p.footernav {
	margin-bottom: 15px;
	}

/*	入力ボタン
-----------------------------------------------------------  */
input.hide {
	visibility: hidden;
}

/*	クリックアンケート
-----------------------------------------------------------  */

#clickenqbox {
	margin-left: 8px;
	width: 182px;
	margin-bottom: 8px;
}

#clickenq {
	width: 182px;
	border-width: 1px;
	border-color: #FE7E00;
	border-style: solid;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;

}

#clickenq .qu {
	color: #000066;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#clickenqbox .an {
	margin: 5px;
}

#clickenqbox .resultimg {
	margin-top: 10px;
	margin-bottom: 5px;
}
/*	クリックアンケート２
-----------------------------------------------------------  */

#clickenqbox2 {
	width: 166px;
    padding-top: 10px;
	margin-left: 8px;
	margin-bottom: 8px;
	font-size: 84%;	
}

#clickenq2 {
	width: 166px;
	border-width: 1px;
	border-color: #FE7E00;
	border-style: solid;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;

}

#qu2 {
	color: #000066;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#an2 {
	margin: 5px;
	line-height: 150%;
}

#clickenqbox2 .resultimg2 {
	margin-top: 10px;
	margin-bottom: 5px;
}

#resulttext2 {
	text-align: center;
}
