@charset "euc-jp";

	
/*========================================================================

	ファイル名  : /css/style.css
	概要　　　  : このCSSはスタイル全般を定義したファイルです。
	サイト名　  : ときめきメモリアル4関連商品紹介ページ - コナミスタイル
	URL         : http://www.konamistyle.jp/sp/tk4_sp/
	Copyright   : All rights reserved by Konami Digital Entertainment.
	作成日      : 2009.09.18

========================================================================*/


/* 基本スタイル -------------*/
#container {
	width: 795px;
	height: auto;
	padding: 15px 7px 0 7px;
	background: url(../images/bg_main.jpg) top no-repeat;
}

div#container a:link,
div#container a:visited,
div#container a:hover,
div#container a:active {
	color:#4b60fd;
}
div#container a:hover,
div#container a:active {
	text-decoration:none;
}

a img { border:none;}

p, li { line-height: 130%;}

br.clear{ clear: both; margin:5px 0;}

#contents .h_pink{color:#FF3366; font-weight:bold;}

/* 共通 ----------------------*/
.detail {
	font-weight: bold;
	margin: 7px 0 10px;
}

.alignR { text-align: right;}



/* header --------------------*/
#header {
	width: 795px;
	margin: 15px 0 30px 0;
	height: auto;
}

/* 更新履歴 */
#news {
	width: 360px;
	height: 89px;
	padding: 3px 5px 0;
	background: url(../images/bg_news.jpg) no-repeat;
}
#news dl {
	width: 350px;
	height: 65px;
	margin-left: 5px;
	overflow-y: scroll;
}
#news dt {
	margin-bottom: 2px;
}
#news dd {
	margin-bottom: 4px;
	line-height: 120%;
}

/* メニュー */
ul#navi {
	height: 51px;
	margin: 15px 0 5px 30px;
	position: relative;
}
ul#navi li {
	float: left;
}

/* サブメニュー */
ul#subnavi {
	width: 372px;
	margin-bottom: 5px;
}
ul#subnavi li {
	text-align: right;
}

/* リード文 */
#lead {
	width: 750px;
	margin: 5px 0 10px 5px;
	background-color: #ffdbe3;
	padding: 10px 10px 10px 20px;
	line-height: 1.5em;
}

#lead strong{

}

/* contents ------------------*/
#contents {
	width: 780px;
	margin-left: 0px;
}

/* セット商品 */
.set {
	width: 780px;
	overflow: hidden;
	position: relative;
	clear: both;
	;
	padding: 0px 0 0 10px;
}



.set_img {
	float: left;
}
.set_txt {
	float: right;
	width: 405px;
}

ul.set_list {
	margin-left: 1.5em;
}
ul.set_list li {
	list-style-type: disc;
}

ul.price_list {
padding-left:10px;
	margin-bottom: 10px;
}
ul.price_list li {
	font-weight: bold;
}

ul.buy_btn {
	width: 335px;
	padding: 0 40px 0 40px;
	overflow: hidden;
	position: relative;
}
ul.buy_btn li {
	float: left;
}
ul.buy_btn li.bd {
	padding-left: 25px;
}

ul.atention {
	clear: both;
	width: 780px;
}

.atention2 {
	padding:3px;
	text-align:left;
	clear: both;
	width: 100%;
	line-height:1.1em;
	background-color:#E0E0E0;
}

.tokuten {
	padding:3px;
	margin:0 0 5px 0;
	float: left;
	text-align: left;
	width: 290px;
	background-color:#EE6CAD;
	color:#FFFFFF;
	font-weight:bold;
}

ul.atention li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
span.pink {
	color: #f13d87!important;
	font-weight: bold;
}


/* 特典紹介 */
#set .privilege_box {
	width: 772px;
	border: 2px solid #ffdc7e;
	padding: 2px;
	margin: 20px 0 20px;
}
#set .privilege {
	width: 770px;
	border: 1px solid #ffdc7e;
	padding-bottom: 5px;
}
#set .privilege h2 {
	text-align: center;
}
#set .privilege ul {
	overflow: hidden;
	position: relative;
	margin-left: 5px;
}
#set .privilege ul li {
	float: left;
	padding: 0 4px;
}


/* 単品購入 */
.item_box {
	width: 778px;
	margin-bottom: 15px;
}
.item_box h2 {
	width: 778px;
	height: 28px;
	background-color: #ffd7fb;
}

ul{ clear:both;}

ul.item_list {
	width: 738px;
	padding: 0px 20px;
	overflow: hidden;
	position: relative;
}
ul.item_list li {
	float: left;
	width: 126px;
	padding: 10px 0 6px 10px;
	font-size: x-small;
	text-align: center;
	line-height: 150%;
	margin-right: 10px;
}
ul.item_list li img {
	margin-bottom: 3px;
}
ul.item_list li a {
	color: #000000!important;
	text-decoration:none;
}


/* カスタムファクトリー商品 */
#custom_box {
	width: 708px;
	padding: 20px 35px;
	overflow: hidden;
	position: relative;
}
.custom_img {
	float: left;
}
.custom_txt {
	float: right;
	width: 340px;
}


/* 関連情報・リンク */
#link h2 {
	border-bottom: 2px solid #5998ff;
	margin-bottom:15px;
}
ul#link_list {
	width: 760px;
	margin: 10px 0 0 0;
	overflow: hidden;
	position: relative;
}
ul#link_list li {
	width: 360px;
	padding-left: 20px;
	margin-bottom:20px;
	float: left;
}



/* 通常ページ */

#main_img_area { width:100%;}
#main_img_area td{ padding:10px 20px;}
#main_img_area .h_txt{ font-size:14px; font-weight:bold; color:#3399FF;}
#main_img_area  li{margin-bottom:15px;}

#def_list th{text-align:center; color:#FFFFFF; background-color:#3399FF; width:50%; padding:7px 0;}
#def_list td{padding:5px 10px; vertical-align:top; border:solid 1px #CCCCCC;}

#main_area .commonbtn{background:url(../images/btn_bg.gif);
padding:20px 0 0;
text-align:center;
width:200px;
height:30px;
font-size:12px; 
}

#main_area .commonbtn:hover {background:url(../images/btn_bg_o.gif);
padding:20px 0 0;
text-align:center;
width:200px;
height:30px;
font-size:12px; 
}

#main_area .commonbtn a{color:#FFFFFF; font-weight:bold;}
#main_area .commonbtn a:hover{color:#FFFFFF; font-weight:bold;}

/* ピックアップ */
#pickup{
	width:780px;
	padding:0 0 10px 10px;
}

#pickup .img_area{
	float:left;
	width:477px;
}

#pickup .text_area{ line-height:1.3em;}

#pickup img.pickbtn{ width:126px; margin-left:80px;}
