@charset "utf-8";

/*
========================================

For Search
	・H1
	・Column
	・ArticleResults
	・ProductsResults
	
========================================
*/

@import url(../../common/css/common.css);

#mainArea.noColumn{
padding:0;
width:982px;
float:none;
}

#mainArea.noColumn #main{
width:972px;
}

#mainArea.noColumn #main .column{
padding:0 6px 0 0;
width:480px;
float:left;
}

/* H1
========================================*/
h1{
width:966px;
}

#main h2{
width:955px;
}

#main h3{
margin:0 0 16px 0;
padding:4px 8px;
background:#eee;
font-size:116%;
font-weight:bold;
}

.notetext{
margin:0 0 20px 0;
font-size:116%;
}

.notetexts{
margin:0 0 20px 0;
}

/* Column
========================================*/
#main table{
margin:0 0 27px 0;
border-collapse:collapse;
}

#main table th,
#main table td{
padding:3px 7px;
border-top:1px solid #f1f1f1;
border-bottom:1px solid #f1f1f1;
text-align:left;
font-weight:normal;
}

#main table .odd th,
#main table .odd td{
background:#f7f9f8;
}

#main table th{
font-size:116%;
}

#main table a{
padding:3px 0 3px 20px;
display:block;
background:transparent url(../../common/images/ico/icon02.gif) -3px 0 no-repeat;
}


