@charset "UTF-8";
/* formatting style
----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 70%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
}
/* link style
----------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
a:active {
	text-decoration: none;
	left: 1px;
	top: 1px;
	position: relative;
}
/* basic layout
----------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 20px auto auto;
	height: 500px;
	width: 700px;
}
#wrapper p {
	font-size: 90%;
	color: #000000;
	text-decoration: none;
}
#header {
	padding: 15px;
	position: relative;
	height: 100px;
}
#main {
	height: 295px;
	padding: 20px 30px 30px;
	background-image: url(img/note.gif);
	background-repeat: no-repeat;
}

#footer {
	padding-right: 15px;
	padding-left: 15px;
}
/* header style
----------------------*/

#header #home {
	position: absolute;
	left: 15px;
	top: 5px;
}

#header ul {
	list-style: none;
	top: 100px;
	position: absolute;
}
#header ul li {
	float: left;
	padding-right: 25px;
}

#header ul li a {
	color: #333333;
	text-decoration: none;
}
#header ul li a:hover {
	color: #859955;
	text-decoration: none;
}

#profile #header li#nProfile a,
#works #header li#nWorks a,
#contact #header li#nContact a,
#links #header li#nLinks a {
	color: #FF6600;
	text-decoration: none;
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 62px;
}


/* main style
----------------------*/
#main h2 {
	font-size: 120%;
	color: #000000;
	text-decoration: none;
	padding-left: 35px;
	font-weight: bold;
	line-height: 1.5;
}
#main h6 {
	font-size: 90%;
	color: #333333;
	text-decoration: none;
	padding-left: 35px;
	font-weight: normal;
	line-height: 1.5;
}
#main h5 {
	font-size: 90%;
	color: #666666;
	text-decoration: none;
	padding-left: 35px;
	font-weight: normal;
}
#main h4 {
	font-size: 90%;
	color: #FF6600;
	text-decoration: none;
	padding-left: 35px;
	font-weight: normal;
}
#main h3 {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	padding-left: 15px;
	line-height: 1.6;
	background-position: center center;
}
#main h1 {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 15px;
	border-bottom: 1px dotted #666666;
}
#main #enpitu {
	padding-left: 10px;
	height: 2.2em;
	font-size: 90%;
	color: #000000;
	line-height: 2.2em;
	background-image: url(img/enpitu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#main a  {
	color: #000000;
	text-decoration: none;
}
#main a:hover {
	color: #FF6600;
	text-decoration: none;
}
#main ul li {
	font-size: 110%;
	color: #000000;
	text-decoration: none;
	padding-left: 35px;
	list-style: none;
	line-height: 2;
}
#main ul li a {
	color: #000000;
	text-decoration: none;
}
#main li#nPoster a,
#main li#nLeaflet a,
#main li#nCatalog a,
#main li#nPackage a,
#main li#nLogo a{
	color: #000000;
	text-decoration: none;
}
#main li#nPoster a:hover {
	color: #CC6600;
	text-decoration: none;
}
#main li#nLeaflet a:hover {
	color: #999900;
	text-decoration: none;
}
#main li#nCatalog a:hover {
	color: #79280E;
	text-decoration: none;
}
#main li#nPackage a:hover {
	color: #cccc33;
	text-decoration: none;
}
#main li#nLogo a:hover {
	color: #993366;
	text-decoration: none;
}
#main   li#nEtc  a:hover {
	color: #cccc33;
	text-decoration: none;
}
#main img#fra {
	text-decoration: none;
	margin-left: 35px;
}
#main p {
	color: #000000;
	text-decoration: none;
	font-size: 90%;
}
#main #otoiawse {
	border-bottom: 1px dotted #666666;
	line-height: 2em;
	height: 2em;
	font-size: 90%;
	color: #666666;
	left: 15px;
}
#main img#site {
}
#works  #main #pos a,
#works  #main #et a,
#works  #main #cata a,
#works  #main #leaf a,
#works  #main #logoma a {
	font-size: 100%;
	color: #3399CC;
	text-decoration: none;
}





/* footer style
----------------------*/

#footer ul {
	top: 480px;
}
#footer ul li {
	float: right;
	list-style: none;
	padding-left: 20px;
	font-size: 85%;
	line-height: 1.8em;
	height: 1.8em;
}
#sitemap #footer li#nSitemap a {
	color: #FF6600;
	text-decoration: none;
}
#footer address {
	font-size: 70%;
	line-height: 1.8em;
	height: 1.8em;
}
/* form style
----------------------*/

#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF6600;
}
#main form textarea#comment {
	overflow: auto;
}
