/**********************************************************************
project name : CRIEPI [ /common/css/pressrelease.css ]

08.01.XX
**********************************************************************/

html,
body{
	height: 100%;
}

/*---------------------------------------------
 Container
---------------------------------------------*/
body#TypeSIMPLE #Container{
	width: 680px;
	background: url(../img/cont_a4_bg01.gif) 0 0 repeat-y;
	margin: 0 auto;
	padding: 0 35px;
}

/*---------------------------------------------
 HeadArea
---------------------------------------------*/
body#TypeSIMPLE #HeadArea{
	width: 680px;
	height: 46px;
	margin-bottom: 25px;
	background: none;
	position: relative;
	border-bottom: 4px #363a90 solid;
}

body#TypeSIMPLE #hd-Logo{
	position: absolute;
	left: 0;
	top: 10px;
}

/*---------------------------------------------
 ContentsArea
---------------------------------------------*/
body#TypeSIMPLE #ContentsArea{
	width: 680px;
	float: none;
}

/*---------------------------------------------
 FootArea
---------------------------------------------*/
body#TypeSIMPLE #FootArea{
	width: 680px;
	height: 54px;
	border: 1px solid #999999;
	border-width: 1px 0 0 0;
	background: none;
}

body#TypeSIMPLE #ft-Copylight{
	padding-top: 13px;
	text-align: center;
}

/*---------------------------------------------
 
---------------------------------------------*/
/*----- タイトル -----*/
.press-title {
	margin-bottom: 5px;
	text-align: center;
	font-size: 140%;
	color: #000099;
	font-weight: bold;
}

/*----- サブタイトル -----*/
.press-subtitle{
	margin-bottom: 5px;
	text-align: center;
	font-size: 140%;
	color: #669900;
	font-weight: bold;
}

/*----- 日付等 -----*/
.sign {
	margin: 15px;
	font-size: 120%;
	text-align: right;
	line-height: 1.1em;
}

/*----- 本文 -----*/
.message {
	margin: 15px;
	font-size: 120%;
	text-align: left;
	line-height: 1.4em;
}

/*----- 以上 -----*/
.thats-all {
	text-align: right;
}

/*----- 本文下のBOX -----*/
.message-box1 {
	border-style: solid;
	border-color: #a7bbef;
	border-width: 2px;
	padding: 10px;
	line-height: 1.3em;
	margin-top: 10px;
}

/*----- 強調 -----*/
.accent {
	color: #ff6600;
}

/*----- 下のマージン−小 -----*/
.space-S {
	margin-bottom: 5px;
}
/*----- 下のマージン−中 -----*/
.space-M {
	margin-bottom: 15px;
}
/*----- 下のマージン−大 -----*/
.space-L {
	margin-bottom: 25px;
}

/*----- レイアウトV -----*/
.pos-top {
	vertical-align: top;
}
/*----- レイアウトV -----*/
.pos-bottom {
	vertical-align: bottom;
}
/*----- レイアウトV -----*/
.pos-middle {
	vertical-align: middle;
}
/*----- レイアウト上付き -----*/
.pos-sup {
	vertical-align: super;
}
/*----- レイアウト下付き -----*/
.pos-sub {
	vertical-align: sub;
}
/*----- レイアウトcenter -----*/
.pos-center {
	text-align: center;
}

/*---------------------------------------------
 ContentsArea
---------------------------------------------*/

#ContentsArea h2.title01{
	padding: 0 10px;
	margin-bottom: 15px;
	line-height: 2.0;
	background-color: #f0f0f0;
	border: 1px #cccccc solid;
	border-bottom: 4px #a7bbef solid;
	font-size: 140%;
}

/*********************************************************************/


