@charset "utf-8";
/* Kikuti_top.css */
/*　トップＣＳＳ　*/


/*　キービジュアル追加設定　*/
#key_visual{
	margin: 0px auto 20px;
}
/*　パンくず設定　*/
#topic_path{
	font-size: 77%;
	margin: 10px 0px 20px;
}
/*----------------------------------
	メインコンテンツ
-----------------------------------*/



/*　コンテンツ左側全体設定　*/
#main_contents{
	display:block;
	width: 960px;
	margin-bottom: 40px;
	margin-right: 20px;
	float: left; 
}
/*　タイトル（製品情報、光学素子など）　*/
#main_contents h2{
	color: #0950a2;
	font-size: 108%;
	margin: 0px 0px 15px 10px;

}


/*　トピックス上側リンクの並びの設定　*/
#left_menu li{
	width:169px;
	margin-left:8px;
	float:left;
	margin-bottom: 20px;
}


/*　トピックス上側リンクの並びの最初の要素に対する設定　*/
#left_menu li:first-child{
	margin-left: 0px;
}


/*　トピック全体の設定　*/
#topics {
	clear: both;
	padding-bottom: 30px;
	border: solid 1px #cccccc;
}


/*　トピックタイトル　*/
#topics h2{
	clear: both;
	width: 700px;
	padding-right: 4px;
}

/*　トピックス日付と内容の全体設定　*/
#topics dl{
	width: 920px;
	margin: 20px;
	font-size: 108%;
}


/*　トピックス日付部分の設定　*/
#topics dt{
	line-height: 150%;
	width: 90px;
	float: left;
}


/*　トピックス内容部分の詳細設定　*/
#topics dd{
	margin: 10px 0px 8px 0px;
	padding-bottom: 10px;
	line-height: 150%;	
}


/*　トピックス内容部分のリンク設定　*/
#topics dd a{
	color: #0066FF;
}
/*　トピックス内容の詳細画像　*/
#topics_img{
	width:680px;
	height:395px;
	margin:0 auto;
	padding:0 auto;
}
#topics_h3{
	width:680px;
	height:125px;
}
#topics_h4{
	float:left;
	width:320px;
	height:240px;
	margin:30px 0px 32px 0px;
}
#topics_h5{
	float:right;
	width:320px;
	height:240px;
	margin:30px 0px 32px 0px;
}
/*　トピックス内容の見出し設定　*/
.bold{
	font-weight: bolder;
	margin: 20px 0px 0px 20px;
}





