/* CSS Document */

/* Base */
body {
	margin: 0;
	width: 800px;
	font-size: 14px;
}

h1 {
	font-size: 22px;
}

h1 span {
	color: #00CCCC;
}

h2 {
	font-size: 16px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 0px 2px 20px;
	margin-top: 30px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

img {
	border: none;
}

/* Style */

.no-list-style li {
	list-style: none;
}

/* Core Area */
#head {
	position: relative;
	width: 100%;
}

#main {
	min-height: 300px;
	height: auto !important;      /*CSS Hack for IE6 */
	height: 300px;                 /* CSS Hack for IE6 */
	padding: 50px 50px 100px 50px;
}

#footer {
	border-top: 1px solid #CCCCCC;
	clear: both;
}


/* Sub Area */
#logo {
	margin: 10px 20px 10px 20px;
}

#menu {
	width: 100%;
	height: 26px;
	font-size: 16px;
	padding-left: 20px;
	vertical-align: bottom;
	color: #FFFFFF;
}

#menu a, #menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
}

#menu ul {
	display: inline;
	padding: 0;
	margin: 0;
}

#menu li {
	background: #CCCCCC;
	position: relative;
	margin: 3px 1px 3px 1px;
	float: left;
	width: 80px;
	height: 26px;
	list-style: none;
	text-align: center;
	line-height: 2em;
	font-size: 12px;
}

#menu li:hover {
	background: #FF9396;
}

#menu a:hover {
	font-weight: bold;
}

#copyright {
	position: absolute;
	left: 550px;
	margin: 10px 0px 20px 0px;
	width: 250px;
	height: 50px;
}

.form {
	width: auto;
	height: 400px;
	margin: 30px 0px 30px 0px;
}

.form dt {
	display: block;
	position: left;
	width: 100px;
	float: left;
	clear: both;
	margin: 5px 0px 5px 0px;
}

.form dd {
	display: block;
	width: 400px;	
	position: left;
	float: left;
	margin: 5px 0px 5px 0px;
}

input[type="submit"] {
	position: relative;
	clear: both;
}

/* Each Page */
#profile-photo {
	position: relative;
	float: left;
	width: auto;
}

#profile-text {
	position: relative;
	float: left;
	width: 500px;
	padding: 0px 0px 50px 40px;
}

#profile-text dt {
	position: relative;
	float: left;
	width: 150px;
	margin-bottom: 10px;
	clear: both;
}

#profile-text dd {
	position: relative;
	float: left;
	width: 300px;
	margin-bottom: 10px;	
}

.favorites li {
	position: relative;
	float: left;
	display: inline;
	list-style: none;
	margin: 10px 5px 10px 5px;
}

.adsense {
	position: relative;
	width: 730px;
	border: 1px solid #cccccc;
	margin: 50px 0px 30px 30px;
	padding: 10px 0px 10px 20px;
	clear: both;
}

.adsense-2 {
	position: relative;
	width: 730px;
	height: 15px;
	border: none;
	margin: 50px 0px 0px 0px;
	padding: 10px 0px 0px 20px;
	clear: both;
}