﻿@charset "UTF-8";

/* ユニバーサルセレクタ */
* {
	color: #000;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
	text-indent: 0;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 180%;
	line-break: strict;
}

/* 文書全体 */
body {
	margin: 0;
	padding: 20px;
	border: 0;
	background-color: #ededed;
	background-image: none;
	text-align: center;
}

/* 見出し */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
}

div#wrapper {
	margin: 0px auto;
	padding: 30px 40px;
	border: 1px solid #ccc;
	width: 600px;
	font-size: 100%;
	text-align: center;
	background: #fff;
}

*html div#wrapper {
	width: 680px;
}

h1 { 
	font-size: 120%; 
	text-align: center; 
	clear: both; 
}

h1#TL {
	text-align: left;
	line-height: 1.4em;
}

h1#TL img {
	margin: 5px 0 0 0;
}

em {
	font-weight: bold;
	font-style: normal;
}

div.release {
	width: 100%;
	text-align: right;
	font-size: 80%; 
	padding: 0px; 
	margin: 0;
}

div.release p { 
	line-height: 1.2em; 
}

div.content p { 
	margin-bottom: 20px;
}

div.inquiry { 
	width: 60%; 
	border: 1px solid #ccc; 
	padding: 10px 0; 
	background: #fafafa; 
	margin: 0 auto 15px auto; 
}
div.inquiry p {
	text-align: center; 
	font-size: 120%; 
	line-height: 1.5em;
}

a { 
	font-size: 80%; 
	color: #00f; 
	text-decoration: underline; 
}

div#shirushi {
	clear: both;
}
#shirushi h2 {
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: normal;
}
#shirushi ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#shirushi li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#shirushi dl {
	width: 100%;
	margin: 0;
	padding: 0;
}

#shirushi dt {
	margin:0 0 0 20px;
	padding: 0;
	line-height: 1.3em;
}
#shirushi dd {
	margin: 0 0 15px 40px;
	padding: 0;
	line-height: 1.3em;
}
#shirushi address {
	font-style: normal;
	margin: 0 0 0 20px;
	line-height: 1.3em;
}

#shirushi address em.fc {
	font-size: 1.4em;
}
