/* @override 
	http://192.168.2.70/~yoshihiro/css/common.css?20090213
*/

html {
	height: 100%;
}

body * {
	margin: 0;
	padding: 0;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}

img {
	border: none;
}

.clear {
	clear: both;
}

ul, ol {
	list-style: none;
}

body {
	background: white url(../images/common_bg.gif) repeat-x 0 99px;
	margin: 0;
	height: 100%;
}

a:link,
a:visited {
	color: #2A7DE6;
}

a:hover,
a:active {
	color: #00aeff;
}

div#wholewrapper {
	width: 768px;
	margin: 0 auto;
	padding: 0 0 10px;
	background: white url(../images/wrapper_bg.png) repeat-y center center;
}

div#header {
	width: 758px;
	height: 99px;
	margin: 0 auto;
	overflow: hidden;
}

form,
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

div.submit-button {
	text-align: center;
}

div.search-button {
	
}

img.button {
	cursor: pointer;
}

div#footer {
	width: 738px;
	margin: 15px auto 0;
	border-top: 2px solid #cecece;
	padding: 10px 0 0;
}

div#footer address {
	display: block;
	text-align: right;
	clear:both;
}

div#footer span#footer_link {
}

div#footer span#footer_link a {
	float:left;
	display: block;
	background:transparent url(../images/arrow_right.gif) no-repeat left center;
	padding-left: 8px;
	margin-left: 8px;
}

div#footer address span.copyright {
	display: block;
	color:#333;
	text-align: center;
}


div#wrapper-bottom {
	width: 768px;
	height: 6px;
	margin: 0 auto 30px;
	padding: 0;
	background: transparent url(../images/wrapper_bottom.png) repeat-x center top;
	line-height: 0px;
}

/* @group Global Menu */

div#globalmenu {
	position: relative;
	margin: 0;
	padding: 0;
	width: 768px;
	height: 39px;
	background: transparent url(../images/gm_bg.png) no-repeat center center;
}

div#globalmenu ul {
	position: absolute;
	width: 768px;
	height: 34px;
	top: 5px;
	text-align: center;
}

div#globalmenu ul li {
	padding: 0 13px;
	display: inline;
}

/* @end */

div.localheader {
	margin: 15px 15px 10px;
}

h3.maintitle {
	font-size: medium;
	font-weight: bold;
	color: #184399;
	background: transparent url(../images/maintitle_bg.png) repeat-x center bottom;
	border-left: 10px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 3px 10px;
	line-height: 1.5;
}

div.localheader p.remarks {
	margin: 7px;
	line-height: 1.3;
}

