@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, arial, helvetica, sans-serif;
	color: #2D2D2D;
	font-size: 12px;
	background-color: #F9F8F4;
}
#main {
	width: 850px;
	background-color: #F9F8F4;
	margin-left: auto;
	margin-right: auto;
}
#cont {
	width: 630px;
	background-color: #F9F8F4;
	float: right;
}
td {
	font-size: 12px;
}

em {
	color: #990000;
	font-size:14px;
}
strong {
	text-decoration:underline;
	font-size:14px;
}
.new{
	width:40px;
	text-align:center;
	font-size:11px;
	padding:0px 3px;
	color:#ffffff;
	background-color:#cb0000;
	line-height: 20px;
	margin-left: 3px;
}

/* ---------------------------------------------------------------
* メニュー
* --------------------------------------------------------------- */
#menu {
	width: 200px;
	background-color: #F9F8F4;
	float:left;
}
#menu h1 {
	font-size: 18px;
	color: #06F;
	text-align:center;
	line-height: 40px;
}
#menu h3{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#menu p {
	margin-top: 1em;
	margin-bottom: 1em;
}
#menu dl {
	background-color: white;
	border: 1px solid #E8E7E5;
	margin-bottom: 15px;
}
#menu dt {
	background-color: #E8E7E5;
	color:#06F;
	border: 1px solid white;
	line-height: 20px;
	padding-left: 4px;
}
#menu dd {
	background-color: white;
	border-top: 1px solid #E8E7E5;
	line-height: 15px;
	padding: 4px 12px;
}

/* ---------------------------------------------------------------
* コンテンツ
* --------------------------------------------------------------- */
#cont h1 {
	font-size: 18px;
	line-height: 40px;
	color: white;
	padding-left: 18px;
	padding-right: 18px;
	background-color: #06F;
}
#cont div.topimg {
	height:292px;
	font-size: 48px;
	font-weight:bold;
	color: white;
	padding-top: 10px;
	padding-left: 20px;
	background-image:url(../image/topimage.jpg);
}

#incont {
	border: 1px solid #E5E5E5;
	padding: 18px;
	background-color: white;
}
#incont div.head2 {
	border: 1px solid #E5E5E5;
	background-color: #F5F5F5;
}
#incont h2 {
	background-color: #F5F5F5;
	border: 1px solid white;
	font-size: 14px;
	line-height: 32px;
	padding-left: 12px;
	background-image: url(../image/h2.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
#incont h3{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 5px 5px;
}

#incont p {
	line-height: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#incont p.caution {
	line-height: 30px;
	margin-top: 24px;
	margin-bottom: 24px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}
#incont p.caution2 {
	line-height: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}
#incont div.pressrelease {
	margin-top: 12px;
	border-style:solid;
	border-width:thin;
	padding:10px;
}
#incont ul {
	list-style-type: none;
}
#incont li {
	margin-top: 20px;
}

dl.message dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 7.5em;
  border-left: solid 8px #CCC;
  padding-left: 5px;
  color: #000;
}

dl.message dd {
  margin-bottom: 0.8em;
  margin-left: 7.5em;
}
.media img {
	float: right;
	margin: 0 10px;
}


#copy {
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	margin: 10px;
}
#copy ul {
	list-style-type: none;
}
#copy li {
	display: inline;
	margin-left: 2px;
}

/* ---------------------------------------------------------------
* フォーム
* --------------------------------------------------------------- */
form strong {
	line-height: 36px;
	text-decoration:none;
	font-size:14px;
}
form .pink {
	color: #FF80FF;
}
