@charset "Shift_JIS";



/*-----------------------------------------------------------------

	生協ひろしま共済共通CSS



	リンク系

	ヘッダー/header

	メイン/main

	フッター/footer

	floatクリアー

-----------------------------------------------------------------*/

body{

	background-color:#FFFFFF;

	background-image: url(/inc/images/global/main_bg.gif);

	background-repeat: repeat;

	font-size: 84%;

	color: #666666;

}



/* layout */



#container {

	background-color: #FFFFFF;

	margin-right: auto;

	margin-left: auto;

	width: 770px;

	padding-top: 10px;

	padding-bottom: 10px;

	background-image: url(/kyousai/inc/images/bg_top.jpg);

	background-repeat: no-repeat;

	background-position: top center;

}



/* ▼リンク系

-----------------------------------------------------------------*/

a span{

	display: none;

}

/* ▲リンク系

-----------------------------------------------------------------*/



/* ▼ヘッダー/header

-----------------------------------------------------------------*/

#header {

	background-image: url(/inc/images/global/header_bg2.gif);

	height: 55px;

	padding-top: 10px;

	width: 750px;

	margin-right: auto;

	margin-left: auto;

	background-repeat: no-repeat;

}

#header{

	background-image: none; 

}

#header h1{

	margin: 0px 0px 0px 10px; 

}

#header h1 img{

	margin: 0px 10px 0px 0px; 

}

#header ul{

	float: right;

	width: 320px;

}

#header li{

	float: right;

	margin: 0px 3px 0px 3px;

}

/* ▲ヘッダー/header

-----------------------------------------------------------------*/



/* ▼メイン/main

-----------------------------------------------------------------*/

#main{

	width: 770px;

	line-height: 120%;

}

/* メイン画像 */

#main_img{

	background-color: #ffffff;

	padding: 0px 0px 0px 10px;

}

.erase{

	display: none;

	height: 0px;

}

/* ▲メイン/main

-----------------------------------------------------------------*/



/* ▼フッター/footer

-----------------------------------------------------------------*/

#footer{

	width: 750px;

	margin-right: auto;

	margin-left: auto;

	margin-top: 10px;

}

#f_info{

	width: 750px;

	height: 63px;

}

#f_info:after{

	clear: both;

}

#f_info li{

	float: left;

}

#bottom_menu{

	margin: 10px 0px 10px 0px;

}

#bottom_menu img{

	float: left;

}

#bottom_menu li{

	display: inline;

	margin: 0px 3px;

	color: #4040ff;

}



/* ▲フッター/footer

-----------------------------------------------------------------*/



/* ▼floatクリアー

-----------------------------------------------------------------*/

.clearfix:after {

	content: "."; 

	display: block; 

	height: 0; 

	clear: both; 

	visibility: hidden;

}

.clearfix {

	display: inline-table;

	min-height: 1%;

}

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* End hide from IE-mac */



/* ▲floatクリアー

-----------------------------------------------------------------*/
