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

/* Global ----------------------------------------------------------------- */



body {
	color: #333;
	background-image: url(/cmt/images/header_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #431f36;
	margin: 0px;
	text-align: center;
	padding: 0px;
	font: 12px '鐚?竺 鐚違?眼?激?????', 'MS PGothic', sans-serif;
}

a {
	color: #672C43;
	text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}


/* Layout ----------------------------------------------------------------- */
#wrapper{
	width: 100%;
}

#container {
	width: 100%;
	clear: both;
}

#main_index {
	width: 940px;

}
#main_withside {
	width: 680px;
	float: left;
}

/* Header ----------------------------------------------------------------- */

#header {
	background-image: url(/cmt/images/header_bg.png);
	background-repeat: repeat-x;
	height: 60px;
	margin: 0px;
	padding: 0px;


}
#header-inner
{
	width: 940px;
	margin: 0px auto;

}



/* Navigation -----------------------------------------------------------------*/ 


#main-navigation {
	background-image: url(/cmt/images/nv_bg.png);
	background-repeat: repeat-x;
}

.main-navi {
	background-image: url(/cmt/images/gn_bg.png);
	background-repeat: repeat-x;
	width: 940px;
	padding: 0px;
	height: 40px;
	margin: 0 auto;
}


.main-navi ul {
	list-style-type:none;
	height:40px;
	margin:0;
	padding:0;
	line-height: 0%;
	}

.main-navi li a,
.main-navi li a:visited,
.main-navi li a:active{
	display:block;
	height:40px;
	width:188px;
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 150%;
	}
	

/* Navigation 01 ????????≪??????吾?????*/


.main-navi_01 a{
	background-image: url(/cmt/images/nav_biz.png);
	background-position: 0 0px;

	}
.main-navi_01 a:hover {
	background-image: url(/cmt/images/nav_biz.png);
	background-position: 0 -40px;
	}


/* Navigation 02 ??純???ャ?若?激?с?? */
.main-navi_02 a{
	background-image: url(/cmt/images/nav_sol.png);
	background-position: 0px 0px;

	}
.main-navi_02 a:hover {
	background-image: url(/cmt/images/nav_sol.png);
	background-position: 0 -40px;
	}


	

/* Navigation 03 絎?膰丞換篁? */
.main-navi_03 a {
	background-image: url(/cmt/images/nav_wks.png);
	background-position: 0px 0px;
	}
.main-navi_03 a:hover {
	background-image: url(/cmt/images/nav_wks.png);
	background-position: 0 -40px;
	}

	
/* Navigation 04 篌?腓丈????? */
.main-navi_04 a {
	background-image: url(/cmt/images/nav_abt.png);
	background-position: 0px 0px;
	}
.main-navi_04 a:hover {
	background-image: url(/cmt/images/nav_abt.png);
	background-position: 0 -40px;
	}


/* Navigation 05 ???????????? */
.main-navi_05 a {
	background-image: url(/cmt/images/nav_inq.png);
	background-position: 0px 0px;
	}
.main-navi_05 a:hover {
	background-image: url(/cmt/images/nav_inq.png);
	background-position: 0 -40px;
	}

/* Navigation on*/ 
#gn01business .main-navi_01 a{
	background-image: url(/cmt/images/nav_biz.png);
	background-position: 0 -80px;
	display:block;
	height:40px;
	width:188px;
	}
#gn02solution li.main-navi_02 a{
	background-image: url(/cmt/images/nav_sol.png);
	background-position: 0 -80px;
	display:block;
	height:40px;
	width:188px;
	}
#gn03works li.main-navi_03 a{
	background-image: url(/cmt/images/nav_wks.png);
	background-position: 0 -80px;
	display:block;
	height:40px;
	width:188px;
	}
	
#gn04aboutus li.main-navi_04 a{
	background-image: url(/cmt/images/nav_abt.png);
	background-position: 0 -80px;
	display:block;
	height:40px;
	width:188px;
	}
#gn05inquiry li.main-navi_05 a{
	background-image: url(/cmt/images/nav_inq.png);
	background-position: 0 -80px;
	display:block;
	height:40px;
	width:188px;
	}


/* SIDE Navigation ----------------------------------------------------------------- */


#side-nav {
	height: 100%;
	padding: 0px;
	width:240px;
	margin: 0px 0px 20px;
	float: right;
	clear: left;
}

#side-nav ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#side-nav li a {
	display:block;
	width:220px;
	font-size: 12px;
	list-style-image: none;
	vertical-align: middle;
	text-align: left;
	text-indent: 15px;
	text-decoration: none;
	margin: 1px 0px 0px;
	padding: 12px 0px;
	background: url(img/sidenvbg.gif) no-repeat 0px 0px;
	height: 21px;
	}

#side-nav a:hover {
	text-decoration: none;
	list-style-image: none;
	background-image:url(img/sidenvbg.gif);
	background-repeat: no-repeat;
	background-position: 0px -45px;
	}

#side-nav.on a {
	text-decoration: none;
	list-style-image: none;
	background-image:url(img/sidenvbg.gif);
	background-repeat: no-repeat;
	background-position: 0px -45px;
	}


	




/* Content ---------------------------------------------------------------- */

#content {
	line-height: 180%;
	margin: 0px;
	color: #333;
	text-align: left;
	background: #FFF url(/cmt/images/content_bg.png) repeat-x;
	clear: both;
	float: none;
	padding-top: 15px;
	padding-bottom: 5px;
}
#content_top {
	line-height: 180%;
	margin: 0px;
	color: #333;
	text-align: left;
	background: #FFF url(/cmt/images/content_bg.png) repeat-x;
	clear: both;
	float: none;
	padding-top: 0px;
	padding-bottom: 5px;
}
#content-inner {
	width: 940px;
	margin: 0px auto;
	padding: 0px;
}

.asset-footer {
	padding-top: 20px;
	padding-bottom: 30px;
}

.entry-asset .asset-name {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-asset .asset-meta {
    color: #777;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 12px;
}


.entry-asset .byline {
    float: left;
}
.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}
.entry-asset .asset-comments a {
    background: url(../icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(../icon-trackback.gif) no-repeat 0 50%;
}

.archive li {
    margin-bottom: 5px;
}

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

h1 {
	font-size: 16px;
	margin-bottom: 30px;
	background-image: url(/cmt/images/h1t.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 100%;
	color: #431F36;
	padding-top: 20px;
	padding-left: 15px;
	margin-top: 0px;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 16px;
	padding:20px 0 10px 25px;
	color: #672c43;
	
	margin: 0px 0px 30px;
	background: url(img/title_bk.jpg) no-repeat 0 bottom;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 14px;
	margin-bottom: 30px;
	border-left:3px solid #D9B7BA;

	padding:10px 0 10px 10px;
	color: #672c43;
}
h4 {
	font-size: 14px;
	color: #333;
	margin: 0px 0px 10px;
	padding-left: 18px;
	background: url(img/title_bk03.jpg) no-repeat 0 center;
	padding-top: 0px;
}
h5 {	font-size: 14px;
	color: #484848;
	margin: 0px 0px 10px;
	background: url(img/title_bk02.jpg) no-repeat 0 bottom;
	padding-left: 27px;

}

h6 {
	font-size: 12px;
	color: #484848;
	margin: 0px 0px 10px;
	padding-left: 0px;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
}

.mt-main-index h1#page-title {
}

.mt-main-index #alpha p {
	font-size: 12px;
	line-height: 160%;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

.mt-main-index #gamma p {
	font-size: 12px;
	line-height: 160%;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}


#homepage-image {
	width: 940px;
	height: 230px;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0px;
	margin-bottom: 20px;
	background: url(img/main-image.png) no-repeat 0 0;
}

#alpha .comments .even {
    background-color: #e6f0f5;
    border-right: 1px solid #c0d9e6;
    border-bottom: 1px solid #c0d9e6;
}

#alpha .comments .odd {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.comment {
    background: #fff;
    padding: 10px 10px 0;
    width: 549px;
    margin-bottom: 10px;
}

.comment-header {
}

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
    height: 20px;
    background: url(../header-arrow-wide.gif) no-repeat 0 0;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: verdana;
    text-transform: uppercase;
    margin-bottom: 10px;
}


h1#page-title.search-results-header {
	font-size: 14px;
	margin-bottom: 30px;
	font-weight: bold;
}

.userpic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}

.contact-form label {
    display: block;
}

.contact-form input.text {
    font-size: 13px;
}

.contact-form textarea {
    margin-bottom: 15px;
}

/* Widget ----------------------------------------------------------------- */
/* "Powered By" Widget */
/* Calendar Widget */
/* Footer Widgets */
/* Footer ----------------------------------------------------------------- */

#footer {
	color: #666;
	font-family: "??????????茹???? Pro W3", "Hiragino Kaku Gothic Pro", "??＜?ゃ????", Meiryo, Osaka, "鐚?竺 鐚違?眼?激?????", "MS PGothic", sans-serif;
	background-color: #f7f7f7;
	background-image: url(/cmt/images/ftr_bg.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	height: 180px;
	width: 100%;
	vertical-align: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
	background-attachment: scroll;
}

#footer a {
    color: #921712;
}

#footer .widget-header {
    display: none;
}

#footer-content {
	width: 940px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#footer-nav ul {
	list-style-type:none;
	font-family: "鐚?竺 鐚違?眼?激?????", Verdana;
	font-size: 10px;
	line-height: normal;
	margin: 0;
	color: #333;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
	text-decoration: none;
}

#footer-nav li {
	display: inline;
	border-right: solid 1px #bbb;
	list-style-type: none;
	padding-right: 4px;
	padding-left: 10px;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
}

#footer-nav li.top {
	border-left: solid 1px #bbb;
	width: 5px;
}

#footer-nav li a {
	color: #4E0D0A
}

#footer-nav li a.hover {
	color: #C92118;
	text-decoration: underline;
}


#footer-content-logo {
	width: 940px;
	background-image: url(/cmt/images/ftr_liliqua_logo.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: 70px;
	height: 30px;
}

#footer-content-copy {
	width: 940px;
	text-align: right;
	font-family: Verdana,;
	font-size: 9px;
	color: #714261;
	margin-top: 4px;
	vertical-align: bottom;
}




#gsl{
	text-align:left;
	vertical-align:top;
	margin-top:25px;
	clear:both;
	float:left;

}



/* Utilities -------------------------------------------------------------- */

#main-navigation .search-options {
    display: none;
}


#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}



    /*Custom Styles ---------------------------------------------------------- */

.info dt {
	padding-top: 11px;
	padding-left: 30px;
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: 1.2em;
	border-top-width: 1px;
	border-left-width: 7px;
	border-top-style: dotted;
	border-left-style: solid;
	border-top-color: #CAA4A5;
	border-left-color: #e7e7e7;
}

.info dd {
	line-height: 1.8;
	margin-left: 12em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-top: -3em;
}
	




/* Layout ----------------------------------------------------------------- */




#footer-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

#footer-inner{
    padding-right: 0px;
    padding-left: 0px;
}



/* HDR Navigation ----------------------------------------------------------------- */

#hdr-nav {
	}

#hdr-nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height: 0px;

	}

#hdr-nav li a {
	display:block;
	height:22px;
	width:105px;
	text-indent:-9999px;
	float: right;
	margin-left: 5px;
	margin-top: 7px;
	padding: 0px;

	}

#hdr-nav_01 a {
	background-image: url(/cmt/images/snv_01.png);
	background-position: 0px 0px;
}

#hdr-nav_01 a:hover {
	background-image: url(/cmt/images/snv_01.png);
	background-position: 0 -22px;
}
	
#hdr-nav_02 a {
	background-image: url(/cmt/images/snv_02.png);
	background-position: 0px 0px;
}

#hdr-nav_02 a:hover {
	background-image: url(/cmt/images/snv_02.png);
	background-position: 0 -22px;
}
/* ??????????????若?悟?? ----------------------------------------------------------------- */
.news_box{
	margin: 0px;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #EEE;
	border-bottom-color: #EEE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEE;
	border-left-color: #EEE;
	color: #666;
}
.news_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.news_box li {
	margin: 0px;
	padding: 5px;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E2DCE1;
}


.news_box3 {
	margin: 0px;
	color: #666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.news_box3 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.news_box3 li {
	margin: 0px;
	padding: 5px;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E2DCE1;
}


/* ?????潟????----------------------------------------------------------------- */
#pankuzu {
	margin: 0px 0px 15px;
	padding: 0px;
	text-align: right;
	font-size: 10px;
	letter-spacing: 1px;
}
/* ??泣?ゃ???????????---------------------------------------------------------------- */
ul.sitemap01 {
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: none;
}
ul.sitemap01 li {
	margin: 0px;
	padding: 0px;
	list-style: url(img/sitemap_li00.jpg) inside;
}
ul.sitemap02 {
	margin: 0px;
	padding: 0px;
	list-style: none;

}
ul.sitemap02 li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: url(img/sitemap_li.jpg) inside;

}
/* 荅括完???????????---------------------------------------------------------------- */
ul.box01 {
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: none;
}
ul.box01  li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 235px;
	width: 335px;
}
ul.box01 li.box01_left {
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
ul.box01 li.box01_right {
	border-bottom: 1px dotted #999;
}
ul.box01 p {
	padding: 0px 10px 8px 10px;
	margin: 0px;
}
ul.box01 .box01_img {
	padding: 0px;
	margin: 0px;
}



ul.box02 {
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: none;
}
ul.box02  li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 180px;
	width: 335px;
}
ul.box02 li.box02_left {
	border-top: 1px dotted #999;
	border-left: 1px dotted #999;
	}
ul.box02 li.box02_right {
	border-top: 1px dotted #999;
	border-left: 1px dotted #999;
}
ul.box02 p {
	padding: 0px 10px 8px 10px;
	margin: 0px;
}
ul.box02 .box02_img {
	padding: 0px;
	margin: 0px;
}

