/* CSS */

body,form,fieldset,p{
	margin: 0;
	padding: 0;
}

fieldset{
	border:none;
}

h1,ul{
	margin: 0;
	padding: 0;
}

/* page */

#container {
	background: #FFFFFF;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#contents {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/* top print header */

#topPrintHeader {
	height: 60px;
}


/* top main */

#main {
	width: 562px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
}

#mainL {
	float: left;
	width: 270px;
}

#mainR {
	float: right;
	width: 280px;
	margin-left: 5px;
	clear: none;
}

/* header */

#header {
	background: url(../../common/top_corner.gif);
	height: 60px;
	display: none;
}

#headerLine {
	background: #FF7E00;
	display: none;
}

/* main list */

#main li {
	list-style: url(../../common/indent.gif) inside;
	margin-bottom: 5px;	
}

#main a,a:link {
	color: #333333;
	text-decoration: underline;
}

#main a:visited {
	color: #0080FF;
	text-decoration: underline;
}

#main a:hover {
	color: #FF7E00;
	text-decoration: underline;
}

/* sub title */

#h1 {
	color: #2068AA;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
}

/* sub title list */

#h1 ul {
	margin: 0px;
	padding: 0px;
}

#h1 li {
	list-style: url(../../common/h1_indent.gif) inside;
	margin: 0px;
	padding: 0px;
}

/* text */

.topText01 {
	font-size: 75%;
	line-height: 155%;
}

/* top photo */

#photo {
	margin: 0px;
	padding: 0px;
	width: 566px;
}

/* print navi */

#printNavi {
	width: 188px;
	margin-top: 10px;
	float: left;
	clear: none;
	margin-bottom: 10px;
}

/* navi */

#navi {
	width: 188px;
	margin-top: 10px;
	background: #C4E3FF;
	margin-bottom: 10px;
	display: none;
}

/* print bottom menu */

#printBtmMenu {
	clear: both;
	width: 760px;
	height: 24px;
}


/* bottom menu */

#btmMenu {
	clear: both;
	width: 760px;
	height: 24px;
	background: url(../../common/btm_corner.gif);
	display: none;
}

/* footer */

#footer {
	height: 30px;
	font-size: 11px;
	color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 15px;
}
