@charset "utf-8";
#container
{
	margin: 0 auto;
	width: 984px;
	text-align:center;
}
/* ヘッダー */
#header
{
	width: 100%;
	height: 120px;
	text-align:left;
}
#logo
{
	width: 492px;
	float:left;
}
#logoImage
{
	margin: 30px 0 0 50px;
	width: 300px;
}
#maintetitle
{
	color: #ff0000;
	margin-top: 45px;
}
#maintesentence
{
	margin-top: 15px;
	font-size: 0.9em;
}
#title
{
	font-size: 2em;
	font-weight: bold;
}
#title a
{
	color:#ffffff;
	text-decolation:none;
}
#title img
{
	border:none;
}
#subtitle
{
	margin-left: 100px;
	width: 340px;
	font-weight: bold;
	font-size: 1em;
	color: #555555;
}
/* ヘルプ */
#help
{
	width: 980px;
	height: 150px;
	border: 2px solid #dddddd;
	background-image: url('/img/back.png');
	border-radius: 15px 15px 0 0;
}
#help ul
{
	margin: 0 auto;
	width: 610px;	
}

#help ul li
{
	float: left;
	width: 120px;
	height: 120px;
	margin: 15px;
	border: 1px #cccccc solid;
	background-color: #ffffff;
	text-align: center;
	list-style-type: none;
	font-size: 0.7em;
	color: #aaaaaa;
	border-radius: 10px;
}

#help ul li img
{
	margin: 0 10px;
	width: 100px;
	height: 100px;
	border: none;
}
#help ul li a
{
	text-decoration: none !important;
}
#help ul li a:hover
{
	opacity: 0.6;
}
/* コンテンツ */
#content
{
	width: 980px;
	border-left: 2px solid #dddddd; 
	border-right: 2px solid #dddddd; 
	border-bottom: 2px solid #dddddd; 
	border-radius: 0 0 10px 10px;
	/*background-color:#ffff00;*/
	background-image: url('/img/shadow.png');
	background-repeat: repeat-x;
	background-color:#fbfbfb;
	text-align:center;
}
