* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font=size: 75%;
	font=family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
	line-hight: 1.4;
	color: #333333;
}

#header {
	width: 749px;
	font-size: 100%;
	color; #FFFFFF;
	background: #2D78BF;
}

#praiv {
	position: absolute;
	top: 5px;
	left: 630px;
	vertical-aligin: top;
	color: #FFFFFF;
	font-size: 75%;
}

#praiv a {
	color:#FFFFFF;
	text-decoration: none;
}
#wrapper h1 {
	color: #FFFFFF;
	font-size:75%;
	margin-left: 10px;
}
/* ロゴ
---------------------------------------------*/
#logo {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 267px;
	height: 33px;
	background: url(../images/rogo.gif) left top no-repeat;
}
#logo img {
	position: absolute;
	left: -9999px;
}
/* ナビゲーション
---------------------------------------------*/
#globalNav {
	position: absolute;
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #E8E8E8 url(../images/global_nav_bg.gif) left top repeat-x;
	border-bottom: 3px solid #CCCCCC;
}
#globalNav li {
	float: left;
	width: 6.6em;
	border-right: 1px solid #CCCCCC;

}
#globalNav li a {
	display: block;
	width: 100%;
	font-size: 80%;
	line-height: 2em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background: #E8E8E8 url(../images/global_nav_a_bg2.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #333333;
	background: #50B622 url(../images/global_nav_a_bg2.gif) 0 -150px repeat-x;
}
/* コンテント
---------------------------------------------*/
#content {
	position: relative;
	overflow: auto !important;
	overflow /**/: hidden;
	top: 40px;
	width: 100%;
	padding; 20px,0;
	background: #FFFFFF;
}
#primary {
	float: left;
	width: 549px;
	color; #333333;
	padding-left: 10px;
}
#secondary {
	float: left;
	width: 200px;
	background: #FFFFFF url(../images/rightside_bg.gif) right top repeat-y;

}
/* プリマリー
---------------------------------------------*/
#primary h2 {
	font-size: 110%;
	text-decoration: underline;
}

#primary p {
	font-size: 90%;
	margin-left: 20px;
	margin-top: 50px
}

#primary .p1{
	margin: 5px 0px 0px 70px;
}

#primary .p2{
	margin: 5px 0px 0px 100px;
}

#primary .p3{
	margin: 5px 0px 0px 170px;
}
#primary .p4{
	margin: 5px 0px 0px 200px;
}

/* リスト
---------------------------------------------*/

#secondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#secondary .list {
	margin-bottom: 20px;
	font-size: 80%

}

#secondary .list li {
		margin: 5px 0 0 15px;
		padding-left: 15px;

		background: url(../images/arrow.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}

#secondary .list li a {
		display: block;
		width: 100%;
		text-decoration: none;
		}

#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #2D78BF;
	}
/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	top: 50px;
	width: 749px;
	padding: 10px 0;
	border-top: 3px solid #CCCCCC;
	background: #CCCCCC;
	text-align: center;
}