@charset "euc-jp";

body {
	margin:0px;
	padding:0px;
	border:0;
	text-align:center;
	min-width:620px;
	background: #FFFFFF;
}
#container {
	width:100%;
	height:auto;
	text-align:left;
	margin: 0px auto;
	padding: 0px;
	float: left;
}

h2 {
	margin:0px;
	padding:0px;
}

/* リンク色設定 */
a:link    {text-decoration: underline; color: #0033CC;}
a:visited {text-decoration: underline; color: #551A8B;}
a:hover   {text-decoration: underline; color: #FF4500;}
a:active  {text-decoration: underline; color: #CC0000;}

/* リンク色を隠す */
.img_b {
	vertical-align:top;
	border:none;
}

/* 隠す */
.hide {
	position: absolute;
	left: -100em;
	top: -100em;
}
p {
	padding:0px;
	margin:0px;
}

/* ヘッダーここから */
#header{
	margin:0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#header2{
	width: 100%;
	float: left;
	clear: left;
	padding: 0px;
/*	height: auto; */
	height:70px;	/* yamaharu add */
	margin: auto;
	font-size:12pt;
	border-bottom:3px #369B00 solid;
}
#he_left {
	float: left;
	margin: 0px -180px 0px 0px;
	padding: 0px;
	width: 180px;
	height: 60px;
	z-index: 4;
	position: relative;
}
#he_left h1, #he_left p {
	margin: 6px 0 0 14px;
	padding:0px;
}

.header_nav {
	margin:0px 15px 0px 0px;
/*	padding:8px 0px 0px 0px; */
	padding:0px 0px 0px 0px;	/* yamaharu add */
}

.header_nav ul {
	margin:0px;
	padding:0px;
}

.header_nav li.gyou3 {
	display: inline;
	margin: 0px;
	padding:0px 0px 0px 2px;
	list-style-type: none;
}
.header_nav li.gyou3_2 {
	display: inline;
	margin: 0px;
	padding:0px 0px 0px 2px;
	list-style-type: none;
	letter-spacing:-2px;
}

#he_right {
	margin:0px -180px 0px 0px;
	padding: 0px;
	float: left;
	text-align: right;
	height: auto;
	width: 100%;
}
#he_right_a {
	margin:10px 0px 0px 180px;
	padding: 0px;
	z-index: 2;
}
/* ヘッダーここまで */

/* フッターここから */
#footer {
	float:left;
	_float:none;
	clear:both;
	margin: 0px;
	padding:0px;
	width:100%;
	height: auto;
	_height:100%;
	color:#ffffff;
	background:url(../../img/back_footer.jpg) repeat-x #006600;
}
#footer a:link { color: #ffffff; }
#footer a:visited { color:#ffffff; }
#footer a:hover { color:#ffffff; text-decoration:none; }
#footer a:active { color:#ffffff; }

#author_info {
	margin:0px;
}
#author_info .footer_navi {
	margin:0px;
	padding:8px 4px 0px 4px;
	overflow:hidden;
}
#author_info .footer_navi ul{
	margin:0px;
	padding:0px;
	float:right;
}
#author_info .footer_navi li {
	display: inline;
	margin: 0px 15px 0px 0px;
	padding:0px 0px 0px 18px;
	list-style-type: none;
	background-image: url(../../img/icon_migi3.gif);
	background-repeat: no-repeat;
	background-position:left center;
}
#author_box{
	clear:both;
	margin: 4px 0px 0px 15px;
	padding:6px 0px 5px 10px;
	border-left:4px #93C680 solid;
}
#author_box p{
	padding:0px;
	margin:0px;
}
#copyright{
	border-left:4px #93C680 solid;
	clear:both;
	font-size: 80%;
	margin: 0px 0px 0px 15px;
	padding:0px 0px 10px 10px;
	_padding:0px 0px 10px 20px;
}
/* フッターここまで */

/* Citynet追加 */
.light-blue {
	color: #40A6DD;
}
.blue {
	color: #0000FF;
}
.dark-blue {
	color: #000099;
}
.purple {
	color: #660099;
}
.pink {
	color: #FF6699;
}
.red {
	color: #FF0000;
}
.orange {
	color: #FF6600;
}
.yellow {
	color: #FFCC00;
}
.white {
	color: #FFFFFF;
}
.gray {
	color: #666666;
}
.brown {
	color: #663300;
}
.green {
	color: #339900;
}
.italic {
	font-style: italic;
}
.strong {
	font-weight: bold;
}
.large {
	font-size: 115%;
	line-height: 140%;
}
.small {
	font-size: 80%;
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}
.left {
	text-align: left;
	padding-left: 10px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
	padding-right: 10px;
}
.hide {
	position: absolute;
	left: -100em;
	top: -100em;
}
.important {
	background-color: #ff3366;
/*	border: solid 1px #cc0033; */
	color: #ffffff;
	font-size: 80%;
/*	font-weight: bold; */
/*	line-height: 150%; */
	padding: 0.3em;
}

/* yamaharu add */
#gengo {
	position:absolute;
	right:200px;
	top:42px;
	display:inline;
}
#cse-search-box{
	position:absolute;
	right:15px;
	top:40px;
}	
#gengo div {
	display:inline;
}