/* =============================================================================
	コンテンツページCSS
============================================================================= */
body {
	margin:0;
	padding:0;
}

* {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.4em;
	letter-spacing:1px;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka;
}


/* ---------------------------------------------------------
	ヘッダー
--------------------------------------------------------- */
.header {
	margin:0 auto;
	padding:25px 0 0;
	width:900px;
	height:70px;
	position:relative;
}

.logo {
	width:500px;
	height:46px;
	background:url("img/logo.png") no-repeat 0 0;
}

.logo_group {
	display:block;
	position:absolute;
	top:36px;
	left:0;
	width:233px;
	height:29px;
	text-indent:-9876px;
}

.logo_company {
	display:block;
	position:absolute;
	top:20px;
	left:290px;
	width:209px;
	height:43px;
	text-indent:-9876px;
}



/* ---------------------------------------------------------
	フッター
--------------------------------------------------------- */
div.footer {
	width:100%;
	background: url("img/footer_background.jpg") repeat-x 0 0;
}

.copyright {
	margin:0 auto;
	padding:20px 0 0;
	width:900px;
	height:120px;
	text-align:center;
	font-size:12px;
}



/* ---------------------------------------------------------
	メインイメージ
--------------------------------------------------------- */

.mainimage {
	margin:0 auto;
	width:906px;
}



/* ---------------------------------------------------------
	コンテンツ
--------------------------------------------------------- */

.content {
	margin:0 auto;
	padding:0 0 30px;
	width:900px;
}

.info {
}

.info_header {
	padding:20px 0 20px;
}

p {
	line-height:1.6em;
	margin-bottom:10px;
}

p.margin {
	margin-bottom:30px;
}

p.pdf {
	margin:0;
	text-align:right;
}

.pdf a {
	background:url("img/pdf.gif") no-repeat 0 3px;
	color:#00c;
	padding-left:20px;
	text-decoration:underline;
}

.pdf a:hover {
	color:#03f;
	text-decoration:none;
}

h1 {
	margin-bottom:5px;
	font-size:18px;
	line-height:1.4em;
	color:#243596;
}

.info_table {
	width:600px;
/*	border:1px solid #ddd;*/
	background:#f9f9f9;
	margin:0 auto;
	padding:10px 20px;
}

.info_table table {
	width:100%;
	border-collapse:collapse;
}

.info_table table th,
.info_table table td {
	padding:7px 10px;
	text-align:left;
	border-bottom:1px dotted #ddd;
}

.info_table table tr.lastcell th,
.info_table table tr.lastcell td {
	border-bottom:none;
}

.info_table table a {
	color:#00c;
	text-decoration:underline;
}

.info_table table a:hover {
	color:#03f;
	text-decoration:none;
}

.catalog {
/*
	border-top:1px solid #eee;
	margin-top:30px;
*/
	margin:0 auto;
	width:640px;
	padding-top:10px;
	text-align:right;
}

.catalog a {
	color:#00c;
	background:url("img/icon_arrow_green.gif") no-repeat 0 50%;
	text-decoration:underline;
	padding-left:10px;
}

.catalog a:hover {
	color:#03f;
	text-decoration:none;
}

