@charset "utf-8";
#top_function,#about_s,#right_contents,#b_function{
	font-size:larger;
	}
/*　上部のナビ　*/
	#top_function{
	width:auto;
	height:20px;
	margin-left:250px;
	padding-top:10px;
	}
	#top_function ul{
	width:auto;
	height:20px;
	display: block;
	}
	#top_function li{
	font-size:0.7em;
	float:left;
	display:block;
	margin:3px;
	padding-left:12px;
	list-style-type:none;
	background-image:url(images/f_dot.gif);
	background-repeat:no-repeat;
	}
/*　clearfix　*/
	.clearfix{
	margin: 0;
	padding: 0;
	height: 1px; /* 高さ1px：clearfix用記述 */
	min-height: 1px; /* 最低の高さ1px：clearfix用記述 */
	}
	.clearfix:after { /* ulが閉じる直前に新しい要素を作る：clearfix用記述 */
	content: "."; /* 新しい要素を作る：clearfix用記述 */
	display: block; /* ブロックレベル要素に：clearfix用記述 */
	clear: both; /* 回り込み解除：clearfix用記述 */
	height: 0; /* 高さは０：clearfix用記述 */
	visibility: hidden; /* 表示を隠す：clearfix用記述 */
	}
/*　下部のナビ　*/
	#b_function{
	width:auto;
	height:20px;
	padding-top:10px;
	margin-left: 250px;
	}
	#b_function ul{
	width:auto;
	height:20px;
	display: block;
	}
	#b_function li{
	font-size:0.7em;
	float:left;
	display:block;
	margin:3px;
	padding-left:12px;
	list-style-type:none;
	background:url(images/f_dot.gif);
	background-repeat:no-repeat;
	}
/*　右上カスタマイズ　*/
	#moji{
	width:170px;
	height:23px;
	float:left;
	padding:5px;
	}
	#moji dt{
	background-image:url(images/m_size.gif);
	background-repeat:no-repeat;
	float:left;
	width:90px;
	height:23px;
	display:block;
	}
	#moji dd{
	float:left;
	width:23px;
	height:23px;
	display:block;
	}
	#moji a{
	width:23px;
	height:23px;
	display:block;
	}
	.small a{
	background-image:url(images/m_size.gif);
	background-position:-93px 0px;
	background-repeat:no-repeat;
	}
	.small a:hover{
	background-image:url(images/m_size.gif);
	background-position:-93px -25px;
	background-repeat:no-repeat;
	}
	.middle a{
	background-image:url(images/m_size.gif);
	background-position:-116px 0px;
	background-repeat:no-repeat;
	}
	.middle a:hover{
	background-image:url(images/m_size.gif);
	background-position:-116px -25px;
	background-repeat:no-repeat;
	}
	.large a{
	background-image:url(images/m_size.gif);
	background-position:-140px -25px;
	background-repeat:no-repeat;
	}
	.large a:hover{
	background-image:url(images/m_size.gif);
	background-position:-140px -25px;
	background-repeat:no-repeat;
	}
	#search{
	background-image:url(images/search_bg.gif);
	width:180px;
	height:50px;
	float:left;
	margin-top: 12px;
	}
	#s_input{
	position:absolute;
	left: 180px;
	top: 70px;
	}