

/* 
1. 全体設定
2. ヘッダー
3. フッター

※サイドバーなし

*/

/* 1. 全体設定 */

body	{
		margin:0;
		}

.clear	{
		clear:both;
		}
#bigbox		{
			width:100%;
			max-width:700px;
			margin:0 auto;
			}
.space		{
			height:60px;
			}
.space10	{
			height:10px;
			}
			
.space30	{
			height:20px;
			}
.space50	{
			height:50px;
			}


/* 2.ヘッダー */
#header		h1	{
				margin:5px 0;
				padding:0 20px 0 0;
				font-size:25pt;
				border-bottom:1px solid #0000FF;
				display:inline-block;
				}
#header		h1	a:link	{
					text-decoration:none;
					}
#header		h1	a:visited	{
							color:#000000;
							}
#header		p.header-title	{
				margin:5px 0;
				padding:0 20px 0 0;
				font-size:25pt;
				border-bottom:1px solid #0000FF;
				display:inline-block;
				}
#header		p.header-title	a:link	{
					text-decoration:none;
					}
#header		p.header-title	a:visited	{
							color:#000000;
							}
p.header-lead	{
				font-size:10pt;
				margin:0;
				line-height:1em;
				}




/* 3. フッター  */
#footer		{
			margin:50px 0;
			border-top:1px solid #0000FF;
			text-align:center;
			font-size:9pt;
			}

