@charset "shift_jis";
/*----owarino-top Header & Footer--------------------------*/
* {
	line-height: 150%;
	padding: 0;
	margin: 0;
}

#header {
	text-decoration: none;
	margin: 0px;
	line-height : 100%;
	border-bottom-color: red;
     border-bottom-width : 1px;
}

#header  #logo {
	float: left;
}

#header  #item {
	float: right;
	font-size: 80%;
	color: red;
}
#header #redline{
	clear: both;
     line-height : 100%;
     padding: 0px;
     margin: 0px;
     border-top-width : 1px;
     border-top-style : solid;
     border-top-color : red;
}
#footer {
	text-decoration: none;
	border-style: none;
	padding:0px;

}

#copyright {
	font-size: 80%;
	font-family: "Times New Roman";
	color: navy;
	font-style: italic;
	text-align: left;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: red;
}

#footer  #logo {
	float: left;
}

#footer  #modoru {

	font-size: 80%;
	color: blue;
	font-weight: bold;
}
#footer  #item {
	float: right;
	font-size: 80%;
	color: red;
}

hr {
	clear: both;
	color: red;
	background-color: red;
	border: none;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

/*----font size------------------*/
.bold-red {
	font-weight: 600;
	color: #cc0000;
	font-size: 100%;
}

.bold {
	font-weight: 600;
	font-size: 100%;
}

.red {
	font-weight: normal;
	color: #cc0000;
	font-size: 100%;
}

.s1 {
	color: Midnightblue;
	text-align: center;
	font-size: 70%;
}

/*----image layout------------------*/
.imagebox-r {
	float: right;
	font-size: 80%;
	color: navy;
	text-align: center;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	line-height: 120%;
	display: inline;
}

.imagebox-l {
	float: left;
	font-size: 80%;
	color: navy;
	text-align: center;
	padding: 5px;
	display: inline;
}

.imagecenter {
	font-size: 80%;
	color: navy;
	text-align: center;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}
