@charset "UTF-8";

/* default */

body {
	background: url(images/body_bg.gif) repeat;
	margin: 0;
	padding-left: 4px;
	color: #666;
}

#body {
	width: 1053px;
	background: url(images/maincontainer_bg.gif) repeat-y left;
}

#header {
	background: url(images/head_bg.gif) repeat-x;
	width: 788px;
	margin-left: 11px;
	padding-top: 4px;
	padding-bottom: 3px;
}

/* header navigation */

#header ul {
	list-style-type: none;
}

#header ul li {
	float: left;
}

#header ul li#headnavi01 {
	width: 175px;
}

#header ul li#headnavi02 {
	width: 127px;
}

#header ul li#headnavi03 {
	width: 91px;
}

#header ul li#headnavi04 {
	width: 182px;
}

#header ul li#headnavi05 {
	width: 212px;
}

#header ul li a, #header ul li h1a {
	display: block;
}

#header ul li a:hover {
	background: url(images/headnavi_bgc.gif) repeat-x 0 top;
	display: block;
}

#leftcolumn {
	float: left;
	width: 813px;
}

/* left menu */

#Lmenu_container {
	float: left;
	width: 167px;
}

#leftmenu {
	width: 146px;
	margin-left: 21px;
	margin-top: 15px;
	background: url(images/leftmenu_bg_mid.gif) repeat-y;
	padding: 0;
}

#leftmenu img {
	margin: 0;
	padding: 0;
}

#leftmenu, #main {
	margin-bottom: 30px;	
}

#leftmenu h2 {
	margin-top: 20px;
}

#leftmenu h3 {
	margin-top: 13px;
}

#leftmenu ul {
	border-top: 1px dotted #cacaca;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-left: 0;
	list-style-type: none;
}

#leftmenu ul li {
	border-bottom: 1px solid #e8e8e8;
}

#leftmenu ul li img {
	margin-right: 2px;
	vertical-align: baseline;
}

#leftmenu div.inbox {
	margin-left: 7px;
	margin-right: 5px;
	padding-top: 10px;
	width: 135px;
}

#leftmenu div.inbox .logo {
	margin-left: 0px;
}

/* main contents width=596px */

#main {
	float: left;
	margin-left: 18px;
	width: 596px;
	margin-top: 30px;
}

#main2 {
	float: left;
	margin-left: 24px;
	width: 750px;
	margin-top: 30px;
}

#main h2 {
	margin-bottom: 20px;
}

/* Main  */

p.pankuzu {
}

#bread {
	margin-bottom: 10px;
}

#bread h1 {
	display:inline;
	font-weight: normal;
}

#main h2, #main h3, #main h4, #main h5, #main h6 {
	color: #333;
}

#main p {
	margin-bottom: 10px;
	line-height: 1.5em;
}

#main ul {
	margin-bottom: 10px;
	line-height: 1.5em;
}

#main p.linkR {
	text-align: right;
	padding: 0;
	margin: 4px 0 6px;
}

#main p.linkR img {
	margin-right: 3px;
}

#main p.link {
	padding: 0;
	margin: 4px 0 6px;
}

#main p.link img, ul.link li img {
	margin-right: 3px;
	margin-left: 3px;
}

.row {
	height: 100%;
}

.columnL, .columnM, .columnR {
	float: left;
}

ul.link {
	list-style-type: none;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

ul.link li {
	width: 298px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}


.colorblue {
	color: #0099cc;
}

#main .noboder {
	border-style: none;
}

/* footer */

#footer {
	width: 750px;
	margin-left: 24px;
	text-align: center;
	border-top: 1px solid #a5a5a5;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
}

#footer p {
	margin-bottom: 10px;
	margin-top: 15px;
}

/* right column */

#rightcolumn {
	float: left;
	width: 240px;
}

#rightcolumn div.inbox {
	margin-left: 30px;
	margin-top: 5px;
	width: 207px;
}

#rightcolumn p.changetext {
	border-bottom: 1px dotted #a2a2a2;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

#rightcolumn p.print img {
	vertical-align: middle;
	margin-right: 2px;
}

#rightcolumn p.bottom_row {
	border-top: 1px dotted #a2a2a2;
	padding-top: 4px;
	margin-top: 4px;
}

/* anchor */

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a.colorblue:link, a.ask:link, 
a.ask:visited, a.colorblue:visited {
	color: #0099cc;
	text-decoration: none;
}

a:hover,  a.ask:hover, a.colorblue:hover, a:active, a.ask:active, a.colorblue:active {
	color: #666;
	text-decoration: underline;
}

/* align */

.alignL {
	text-align: left;
}

.alignC {
	text-align: center;
}

.alignR {
	text-align: right;
}

/* end css */

