/* main elements */
html, body {
	background: url('img/bg.gif') repeat;
	font-size: 12px;
	font-family: 'MS　Pゴシック';
	margin: 0;
	padding: 0;
}

/* wrapper */
#container {
	background: #fff;
	width: 725px;
	margin: 0px auto;
}

/* banner */
#banner {
	background: url('img/grass.jpg') top left no-repeat;
	height: 100px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
}	


/* right */
#content {
	float: right;
	background: #fff;
	width: 525px;
	border-bottom: 0px solid #ccc;
	margin: 0;
	padding: 5px;
}

/* bottom box */
.bottom {
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	width: 250px;
	margin: 10px 5px 5px 0px;
	padding: 5px;
}

/* left */
#leftbar {
	float: left;
	width: 175px;
	margin: 3px;
	padding: 0;
}	

/* news box / whatever */
#box {
	border: 1px dotted #ccc;
	background: #eee;
	width: 160px;
	padding: 7px 5px 7px 5px;
	margin: 3px 0px 5px 3px;
}

/* footer */
#footer {
	background: #ddd url('img/footerbg.jpg') no-repeat;
	clear: both;
	border-top: 2px solid #ccc;
	color: #000;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

/* テキスト */


p{
font-size: 13px;
line-height: 22px;
}



#banner h1 {
font-size: 30px;
color: #fff;
margin: 0;
padding: 25px 0px 0px 5px;
letter-spacing: -0.12cm;
}

.bannertag {
color: #fff;
float: right;
margin: 5px 15px 0px 0px;
}

#content h2 { 
margin: 0;
padding: 0px 0px 0px 17px;
color: #9c3; 
background: url('img/article.jpg') top left no-repeat; 
height: 16px;
}
#content h3 { 
margin-top: 10px;
padding: 0px 0px 0px 17px;
color: #9c3; 
height: 16px;
font-size: 14px;
}

#content p {
	margin: 0px 0px 10px 0px;
	font: 12px;
	font-family: 'MS　Pゴシック';
}

#leftbar ul { margin: 5px 0px 10px 0px; padding: 0; border-top: 1px solid #ccc; } 



#leftbar li { margin: 0; padding: 5px 0px 5px 0px; list-style: none; border-bottom: 1px solid #ccc; text-align: center; }

#leftbar a { color: #9c3; display: block; text-decoration: none; } #leftbar a:hover { text-decoration: underline; } #box p { margin: 0; }

#content a { color: #9c3; } 
.bottom a { color: #9c3; }

.title { font-size: 1.2em; margin:0px 0px 7px 0px; padding: 0px 0px 0px 20px; color: #9c3; 
background: url('img/bomb.jpg') top left no-repeat; height: 16px; } 
.bottom p { margin: 0px 0px 5px 0px; }
acronym { color: #9c3; }

.detail { color: #9c3; font-variant: small-caps; padding: 2px; }
#footer a { color: #aaa; text-decoration: none; } 
#footer a:hover { text-decoration: underline; }
* html #footer { padding: 4px 0px 10px 0px; }
/**************** リンクNAVIGATION   *******/


#links {
	list-style:none;
	font: 1em MS　Pゴシック;
	font-size:8px;
	color: #;
	margin-left: 15px;

#links h2 {
	font: 0.9em MS　Pゴシック;
	font-size:12px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #666666;
}


/**************************************************/