@charset "Shift_JIS";

/*****************************************
　■全ページ共通CSS
*****************************************/


/*****************************************
　■バグ回避
*****************************************/

#header:after {
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}

#clear {
	clear: both;
}

/*****************************************
　■初期設定
*****************************************/

body {
	background-color: #232828;
	font-size: 12px;
	color: #424646;
	text-align: center;
}
/*背景、フォント*/

* {
	margin: 0;
	padding: 0;
	list-style-type:none;
	list-style-image:none;
	line-height: 1.2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*全余白のリセット*/

td, tr {
	color: #424646;
	font-size: 12px;
}
/*表の初期設定*/


/*****************************************
　■リンクの色設定
*****************************************/

a:link {
	color:#003333;
}

a:visited {
	color: #003333;
}

	
a:hover {
	color: #003333;
	text-decoration: none;
	position:relative;
	top:1px;
	left:1px;
}

a:active {
	color: #003333;
	}



/*****************************************
　■レイアウト構成
*****************************************/

table.outline {
	width: 100%;
	height: 100%;
	text-align: center;
}
	table.outline td {
		vertical-align: middle;
	}
/*大枠の設定*/


#container {
	width: 800px;
	margin: 50px auto;
	text-align: left;
	background-color:#FFFFFF;
}
	
	#tlogo {
		background-color: #232828;
		width: 800px;
		text-align: right;
	}
		#tlogo img {
			margin: 5px;
	}
	/*タイトルロゴ*/
	
	#container {
		width: 800px;
		margin: 50px auto;
		text-align: left;
		background-color:#FFFFFF;
}

		#header {
			width: 800px;
			height: 60px;
		}
		
			#header #ptitle  {
				width: 400px;
				height: 58px;
				float: left;
				text-align: left;
			}
			
				h1 {
					background-repeat: no-repeat;
					background-position:0 0;
					text-indent: -9999px;
					width: 208px;
					height: 28px;
					margin: 30px 0 0 30px;
				}
			
			#header #list {
				width: 400px;
				height: 58px;
				float: right;
				text-align: right;
			}
			
			#header #list p {
				margin: 5px 5px 0 0;
			}
		
		#footer {
			width: 800px;
			clear: both;
			text-align: center;
			padding: 50px 0 15px 0;
			margin: 0 auto;
		}
		
			#footer p {
				margin-bottom: 10px;
				font-size: 11px;
			}
			
			#footer a {
				letter-spacing: 0.1em;
				margin: 0 8px;
			}			
			

/*****************************************
　■パーツ設定
*****************************************/

td.l {
	text-align: left;
}
/*セル内文字左寄せ、個別ページCSSでテーブル内を右寄せとする*/

.sf {
	font-size: 11px;
}
/*11pxフォント*/

strong {
	font-weight: normal;
}