@charset "utf-8";

/* 全体の整形 */

div#OUTER {
	position: relative;
	width: 1000px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


/* // 全体の整形 */


/* ヘッダー */
div#HEADER {
	position: absolute;
	width: 1000px;
	height: 143px;
	background-image: url(../../image/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#SITE_ID {
	position: absolute;
	top: 60px;
	width: 300px;
	height: 80px;
	left:10px;
}

ul#HEADER_MENU {
	position: absolute;
	left: 751px;
	top: 45px;
	width: 250px;
	height: 21px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#HEADER_MENU li {
	line-height: 7px;
	float: left;
	padding: 0px;
}

ul#HEADER_MENU li a {
	padding-left: 5px;
	color: #999999;
}

ul#HEADER_MENU li.home {
	padding-left: 20px;
	list-style-position: inside;
	list-style-image: url(../../image/home.gif);
}

ul#HEADER_MENU li.sitemap {
	padding-left: 20px;
	list-style-position: inside;
	list-style-image: url(../../image/sitemap.gif);
}

/* // ヘッダー */

/* ヘッダー ナビ */
div#NAVI {
	position: absolute;
	width: 1000px;
	height: 67px;
	background-image: url(../../image/global_navi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top: 143px;
}

ul#NAVI_MENU {
	position: absolute;
	left: 50px;
	top: 7px;
	width: 900px;
	list-style-type: none;
	height: 50px;
}

ul#NAVI_MENU li {
	float: left;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-image: url(../../image/navi_li.gif);
	font-size: 14px;
	margin-left: 12px;
	padding: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}

ul#NAVI_MENU li a {
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

ul#NAVI_MENU li a:hover { 
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: underline;
}

li#NAVI_MENU current { 
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: underline;
}


/* // ヘッダー ナビ */

div#RIGHT_COLUMN {
	width: 700px;
	position: absolute;
	left: 300px;
}

div#LEFT_COLUMN {
	width: 300px;
	float: left;
}

/* フッター */

address#COPYRIGHT {
	padding-top: 30px;
	font-style: normal;
}
/* // フッター */

/*  左ナビ */
div.michicoAnalytics {
	width: 300px;
	margin: 0;
	padding-bottom: 15px;
	background-image: url(../../image/sub_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


div.michicoAnalytics ul {
	margin: 0;
	background-image: url(../../image/sub_body.jpg);
	background-repeat: repeat-y;
	padding: 2px;
}

div.michicoAnalytics ul li {
	width: 240px;
	list-style-type: none;
	line-height: 1.1;
	margin: 5px 0 0 15px;
	padding: 4px 2px 4px 20px;
}

div.michicoAnalytics ul li a {
	display: block;
	color: #333333;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 20px;
	margin: 5px 0 0 15px;

}

div.michicoProposal {
	width: 300px;
	margin: 0;
	padding-bottom: 15px;
	background-image: url(../../image/sub_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


div.michicoProposal ul {
	margin: 0;
	background-image: url(../../image/sub_body.jpg);
	background-repeat: repeat-y;
	padding: 2px;
}

div.michicoProposal ul li {
	width: 240px;
	list-style-type: none;
	line-height: 1.1;
	margin: 5px 0 0 15px;
	padding: 4px 2px 4px 20px;
}

div.michicoProposal ul li a {
	display: block;
	color: #333333;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 20px;
	margin: 5px 0 0 15px;

}
/* // 左ナビ */
