@charset "utf-8";
/* formatting style
------------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #302833;
	background-color: #999999;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}

/* link styles
------------------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #f4b3c2;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FF6699;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

/* basic layout
------------------------------------------*/


#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	margin: 0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#header {
	border-top: 2px solid #f4b3c2;
	height: 80px;
}
#logo {
	float: left;
	padding-left: 10px;
}
#sitelink {
	float: right;
	width: auto;
}
#menu {
	clear: both;
	width: 858px;
}
#main {
	float: right;
	width: 572px;
	margin-bottom: 20px;
	padding-top: 15px;
}
#sidebar {
	float: left;
	width: 286px;
	margin-bottom: 20px;
	padding-top: 15px;
}
#footer {
	color: #FFFFFF;
	background-color: #302833;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* header style
------------------------------------------*/

#header #sitelink p {
	padding-right: 15px;
	padding-top: 8px;
}

#header #sitelink ul li {
	display: inline;
	list-style: none;
	padding-right: 15px;
	font-weight: bold;
}

/* menu styles
------------------------------------------*/

#menu ul li {
	list-style: none;
	display: inline;
	float: left;
}
#menu ul li a {
	line-height: 2em;
	color: #513743;
	text-decoration: none;
	background-color: #fdeff2;
	text-align: center;
	display: block;
	height: 2em;
	width: 143px;
	border-top-width: 3px;
	border-bottom-width: 2px;
	border-top-style: double;
	border-bottom-style: solid;
	border-top-color: #a25768;
	border-bottom-color: #f4b3c2;
}
#menu ul li a:hover {
	background-color: #f4b3c2;
}
#home #menu #nHome {
	color: #FFFFFF;
	background-color: #f4b3c2;
	font-weight: bold;
}
#about #menu #nAbout {
	color: #FFFFFF;
	background-color: #f4b3c2;
	font-weight: bold;
}
#works #menu #nWorks {
	color: #FFFFFF;
	background-color: #f4b3c2;
	font-weight: bold;
}
#event #menu #nEvent {
	color: #FFFFFF;
	background-color: #f4b3c2;
	font-weight: bold;
}
#link #menu #nLink {
	color: #FFFFFF;
	background-color: #f4b3c2;
	font-weight: bold;
}


/* sidebar styles
------------------------------------------*/


#sidebar h1 {
	font-size: 100%;
	font-weight: bold;
	border-top: 3px solid #f4b3c2;
	border-bottom: 1px dotted #666666;
	background-image: url(images/cherry1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #990033;
	margin: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
}
#sidebar h2 {
	font-size: 100%;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#sidebar #contact {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 4px dotted #f4b3c2;
}
#sidebar #twitter {
	padding-left: 10px;
	margin-left: 15px;
}
#sidebar #blogparts {
	padding-left: 25px;
	margin-left: 15px;
}
#sidebar #akashicyellow {
	padding-left: 15px;
	margin-left: 15px;
}
#sidebar #news {
	padding-left: 15px;
	border-left: 4px dotted #f4b3c2;
	margin-left: 15px;
}
#sidebar #news dt {
	font-weight: bold;
	color: #FF0066;
	font-size: 125%;
	line-height: 1.2;
	background-image: url(images/aicon1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 15px 15px 15px 0px;
	padding-left: 25px;
	border-bottom: 1px dotted #999999;
}
#sidebar #news dd {
	margin-bottom: 10px;
	padding-bottom: 5px;
	line-height: 1.2;
	padding-left: 10px;
}
#sidebar #news iframe {
	padding-left: 20px;
}

#sidebar ul {
	padding-left: 15px;
}
#sidebar ul li {
	margin-bottom: 10px;
	list-style: none;
	font-size: 120%;
	font-weight: bold;
}
#sidebar ul li a {
	background-image: url(images/aicon2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 25px;
	color: #999999;
}
#sidebar ul li a:hover {
	color: #FF0066;
}

/* main styles
------------------------------------------*/

#main h1 {
	margin-bottom: 15px;
}
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	border-top: 3px solid #f4b3c2;
	border-bottom: 1px dotted #666666;
	margin-right: 15px;
	background-image: url(images/cherry1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #990033;
	margin-top: 15px;
	clear: both;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
}
#main h3 {
	font-size: 100%;
	font-weight: bold;
	padding-left: 20px;
	width: 300px;
	margin-left: 20px;
	color: #666666;
	margin-top: 10px;
	border-left: 3px solid #f4b3c2;
	border-bottom: 1px solid #999999;
}
#main h4 {
	font-size: 120%;
	font-weight: bold;
	width: 300px;
	margin-left: 20px;
	color: #FF6699;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #f4b3c2;
}
#main h5 {
	font-size: 100%;
	font-weight: bold;
	width: 240px;
	margin-left: 10px;
	color: #666666;
	margin-top: 10px;
	border-left: none;
	border-bottom: 2px ridge #666666;
	margin-right: 10px;
}
#main h6 {
	font-size: 95%;
	font-weight: normal;
	width: 240px;
	margin-left: 10px;
	color: #666666;
	margin-top: 5px;
	border-left: none;
	border-bottom: none;
	margin-right: 10px;
	text-transform: none;
	float: right;
}
#main ul {
	padding-left: 25px;
	list-style: disc;
	padding-bottom: 30px;
	line-height: 2.5;
}

#main p {
	line-height: 1.2;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 25px;
}

/* footer styles
------------------------------------------*/

#footer p {
	margin: 0px;
	float: right;
	padding-right: 15px;
}
#footer address {
	padding-top: 0px;
	padding-left: 15px;
}

/* works
------------------------------------------*/

#main div.wk {
	float: left;
	width: 247px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#main div.wk img {
	border: 1px solid #333333;
}


/* form
------------------------------------------*/

#main table {
	margin-right: 15px;
	margin-left: 20px;
	border-top: 3px double #CCCCCC;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-collapse:collapse;
	border-bottom: 3px double #CCCCCC;
}
#main table tr.odd {
	background-color: #FFFFCC;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px dotted #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px dotted #CCCCCC;
}
#main form {
	margin-bottom: 30px;
}
#main input[type="text"],#maintextfield {
	width: 250px;
}
#main input[type="text"],#maintextarea {
	padding-top: 2px;
	border-top: 1px solid #999999;
}
#main input[type="text"],#main form em {
	color: #FF3333;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
