@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	color: #272727;
	font-size: 10pt;
	font-weight: normal;
}

body {
	text-align: center;
	background-color: #ffffff;	
	background-image: url(../img/line-02.gif);
	background-repeat: repeat-x;
	color: white;
}

div#sitemap {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: right;
	width: 800px;
	height: 24px;
}

a img {
	border: none;
}

div#pageWarpper {
	width: 800px;
	height: 163px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*old \*/
*html div#pagewrapper {
	width: 800px;
}
/* end */

div#rogo {
	float: left;
	margin-top: 10px;
	width: 139px;
	height: 75px;
}

div#nav {
	float: right;
	margin: 0px;
	padding: 40px 5px 0px 0px;
}

div#nav ul {
	list-style-type: none;
}

div#nav ul li{
	float: left;
}

div#mainContents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 771px;
	border: solid 1px #d9d9d9;
}

div#flaLeft {
	float: left;
	margin-top: 20px;
	width: 183px;
	height: 371px;
}

div#flaRight {
	float: right;
	margin: 30px 4px 0px 0px;
}

div#Contents {
	padding-top: 10px;
	width: 800px;
	height: 400px;
}

div#ContentsL {
	float: left;
	border-right: solid 1px #b3b3b3;
	text-align: center;
	width: 263px;
	height: 300px;
}

div#shin {

}

div#link {
	padding-top: 10px;
}

div#ContentsR {
	float: right;
	width: 520px;
	height: 200px;
}

div#company {
	clear: both;
	width: 400px;
	height: 30px;
	margin-bottom: 10px;
	border-bottom: solid 1px #d9d9d9;
	border-right: solid 2px #33cc00;
}

div#companyL {
	float: left;
	width: 100px;
	height: 30px;
	border-right: solid 1px #c0c7be;
}

div#companyR {
	float: right;
	width: 270px;
	height: 30px;
	text-align: right;
}

div#footer {
	clear: both;
	width: 800px;
	height: 120px;
	background-color: #191919;
}

div#navFooter {
	width: 800px;
	padding-bottom: 10px;
	color: #ffffff;
}

div#footerL {
	float: left;
	margin-top: 50px;
	width: 590px;
}

div#footerR {
	float: right;
	text-align: left;
	width: 210px;
}

p {
	padding: 10px 2px 15px 8px;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	text-align: left;
}

p.navp {
	padding: 5px 0px 3px 7px;
	color: #5b5b5b;
	text-align: left;
	font-size: 10pt;
}

img.selfPortrait {
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	border: solid 2px #999;
}




