@charset "EUC-JP";

/*-----------------------

SMOCCA WORLD 2006

CSS File for		open_window
Media		Screen
FileName		style_window.css
Build		2006.1.15

01		all_setting
02		buy

-------------------------*/
/*--------------------------
	01 all_setting
---------------------------*/

/*½é´ü²½*/
*{	
	margin:0;
	padding:0;
}
/*BODY----------------------------*/
body{
	background-color:#FFFFFF;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
	text-align:center;
}
/*WRAPPER-----------------------*/
#wrapper{
	width:760px;
	margin:0 auto;
	text-align:left;
}
#wrapper800-600{
		width:800px;
	margin:0 auto;
	text-align:left;
}
/*CONTENT-------------------------*/
#content{
	margin:0 20px;
	width: 720px;
}
#main{
	padding:20px 0;
	text-align:center;
}
#main800-600{
	padding-bottom:20px;
	text-align:center;
}
#info{
	margin:10px 0;
	line-height:1.5em;
	letter-spacing:0.1em;
}
#title{
	width:490px;
	background-color:#006699;
	margin:0 auto;
	padding:5px;
	font-size:0.9em;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#FFFFFF;
}
/*IMAGE--------------------------*/
#info img{
	margin:0 5px;
}
/*LINK----------------------------*/
a:link, a:visited{
	background-color:transparent;
	text-decoration:none;
	color:#006699;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#003366;
}
/*footer-------------------------*/
#footer{
	clear:both;
	width:720px;
	border-top:1px solid #E8E4DF;
}
#footer800-600{
	clear:both;
	width:800px;
	border-top:1px solid #E8E4DF;
}
#copyright{
	border-top:1px solid #E8E4DF;
	font-size:0.7em;
	color:#999999;
	text-align:center;
	padding:5px 0;
}
/*Table--------------------------*/
/*²èÌÌÀÚÂØ*/
table.change_screen{
	width:500px;
	border:none;
	margin:10px auto 0;
	text-align:center;
}
table.change_screen img{
	border:2px solid #CCCCCC;
}
table.change_screen a img,
table.change_screen a:visited img{
	border:2px solid #CCCCCC;
}
table.change_screen a:hover img{
	border:2px solid #006699;
}

/*campain*/
#buy table{
	width:100%;
	border-bottom:2px solid #E0E0E0;
	background-color:#F0F0F0;
}
#buy td{
	padding:10px;
	border-bottom:1px solid #CCCCCC;
}
#buy td#end{
	border-bottom:none;
}
#buy table h4{
	font-size:0.9em;
	color:#333333;
	margin-bottom:5px;
}
#buy table p{
	font-size:0.8em;
	color:#333333;
	margin-bottom:10px;
}
#buy table p.price{
	font-size:1em;
}

/*Form--------------------------*/
#info fieldset{
	margin-top:10px;
	border:none;
}
fieldset#buy select{
	width:50px;
}