
/* ------------------------------------------
Layout Style Sheet 
------------------------------------------ */

/* 初期化等 */

body, form, h1, h2, h3, p, pre, ul,li,div {
	margin:0px;
	padding:0px;
}

body {
	width:100%;
	text-align:center;
        font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0;
	padding:0;
	color: #5a5a5a;
	background-image:url('../images/back.gif');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
}




a:link {
	color:#0e76b6;
	text-decoration: underline;
}
a:visited {
	color:#004ca9;
	text-decoration: underline;
}

a:hover {
	color:#cc0000;
	text-decoration: none;
}

a:active {
	color:#cc0000;
	text-decoration: none;
}

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

p {
	font-size:80%;
	color:#5b5b5b;
        margin:0;
        padding:0;
}



/
* Crearfix モダンブラウザ（Firefox Opera Safari）対策------------------------ */
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;

}

/* Win版IE7とMac版IE5対策 */
.clearfix{
 	display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
	height:1px;
}
.clearfix{
	display:block;
}
/* End hide from IE-mac */ 

/* FireFoxでスクロールバーを常時表示 ---------------------------------------- */
html {
overflow-y:scroll;
} 


* html #contents {
        margin-top:-31px;
}





/*  レイアウト・使いまわし  */
div.clear{
	clear: both;
	overflow:hidden;
}



#container {
	width:960px;
	margin:0 auto;
        padding:0;
        background-color:none;
}


#contents {
	float:left;
	width:960px;
	background-color:#ffffff;
    margin-top:-13px;
    text-align:left;
}



/*  ヘッダー  */

#header {
	width:100%;
        margin-top:24px;
}

/* #header div.headerline { */
/* 	height: 30px; */
/* 	width:100%; */
/* 	background-color: #0d5b8c; */
/* } */

/* トップ  */
#top { 
 	padding:0px;
        margin:0px;
        height: 100px;
        width:100%;
 }


/*  ロゴ  */

#header div.logo {
        float:left;
	margin:0px;
	width:300px;
        height:100px;
}


/*  トップメニュー  */


#top-menu {
        display:inline;
}

#top-menu ul li {
	padding: 0;
	margin: 0;
	font-size:15px;
	font-weight:bold;
	float: left;
	list-style: none ;
	height:100px;
}

*html #top-menu ul li {
	padding: 0;
	margin: 0;
	font-size:15px;
	font-weight:bold;
	float: left;
	list-style: none ;
	height:118px;
}


#top-menu span {
	visibility : hidden;
	text-indent:-9999px;
}




/* トップメニュー　 会社案内  */
#top-menu li.aboutus a {
    display: block;
    height: 87px;
    width: 165px;
    background: url('../images/top-menu.gif') 0 0 no-repeat;
    text-decoration: none;
}

#top-menu li.aboutus a:hover { background-position:0 -87px; }

/* トップメニュー　導入実績  */
#top-menu li.achivements a {
    display: block;
    height: 87px;
    width: 165px;
    background: url('../images/top-menu.gif') -165px 0  no-repeat;
    text-decoration: none;
}

#top-menu li.achivements a:hover { background-position: -165px -87px; }

/*  トップメニュー　開発事例  */
#top-menu li.developments a {
    display: block;
    height: 87px;
    width: 165px;
    background: url('../images/top-menu.gif') -330px 0 no-repeat;
    text-decoration: none;
}

#top-menu li.developments a:hover { background-position: -330px -87px; }


/* トップメニュー　問い合わせ  */
#top-menu li.contact a {
    display: block;
    height: 87px;
    width: 165px;
    background: url('../images/top-menu.gif') -495px 0 no-repeat;
    text-decoration: none;
}
#top-menu li.contact a:hover { background-position: -495px -87px; }





/*  アイキャッチ指定  */

#top-eye {
        background: url('../images/eye2.jpg') no-repeat;
        width:958px;
        height:210px;
        padding:0;
        border-left:1px solid #ffffff;
        border-right:1px solid #ffffff;
}

a.dse {
    width: 195px;
    margin-left: 726px;
    margin-top: 5px;
    height: 38px;
    display: block;
    text-indent: -999999px;
}

p.eye-read{
	color:#013a87;
        padding-top:90px;
        padding-left:100px;
        font-size: 93%;
        letter-spacing: 0.02em;
        text-indent: -999999px;
}


/*  メインコンテンツ  */

#main {
	width:710px;
	margin:0px 0 10px 10px;
        float: left;
        display:inline;
}

#main-company {
	width:710px;
	margin:7px 0 10px 10px;
        float: left;
        display:inline;
}


/*  information指定  */
#information{
       width:670px;
       padding-top:0px !important;
}

#information h1 {
        padding:0px;
        margin:0;
}

#information ul{
        font-size:75%;
	color:#5b5b5b;
	line-height:150%;
        padding-left:10px;
        list-style: none;
}

#information li{
       border-bottom:1px solid #dddddd;
       margin:2px 0;
}


#information a:link {
	color: #5b5b5b;
	text-decoration:none;
}

#information a:visited {
	color: #5b5b5b;
	text-decoration:none;
}

#information a:hover {
	color:#08629a;
	text-decoration:none;
}

#information a:active {
	color:#003bb0;
	text-decoration:none;
}


#information .info-line {
       width: 660px;
       margin-top:0;
       padding:0;
}

#information .goinfo {
       width: 660px;
       margin-top:6px;
       margin-bottom:15px;
       padding:0;
       text-align:right;
}




/*  ボタン画像のずれ調整  */

.btn-set {
    position:relative; top:2px;
}

/*  メインコンテンツ内指定  */
h1 {
/*     color: #2d6080; */
    font-size:95%;
    padding-top: 0px;
    margin-left:0;
}


h1.online {
    background: url('../images/title_index-online.gif') no-repeat;
    width: 690px;
    font-size:85%;
    letter-spacing: 0.07em;
    color: #ffffff;
    height: 25px;
    padding-left: 15px;
    padding-top: 3px;
    /padding-top: 5px;
}

h1.server {
    background: url('../images/title_index-server.gif') no-repeat;
    width: 690px;
    font-size:85%;
    letter-spacing: 0.07em;
    color: #ffffff;
    height: 25px;
    padding-left: 15px;
    padding-top: 3px;
    /padding-top: 5px;
}

h1.product {
    background: url('../images/title_index-product.gif') no-repeat;
    width: 690px;
    font-size:85%;
    letter-spacing: 0.07em;
    color: #ffffff;
    height: 25px;
    padding-left: 15px;
    padding-top: 3px;
    /padding-top: 5px;
}

h2 {
    margin: 0;
}


#main p.read-box {
    width: 460px;
    height: auto;
    float: left;
    line-height:140%;
    margin:0px 10px 0 10px;
    padding:0px 0 5px 10px;
}

.main-pic {
    float:left;
    width:220px;
    height:140px;
    margin-top:10px;
}

.box {
    width:680px;
    text-align:left;
    margin: 10px 0 15px 0;
    padding: 0 0 5px 5px;
/*     border-left: 5px solid #ededed; */
    background: #FFFFFF url('../images/line_index.gif') repeat-y left;
}

.point-appeal {
    font-family:"メイリオ",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
    background: url('../images/ico-tri.gif') 0% 40% no-repeat;
    padding-left: 10px;
    color:#bc3d3d;
    font-size:86%;
    margin-left:20px;
    margin-top:5px;
    margin-bottom:5px;
    line-height: 140%;
}

/*  詳細ページへ、導入実績へボタン  */
div.godetail a {
    margin-bottom: 5px;
    margin-top: 20px;
    background: url('../images/btn_godetail.gif')  no-repeat;
    margin-left: 510px;
    text-indent: -999999px;
    width: 156px;
    height:33px;
    display: block;
    font-size: 180%;
}

div.godetail a:hover {
    margin-bottom: 5px;
    margin-top: 20px;
    background: url('../images/btn_godetail-h.gif')  no-repeat;
    margin-left: 510px;
    text-indent: -999999px;
    width: 156px;
    height:33px;
    display: block;
    font-size: 180%;
}



div.gocase a {
    margin-top: 0px;
    background: url('../images/btn_gocase.gif')  no-repeat;
    margin-left: 510px;
    text-indent: -999999px;
    width: 156px;
    height:33px;
    display: block;
    font-size: 180%;
}

div.gocase a:hover {
    margin-top: 0px;
    background: url('../images/btn_gocase-h.gif')  no-repeat;
    margin-left: 510px;
    text-indent: -999999px;
    width: 156px;
    height:33px;
    display: block;
    font-size: 180%;
}
/*  サイドバー はじまり */

#sidecontents {
    float:right;
    width:220px;
    padding:8px 10px 0 0;
    margin:0;
}

#sidecontents * * { /* FireFoxズレ用 */
  margin: 0;
  padding: 0;
}



/*  WebFile提供ラインナップ Lite ASP OEM */ 
#appeal #lineup {
    margin-top: 5px !important;
    width:210px;
    height:248px;
}

#appeal #lineup h3 {
    width:210px;
    height: 45px;
    background: url('../images/webfile/lineup.gif') 0 0 no-repeat;
    text-indent:-999999px;
}

#appeal #lineup ul {
    margin:0;
    padding:0;
    width:210px;
}

#appeal #lineup li {
    display: block;
    width: 210px;
    list-style-type: none;
    text-indent:-999999px;
}

#appeal #lineup a {
    display: block;
    text-decoration: none;
}

#appeal #lineup li.lite a {
    height: 70px;
    background: url('../images/webfile/lineup.gif') 0 -50px no-repeat;
}

#appeal #lineup li.lite a:hover {
    height: 70px;
    background-position: -210px -50px;
}


#appeal #lineup li.asp a {
    height: 56px;
    background: url('../images/webfile/lineup.gif') 0 -121px no-repeat;
}

#appeal #lineup li.asp a:hover {
    height: 56px;
    background-position: -210px -121px;
}


#appeal #lineup li.oem a {
    height: 67px;
    background: url('../images/webfile/lineup.gif') 0 -180px no-repeat;
}

#appeal #lineup li.oem a:hover {
    height: 67px;
    background-position: -210px -180px;
}



/* キー・ポイントの製品一覧 NEW*/
#system-menu {
    margin: 0px 0 10px 0;
}

#product {
    margin: 0px 0 0 0;
    width:210px;
    height:260px;
}

#product h3 {
    width:210px;
    height: 47px;
    background: url('../images/product.gif') 0 0 no-repeat;
    text-indent:-999999px;
}

#product ul {
    margin:0;
    padding:0;
    width:210px;
}

#product li {
    display: block;
    width: 210px;
    list-style-type: none;
    text-indent:-999999px;
}

#product a {
    display: block;
    text-decoration: none;
}

#product li.webfile a {
    height: 42px;
    background: url('../images/product.gif') 0 -47px no-repeat;
}

#product li.webfile a:hover {
    height: 42px;
    background-position: -210px -47px;
}

#product li.grpmail a {
    height: 40px;
    background: url('../images/product.gif') 0 -90px no-repeat;
}

#product li.grpmail a:hover {
    height: 40px;
    background-position: -210px -90px;
}

#product li.omori a {
    height: 40px;
    background: url('../images/product.gif') 0 -130px no-repeat;
}

#product li.omori a:hover {
    height: 40px;
     background-position: -210px -130px;
}

#product li.rental a {
    height: 40px;
    background: url('../images/product.gif') 0 -172px no-repeat;
}

#product li.rental a:hover {
    height: 40px;
     background-position: -210px -172px;
}

#product li.dbseries a {
    height: 50px;
    background: url('../images/product.gif') 0 -210px no-repeat;
}

#product li.dbseries a:hover {
    height: 52px;
    background-position: -210px -210px;
}


#LinkList li.download a {
    background: url('../images/webfile/linklist.gif') 0 0 no-repeat;
    margin: 0 0 10px 0;
}

#LinkList li.download a:hover {
    background-position: -210px 0;
    margin: 0 0 10px 0;
}

/*  ページフッタ・ヘッダ  */
#pagetop {
	clear:both;
	width:530px;
	margin:0 0 20px 0;
	font-size:80%;
	text-align:right;
	padding:0;
}

#pagetop img {
	vertical-align: middle;
	margin:0 5px 2px 0 ;
	width:14px;
	height:14px;
}

#pagetop a:link {
	color:#333333;
	text-decoration:none;
}

#pagetop a:visited {
	color: #333333;
	text-decoration:none;
}

#pagetop a:hover {
	color:#003bb0;
	text-decoration:none;
}

#pagetop a:active {
	color:#003bb0;
	text-decoration:none;
}


/*  footer指定  */

#footer {
	clear:both;
	font-size:70%;
	line-height:120%;
        border-top:1px solid #cccccc;
	width:900px;
	margin-top:20px;
	margin-left:0px;
        margin-right:0px;
	padding:10px 25px;
	background-color:#ffffff;
}

#footer ul ,#footer li {
	margin:0;
        padding:0px;
}

#footer-menu {
	float:left;
}

#footer-menu p {
	margin:5px 0;
	padding:0;
	font-size: 92% !important;
	color: #aaaaaa
}

#footer-menu li{
    display:inline;
    padding-bottom: 20px;
}

#footer-menu a{
    padding-right: 1em;
}

#footer-menu a:link {
	color: #5b5b5b;
	text-decoration:none;
}

#footer-menu a:visited {
	color: #5b5b5b;
	text-decoration:none;
}

#footer-menu a:hover {
	color:#08629a;
	text-decoration:none;
}

#footer-menu a:active {
	color:#003bb0
	text-decoration:none;
}


#footer-inquiry {
	text-align:right;
}


/*  さらに  */

#newslog ,#devlog {
	margin:0 0 20px 0;
	font-size:80%;
	text-align:right;
}

#newslog img ,#devlog img {
	vertical-align: middle;
	margin:0 0 2px 5px ;
	width:14px;
	height:14px;
}

#newslog a:link ,#devlog a:link {
	color:#333333;
	text-decoration:none;
}

#newslog a:visited ,#devlog a:visited {
	color: #666666;
	text-decoration:none;
}

#newslog a:hover ,#devlog a:hover {
	color:#cc0000;
	text-decoration:none;
}

#newslog a:active ,#devlog a:active {
	color:#cc0000;
	text-decoration:none;
}

/*  お知らせ詳細  */

div.newstitle {
	font-size:100%;
	color:#333333;
	line-height:130%;
	font-weight:bold;
}

div.newsdate {
	font-size:80%;
	color:#333333;
	margin:0.5em 0;
	line-height:130%;
}

span.newscategoly {
	color:#666666;
	margin:0 1em;
}

/*  問い合わせフォームボタン  */
p.submit {
	margin:10px 10px !important;
	text-align:center;
}

p.submit input {margin:10px;}


p.FormRoute {
	margin:20px 0 ;
	padding:10px 20px;
	background:#E9EEF0 ;
	text-align:center;
	font-size:80%;
	color:#333333;
}

p.FormRoute input {margin:10px;}


/* プライバシー */

div.privacy {
	background:#ffffff;
	border-bottom:#cccccc 3px double;
	padding-bottom:10px;
	font-size:14px;
}

div.policy {
	background:#ffffff;
	margin-right:15px;
}


div.privacy h3 {
	padding:5px !important;
	margin:5px 0;
	background:#eeeeee;
	font-size:12px;
}

ol.privacy {
	margin-left:1em;
}

li.privacy  {
	list-style-type: decimal;
	margin-left:1em;
	line-height:130%;
        font-size:80% !important;
}


li.privacy-ur  {
	list-style-type: upper-roman;
	margin-left:1em;
	font-size:80%;
	line-height:130%;
	color:#333333;
}

li.privacy-lr  {
	list-style-type: lower-roman;
	margin-left:1em;
	font-size:80%;
	line-height:130%;
	color:#333333;
}


li.privacy-alpha  {
	list-style-type: lower-alpha;
	margin-left:0;
	font-size:80%;
	line-height:130%;
	color:#5b5b5b;
}


/*  画面確認用メニュー  */

#testmenu {
	width: 960px;
	background-color: #ffffff;
	margin:0 20px 0 20px;
}

#testmenu ul, #testmenu li {
	padding: 0;
	margin: 0;
	list-style: none ;
	font-size:80%;
	font-weight:normal;
}

#testmenu li {
	float: left;
	list-style: none ;
	height:100%;
}

#testmenu a, #testmenu a:link, #testmenu a:visited {
	text-decoration: none;
	color: #999999;
	padding: 4px 10px;
	display:block;
}

#testmenu a:hover {
	color: #333333;
}

/*  map  */

#map ul {margin:0 0 0 20px;padding:0; font-size:13px;}
#map li {margin-bottom:2px !important;}

/*  banner  */
.banner { margin-top:2px;}

.pmark{
    font-size:75%;
    padding:0px;
    height:auto;
    width:210px;
    line-height:1.3em;
    margin:10px 0px 20px 0px;
}

.pmark img{
    padding:2px;
    float:left;
}


/*  リンク  */
span.link {
    line-height:170%;
    list-style-type: none;
    text-align:right;
    margin-right:10px;
    font-size: 13px;
}

span.link a {
    background: url('../images/webfile/icon-link.gif') 5px 60% no-repeat;
    padding-left: 20px;
}

p.link {
    line-height:170%;
    list-style-type: none;
    text-align:right;
    margin-right:20px;
    font-size: 13px;
}

p.link a {
    background: url('../images/webfile/icon-link.gif') 5px 60% no-repeat;
    padding-left: 20px;
}


p.link2 {
	line-height:170%;
    list-style-type: none;
    margin-right:10px;
}

p.link2 a {
    background: url('../images/webfile/icon-link.gif') 5px 60% no-repeat;
    padding-left: 20px; 
}

span.link {
    line-height:170%;
    list-style-type: none;
    text-align:right;
    margin-left:0px;
    font-size: 13px;
}

span.link a {
    background: url('../images/webfile/icon-link.gif') 5px 60% no-repeat;
    padding-left: 15px;
}

div.link-side {
    margin: 10px 0;
}

div.link-side a {
    margin: 10px 0;
    background: url('../images/ico-ya.gif') 0% 0% no-repeat;
    font-weight: bold;
    font-size: 13px;
    padding-left: 24px !important;
    color: #0D5B8C;
    text-decoration: none;

}

div.link-side a:hover  {
    color: #e70000;
    text-decoration: none;
    padding-left: 24px
}




/*  fontサイズ  */
.font-small {
    font-size: 13px;
}

.font-big { 
    font-size: 120% !important;
}


/*  エラー  */

.action_err {
    font-size:90%;
    color:#f00000;
    margin:1px 10px;
    font-weight:bold;
}


/*  強調・必須  */
.strong {
    font-weight:bold;
}

.required {
    color:#cc0000;
    font-weight: bold;
}

.caution {
    color:#cc0000;
}

.remark {
    margin-top: 10px;
    padding-left:1em;
    font-size:12px;
    color: #777777;
}

.err {
    font-size:15px;
}

.caption {
	padding-left:1em;
	padding-top:1em;
	font-size:85% !important;
	line-height:135%;
	color:#7b7b7b;
	text-indent:0 !important;
}

.caption-s {
	font-size:80% !important;
	line-height:135%;
	color:#BC3D3D;
        font-weight: normal !important;
}



.lfloat {
	float:left;
}

.rfloat {
	float:right;
}

.dot-line {
    border-bottom:1px dotted #cccccc;
    margin:0px 30px 0px 10px !important;
 }

.point-bg {
    background-color:#EEEEEE;
    margin:10px 10px 20px 20px;
    padding:10px 15px;
}




/*  余白上書き・右・左・中  */

.space {
	margin:20px 0;
}


.space-l {
	margin:50px 0;
}


.ll-space {
	pading-left:10px;	
	}


.space-reset {
	margin:0 !important;
}

.bottomspace {
	margin:0 0 20px 0;
}

.topspace {
	margin:20px 0 0 0;
}

.topspace2 {
	margin:5px 0 0 0;
}

.leftspace {
	margin:0 0 0 80px;
}

.leftspace2 {
	margin:0 0 0 40px;
}

.rr {
	text-align:right;
}

.ll {
	text-align:left;
}

.cc {
	text-align:center;
}

.indent-none {
    text-indent:0 !important;
}


.inquiryForm {
    font-size: small;
/*    width: 490px;*/
    width:98%;
    margin-left: 5px;
}

.inquiryForm h3 {
    margin: 10px 0 0 0px;
    font-size:110%;
    color: #006699;
    border-bottom: 1px #cccccc dotted;
}

.inquiryForm .read {
    font-size: small !important;
    margin-top:5px;
}

.caution {
    color: #f00000 !important;
    border: 2px #f00000 solid;
    padding: 5px 10px;
    margin: 5px 10px;
    font-size: small;
    font-weight: bold;
}

.kiyaku {
    width: 690px;
    height: 150px;
    overflow: scroll;
    border: 1px #CECECE solid;
    padding: 5px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}

.kiyaku h4 {
    margin: 0px;
}

.kiyaku h5 {
    margin: 0px;
    font-size: small;
}

.kiyaku p {
    margin: 3px 0px 10px 0px;
    font-size: small;
}

.kiyaku ol {
    list-style-type:decimal !important;
}

.kiyaku ul {
    list-style-type:decimal !important;
    margin-left: 20px;
}

ul.ruleSub {
    font-size: x-small;
    line-height: 200% !important;
    list-style-position: inside;
    list-style-type: square;
    margin: 5px 5px 10px 10px;
}

table.input-table{
    font-size: small;
    width:90%;
    border-collapse: collapse;
    margin-top: 10px;
    margin-left: 10px;
}

table.input-table th {
    padding: 5px 10px;
    text-align:right;
    border-top: 1px #ddd dotted;
    border-bottom: 1px #ddd dotted;
    width:30%;
    vertical-align: middle;
    color: #006699;
    white-space: nowrap;
}

table.input-table td {
    border-top: 1px #DEDEDE dotted;
    border-bottom: 1px #DEDEDE dotted;
    vertical-align: middle;
    padding: 5px 10px;
    line-height: 1.8em;
}

.inputtype {
    color : #000;
    font-size: 90%;
}


/* プライバシーポリシー */

div.privacy {
	background:#ffffff;
	border-bottom:#cccccc 3px double;
	padding-bottom:10px;
	font-size:14px;
}

div.privacy h3 {
    background:#eeeeee !important;
    font-size:12px !important;
    border: 0px !important;
    color:#006699 !important;
    height:auto;
    margin:5px 0;
    padding: 3px 0 0px 10px !important;
    text-indent:0;
}

h3.privacyRule {
    background-image: none !important;
    border-left:4px solid #3184BE;
    color:#333333 !important;
    font-size: 12px !important;
    height:auto;
    margin:10px 0 0 0;
    padding-left:10px !important;
    text-indent:0;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

h3.formCapiton {
    border-top: 0px !important;
}



table .simple {
    margin: 3px 0px 10px 20px;
    text-align: left;
    width: 500px;
}

table .simple td {
    font-size: 80%;
    padding: 2px 7px;
    border-bottom: 1px #cccccc dotted;
    white-space: nowrap;
    width: 250px;　
}



/* トップページ以外の全ページ共通　hタグ設定 */

/* #sub-contents h3 { */
/*     font-size:15px; */
/*     color:#0D5B8C; */
/*     background-color:#ffffff; */
/*     border-top:3px double #aaaaaa; */
/*     border-bottom:1px dotted #aaaaaa; */
/*     line-height:130%; */
/*     margin:10px 15px 10px 5px; */
/*     padding:4px 0 3px 10px; */
/* } */

/* Webfile 機能詳細タイトル */
#sub-contents h2.title {
    width:510px;
    height: 34px;
    font-weight: bold;
    margin-top: -7px !important;
    margin-left :0px !important;
    padding-top: 14px;
    *padding-top: 18px;
    padding-left: 25px;
    color: #444444;
    font-size: 16px;
    background: url('../images/webfile/title-function.gif') 5px 8px no-repeat;
}


/* GrpMail 機能詳細タイトル */
#sub-contents h2.title-grp {
    width:510px;
    height: 34px;
    font-weight: bold;
    margin-top: -7px !important;
    margin-left :0px !important;
    padding-top: 14px;
    *padding-top: 18px;
    padding-left: 25px;
    color: #444444;
    font-size: 16px;
    background: url('../images/grpmail/title-function.gif') 5px 8px no-repeat;
}


#sub-contents h3 {
    color:#2a3e2a;
    width: 510px;
    height: 24px;
    margin: 10px 0 5px 5px;
    line-height: 180%;
    padding-left: 30px;
    background:url('../images/title_h3-bg.gif') no-repeat;
    font-size:14px;
}

#sub-contents h3.read {
    background-image: none;
    border-bottom:1px dotted #BBBBBB;
    border-top:3px double #BBBBBB;
    color:#0D5B8C;
    font-size:15px;
    line-height:160%;
    margin:5px 5px 10px 10px !important;
    padding-left: 10px !important;
}


#sub-contents h4 {
    background-image:none;
    border-bottom:3px double #CCCCCC;
    color:#5B5B5B;
    font-size:80%;
    font-weight:bold;
    margin-bottom:3px;
    margin-left:10px !important;
    margin-right:20px !important;
/*     margin-top:10px; */
    padding:3px;
    clear: both;
}


#sub-contents div.Function h4 {
    background: #f0f0f0;
    border: 1px !important;
    font-size:95%;
    padding:5px 10px;
}


#sub-contents ul {
    font-size:16px !important;
    margin-left:30px;
}

.font-x-small { font-size:x-small; }
