@charset "UTF-8";

/*初期化----------------------------------------------*/

*{
    margin: 0px;
    padding: 0px;
    font-family:"Frtiger", "Meiryo", "メイリオ", "Arial",sans-serif;
    color: #000000;
    text-decoration: none;
    font-size: 96%;
}

body,form,fildset,h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,a {
	margin: 0;
	padding: 0;
}

body {
    background-color: #ffffff;
    text-align: center;
}

fieldset {
	border: none;
}

blockquote,li,dt,dd {
	margin-left: 0px;
}

li {
    list-style-type: none;
}

input,textarea {
	font-size: 12px;
}

table {
    border-width: 0px 0px 0px 0px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

td,th{
    border-style: none;
    font-weight: normal;
    border-width: 0px 0px 0px 0px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
img{
    border-style: none;
    border-width: 0px 0px 0px 0px;
    margin: 0px;
    padding: 0px;
}

a:hover {
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0px;
    padding: 0px;
}

h1{

}

h2{

}

h3{

}

h4{
	font-size: 150%;
}

h5{
	font-size: 150%;
	color: #da3d58;
}

h6{

}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	display: none;
}

/*End初期化-------------------------------------------*/




/*ベースレイアウトモジュール-----------------------------------*/

/*body*/
/*活き*/
#containerA {
	position: relative;
    margin: 0px auto;
	padding: 0px;
    text-align: left;
    width: 800px;
}

/*end Body*/

/*header*/
/*活き*/
#containerA #header {
	height: 128px;
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
}

/*end Header*/

/*leftContents*/
/*活き*/
#leftContents {

}

* html #leftContents {

}

#containerA #leftContents {
	float: left;
	width: 160px;
	margin-top: 0px;
	padding: 0px;
}

/*IE7*/
*:first-child + html #containerA #leftContents {
	width: 160px;
	margin-right: 0px;
}

/*end leftContents*/

/*rightContents*/

#rightContents {
	float: right;
	width: 640px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

* html #rightContents {
	padding-left: 0px;
	width: 640px;
}

#rightContents div.index {
	width: 500px;
}

#rightContents div.index h4 {
	padding-top: 8px;
	padding-bottom: 16px;
	line-height: 1.5em;
}

#rightContents div.index p {
	line-height: 2em;
}

#rightContents div.contents p {
	line-height: 2em;
}

#rightContents div.index p.cliants {
	margin-top: 4px;
	line-height: 2.5em;
}

#rightContents div.contents {
	width: 500px;
	float: left;
	margin-top: 32px;
	padding: 32px 0px 16px 0px;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	border-color: #FAB;
	vertical-align: bottom;
}

#rightContents div.name {
	width: 500px;
	text-align: right
	margin-top: 32px;
}

#rightContents div.right {
	float: right;
	margin-top: 32px;
}

#rightContents div table {
	margin-top: 8px;
}

#rightContents div table tr th {
	vertical-align: top;
	text-align: left;
	width: 120px;
	white-space: nowrap;
	padding: 0px 0 12px 0;
	font-size: 100%;
}

#rightContents div table tr td {
	vertical-align: top;
	widows: 480px;
	white-space: nowrap;
	padding: 0px 0 12px 0;
	font-size: 100%;
}

/*end rightContents*/

/*コンプライアンスメニュー*/

#footer {
	clear: both;
}

/*Endコンプライアンスメニュー*/

/*Endベースレイアウトモジュール--------------------------------*/



/*レイアウトモジュール-----------------------------------*/

.float_left {
	float: left;
	vertical-align: bottom;
}
.float_right {
	width: 640px;
	float: right;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #FAB;
	vertical-align: bottom;
}
.text-align_right {
	text-align: right;
}

.float_clear {
	clear: both;
}

/*ヘッダーエリアモジュール*/
/*活き*/
#header .float_left{

}

#header .float_left_w{
	float: left;
	padding-top: 74px;
}

#header .float_left_w{
	float: left;
	padding-bottom: 4px;
}

.float_right div {
	text-align: right;
}

.float_right div ul li {
	margin-left: 0px;
}

/*メニュー*/
/*活き*/
#containerA .float_right #menu {
	padding: 0px;
	margin-bottom: 14px;
}
/*IE7*/
*:first-child + html #containerA .float_right #menu {
	margin-bottom: 15px;
}
/*IE8*/
html>/**/body .float_right #menu {  
    margin-top /*\**/: -19px\9;   
}


#containerA #menu li {
    display: inline;
    margin-left: 4px;
}
/*Endメニュー*/


/*Endヘッダーエリアモジュール*/

/*leftContents*/
/*活き*/
#containerA #leftContents .subMenu1 {
	width: 240px;
	margin-top: 12px;
}

#containerA #leftContents .subMenu1 li {
	height: 32px;
}

/*IE7*/
*:first-child + html #containerA #leftContents .subMenu1 li {
  margin-top: 0px;
  margin-bottom: -5px;
}
#leftContents div {
	margin: 24px 0px 0px 0px;
	color: #666666;
}





#leftContents p {
	margin: 0px 0px 12px 0px;
}





/*Endレイアウトモジュール--------------------------------*/



/*フッターエリアモジュールセット*/



/*コピーライト*/
#footer p {
    font-size: 10px;
	text-align: right;
	padding: 24px 0px 2px 0px;
	color: #aaaaaa;
}

/*Endフッターエリアモジュールセット*/
