* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Verdana", "Osaka", "Helvetica";
	font-size: 12px;
	color: #333333;
	background-color: #F0F0F0;
	background-image: url(perimg/bg_byass.png);
	background-repeat: repeat;
}

a:link {
	color: #414141;
/*	display: block; */
}

a:visited {
	color: #373737;
/*	display: block; */
}

a:hover {
	color: #999999;
/*	display: block; */
}


#wrapper {
	width: 850px;
	margin: 10px auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	position: relative;
}

#topnavi {
	height: 60px;
	width: 850px;
	z-index: 5;
	background-color: #c0c0c0;
	margin: 0px;
	padding: 0px;
	clear: both;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}

#topnavi a:link {
	color: #ffffff;
	text-decoration: none;
	display: block;

}

#topnavi a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;

}

#topnavi a:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;


}

#mainnav {
	height: 45px;
	width: 850px;
	text-align: center;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#mainnav a:link {
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#mainnav a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#mainnav a:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;

}


#mainnav li {
	float: left;
	list-style-type: none;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:0.2em;
	width: 140px;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#mainnav {
	line-height: 45px;
}

#mainnav .buttonhome a:link {
	background-image: url(perimg/bg_button_home.png);
	background-repeat: repeat-y;
}
#mainnav .buttonprofile a:link {
	background-image: url(perimg/bg_button_profile.png);
	background-repeat: repeat-y;
}
#mainnav .buttonworks a:link {
	background-image: url(perimg/bg_button_work.png);
	background-repeat: repeat-y;
}
#mainnav .buttonrecruit a:link {
	background-image: url(perimg/bg_button_recruit.png);
	background-repeat: repeat-y;
}
#mainnav .buttonwebshop a:link{
	background-image: url(perimg/bg_button_webshop.png);
	background-repeat: repeat-y;
}
#mainnav .buttoncommunity a:link {
	background-image: url(perimg/bg_button_community.png);
	background-repeat: repeat-y;
}
/*LINK MENUVISITED*/
#mainnav .buttonhome a:visited {
	background-image: url(perimg/bg_button_home.png);
	background-repeat: repeat-y;
}
#mainnav .buttonprofile a:visited {
	background-image: url(perimg/bg_button_profile.png);
	background-repeat: repeat-y;
}
#mainnav .buttonworks a:visited {
	background-image: url(perimg/bg_button_work.png);
	background-repeat: repeat-y;
}
#mainnav .buttonrecruit a:visited {
	background-image: url(perimg/bg_button_recruit.png);
	background-repeat: repeat-y;
}
#mainnav .buttonwebshop a:visited {
	background-image: url(perimg/bg_button_webshop.png);
	background-repeat: repeat-y;
}
#mainnav .buttoncommunity a:visited {
	background-image: url(perimg/bg_button_community.png);
	background-repeat: repeat-y;
}
/*LINK MENUHOVER*/

#mainnav .buttonhome a:hover {
	background-image: url(perimg/bg_button_home.png);
	background-repeat: repeat-x;
	color: #d30000;
	background-color: #ededed;
}
#mainnav .buttonprofile a:hover {
	background-image: url(perimg/bg_button_profile.png);
	background-repeat: repeat-x;
	color: #fa9200;
	background-color: #ededed;
}
#mainnav .buttonworks a:hover {
	background-image: url(perimg/bg_button_work.png);
	background-repeat: repeat-x;
	color: #ffca0c;
	background-color: #ededed;
}
#mainnav .buttonrecruit a:hover {
	background-image: url(perimg/bg_button_recruit.png);
	background-repeat: repeat-x;
	color: #55cf0c;
	background-color: #ededed;
}
#mainnav .buttonwebshop a:hover {
	background-image: url(perimg/bg_button_webshop.png);
	background-repeat: repeat-x;
	color: #0c92ff;
	background-color: #ededed;
}
#mainnav .buttoncommunity a:hover {
	background-image: url(perimg/bg_button_community.png);
	background-repeat: repeat-x;
	color: #994dff;
	background-color: #ededed;
}


#anothernav {
	width: 850px;
	height: 15px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	position: relative;
	text-align: left;
	clear: both;
	float: right;
}

#anothernav li {
	list-style-type: none;
	float: right;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9px;
	font-weight: bold;
	height: 15px;
	border-left: 1px solid #999999;
	margin-right: 5px;
}

#anothernav a:link {
	text-decoration: none;
	display: block;
	height: 15px;
}

#anothernav a:visited {
	text-decoration: none;
	display: block;
	height: 15px;
}

#anothernav a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
}

#subnavi {
	height: 50px;
	width:180px;
	/*width: 25%;*/
	background-color: #FFFFFF;
	border-top: #999999;
	float: left;
/*	border-right-width: 1px;*/
/*	border-right-style: solid;*/
/*	border-right-color: #999999;*/

/*	position: relative; */

}

.subnavitxt {
/*	margin-top: 0.5em; */
	position: relative;
	left: 30px;
}

#maincontents {
/*	width: 74.6%; */
width:544px;
	background-color: #FFFFFF;
	height: 50px;
	clear: right;
	background-image: url(perimg/ufoembed.png);
	float:right;
/*	position:relative; */
}
#headerend {
	clear: both;
}
#textarea {
	width: 100%;
	background-color: #FFFFFF;
	overflow: visible;
	clear: both;
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
/*--height: 350px;--*/

}

#footer {
	height: 15px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: right;
	background-color: #c0c0c0;
	clear: both;
	border-top: 1px solid #999999;
	color: #FFFFFF;
	font-weight: bolder;
	background-image: url(perimg/bg_footer.png);
	background-repeat: repeat-x;

}
.footertext {
	position: relative;
	right: 2em;
}


hr {
	clear: both;
	visibility: hidden;
}



h3 {
	font-size: 12px;
}
h2 {
	font-size: 16px;
}
/*#indexsidemenu li {

	list-style-type: none;
	margin: 1em;
}
*/

.idplace {
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 59px;
	width: 97px;
	top: 0px;
	right: 0px;
	text-decoration: none;
	border: none;

}


