﻿@charset "UTF-8";

/* 全体 */

body{
	margin:0;
	padding:0;
	height:100%;
	line-height:100%;
	font-family: "游ゴシック", YuGothic, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	letter-spacing:1px;
	font-size:13px;
	font-weight:500;
	background-color:#FFF;
	}
a img{
	border-style:none;
	width:40px;
	margin: 5px 0 0 10px;
	}
a,
a:visited{
	color:#000;
	text-decoration:none;
	}
a:hover, 
a:active{
	color:#ccc2b7;
	}
a:hover img,
a:active img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	}

/* ヘッダー */

#header{
	width:1100px;
	margin:0 auto;
	line-height:0;
	}
.L{
	width:250px;
	height:140px;
	margin:0;
	float:left;
	}
.L h1{
	margin:62px 0px 0 0;
	}
.R{
	width:850px;
	height:140px;
	text-align:right;
	float:left;
	}
.em{
    position:relative;
    top: 21px;
	left:120px;
	float:left;
	}
.table1{
	margin-left:auto;
	margin-right:0;
	margin-bottom:28px;
	height:15px;
	}
.table1 td{
	line-height:150%;
	text-align:center;
	}
.td2{
	font-size:17px;
	color:#fff;
	background-color:#000;
	letter-spacing: 6px;
	padding-left: 6px;
	}
.table2{
	margin-left:auto;
	margin-right:0;
	font-size:16px;
	}
.table2 td{
	padding:0 0 0 30px;
	height:20px;
	line-height:150%;
	vertical-align:middle;
	}
.table2 td a{
	font-family: 'Raleway', sans-serif;
	}
