/* タグのスタイルシート 
------------------------  */
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
sans-serif;
	line-height: 1.4;
	background: #DEDECA ;
	color: #666633;
	bo
}
p {
	/*\*/
	letter-spacing: 0.2em;
	/**/
}
/* ヘッダーのスタイルシート
----------------------------  */
#header {
	width: 100%;
	width: 760px;
	height: 550px;
}
#logo {
	position: absolute;
	width: 100%;
	height: 59px;
	background-color: #d7dcef;
	border-bottom: #330088 solid 1px;
}
#logo img {
	margin: 10px 0 0 10px;
}
#headmain {
	position: absolute;
	width: 100%;
	height: 450px;
	top: 60px;
}
#headfoot {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 510px;
	background-color: #ffffff;
}
#navi {
	position:relative;
	width: 100%;
	height: 30px;
	margin-top: 6px;
}
#globalNav {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 280px;
	height: 30px;
	list-style-type: none;
}
#globalNav li {
	float: left;
	width: 60px;
	padding: 3px 2px 1px 7px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #cccccc;
}
#globalNav li a {
	width: 60px important;
	width /**/: 69px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height: /**/:20px;
	padding-top: 20px;
	background-image: url(index/navi.gif);
	color: #FFFFFF;
}
#navi1 a { background-position: 0 0 }
#navi2 a { background-position: -60px 0 }
#navi3 a { background-position: -120px 0 }
#navi4 a { background-position: -180px 0 }

#navi1 a:hover { background-position: 0 -20px }
#navi2 a:hover { background-position: -60px -20px }
#navi3 a:hover { background-position: -120px -20px }
#navi4 a:hover { background-position: -180px -20px }

#headfoot img {
	position: absolute;
	margin: -30px 0 0 660px;
}
#headfoot p {
	position: absolute;
	width: 210px;
	font-size: 75%;
	margin: -27px 0 0 450px;
}

/* プライマリーのスタイルシート
------------------------------ */
#content {
	position: absolute;
	top: 550px;
	width: 100%;
	width: 760px;
	height: 320px;
	background: #EC8602 url(image/secondary_h3_bg.gif) right top repeat-y;
}
#container {
	position: relative;
	width: 100%;
	top: 20px;
}
#primary {
	width: 380px;
	top: 0;
	background-color: #eeeeee;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#press {
	position: relative;
	height: 280px;
	width: 100%;
	top: 0;
	left: 0;
}
h2 {
	margin: 10px 0 0 30px;
}
#primary ul {
	list-style-type: none;
}
#primary ul li {
	margin:0 0 0 0;
}
#hizuke {
	color: #3300FF;
}
/* セカンダリーのスタイルシート
-------------------------------- */
#secondary {
	position: absolute;
	width: 378px;
	left: 380px;
	top: 0;
	background-color: #eeeeee;
	border: 1px solid #999999;
}
#profile {
	position: relative;
	width: 100%;
	height: 280px;
}
#profile p {
	width: 300px;
	margin: 20px 0 0 30px;
	padding: 0 0 0 0;
}
#gyoubu {
	position: absolute;
	top: 100px;
	left: 220px;
}

/* フッターのスタイルシート
----------------------------- */
#footer {
	position: absolute;
	top: 3700px;
	width: 700px;
	background: #f6ebb3 url(image/foot_bg.gif) right top repeat-x;
}
#footer ul {
	margin-left: 0px;
	padding: 0;
	list-style: none;
}
#footer li {
	padding: 5px 1px 5px 1px;
	float: left;
	width: 90px;
}
#footer li a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 100%;
	height: 0 !important;
	height /**/:20px;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;  
	color: #888888;
}
#footer li a:hover {
	color: #cccccc;
}
#footer p {
	float:left;
	width:700px;
	background: #f6ebb3 url(image/foot_bg.gif) right top repeat-x;
}
#footer img{
	margin: 5px 0 5px 150px;
}
