@charset "UTF-8";
/* /fcroman/blog/s/css/cmn.css */


/******************************************************************************
main
******************************************************************************/
#main{
	background: #ffff10;
	}
#main h1{
	text-align: center;
	padding: 15px 0 10px;
	}

/******************************************************************************
contents
******************************************************************************/
#contents{
	background: #ffff10;
	}
.bl-hover{
    background-color: #fff!important;
	}
/*------------------------------*/
/*right*/
/*------------------------------*/
#contents #right{
	padding: 15px 15px 0 15px;
	margin: 15px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
/* block */
#right .block{
	padding-bottom: 15px;
	}
#right .block select{
	width: 100%;
	font-size: 1.4em;
	}
#right .block option{
	font-size: 1.2em;
	}
/*cse*/
#right .gsc-control-cse{
	padding: 0 0 10px;
	background: transparent;
	border: 0;
	}
#right .gsc-input{
	padding-right: 8px;
	}
#right .gsc-input-box {
	padding: 3px;
	}
#right td.gsc-search-button{
	width: 30px;
	}
#right input.gsc-search-button{
	border: 0;
	padding: 9px;
	}
