@charset "UTF-8";
/* CSS Document */

/* header
------------------------------------------------------------*/
header {
	background: url(../images/header_line.png), url(../images/header_flag.png);
	background-position: left bottom, left top;
	background-repeat: repeat-x, repeat-x;
	height:150px;
	margin-bottom: 30px;
}
header #headerIn {
	width:1024px;
	background:url(../images/icon_shizuoka.png) 20px 60px no-repeat;
	margin:auto;
	position:relative;
	height:150px;
}
header #headerIn #identity {
	position:absolute;
	top:38px;
	left:85px;
}
.m_m{ margin-left: 70px; margin-right: 70px;}
.link_sec li{
	width: 210px;
	float: left;
	background: url(../images/about/ico_arrow.png) left center no-repeat;
	padding-left: 13px;
	margin-bottom: 45px;
}

/* 
------------------------------------------------------------*/
.about_flow li{
	padding: 4px 0 0 35px;
	margin: 0 10px 0 0;
	line-height: 30px;
}
.about_flow li.ico_01{background:url(../images/about/ico_01.gif) no-repeat left center;}
.about_flow li.ico_02{background:url(../images/about/ico_02.gif) no-repeat left center;}
.about_flow li.ico_03{background:url(../images/about/ico_03.gif) no-repeat left center;}
.about_flow li.ico_04{background:url(../images/about/ico_04.gif) no-repeat left center;}
.about_flow li.ico_05{background:url(../images/about/ico_05.gif) no-repeat left center;}

