@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:white;
	font-size:100%;
	line-height: 1.88889;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

ul li {
	line-height: 1.3;
	list-style-position: inside;
	list-style-type: disc;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	text-decoration: none;
	color: #000000;
}


a:hover {
	color: #af7076;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:1024px;
	margin:20px auto 0;
}
/*-----------------------------------------------
 __release
-----------------------------------------------*/
.release {
	text-align: left;
	width: 470px;
	float: right;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	background-image: url(img/title.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 400px;
	height: 130px;
}

#header h1 {
	padding:10px 15px 0;
}

#header p#siteDescription {
	margin:0;
	padding:0 0 0 0;
}


/*-----------------------------------------------
 
/* __main
------------------------------------------*/

#main {
	color: #000000;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 600px;
	float: right;

}

li a {
	font-weight: bold;
}

.url {
	font: normal;
	text-decoration: underline;
}


/* __sub
------------------------------------------*/

#sub {
	font-size: 85%;
	text-align: right;
	width: 390px;
}

#sub h3 {
	font-size:100%;
	letter-spacing:1px;
}

}


