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

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	color: #000000;
}
a {
	color: #666666;
}
a:visited {
	color: #A4A4A4;
}
a:hover {
	color: #FF4000;
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: top;
}

/* 基本レイアウト
---------------------------------------------*/
#wrapper {
	width: 800px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}


#header {
	height: 152px;
}

#header h1{
	padding-left: 26px;
	padding-top: 14px;
	padding-bottom: 25px;
}
#header h2{
	padding-bottom: 33px;
}



#primary {
	float: right;
	width: 400px; /* 上下方向にマージンを指定 */
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 22px;
	padding-left: 50px;
	padding-right: 96px;
}
#primary p {
	font-size: 110%;
	line-height: 1.8;
	padding-top: 10px;
	padding-bottom: 10px;
}
#primary h3 {
	font-size: 130%;
	color: #FF4000;
	padding-bottom: 10px;
	background-image: url(../../../common/images/red_ico.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}





#secondary {
	float: left;
	width:218px; /* 上下方向にマージンを指定 */
	padding-top: 22px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	padding-left: 32px;
}

#secondary li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}



#footer {
	clear: both; /* 寄せを解除 */
	height: 21px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-right: 10px;
	padding-top: 40px;
}

#c{
	height: 50px;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 90%;
	color: #666666;
}


/* 他装飾
---------------------------------------------*/
.ja a {
	color: #FF4000;
	text-decoration: none;
}


#english{
	position: absolute;
	width:586px;
	left: 200px;
	top: 14px;
	padding-right: 14px;
}

#pankuzu{
	position: absolute;
	width:586px;
	left: 200px;
	top: 34px;
	padding-right: 14px;
}
#news{
	padding-left: 8px;
	padding-top: 46px;
}
.newskoumoku{
	padding-left: 23px;
	padding-top: 10px;
	background-image: url(../images/black_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 95%;
	color: #666666;
}
.red {
	color: #FF4000;
}

