@charset "UTF-8";
/* CSS Document */


/*========== 基本設定 ==========*/

*{
margin:0;
padding:0;
}
body{
	text-align:center;			/*センタリングIEバグ回避用*/
	background:#FFF;
	font-family:Verdana, "Tahoma,Arial,sans-serif,ＭＳ Ｐゴシック",MS UI Gothic, Osaka;
	font-size:14px;*font-size:small;*font:x-small;
	color:#333;
}

.clr { clear:both; }
.left { float:left; }
.right { float:right; }
.bold {font-weight:bold;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;} 

img{border:none;}/*画像のボーダーラインを消去*/


ul{
	list-style-type:none;
}

a {
color: #443B94;
cursor: pointer;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/*========== 基本設定 ここまで ==========*/


/*========== レイアウト ==========*/
div#mainwarp{
	width:940px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
}

div.maincontents{
	width:900px;
	padding-top:20px;
	text-align:left;
	background:#FFFFFF;
}

/*========== レイアウト ここまで==========*/


/*========== フォント==========*/

h1{
	text-align:left;
	margin-left:30px;
	margin-top:10px;
}

h2{
	margin-bottom:20px;
}

h3{
	color:#FF66CC;
	margin:5px 0;
}

p.cFont1{
	color:#FF66CC;
	margin:10px 0;
}

p.cFont2{
	color:#F96;
	margin-bottom:10px;
	line-height:1.4;
}


/*========== フォント　ここまで==========*/


/*========== メインコンテンツ==========*/

div.top{
	width:840px;
	height:500px;
	padding:0 30px;
	margin:30px 0 50px 0;
}

div.rightwarp{
	float:right;
	width:420px;
	height:420px;
}

div.maintext{
	width:420px;
	padding:0;
	margin-bottom:20px;
	font-size:16px;
	overflow:hidden;
}


div.plan{
	width:400px;
	padding:10px;
	background:#F93;
	font-size:16px;
	overflow:hidden;
}


div.subtext{
	width:840px;
	padding:0 30px;
	margin-bottom:30px;
	line-height:1.4;
}


div.stockbutton{
	margin-top:20px;
}

div.stockbutton img{
	margin-top:10px;
}

ul.starList li{
	padding:5px 0;
	border-bottom:2px dotted #999;
	line-height:1.4;
}


div.plan p{
	font-weight:bold;
	font-size:15px;
	color:#FFF;
}

div.plan ul{
	padding-left:20px;
}

div.plan li{
	padding:3px 0;
	color:#FFF;
	list-style-image:url(../images/asiato_w.gif);
}


/*========== メインコンテンツ ここまで==========*/


/*========== 更新部分==========*/
div.new{
	width:840px;
	height:4520px;
	margin-bottom:20px;
	padding:0 30px;
}

div.new p{
	padding-left:20px;
}

div#event{
	width:840px;
	height:266px;
	background:url(../images/contest.jpg) no-repeat;
	margin:20px 0;
}

div.comment{
	font-size:12px;
	margin-bottom:20px;
}

div.comment p{
	margin-top:10px;
}

ul.newstext{
	padding:5px 20px;
}

ul.newstext li{
	margin:10px 0 10px 20px;
	border-bottom:1px dashed #FF3399;
}


ul.otoiawase {
	margin:10px 0;
}

ul.otoiawase li{
	float:left;	
}

li.formbutton{
	margin-left:10px;
}


div#event ul{
	position:absolute;
	margin:188px 0 0 20px;
	font-size:12px;
}

div.contest{
	width:800px;
	height:150px;
	margin-left:40px;
	padding:10px 0 10px 0;
	border-bottom:1px dashed #FF3399;
	clear:both;
}

div.contest img{
    margin: 0 20px 0 0;
	border: 1px solid #ccc;
	float: left;
}

div.contest2{
	width:800px;
	height:130px;
	margin-left:40px;
	padding:10px 0 10px 0;
	border-bottom:1px dashed #FF3399;
	clear:both;
}


div.contest2 img{
    margin: 0 20px 0 0;
	border: 1px solid #ccc;
	float: left;
}


/*========== 更新部分ここまで==========*/

/*========== フッター部分==========*/
div.footer{
	background:#F6C;
	height:30px;
	text-align:center;
	line-height:30px;
}


div.footer span{
	font:11px;
	color:#FFFFFF;
}
/*========== フッター部分ここまで==========*/