﻿div.contents
{
	background: url(main_bg.png) no-repeat center top;
	min-height: 440px;
}

div.contents h1
{
	text-indent: -9999px;
}

div.contents form
{
	margin-top: 400px;
	text-align: center;
}

div.contents form h3
{
	font-weight: bold;
	font-size: 23px;
	letter-spacing: -1px;
	color: #666;
	text-shadow: 0px 1px 0px #f4f4f4;
	line-height: 27px;
}

div.contents form p
{
	color: #999;
	text-shadow: 0px 1px 0px #f4f4f4;
	margin-bottom: 5px;
}

div.contents form input
{
	margin-top: 15px;
}

div.contents form input.field
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #e2e2e2;
	border-left: none;
	border-right: none;
	border-bottom: none;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px;
	color: #c0c0c0;
	font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
	width: 200px;
	margin-right: 5px;
}
div.contents form input.field.email
{
	color: #0095da;
}
div.contents form input.watermark
{
	color: #c0c0c0 !important;
}
div.contents form input.button
{
	background: #2597cc url(gradient_bg.png) repeat-x;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: none;
	padding: 2px 10px;
	color: #fff;
	font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 20px;
	text-shadow: 0px -1px 0px #666;
	font-size: 11px;
}

div.contents
{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 50px;
}

div.footer
{
	border-top: 1px solid #f4f4f4;
}

div.footer a
{
	text-decoration: none;
}

div.footer ul
{
	width: 720px;
	margin: 7px auto 0 auto;
}

div.footer li.twitter a, div.footer li.blog a, div.footer li.oldweb a
{
	float: left;
	margin-right: 20px;
	height: 16px;
	display: block;
	line-height: 18px;
	color: #333;
	padding: 5px 0 5px 27px;
	text-shadow: 0px 1px 0px #fff;
}

div.footer li.twitter a
{
	background: url(twitter_bird_gray.png) no-repeat center left;
}

div.footer li.twitter a:hover
{
	background: url(twitter_bird_color.png) no-repeat center left;
	color: #09a1da;
}


div.footer li.blog a
{
	background: url(rss_gray.png) no-repeat center left;
	padding-left: 18px;
}

div.footer li.blog a:hover
{
	background: url(rss_color.png) no-repeat center left;
	color: #e4810d;
}

div.footer li.oldweb a
{
	float: right;
	background-color: #f4f4f4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
	margin: 0;
	border-top: 1px solid #e2e2e2;
	color: #09a1da;
}

div.footer li.oldweb a strong
{
	color: #1a7cae;
}

div.footer li.oldweb a:hover
{
	background-color: #fff;
}
