/* common */

body {
	text-align: center;
}

/* header */

#header-row {
	width: 100%;
	text-align: center;
	background: url(images/navi_bg_bar.gif) repeat-x 0 bottom;
	clear: both;
}

#header, #footer, #main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	text-align: left;
	padding: 0 0 10px;
}

/*
#header h1 {
	margin-top: 10px;
	width: 300px;
	float: left;
}
*/

#header h1 {
	margin-top: 10px;
	width: 520px;
	float: left;
}

#header h1 img {
	margin-right: 2px;
	vertical-align: -10px;
}

#header h1 span {
	font-size: 12px;
	color: #2869cf;
	padding-bottom: 10px;
}

#header .searchbox {
	width: 274px;
	text-align: right;
	float: right;
	margin-top: 10px;
}

#header .searchbox ul {
	font-size: 12px;
	list-style-type: none;
}

#header .searchbox ul li {
	/*list-style-image: url(images/languageSelect_btn01.gif);*/
	float: left;
	width: 68px;
}

#header .searchbox ul li img {
	vertical-align: middle;
	margin-right: 3px;
}

#header a:link, #header a:active, #header a:visited {
	color: #333;
	text-decoration: none;	
}

input.sbox1 {
	width: 120px;
}

#imageField, #imageField2 {
	vertical-align: top;
}

/* global navigation */

#globalnavi {
	width: 800px;
	clear: both;
	margin: 0 auto;
}

#globalnavi ul {
	background: url(images/gnavi_bgline.gif) repeat-x;
	list-style-type: none;
	height: 49px;
	width: 800px;
	margin: 0;
	padding: 0 0 0 1px;
}

#globalnavi ul li {
	margin-right: 1px;
	width: 132px;
	text-align: center;
	background: url(images/gnavi_button.gif) repeat-x;
	font-size: 14px;
	float: left;
	height: 49px;
	font-weight: bold;
}

#globalnavi ul li.end {
	width: 134px ;
	_width: 133px ;	/* IE6 bugfix */
}

#globalnavi a {
	display: block;
	height: 27px;
	padding-top: 15px;
}

#globalnavi ul li a:link, #globalnavi ul li a:active, #globalnavi ul li a:visited {
	color: #333;
	text-decoration: none;
}

#globalnavi ul li.current {
	background-color: #fff;
	background-image: none;
}

#globalnavi ul li.current a {
	color: #2869cf;
}

/* Main */

#main {
	text-align: left;
	margin-top: 10px;
	padding-bottom: 4px;
}

.row {
	
}

.col2left, .col2right {
	float: left;
}

#main a:link, #main a:active {
	color: #3757bc;
}

#header a:hover, #globalnavi ul li a:hover, #main a:hover {
	color: #ff2d96;
}

#main p, #main > ul {
	line-height: 1.5em;
	font-size: 84%;
}

/*1205 add*/
#main .col3_box .inbox ul li {
	line-height: 1.5em;
}
/*1205 add*/

#main p.pagetop-link, #main p.seemore {
	text-align: right;
	font-size: 12px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 10px;
}

#main p.pagetop-link img {
	vertical-align: middle;
	margin-right: 3px;
}

#main p.seemore img {
	vertical-align: middle;
	margin-left: 3px;
}

#main table {
	border-collapse: collapse;
	font-size: 82%;
}

#main p.pankuzu-list {
	font-size: 86%;
	margin-bottom: 12px;
}

/* other */

.alignL {
	text-align: left;
}

.alignC {
	text-align: center;
}

.alignR {
	text-align: right;
}

ul.nobullet {
	list-style-type: none;
}

.disp-none {
	display: none;
}

#main .noborder {
	border-style: none;
	border-width: 0;
}

/* footer */

p.footerlink {
	text-align: right;
	padding-top: 10px;
	padding-right: 2px;
	font-size: 12px;
}

#footer-row {
	width: 100%;
	text-align: center;
	background: #d0dbe6 url(images/footer_bg_bar.gif) repeat-x 0 top;
	margin: 0;
	padding: 0;
	clear: both;
}

#footer p {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

/* end css */
