@charset"Shift_JIS";
/*=================================================================
	プレスリリース用CSS 2010.06.21作成
=================================================================*/
/*------------------------------------------------------------------
　HTMLタグ設定
------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	color: #333333;
	background-color: #E4E4E4;
	text-align: left;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
	width: 600px;
	text-align: center;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	width: 582px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding-top: 8px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #339999;
	border-right-color: #339999;
	border-bottom-color: #339999;
	border-left-color: #339999;
	padding-left: 5px;
	background-image: url(../image/line.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: auto;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	width: 600px;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	width: 600px;
}

p {
	width: 100%;
	line-height: 150%;
}

li {
	line-height: 150%;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../image/arrow2.gif);
}

a {
	color: #3333CC;
	text-decoration: none;
}

a:hover {
	color: #3333CC;
	text-decoration: underline;
}

dt {
	margin-bottom: 10px;
}

dd {
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
}
/*------------------------------------------------------------------
　HTMLタグ設定ここまで
------------------------------------------------------------------*/
/*------------------------------------------------------------------
　ラッパー
------------------------------------------------------------------*/
#warpper-01 {
	width:740px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #FFFFFF;
}
/*------------------------------------------------------------------
　ラッパーここまで
------------------------------------------------------------------*/
/*------------------------------------------------------------------
　ヘッダ
------------------------------------------------------------------*/
#header {
	background-color: #339999;
	width: 740px;
	margin-bottom: 30px;
}
/*------------------------------------------------------------------
　ヘッダここまで
------------------------------------------------------------------*/
/*------------------------------------------------------------------
　コンテンツ
------------------------------------------------------------------*/
#contents {
	width: 600px;
	height: auto;
	margin-right: 70px;
	margin-left: 70px;
}

#contents #date {
	padding: 0px;
	width: 600px;
	height: auto;
	margin-bottom: 10px;
	text-align: right;
}

#contents .main-img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: center;
}

#contents .img-area {
	float: left;
}

#contents .img-area img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

#contents .img-area .img01 {
	margin-right: 20px;
}

#contents .img-area .img02 {
	margin-right: 20px;
}

#contents .notes {
	color: #FF3300;
}

#contents .f-color-red {
	color: #FF0000;
}

#contents .f-color-orange {
	color: #FF9900;
}

#contents .f-color-green {
	color: #006666;
}

#contents #mail {
	padding-top: 3px;
	vertical-align: bottom;
}
/*------------------------------------------------------------------
　コンテンツここまで
------------------------------------------------------------------*/
/*------------------------------------------------------------------
　フッタ
------------------------------------------------------------------*/
#footer {
	text-align: right;
	width: 720px;
	padding-right: 20px;
	display: block;
	margin-top: 80px;
	background-color: #FFFFFF;
	height: 30px;
	padding-top: 10px;
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
/*------------------------------------------------------------------
　フッタここまで
------------------------------------------------------------------*/
/*------------------------------------------------------------------
　テーブル設定
------------------------------------------------------------------*/
.table-layout-01 {
	height: auto;
	width: 598px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

.table-layout-01 th {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.table-layout-01 td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.table-layout-02 {
	height: auto;
	width: 350px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

.table-layout-02 th {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.table-layout-02 td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
/*------------------------------------------------------------------
　テーブル設定ここまで
------------------------------------------------------------------*/
/*------------------------------------------------------------------
	フロート解除
------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*------------------------------------------------------------------
	フロート解除ここまで
------------------------------------------------------------------*/
