@charset "utf-8";
/* icc_index.html */

*{
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, Verdana;
	margin:0;
	padding:0;
	font-size:100%;
	font-style: normal;
	font-weight: normal;
	color:#333333;
}
body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}
#wrapper{
	margin:0;
	padding:0;
}

/*ヘッダー*/
#header_all{
	height:210px;
	background-image:url(../icc_img/header_bg.gif);
	background-repeat:repeat-x;
	margin:0 auto;
	width: 100%;
}

#header_title{
	width:800px;
	height:150px;
	margin:0 auto;
	background-image:url(../icc_img/header_title.jpg);
	position: relative;
}
#header_title h1{
	display:none;	
}
#header_team_link{
	width:240px;
	height:20px;
	display:block;
	position:absolute;
	top: 12px;
	left: 555px;
}
#header_team_link a{
	width:240px;
	height:20px;
	display:block;
	background-image:url(../icc_img/header_team_link.gif);
}
#header_team_link a:hover{
	background-image:url(../icc_img/header_team_link_roll.gif);
}

#header_mail_link{
	width:240px;
	height:20px;
	display:block;
	position:absolute;
	top: 39px;
	left: 555px;
}
#header_mail_link a{
	width:240px;
	height:20px;
	display:block;
	background-image:url(../icc_img/header_mail_link.gif);
}
#header_mail_link a:hover{
	background-image:url(../icc_img/header_mail_link_roll.gif);
}

/*グローバルナビ*/
#g_navi{
	width:800px;
	height:60px;
	margin:0 auto;
}
#g_navi ul{
	width:800px;
	height:60px;
	margin:0 auto;
	list-style-type:none;
}
#g_navi li{
	display:block;
	width:200px;
	height:60px;
	float:left;
}
#g_navi a{
	display:block;
	width:200px;
	height:60px;
}
#g_navi_01{
	background-image:url(../icc_img/gnavi_01.gif);
}
#g_navi_01 a{
	background-image:url(../icc_img/gnavi_01.gif);
}
#g_navi_01 a:hover{
	background-image:url(../icc_img/gnavi_01_roll.gif);
}
#g_navi_02{
	background-image:url(../icc_img/gnavi_02.gif);
}
#g_navi_02 a:hover{
	background-image:url(../icc_img/gnavi_02_roll.gif);
}
#g_navi_03{
	background-image:url(../icc_img/gnavi_03.gif);
}
#g_navi_03 a:hover{
	background-image:url(../icc_img/gnavi_03_roll.gif);
}
#g_navi_04{
	background-image:url(../icc_img/gnavi_sales.gif);
}
#g_navi_04 a:hover{
	background-image:url(../icc_img/gnavi_sales_roll.gif);
}
/*メインコンテンツ*/
#contents_bg{
	width:800px;
	margin:0 auto;
	height:20px;
	clear: left;
	background-image:url(../icc_img/contents_bg.gif);
	background-repeat: repeat-x;
}
#contents_wrapper{
	width:100%;
	background-color:#FFFFFF;
	background-image: url(../icc_img/contents_bg.gif);
	background-repeat: repeat-x;
	height: auto;
}
#main_contents{
	width:800px;
	margin:0 auto;
	background-color: #FFFFFF;
	height: auto;
	position: relative;
}
/*左コンテンツ*/
#contents_left{
	width:520px;
	height:auto;
	float:left;
}
.contents{
	width:460px;
	margin:0 auto;
}
.contents_bottom{
	width:460px;
	margin:0 auto;
}
.contents img,.contents_bottom img{
	padding-top:20px;
}
.contents p,.contents_bottom p{
	line-height:180%;
	font-size:0.8em;
	margin:20px 0;	
}
.contents_dl{
	width:200px;
	display: block;
	margin-left: 250px;
	text-align:right;
	font-size:0.8em;
}
#contentswrapper_top{
	width:520px;
	height:auto;
	background-image:url(../icc_img/main_bg_top.gif);
	background-repeat:no-repeat;
}
#contentswrapper_bottom{
	width:520px;
	height:auto;
	background-image:url(../icc_img/main_bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom: 20px;
}
.contents_page_top{
	width:440px;
	margin:0 auto;
	padding:10px;	
}
.contents_page_top p{
	font-size:10px;
	text-align:right;
}
.contents_page_top a{
	color:#4364B1
}
#news_frame{
	border:none;
	width: 460px;
	height: 100px;
	overflow: auto;
}
#news_dl{
	margin:10px 0 20px 0;
	padding:0px;
	font-size: 0.8em;
}

#news_dl dt{
	margin:0 0 5px 0;
	padding:5px;
	border-bottom: 1px dotted #cccccc;
	float:right;
	width: 100px;
	display: block;
	color: #666666;
}
.news_dd{
	margin:0 0 5px 0;
	padding:5px;
	border-bottom: 1px dotted #FF9900;
	font-weight:bold;
	float:left;
	width: 330px;
	display: block;
	border-left: 5px solid #ff9900;
}
.news_contents{
	background-color:#FFFFFF;
	clear:both;
}
.news_contents_pro{
	background-color:#FFF8EC;
	clear:both;
	padding: 5px;
}
.news_contents p{
	margin:10px 0;
	font-size: 1em;
	line-height: 150%;
}
.news_contents_pro p{
	margin:0;
	font-size: 1em;
	line-height: 180%;
}
.orange{
	color:#FF0000;
}
.news_url{
	margin: 10px 0;
}
.news_url a:hover{
	color:#FF6600;
}

/*右コンテンツ*/
#contents_right{
	width:250px;
	height:540px;
	float:right;
	background-image:url(../icc_img/side_bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
}
#right_01 a{
	display:block;
	width:210px;
	height:120px;
	background-image:url(../icc_img/icc_naiyou_semi.gif);
	margin:20px auto 10px;
}
#right_01 a:hover{
	background-image:url(../icc_img/icc_naiyou_semi_roll.gif);
}
#right_02{
	width:210px;
	height:auto;
	margin:10px auto;
}
#right_03 a{
	display:block;
	width:210px;
	height:100px;
	background-image:url(../icc_img/jukousya_login.gif);
	margin:10px auto;
}
#right_03 a:hover{
	background-image:url(../icc_img/jukousya_login_roll.gif);
}
#right_04 a{
	display:block;
	width:210px;
	height:60px;
	background-image:url(../icc_img/icc_inglish.gif);
	margin:10px auto;
}
#right_04 a:hover{
	background-image:url(../icc_img/icc_inglish_roll.gif);
}
#right_05 a{
	display:block;
	width:210px;
	height:60px;
	background-image:url(../icc_img/team_iryo.gif);
	margin:10px auto;
}
#right_05 a:hover{
	background-image:url(../icc_img/team_iryo_roll.gif);
}

#page_top{
	clear:both;
	width:800px;
	margin:0 auto;
}
#page_top a{
	display:block;
	width:130px;
	height:30px;
	background-image:url(../icc_img/page_top.gif);
	margin-left: 650px;
}
/*フッター*/
#footer_all{
	height:100px;
	background-image:url(../icc_img/footer_bg.gif);
	background-repeat:repeat-x;
	margin:0 auto;
	background-color: #ECF1FB;
}
#footer_menu{
	width:720px;
	height:40px;
	margin:0 auto;
	font-size:0.8em;
	padding-left: 80px;
	padding-top: 10px;
}
#footer_menu ul{
	list-style-type:none;
}
#footer_menu li{
	float:left;
	margin:10px;
}
#footer_address{
	width:800px;
	height:auto;
	margin:0 auto;
	text-align:center;
	clear:left;
}
#footer_address address{
	font-size:10px;
	margin: 20px;
}





/*　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用記述 */
	}
/*　文字消しspan　*/
	.hide{
	display:none;
	}


#preloadimg {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(../icc_img/gnavi_01_roll.gif);
	background-image: url(../icc_img/gnavi_02_roll.gif);
	background-image: url(../icc_img/gnavi_03_roll.gif);
	background-image: url(../icc_img/gnavi_04_roll.gif);
	background-image: url(../icc_img/icc_naiyou_semi_roll.gif);
	background-image: url(../icc_img/jukousya_login_roll.gif);
	background-image: url(../icc_img/icc_inglish_roll.gif);
	background-image: url(../icc_img/team_iryo_roll.gif);
}
