@charset "utf-8";


/*----------------------------------
/*　コメント、サイトポリシー
/*　 comment.html,sitepolicy.html
-----------------------------------*/

/*共通*/
#main_other{
	width: 900px;
	margin: 0 auto;
	border-top: 3px solid #E4007F;
}


/*----------------------------------
/*　 comment.html
-----------------------------------*/
#commentboxr{
	border: 1px dashed #B5803E;
	background-color: #FFFEED;
	width: 635px;
	height: 230px;
	text-align: center;
	margin: 50px auto 100px;
	padding-top: 40px;
}

#commentboxr span{
	color: #B5803E; 
	padding:0 10px;
	font-size: 18px;
	font-weight: bold;	
}


#commentboxr p{
	margin-top: 3em;
}

#commentboxr a{
color: #E4007F;
text-decoration: underline;
}

/*----------------------------------
/*　 sitepolicy.html
-----------------------------------*/

#main_other #sitepolicybox{
	width: 620px;
	height: 100%;
	text-align: center;
	margin: 50px auto;
	pading-bottom: 20px;
}

#main_other #sitepolicybox h2{
	font-size: small;
	* font-size: 12px;
	color: #000000;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 5px;
}

#main_other #sitepolicybox p{
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px dashed #9F9FA0;
	text-align: justify; text-justify: distribute;
}

#main_other #sitepolicybox p.inquire{
	text-align: left;
	padding-top: 10px;
	border: 0px;
}


#main_other #sitepolicybox a{
	color: #00A0E9;
}


/*----------------------------------
/*　 検索結果
-----------------------------------*/

#search_form_container {
	margin: 20px 0px;
	_text-align: left;
}
#result_container {
	width: 550px;
	margin: 20px 0 60px;
	_text-align: left;
	_margin: 20px 0 60px -350px;
}
.gs-result {
	border-bottom: 1px dashed #9F9F9F;
	padding: 4px 4px 10px;
}
.gs-result .gs-title {
	font-size: 15px;
}
.gs-result .gs-snippet {
	font-size: 12px;
}
.gs-result .gs-visibleUrl-short {
	display: none;
}
.gs-result .gs-visibleUrl-long {
	display: none;
}

