/*　タグ初期化　*/
p{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}

/*　リンク　*/
a:link{
	text-decoration: none;
}

a:hover{
	color: #;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}

/*　基本構造　*/
body{
	background-color: #fff9ca;
	margin: 0 auto;
	padding: 0;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	-webkit-text-size-adjust:none;
}

#wrapper{
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position:relative;
}

#main{
	background: url(/images/base_mid.gif) repeat-y center top;
	width: 800px;
	text-align: center;
	position:absolute;
	margin: 0 auto;
	top:116px;
}

/*　ヘッダ　*/
#head{
	width: 800px;
	height: 115px;
	background:url(/images/base_head.gif) no-repeat center top;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}

#head h1{
	position:absolute;
	top: 44px;
	left: 35px;
	margin: 0 0 16px 0;
}

#head ul{
	position:absolute;
	top:83px;
	right: 40px;
	margin: 0;
	padding: 0;
	text-align: right;	
}

#head li{
	margin: 3px 0 0 20px;
	display: inline; 
}

.date{
	position:absolute;
	top: 29px;
	right: 285px;
}



/*　タブ　*/
#tab_navi{
	width: 750px;
	height: 39px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	z-index: 100;
}

#tab_navi ul{
	margin: 0;
}

#tab_navi li{
	margin-left: 0;
	float:right;
}

/*　デカバナー　*/
#dekabana{
	width: 740px;
	margin: 10px auto 0 auto;
}

#flash{
	width: 510px;
	float: left;
}

#akichi{
	width: 210px;
	float: right;
}

/*　ダーリンエリア　*/

#darling_area{
	width: 736px;
	margin: 20px auto;
	padding: 0 0 0 10px;
}

#todays_darling{
	width: 440px;
	margin: 0 0 0 20px;
	_margin: 0 0 0 10px;
	text-align: left;
	float: left;
}

#todays_darling img{
	margin: 30px 0 0 0;
}




/* kimagure camera */
#kimagure_area{
	width: 276px;
	float: right;
	text-align: left;
}

div#kimagure_camera{
	width: 260px;
	margin: 0 auto 10px;
	padding:  5px 5px 0px 5px;
	background-color: #FFEB32;
	border-radius: 8px;
	   -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#b2b2b2, direction=0, strength=1, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#b2b2b2, direction=90, strength=1, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#b2b2b2, direction=180, strength=1, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#b2b2b2, direction=270, strength=1, enabled=true);
}

#kimagure_photo {
	background-color: #FFF;
	padding: 5px;
	text-align: center;
}

#kimagure_loading {
	padding:109px;
}

#kimagure_photo a {
	display: block;
	background-color: #FFF;
	background-position: 5px 5px;
}

#kimagure_photo a:hover {
	background: url(/images/kimagure_zoom.png) no-repeat 5px 5px;
}

#kimagure_photo a:hover img {
	opacity: 0.5;
}

#kimagure_text {
	background-color: #FFF;
	padding: 5px 10px;
}

#kimagure_subject,
#kimagure_body {
	font-size: 12px;
	line-height: 22px;
}

#kimagure_subject {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #E5E5E5;
}

#kimagure_body {
	margin: 5px auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #E5E5E5;
}

#kimagure_icon {
	float: right;
	margin-top: -13px;
	background-color: #FFF;
	margin-right: -5px;
	padding-left: 5px;
}
#kimagure_icon img {
	width: 40px;
}

#kimagure_date{
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
}

#kimagure_photo a,
#kimagure_photo a img,
#kimagure_prev,
#kimagure_next,
#kimagure_more a {
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#kimagure_prev,
#kimagure_next,
#kimagure_more a {
	display: inline-block;
	margin: 5px auto;
	padding: 0 5px;
	background-color: #666;
	border-radius: 10px;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
	cursor: pointer;
	vertical-align: middle;
}
#kimagure_more {
	display: inline-block;
	float: right;
	margin-top: 2px;
}

ul#kimagure_navi {
	height: 30px;
}
#kimagure_prev {}
#kimagure_next {
	float: right;
}
#kimagure_more {}

#kimagure_prev i,
#kimagure_next i,
#kimagure_more i {
	font-size: 150%;
	line-height: 0;
	vertical-align: middle;
}

#kimagure_more a,
#kimagure_more a:link,
#kimagure_more a:visited,
#kimagure_more a:hover,
#kimagure_more a:active {
	color: #FFF;
	outline: none 0 !important;
}
#kimagure_prev:hover,
#kimagure_next:hover,
#kimagure_more a:hover {
	background-color: #ff9500;
}

#kimagure_logo {
	padding-left: 5px;
}


.homebanner {
	margin: 5px auto 7px;
	text-align: center;
}



#darling_area h2{
	text-align: left;
	margin:0 0 20px 0;
	_margin:0 0 10px 0;
	float: left;
}

.darling_menu_table{
	margin: 0 0 20px 0;
}

.darling_menu_table a{
	font-size: 14px;
	color: #83B300;
	font-weight: bold;
}

.darling_menu_table a:visited{
	color: #91918f;
	text-decoration: none;
}

.darling_menu_table a:hover{
	color: #ff9500;
	text-decoration: none;
}

.w_margin { background-color: #fff; padding: 2px; }


/*　新メニュー　*/

#new_menu{
	width: 750px;
	margin: 0 auto;
}	 

/*　サブメニュー　*/
#sub_menu{
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	clear:both;
}

#sub_menu li{
	float: left;
}

a.sub_title{ width: 110px; height:100%; padding: 5px 0 0 0; display: block;} 
a.sub_title_nintendo{ width: 140px; height:100%; border: 1px solid #cccccc; margin-left:45px; display: block;} 
a:hover.sub_title_nintendo{border: 1px solid #ff9500;} 
a:visited.sub_title,a:visited.sub_title_nintendo{ color: #91918f; text-decoration:none; } 
a.sub_title,a.sub_title_nintendo{ color: #00a0c6; font-size: 12px; font-weight: bold; text-decoration:none;}
a:hover.sub_title,a:hover.sub_title_nintendo{ color: #ff9500; text-decoration:none;} 
.sub_title h3,.sub_title_nintendo h3{font-size: 12px;}

/*　フッタ　*/

#foot{
	width: 800px;
	height: 175px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url(/images/base_foot.gif) no-repeat center top;
	background-color: #fff9ca;
	text-align: center;
}

/*　フォントサイズ　*/
.text14{font-size: 14px; line-height:22px;}
.text12{ font-size: 12px; color: #333333; font-weight: normal;}
.text10{ font-size: 10px;}

/*今日のダーリン*/
.shutter_wrapper {
	position: absolute;
	top:0px;
	left:0px;
	width:800px;
	background: transparent;
}
.shutter{
	position: absolute;
	top:115px;
	left:23px;
	background: transparent;
	text-align: center;
	visibility: hidden;
}

/* オーバーレイ */
div#overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:0px;
	background-color: #F3F3F3;
}

/*　コンテンツ検索　ここ１週間のほぼ日　コンテンツ一覧　*/
div#weekly .week_date{
	font-size: 14px;
	font-weight: bold;
}

div#weekly a:link,div#allcontents a:link{
	color: #222222;
	text-decoration: none;
}

div#weekly a:visited,div#allcontents a:visited{
	color: #555555;
	text-decoration: none;
}

div#weekly a:hover,div#allcontents a:hover{
	color: #ff9500;
	text-decoration: none;
}

.weekly_left{
	width:335px;
	float: left;
}

.weekly_right{
	width:335px;
	float: right;
}

.weekly_01,.weekly_03{
	width: 160px;
	float: left;
}

.weekly_02,.weekly_04{
	width: 160px;
	float: right;
}

.weekly_01 li,.weekly_02 li,.weekly_03 li,.weekly_04 li{
	list-style-type: none;
	padding: 8px 0 0 0;
	line-height: 1.2;
}


div#search a{
	font-size: 14px;
	color:#00a0c6;
	text-decoration: none;
}

div#search a:visited{
	color:#91918f;
	text-decoration: none;
}

div#search a:hover{
	color:#ff9500;
	text-decoration: none;
}

#search_img{
	position: absolute;
	top:52px;
	right: 255px;
}

#searchbox input.text{
	width: 195px;
	position:absolute;
	top:52px;
	right:60px;
	height:25px;
	background:url(/images/search_bg.gif) repeat-x top left;
	border:none;
	padding: 5px 0 0 5px;
	text-align: left;
	overflow: hidden;
}

fieldset{
	border: none;
}

#searchbox input.searchbtn:hover,#searchbox input.searchbtn:focus{
	background:url(/images/icon_search-over.gif) no-repeat top right;
	border:none;
}

#search_btn{
	position:absolute;
	top:52px;
	right:30px;
	width:30px;
	height:25px;
	border:none;
	cursor:pointer;
}

/* opera */

html:first-child #searchbox input.text{
	padding-top:0px;
}

/* safari only \*/
html[xmlns*=""] body:last-child #searchbox input.text{
	width: 230px;
	position:absolute;
	top:52px;
	right:30px;
	height: 20px;
	padding: 0;
}

html[xmlns*=""] body:last-child #search_img{
	display: none;
}

html[xmlns*=""] body:last-child #search_btn{
	display: none;
}
/* end */

/* safari3 only */
body:first-of-type #searchbox input.text{
	width: 230px;
	position:absolute;
	top:52px;
	right:30px;
	height: 20px;
	padding: 0;
}

body:first-of-type #search_img{
	display: none;
}

body:first-of-type #search_btn{
	display: none;
}
/* end */


div#allcontents dl {
	clear:both;
	width:600px;
}
div#allcontents dt {
	clear:left;
	float:left;
	width:265px;
	padding:5px 0 5px 10px;
}
div#allcontents dd {
	width:300px;
	margin-left:280px;
	padding:5px 0px 5px 10px;
}

.pointer, .btn {
	cursor: pointer;
}

/*　ほぼ日ストアで販売中　*/

#onsale{
	width:266px;
	margin: 10px auto;
	text-align: center;
}

#onsale h3{
	margin:0 auto;
	padding: 0 0 7px 0;
}

#onsale ul{
	list-style-type: none;
	margin: 0 auto;
	padding: 0 9px;
}

.onsale_text{
	padding: 10px 0 0 0;
	margin: 0;
}

#onsale li{
	background: url(/images/onsale_dot.gif) no-repeat left;
	width: 242px;
	height: 39px;
	text-align: left;
	padding: 0;
	margin: 0;
}

.onsale_icon{
	float: right;
}

#onsale p{
	float: left;
}

#onsale a:link{
	color: #00a0c6;
	font-weight: bold;
	text-decoration:none; 
	padding: 10px 0 0 10px;
	margin: 0;
	display: block;
}

#onsale a:visited{
	color: #91918f;
	font-weight: bold;
	text-decoration:none; 
	padding: 10px 0 0 10px;
	margin: 0;
	display: block;
}

#onsale a:hover{
	color: #ff9500;
	font-weight: bold;
	text-decoration:none; 
	padding: 10px 0 0 10px;
	margin: 0;
	display: block;
}

/* weekly tips */
.tool-tip {
	width: 270px;
	height: 100px;
	z-index: 13;
}
.tool-text {
	color: #111;
	font-size: 12px;
	text-align: left;
	height: 56px;
	padding: 22px 21px;
	background: url(/images/mini_base.png) bottom right !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/mini_base.png", sizingMethod="crop");
}




/* store banner */
#store_banner {
	position: relative;
	width:  260px;
	height: 142px;
	margin: 0 auto;
	background-color:#E5E5E5;
}

#sb_wrapper {
	position: absolute;
	left: 20px;
	top:  1px;
	width:  220px;
	height: 140px;
	margin: 0 auto;
}

#sb_contents {
	position: relative;
	width:    100%;
	height :  100%;
	overflow: hidden;
}

#sb_contents ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
	width:   9999px;
}

#sb_contents li {
	position:absolute;
	width:   220px;
	height:  140px;
	margin:  0;
	padding: 0;
}

#sb_contents li img{
	position:absolute;
	border: 0px solid;
	left: 0;
	top: 0;
}

#sb_navi_left,
#sb_navi_right {
	position: absolute;
	top: 0px;
	width:  19px;
	height: 142px;
}

#sb_navi_left {
	left: 0px;
}

#sb_navi_right {
	right: 0px;
}

#sb_navi_left:hover,
#sb_navi_right:hover {
	cursor:pointer;
}


ul.legal-note {
	text-align: center;
	margin: 20px 3px 0;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	background: white;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	border-radius: 10px;
}
ul.legal-note li {
	display: inline-block;
	margin: 0 20px;
}




a:hover img.hover,
.opc a:hover img,
.opc2 a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}
a.banner {
	display: block;
	background-color: #FFF;
}





