@charset "utf-8";

/* 社名（株式会社ファースト）---------*/
#name {
	position: absolute;
	margin-left: 700px;
	top: 30px;
}

/* コピー----------------------------------*/
#copy {
	text-align: right;
	padding-right:20px;
	padding-bottom:15px;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
}

/* 基本スタイル--------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}

body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック",sans-serif;
	line-height: 1.3;
	color: #333333;
	background-color: #999999;
	text-align: center;
}
img {
	border: none;
}


/* 文字組------------------------------*/
h1 {
	font-size: 150%;
	color: #0850B2;
	background-color: #F0F6FD;
	border-top: 7px solid #0850B2;
	border-bottom: 3px solid #CCCCCC;
	margin: 0 0 20px 0; /* 下方向のマージンを20pxに指定、下方向以外は0に指定 */
	padding: 10px; /* 上下左右の方向のパディングを10pxに指定 */
}
h2 {
	font-size: 117%;
	color: #0850B2;
	background-color: #EFEFEF;
	border-left: 5px solid #0850B2;
	border-bottom: 1px solid #CCCCCC;
	margin: 0; /* 全方向のマージンを0に指定 */
	padding: 5px; /* 上下左右の方向のパディングを5pxに指定 */
}
p {
	margin: 10px 0 10px 10px; /* 上下と、下方向のマージンを10pxに指定、右方向は0に指定 */
}
#content {
	width: 500px;
}
.section {
	margin: 30px 10px; /* 上下方向のマージンを30pxに指定、左右方向は10pxに指定 */
}



/* ヘッダー------------------------------*/
#header {
	background-color: #000099;
	padding-top: 70px;
	width: 880px;
	margin: 0 auto;
}

/* ロゴ-----------------------------------*/
#logo {
	float: left;
	margin-top: -60px;
	width: 200px;
}

/* ナビゲーション-----------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #E8E8E8 url(../img/global_nav_bg.gif) left top repeat-x;
	border-bottom: 3px solid #CCCCCC;
}
#globalNav li {
	float: left;
	width: 7.5em;
	font-size: 120%;
	border-right: 1px solid #CCCCCC;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background: #E8E8E8 url(../img/global_nav_a_bg.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #FFFFFF; 
	background: #50B622 url(../img/global_nav_a_bg.gif) 0 -100px repeat-x;
}

/* 3段組レイアウト---------------------------*/
#contentWrapper {
	text-align: left;
	margin: 0 auto;
	overflow /**/: hidden;
	width: 880px;
	height: 1400px;
	text-align: left;
	padding: 20px 0;
	background: #FFFFFF url(../img/leftside_bg.gif) left top repeat-y;
}


#footer {
	clear: both;
	padding: 20px 0;
	border-top: 3px solid #CCCCCC;
	text-align: center;
	width: 880px;
	margin: 0 auto;
	background-color: #CCCCCC;
}

	/* コンテント--------------------------*/
	#content {
	position: absolute;
	text-align: left;
	width: 880px;
	height: 100%;
	}
	#advertisement {
		float: right;
		margin-top: 470px;
		width: 200px;
		text-align: center;
	}

	#advertisement02 {
		float: right;
		margin-top: 140px;
		width: 200px;
		text-align: center;
	}	

	#pagetop {
		float: left;
		margin-top: 1200px;
		width: 56px;
		text-align: center;
	}

	/* プライマリー-----------------------*/
	#primary {
	position: absolute;
	left: 206px;
	width: 650px;
	margin-right: 200px;
	top: 0px;
	height: 100%;
	}
	
	/* セカンダリー-----------------------*/	
	#secondary {
	position: absolute;
	width: 172px;
	margin-top: 0px;
	height: 100%;
	}
	
/* 記事本文-------------------------------*/
/* タイトル---------------------*/
#primary h1 {
	font-size: 130%;
	font-weight: bold;
	border-bottom: 0px solid #CCCCCC;
}

#primary p {
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	/*¥*/
	letter-spacing: 0em;
	/**/
}

#primary .date {
	font-size: 100%;
	text-align: right;
	color: #666666;
}

/* リスト--------------------------------*/

	/* 共通--------------------------------*/
	#primary .list,#secondary .list {
		margin-bottom: 20px;
	}
	#primary .list li,#secondary .list li {
		margin: 5px 0 0 15px;
		font-size: 130%;
		padding-left: 15px;
		background: url(../img/arrow_red.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	
	/* 見出し-----------------------------*/
	#primary .list h2 {
		padding: 3px 10px;
		font-size: 120%;
		font-weight: bold;
		background-color: #F3F3F3;
		border-left: 5px solid #2D78BF;
		border-bottom: 1px solid #CCCCCC;
	}
	#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		font-size: 120%;
		font-weight: bold;
		background-color: #000099;
	}


/* テーブル -----------------------------*/

table {border-collapse:collapse;
	border:solid #006600 0px;}
th, td {width:300px;
	padding:0.4em;
	font-size: 120%;
	border:solid #006600 0px;
	border-top:none;
	border-bottom:none;
	}
.gray {background-color:#ffffff;}
caption {color:#ffffff;
	background-color:#006600;
	padding:0.5em;
	font-weight:bold;}		

