@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

Index CSS File

File Name		index.css
Note			トップページ用スタイルシート


New Creation	
Update			


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	htmlタグ
2.	container
3.	共通部分
4.	header
5.	content
	5-1.	main
	5-2.	sub
6.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
1.	htmlタグ
----------------------------------------------------------------------*/


/*----------------------------------------------------------------------
2.	container
----------------------------------------------------------------------*/


/*----------------------------------------------------------------------
3.	共通部分
----------------------------------------------------------------------*/


/*----------------------------------------------------------------------
4.	header
----------------------------------------------------------------------*/
#header #logo {
	padding-bottom:30px;
}

/*----------------------------------------------------------------------
5.	content
----------------------------------------------------------------------*/
/*
5-1.	main
----------------------------------------------------------------------*/
#main .section {
	margin-bottom:25px;
}

#main .section #menu {
	padding:0px;
	background:none;
}

#main .section #menu p {
	margin-bottom:10px;
	text-align:center;
	font-size:1.2em;
	color:#4c4a4a;
}

#main .section #menu table {
	width:648px;
	margin-bottom:25px;
}

#main .section #menu table tbody tr th {
	width:172px;
	text-align:center;
}

#main .section #menu table tbody tr th label {
	font-size:1.4em;
	font-weight:bold;
	color:#4c4a4a;
}

#main .section #menu table tbody tr td {
	padding:12px;
}

#main .section #menu table tbody tr td input {
	width:437px;
}

#main .section #menu p.error {
	font-weight:bold;
	color:#f53755;
}

#main .section #menu form #button {
	margin-bottom:25px;
}

#main .section #menu form #button li {
	text-align:center;
}

#main .section #menu form #button li button {
	width:92px;
/*	background:url(../../img/auth/index_login_button.gif) left top no-repeat;*/
}

#main .section #menu #forget {
	margin:0px;
}

#main .section #menu #forget a {
	padding-left:12px;
	background:url(../../img/auth/index_forget_bg.gif) left 3px no-repeat;
	color:#4c4a4a;
}

#main .aside {
	margin:0px 35px 35px;
	padding-top:37px;
	background:url(../../img/auth/index_section_bg.gif) left top repeat-x;
	text-align:center;
}

#main .aside * {
	margin:0px auto;
}

/*
5-2.	sub
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
6.	footer
----------------------------------------------------------------------*/
