*{
	margin:0;
	padding:0;
	list-style-type: none;
	font-size: 98%;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	outline:none;

}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color:#333333;
	text-decoration: none;
}
a:hover{
	color:#333333;
	text-decoration: underline;
}
a:visited{
	boder:none;
	text-decoration: none;

}
label { cursor: pointer; }
/* フォーム要素 (このクラスを適用すると、左側に20ピクセルの余白を作ります) */
div.form_item { margin-left: 20px; }
/* ボタン (このクラスを適用すると、上側に20ピクセル、左側に80ピクセルの余白を作ります) */
div.form_submit {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
/* 必須項目エラーメッセージ */
div.error {
width: 300px;
background-color: #fcc;
padding: 6px;
}
#contact h4 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/* 必須 */
span.required { font-weight: bold; }
/*-------------------------------------------------------
header
-------------------------------------------------------*/
#container {
	width: 100%;
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
	background-position: left 180px;
	position:relative

}
#header {
	width: 950px;
	background-image: none;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}
#header h1 {
	padding: 20px;
}
.textright {
	text-align: right;
	padding-right: 10px;
}
#container #ie6center {
	text-align: center;
}

#main .pagetop {
	text-align: right;
	padding-right: 30px;
	padding-bottom: 20px;
}

/*-------------------------------------------------------
mainbox
-------------------------------------------------------*/

#main {
	width: 750px;
	float: right;
	_height:1px;
	text-align: justify;
    text-justify: inter-ideograph;

}

#main h2 {
	margin-bottom: 20px;
}

/*-------------------------------------------------------
topicpath 
-------------------------------------------------------*/
#header #topicpath {
	background-image: url(../images/subnavibg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	padding-left: 200px;
	padding-top: 2px;
}
#topicpath #listtop {
	background-image: url(../images/sublistm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
}


#topicpath li,#topicpath li a{
	display: inline;
	color: #999999;
}

#contents {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	_height:1px;
	min-height:1px;
	/*\*//*/
	height: auto;
	overflow;hidden;
	/**/
}
#contents:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
/*-------------------------------------------------------
menu
-------------------------------------------------------*/
#side{
	width: 200px;
	float: left;
}
#menu{
	width: 200px;
	list-style-type: none;
	height: auto;
	background-image: url(../images/menutop.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	background-position: left top;
	letter-spacing: 0.2em;
	text-indent: 20px;
	font-size: 16px;
	overflow:hidden;
	text-align: left;
}
#menu a:link {
	color:#333333;
	text-decoration: none;
}
#menu a:hover{
	color:#333333;
	text-decoration: none;
}
#menu a:visited{
	boder:none;
	text-decoration: none;

}
#menu li,#menu li a{
	background-image: url(../images/menubg.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 200px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEDF1;
}
#menu li a:hover{
	background-image: url(../images/menubg.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 200px;
	background-position: -200px;
}

#menu .submenu ul {
	list-style-type: none;
	height: auto;
	width: 197px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-indent: 40px;
}
#menu .submenu li,#menu .submenu li a{
	display: block;
	height: 30px;
	width: 197px;
	background-color: #FFFFFF;
	background-image: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 30px;
	font-size: 12px;
}

#menu .submenu li a:hover{
	text-decoration: underline;
	background-image: none;
	background-color: #FFFFFF;
}
#menu .menubottom {
	background-image: url(../images/menubottom.png);
	padding-bottom: 35px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu .submenu .borderno {
	border-style: none;
}
#menu .submenuheader {
	position: relative;
}
#menu .statusicon{
	position: absolute;
	right: 20px;
	top: 10px;
}
/*-------------------------------------------------------
mainbox
-------------------------------------------------------*/



/*-------------------------------------------------------
footer
-------------------------------------------------------*/
#footerinner {
	background-image: url(../images/footerbg.png);
	background-repeat: repeat-x;
	width: 100%;
}
#footer {
	width: 950px;
	background-image: url(../images/footerb.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #9C9C9C;
}
#footermenu {
	padding-top: 15px;
	padding-bottom: 10px;

}
#footermenu li {
	display: inline;
	padding-right: 3px;
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;

}
#footer #footermenu .borderno {
	border-style: none;
}

#footer address {
	font-style: normal;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #999999;
}


/* 
fontScaler stylesheet example 
icons by http://art.gnome.org/themes/icon 
*/
.fontScaler{
	position:absolute;
	top: 0px;
	right: 5%;
	background-image: url(../images/fontSizerbg.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 330px;	
}
.fontScaler a#fs_normal,
.fontScaler a#fs_medium,
.fontScaler a#fs_large 
{
	display:block;
	float:left;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-5000px;
}
.fontScaler a#fs_normal {
	background-image:url('../images/fontSizer-normal.png');
	width:25px;
	height:25px;
	padding-right: 5px;
	margin-left: 120px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	display:inline
}
.fontScaler a#fs_medium {
	background-image:url('../images/fontSizer-medium.png');
	width:25px;
	height:25px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.fontScaler a#fs_large {
	background-image:url('../images/fontSizer-large.png');
	width:25px;
	height:25px;
}




/*-------------------------------------------------------
contact
-------------------------------------------------------*/
#main #contact {
	background-image: url(../images/profbg.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding: 20px;
	border: 1px solid #CAD4DA;
	margin-bottom: 20px;
	background-position: right top;
    overflow:hidden;
	zoom:1;
}
#contact p {
	padding: 5px;
	font-size: 90%;
}

#contact h3 {
	background-image: url(../images/proficon.png);
	background-repeat: no-repeat;
	padding: 10px 0 0 60px;
	height: 50px;
}
table {
	border:0;
	cellspacing:1;
	cellpadding:7;
	width:80%;
	border:0;
	bgcolor:#003399;
}
