/* コスミック出箔ﾀCSS Document */
@charset "EUC-JP";


/*********************font.css***************************/
table {
	font-size: inherit;
	font: 100%;
}


select, input, textarea {
	font: 99%;
}

pre, code {
	font: 115% monospace;
	*font-size: 100%;
}

body * {
	line-height: 1.22em;
}

table,td,th{
	font-size: inherit;
	font: 100%;
	letter-spacing:nomal;
	color:#333;	
}
table a, td a, th a{
	font-size: inherit;
	font: 100%;
	letter-spacing:nomal;
}

a{
	color: #666;
	text-decoration:none;
}
a:link {
 	text-decoration:none;
	color:#333333;
}
a:visited {
	text-decoration:none; 
	color:#333333;
}
a:active { 
 	text-decoration:none;
	color:#333333;
}
a:hover { 
	color:#999999; 
	text-decoration:underline;
}

/************************ default.css *****************************/

div, 
pre, form, fieldset, input,
textarea,p, blockquote {
	margin:0;
	padding:0;
}

body{
	background:url(/design/cosmicpub/images/bg.gif) repeat-y center top;
	line-height:150%;
	/*min-height:100%;*/
	padding:0;
	margin:0;
	color:#666;
	}

.hidden {
	display: none;
}

/* font */

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:100%;
}

/* list */

dl, dt, dd, ul, ol, li {
	margin:0;
	padding:0;
}

ol, ul {
	list-style: none;
}

/* table */

table {
	border-collapse:collapse;
	border-spacing:0;
}

th, td {
	margin:0;
	padding:0;
}

/* etc */

fieldset, img {
	border:0;
	vertical-align: middle;
}

address, caption, cite,
code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}



caption, th {
	text-align:left;
}

q:before, q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/*style about form,input,textarea */
form{
	margin:0;
	padding:0;
}
.text1, .text80{
	border-left:#8c8c8c 1px solid;
	border-top:#8c8c8c 1px solid;
	border-right:#d3d3d3 1px solid;
	border-top:#d3d3d3 1px solid;
	color:#339900;
	padding:0;
}

.text1{
	width:105px;
}

.text80{
	width:80px;
}
input.go{
	font-size:12px;
	height:20px;	
}


.btnspace{
	margin:0 5px;
}
/************************* layout_top.css **************************/
.header{
	width: 800px;
	background:url(../images/head_bg.gif) repeat-x center top;
	height:85px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
}

.header .h1img{
	padding: 0 0 0 0;
	margin: 10px 0 10px 22px;
	height:41px;
	clear: both;
}


.topmenu{
	width: 500px;
	float: right;
	text-align: right;
	padding: 10px 18px 0 0;
	display: block;
	color: #333;

}
	
.topmenu li{
	float:right;
	border-right: #666 1px solid;
	padding: 0 3px;
	display: inline;
	color:#333;	
	}
	
.topmenu li a{
	color:#333;
	text-decoration:none;
	}
.topmenu li a:hover{
	color:#999;
	text-decoration:none;
	}				
	
.glmenu{
	margin: 0 25px;
	vertical-align: bottom;
	display:block;
	width: 714px;
	height: 24px;
}
.glmenu li{
	margin:0 1px 0 0;
	float:left;
	padding: 0 0 0 0;
	height: 24px;
	vertical-align: bottom;	
}

/**************** side out  box ******************/
.side_out{
	width:186px;
	height: 100%;
	background-color: #DBDCDE;
	}
	
.side_in{
	width:178px;
	padding:5px 0 4px 4px;
	background-color:#DBDCDE;
	height: 100%;
	margin: 0 0 0 0;
	}	

.login_box{
	width:178px;
	background:url(../images/login_bg.gif) no-repeat center top;
	height: 134px;
	vertical-align: middle;
	padding-bottom:5px;
	padding-top: 3px;
	}
	
.login_box input{
	width:85px;
	height:17px;
	border: 1px solid #777;
	background-color:#F0F0F0;
    color: #339900;
	}	
	
.search_box{
	background:url(../images/search2_bg.gif) no-repeat center top;
	width:178px;
	height: 108px;
	text-align: center;
	vertical-align: top;
	padding: 34px 15px 0 15px;
}
.search_box table{
	height:20px;
	display: block;
	width: 140px;
}

.search_box input{
	width:100px;
	height:18px;
	border: 1px solid #777;
	background-color:#F0F0F0;
    color: #339900;
	}

.bannerbox{
	width: 178px;	
	height:260px;
}
.bannerbox ul{
	padding: 5px 0;
	vertical-align: top;
}
.bannerbox li{
	margin:0 0 3px 0;
	width:inherit;
	height:37px;
	font-size:1px;
	line-height:1px;

}

.bannerbox li.official_banner{
	height:63px;
}
/**************** goodlist ******************/
.goodlistbox{
	width:178px;
	height:287px;
	}
.goodlist{
	margin: 0 auto;
	width: 170px;
	padding: 0 0 0 0;
	height: 100%;

}
.goodlist ul{
	background-color: #fff;
	margin: 0 0;
	list-style:square inside;
	padding: 0 0 0 0;

}
.goodlist li{
	padding: 0 0 0 2px;
	line-height: 18px;

}
.goodlist li a{
	color:#333;
	text-decoration:none;
}
.goodlist li a:hover{
	color:#339900;
	text-decoration:underline;
}
.goodlist form{
	margin: -33px 0 5px 35px;
	height: 30px;
}

.search1 form{
	
}

/*******************(トップ峨舶'layout_mainbox.css*************/


/**************** flasharea ******************/

.flasharea{
	width:614x;
	padding:0 0 10px 0;
	margin:0 0 0 0;
	text-align: left;
}

/**************** main box ******************/
.topmain_out{
	width:614px;
	background-color: #ffffff;
	padding: 0  5px 100px 0;
	height: 100%;
}

.topmain_in{
	padding: 0 9px 0 9px;
	height: 100%;
}	

/**************** pickupbox ******************/		
.pickupbox{
	vertical-align:top;
}
.pickupbox h2{
	padding:0 0;
	margin:0 0;
}
.h2img{
	padding:0 0;
	margin:0 0;	
}

.pickupbox a{
	font-weight: bold;
	color: #555;
	text-decoration: underline;	
}
.pickupbox a:hover{
	font-weight: bold;
	color: #ccc;
	text-decoration: underline;
}
.pickupbox table{
	padding: 0 15px 20px 15px;
	vertical-align:top;
	height: 100%;
}
.imgline{
	background-color:#fff;
	padding:3px;
	border:1px #666 solid;
}
span.pickupbox_title{
	color: #555;
	font-size: 12px;
}
.pickupbox td{
	vertical-align:top;
	color: #666;
	line-height:14px;
	padding: 3px 5px 3px 0;
}
.pickupbox span{
	color:#333;
	font-size:13px;
	text-decoration:underline;
	font-weight:bold;
}




