@charset "utf-8";
/************************************************

/************************共通設定************************/


h1,h2,h3,ul,ol,li,p,input,form{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*pageTitle*/
h1 {
	height: 68px;
	width: 740px;
}
table {
	border-collapse:collapse;   
	border-spacing:0;   
}
td {
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
img {
	border:0px;
	vertical-align: bottom;
}
body {
	float: auto;
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	text-align: center;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #00388E;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #00388E;
}
p, td, th {
	font-size: 12px;
	line-height: 150%;
}
/*大枠・幅の設定*/
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content {
	width: 750px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/************************ヘッダーエリア************************/
#headerArea {
	width: 740px;
	margin-right: 37px;
	margin-left: 37px;
	padding-top: 13px;
	height: 57px;
	clear: both;
}
#headerArea a:link, #headerArea a:active, #headerArea a:visited {
	color: #000000;
	text-decoration: none;
}
#headerArea a:focus {
	color: #ffffff;
	background-color: #00318C;	
	text-decoration: underline;
}
#headerArea a:hover {
	color: #ffffff;
	background-color: #00318C;	
	text-decoration: underline;
}
.logo {
	float: left;
}
/*サブリンク・検索エリア*/
.subArea {
	float: right;
}
/*サブリンク*/
.subArea p {
	font-size: 10px;
	margin-bottom: 5px;
	}

/************************トップナビゲーション************************/
#menuArea {
	width: 740px;
	margin-right: 37px;
	margin-left: 37px;
	height: 35px;
	background-color: #ffffff;
	background-image: url(../img/pre_head.gif);
	background-repeat: norepeat-X;
}

ul.menu {
	float:left;
	margin-top: 10px;
	margin-left: 0px;
}

li.menu_l {
	float:left;
	margin-left: 10px;
	padding-left: 10px;
	display : inline;
	font-size: 12px;
	font-weight: normal;
	color: #00318C;
	text-decoration: none;
}

li.menu_l a:link {
	display : inline;
	font-size: 12px;
	font-weight: normal;
	color: #00318C;
	text-decoration: none;
}

li.menu_l a:activ {
	display : inline;
	font-size: 12px;
	font-weight: normal;
	color: #00318C;
	text-decoration: none;
}

li.menu_l a:visited {
	display : inline;
	font-size: 12px;
	font-weight: normal;
	color: #00318C;
	text-decoration: none;
}

li.menu_l a:focus {
	display : inline;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
	background-color: #ffffff;
}
li.menu_l a:hover {
	display : inline;
	font-size: 12px;
	font-weight: normal;
	color: #00318C;
	text-decoration: underline;
	background-color: #ffffff;
}

li.menu {
	float:left;
}

li.menu a:link {
	margin-left: 10px;
	padding-left: 10px;
	display : inline;
	font-size: 12px;
	font-weight: normal;
	color: #00318C;
	text-decoration: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00388E;
}

li.menu a:activ {
	margin-left: 10px;
	padding-left: 10px;
	display : inline;
	font-size: 12px;
	font-weight: normal;
	color: #00318C;
	text-decoration: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00388E;
}

li.menu a:visited {
	margin-left: 10px;
	padding-left: 10px;
	display : inline;
	font-size: 12px;
	font-weight: normal;
	color: #00318C;
	text-decoration: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00388E;
}
li.menu a:focus {
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
	background-color: #ffffff;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990000;
}
li.menu a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #00318C;
	text-decoration: underline;
	background-color: #ffffff;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990000;
}



/************************プレゼンセクション************************/
#preArea {
	margin-right: 0px;
	margin-left: 37px;
	padding-top: 0px;
	width: 740px;
	height: auto;
	border: 0px #333 solid; /* 項目の枠線 */
	background-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	clear: both;
}

/************************プレゼンセクション・左************************/
#preLeftArea {
	float:left;
	margin: 0px;
	padding: 0px;
	width: 538px;
	height: 120px;
	background-color: #333;
}

/************************プレゼンセクション・右************************/
#preRightArea {
	float:right;
	margin: 0px;
	padding: 0px;
	width: 198px;
	height: 120px;
	background-color: #333;
}

ul.preRight {
	width: 198px;
	height: 120px;
	float:right
	margin: 0px; /* ul内部の左端余白を消す(IE) */
	padding-left: 0px; /* ul内部の左端余白を消す(Fx,Op) */
	list-style:outside none;
	overflow:hidden;
}

li.preRight {
	display: block; /* ブロックレベルに */
	padding: 5px 0px 0px 0px;
	width:198px;
	text-align:left;
	font-size: 12px;
	text-decoration: none; /* 下線を消す */
	height : 24px;  /*リンク範囲の高さを自動に：firefox必須*/
	background-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

a.check:link {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	text-align: left center;
	font-size: 12px;
	text-decoration: none; /* 下線を消す */
	background-image: url(../img/common/check1.gif);  /*off画像*/
	background-position : left center;  /*画像を左上に配置*/
	background-repeat : no-repeat;   /*背景画像を繰り返さない*/
	color: #000000;
}

a.check:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	text-align: left center;
	font-size: 12px;
	text-decoration: underline; /* 下線を消す */
	background-image: url(../img/common/check1.gif);  /*off画像*/
	background-position : left center;  /*画像を左上に配置*/
	background-repeat : no-repeat;   /*背景画像を繰り返さない*/
	color: #ffffff;
}

a.check:focus {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	text-align: left center;
	font-size: 12px;
	text-decoration: underline; /* 下線を消す */
	background-image: url(../img/common/check1.gif);  /*off画像*/
	background-position : left center;  /*画像を左上に配置*/
	background-repeat : no-repeat;   /*背景画像を繰り返さない*/
	color: #ffffff;
}

a.check:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	text-align: left center;
	font-size: 12px;
	text-decoration: none; /* 下線を消す */
	background-image: url(../img/common/check2.gif);  /*off画像*/
	background-position : left center;  /*画像を左上に配置*/
	background-repeat : no-repeat;   /*背景画像を繰り返さない*/
	color: #000000;
}

/************************パンくずリスト部分************************/
#pankuzuArea {
	text-align:left;
	margin-right: 37px;
	margin-left: 37px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 740px;
	height: 27px;
	background-color: #fff;
	clear: both;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}

ul.pankuzu {
	float:left
	margin: 0px; /* ul内部の左端余白を消す(IE) */
	padding-left: 185px; /* ul内部の左端余白を消す(Fx,Op) */
	list-style:outside none;
	overflow:hidden;
}

li.pankuzu_t {
	float:left;
	margin: 5px 0px 5px 0px; /* 各項目周囲の余白 */
	padding: 1px 5px 1px 5px; /* 枠線と内容の距離をゼロに */
	border: 1px #fff solid; /* 項目の枠線 */
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
}

li.pankuzu_t a:link {
	color: #000099;
	text-decoration: none;
}

li.pankuzu_t a:visited {
	color: #000066;
	text-decoration: none;
}

li.pankuzu_t a:hover {
	background-color:#00318C;
	color: #ffffff;
	text-decoration: underline;
}

li.pankuzu_t a:focus {
	background-color:#00318C;
	color: #ffffff;
	text-decoration: underline;
}



li.pankuzu {
	float:left;
	margin: 5px 0px 5px 10px; /* 各項目周囲の余白 */
	padding: 1px 5px 1px 20px; /* 枠線と内容の距離をゼロに */
	border: 1px #fff solid; /* 項目の枠線 */
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	height : auto;  /*リンク範囲の高さを自動に：firefox必須*/
	background-image: url(../img/common/navi2_pan.gif);  /*off画像*/
	background-position : left center;  /*画像を左上に配置*/
	background-repeat : no-repeat;   /*背景画像を繰り返さない*/ 
	list-style-position: outside;
}

li.pankuzu a:link {
	color: #000099;
	text-decoration: none;
}

li.pankuzu a:visited {
	color: #000066;
	text-decoration: none;
}

li.pankuzu a:hover {
	background-color:#00318C;
	color: #ffffff;
	text-decoration: underline;
}

li.pankuzu a:focus {
	background-color:#00318C;
	color: #ffffff;
	text-decoration: underline;
}

li.pankuzu_n {
	float:left;
	margin: 5px 0px 5px 10px; /* 各項目周囲の余白 */
	padding: 1px 5px 1px 20px; /* 枠線と内容の距離をゼロに */
	border: 1px #fff solid; /* 項目の枠線 */
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	height : auto;  /*リンク範囲の高さを自動に：firefox必須*/
	background-image: url(../img/common/navi5_pan.gif);  /*off画像*/
	background-position : left center;  /*画像を左上に配置*/
	background-repeat : no-repeat;   /*背景画像を繰り返さない*/ 
	list-style-position: outside;
}

li.pankuzu_n a:link {
	color: #000000;
	text-decoration: none;
}

li.pankuzu_n a:visited {
	color: #666666;
	text-decoration: none;
}

li.pankuzu_n a:hover {
	color: #00318C;
	text-decoration: underline;
}

li.pankuzu_n a:focus {
	color: #990000;
	text-decoration: underline;
}

/************************メインセクション************************/

#mainArea {
	width: 740px;
	margin-right: 37px;
	margin-left: 37px;
}


/************************レフトセクション************************/
#leftArea {
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	width: 180px;
	height: auto;
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	clear: both;
}

.left_menu {
	margin-top: 10px;
	margin-left: 0px;
}

p.left_menu_title {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00388E;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #00388E;
}

ul.left_menu_title {
	width: 180px;
	padding-top: 0px;
	margin-top: 0px;
}

li.left_menu_title {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 5px;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	height : auto;  /*リンク範囲の高さを自動に：firefox必須*/
	list-style-image: url(../img/common/navi_left.gif);
	background-position : left center;  /*画像の配置位置*/
	background-repeat : no-repeat;   /*背景画像を繰り返さない*/ 
}
li.left_menu_title a:link {
	text-decoration: none;
}

li.left_menu_title a:hover {
	text-decoration: underline;
}

li.left_menu_title a:focus {
	text-decoration: underline;
}

li.left_menu_title a:visited {
	text-decoration: none;
	list-style-image: url(../img/common/navi_left.gif);
	background-position : left center;  /*画像の配置位置*/
	background-repeat : no-repeat;   /*背景画像を繰り返さない*/ 
	list-style-position: outside;
}

ul.left_menu_title2 {
	width: 130px;
	padding-top: 0px;
	margin-top: 0px;
	clear: both;
}

li.left_menu_title2 {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 30px;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	height : auto;  /*リンク範囲の高さを自動に：firefox必須*/
	list-style-image: url(../img/common/navi_left.gif);
	background-position : left center;  /*画像の配置位置*/
	background-repeat : no-repeat;   /*背景画像を繰り返さない*/ 
}
li.left_menu_title2_n {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 30px;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	height : auto;  /*リンク範囲の高さを自動に：firefox必須*/
	list-style-image: url(../img/common/navi_left.gif);
	background-position : left center;  /*画像の配置位置*/
	background-repeat : no-repeat;   /*背景画像を繰り返さない*/ 
}

li.left_menu_title2 a:link {
	text-decoration: none;
	list-style: none outside; 
	color: #000000;
	clear: both;
}

ul.left_menu_title2 a:hover {
	text-decoration: underline;
	color: #00318C;
}

ul.left_menu_title a:hover {
	text-decoration: underline;
	color: #00318C;
}


p.left_banner {
	margin-top: 110px;
	clear: both;
}




/************************ライトセクション************************/
#rightArea {
	float: right;
	margin-top: 0px;
	padding: 0px 0px 50px 0px;
	width: 555px;
	text-align: left;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}

p.rightArea_txt {
	margin: 10px 30px 10px 50px;
	text-align: left;
	text-indent: 1em;
	background-color: #fff;
}

p.rightArea_txt_r {
	margin: 50px 50px 10px 25px;
	width: auto;
	height: auto;
	text-align: right;
	text-indent: 1em;
	background-color: #fff;
}

.rightArea_title {
	margin: 0px 0px 15px 0px;
	padding: 5px 0px 5px 10px;
	border: 1px solid #cccccc;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
}

.rightArea_subtitle_ne {
	margin: 10px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #cccccc;
	border-left: 5px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
	background-color: #fff;
}

.rightArea_subtitle {
	margin: 20px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #cccccc;
	border-left: 5px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
	background-color: #fff;
}

.rightArea_subtitle_f {
	margin: 10px 0px 10px 30px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #333;
	border-left: 0px solid #ccc;
	font-size: 12px;
	font-weight: normal;
	text-indent: 0em;
	color: #333;
	text-align: left;
	background-color: #fff;
}

ul.rightArea_subtitle_f {
	border: 0px solid #009;
	margin: 0px 0px 15px 0px;
}

li.rightArea_subtitle_f {
	margin: 0px 0px 5px 30px;
	padding: 3px 0px 3px 10px;
	border-bottom: 1px solid #999;
	border-left: 3px solid #ccc;
	font-size: 10px;
	font-weight: normal;
	text-indent: 0em;
	color: #333;
	text-align: left;
	background-color: #fff;
}

.rightArea_subtitle_n {
	margin: 20px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #cccccc;
	border-left: 5px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	background-color: #557;
	clear: both;
}

.rightArea_subtitle_txt {
	margin: 5px 10px 10px 10px;
	padding: 0px 0px 0px 10px;
	border: 0px solid #cccccc;
	font-size: 12px;
	text-indent: 1em;
	text-align: left;
	background-color: #fff;
}

.rightArea_subtitle_txt_f {
	margin: 5px 10px 0px 30px;
	padding: 0px 0px 0px 10px;
	border: 0px solid #cccccc;
	font-size: 12px;
	text-indent: 1em;
	text-align: left;
	background-color: #fff;
}
.rightArea_subtitle_txt_b {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	color: #557;
	text-indent: 1em;
	text-align: left;
	background-color: #fff;
}

.rightArea_subtitle_txt_d {
	margin: 5px 0px 5px 70px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	color: #557;
	text-indent: 1em;
	text-align: left;
	background-color: #fff;
}

img.rightArea_subtitle_txt {
	float: auto;
	margin: 10px 0px 20px 15px ;
	padding: 10px ;
	border: 0px solid #cccccc;
}

img.rightArea_subtitle_txt2 {
	margin: 70px 0px 20px 15px ;
	padding: 10px ;
	border: 0px solid #cccccc;
}

.rightArea_subtitle_txt2 {
	float: auto;
	margin: -10px 0px 20px 50px ;
	padding: 10px ;
	font-size: 12px;
	text-indent: 0em;
	border: 0px solid #cccccc;
}

.rightArea_subtitle_txt3 {
	float: auto;
	margin: -10px 0px 20px 150px ;
	padding: 10px ;
	font-size: 10px;
	text-indent: 0em;
	border: 0px solid #cccccc;
}

.rightArea_subtitle2 {
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	border-left: 5px solid #cccccc;
	font-size: 12px;
	text-align: left;
	background-color: #fff;
}

ul.rightArea_subtitle_txt {
	margin: 5px 10px 10px 20px;
	padding: 0px 0px 0px 10px;
	border: 0px solid #cccccc;
	font-size: 10px;
	text-indent: 0em;
	text-align: left;
	background-color: #fff;
}

ul.rightArea_subtitle_txt2 {
	margin: 5px 10px 10px 20px;
	padding: 0px 0px 0px 10px;
	border: 0px solid #cccccc;
	font-size: 12px;
	text-indent: 0em;
	text-align: left;
	background-color: #fff;
}

ul.enterp {
	margin: 0px 0px 0px 20px;
	border: 0px solid #ffff00;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}

li.enterp {
}

li.enterp2 {
	margin: 5px 0px 10px 35px;
}


/************************フッターエリア************************/
#footerArea {
	width: 740px;
	margin-right: 37px;
	margin-left: 37px;
	margin-top: 0px;
	height: 20px;
	background-color: #4C4F56;
	clear: both;
	color: #ffffff;
}
#footerArea p {
	float: left;
	font-size: 12px;
	font-weight: normal;
}
#footerArea p.link {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footerArea a:link, #footerArea a:active, #footerArea a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footerArea a:focus {
	color: #ffffff;
	background-color: #0097db;	
	text-decoration: underline;
}
#footerArea a:hover {
	color: #ffffff;
	background-color: #0097db;	
	text-decoration: underline;
}

img.footer_privecy {
	float: right;
	margin: 5px 5px 5px 0px;
}

img.footer_rss {
	float: right;
	margin: 5px 10px 5px 0px;
}

/************************バックナンバーエリア************************/
/************************カンパニーエリア************************/

.rightArea_line {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 460px;
	border: 0px solid #999999;
	text-align: left;
	background-color: #fff;
	clear: both;
}
p.rightArea_date {
	float: left;
	margin: 10px 20px 10px 20px;
	padding: 0px 10px 0px 0px;
	width: 70px;
	text-align: right;
	font-style: bold;
	background-color: #fff;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

p.rightArea_back {
	float: left;
	margin: 10px 20px 10px 0px;
	width: 300px;
	border: 0px solid #ffffff;
	text-align: left;
	background-color: #fff;
}

.rightArea_news {
	margin: 0px 20px 10px 50px;
	width: 460px;
	text-align: left;
	text-indent: 1em;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	clear: both;
}

p.rightArea_subnews {
	margin: 0px 20px 10px 120px;
	width: 250px;
	text-align: left;
	text-indent: 0em;
	background-color: #fff;
	border: 1px solid #ffffff;
	clear: both;
}

.rightArea_subnews {
	margin: 0px 20px 10px 90px;
	width: 250px;
	text-align: left;
	text-indent: 0em;
	background-color: #fff;
	border: 0px solid #ffffff;
	clear: both;
}

table.rightArea_subnews2 {
	margin: 2px 0px 0px 15px;
	width: 450px;
	height: auto;
	text-align: left;
	text-indent: 0em;
	font-weight: normal;
	background-color: #fff;
	border: 0px solid #ffffff;
	clear: both;
}

table.rightArea_subnews3 {
	margin: 0px 0px 0px 0px;
	width: 300px;
	height: auto;
	text-align: left;
	text-indent: 0em;
	background-color: #fff;
	border: 0px solid #ffffff;
	clear: both;
}

td.rightArea_subnews2 {
	width: 100px;
	height: auto;
	border: 0px solid #000000;
}

td.rightArea_subnews3 {
	width: 120px;
	height: auto;
	text-align: right;
	padding: 0px 10px 0px 0px;
	border: 0px solid #000000;
}

p.rightArea_news {
	width: 420px;
	margin: 10px 0px 10px 50px;
}

p.rightArea_news_n {
	text-indent: 0em;
	margin: 10px 0px 10px 0px;
}

/************************基本リンク色************************/

a:link, a:active, a:visited {
	color: #000099;
	text-decoration: none;
}

a:focus {
	color: #00318C;
	text-decoration: underline;
}

a:hover {
	color: #00318C;
	text-decoration: underline;
}

.top {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	width: 300px;
	height: auto;
	text-align: right;
	font-size: 10pt;
	background-color: #fff;
	border-width: 0px;
	border-style: solid;
	border-color: #ccc;
	text-decoration: none;
	color: #666666;
	clear: both;
}

.top a:link {
	color: #666666;
	text-decoration: none;
}

.top a:visited {
	color: #666666;
	text-decoration: none;
}

.top a:hover {
	color: #00318C;	
	text-decoration: underline;
}

.top a:focus {
	color: #00318C;	
	text-decoration: underline;
}

/************************告知エリア************************/
.sales {
	float:left;
	margin: 0px;
	padding: 0px;
	width: 540px;
	height: 120px;
	background-color: #557;
}







