/* ------------------------------------------
Style Sheet
	omori
------------------------------------------ */
/*  サブページ　メニュー  */

#sub-menu ul {
    margin-top:0px;
    padding: 0;
}

#sub-menu li {
    list-style-type: none;
    width: 155px;
    height: 46px;
    padding: 0;
    margin: 0;
}

/*  サブページ　製品概要  */
#sub-menu li.sub-summary a {
    display: block;
    width: 155px;
    height: 46px;
    background: url('../images/omori/sub-menu_online.gif') 0 0 no-repeat;
    text-decoration: none;
}
 #sub-menu li.sub-summary a:hover { background-position: -155px 0; }

/*  サブページ 機能詳細  */
#sub-menu li.sub-function a {
    display: block;
    width: 155px;
    height: 46px;
    background: url('../images/omori/sub-menu_online.gif') 0 -46px no-repeat;
    text-decoration: none;
}
#sub-menu li.sub-function a:hover { background-position: -155px -46px; }

/*  サブページ　導入実績  */
#sub-menu li.sub-achivement a {
    display: block;
    width: 155px;
    height: 46px;
    background: url('../images/omori/sub-menu_online.gif') 0px  -92px no-repeat;
    text-decoration: none;
}
#sub-menu li.sub-achivement a:hover { background-position: -155px -92px; }


/*  サブページ　料金表  */
#sub-menu li.sub-price a {
    display: block;
    width: 155px;
    height: 46px;
    background: url('../images/omori/sub-menu_online.gif') 0 -138px no-repeat;
    text-decoration: none;
}
#sub-menu li.sub-price a:hover { background-position: -155px -138px; }


/*  サブページ　お問い合わせ  */

#sub-menu li.sub-contact a {
    display: block;
    width: 155px;
    height: 46px;
    background: url('../images/omori/sub-menu_online.gif') 0 -184px no-repeat;
    text-decoration: none;
}
#sub-menu li.sub-contact a:hover { background-position: -155px -184px; }



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


.read span.leader {
	color:#0066FF;
}

/*  タイトル  h1 p などbase.cssファイルに */
.read h2 {
	font-size:15px;
	color:#0A336F;
	background-color:#ECF0F6;
	border-top:1px solid #9BB6DD;
	border-right:1px solid #9BB6DD;
	border-bottom:1px solid #9BB6DD;
	border-left:7px solid #9BB6DD;
	line-height:130%;
	margin:0 0 3px 0 ;
	padding:2px 5px;
}

.read h3 {
	font-size:15px;
	color:#0D5B8C;
	background-color:#ffffff;
	border-top:3px double #bbbbbb;
	border-bottom:1px dotted #bbbbbb;
	line-height:130%;
	margin:20px 2px 10px 2px ;
	padding:3px 0 3px 10px;
}

.read span.leader {
	color:#0066FF;
}

p.price {
	font-size:14px;
	color:#333333;
	background-color:#ffffff;
	border-bottom:1px solid #999999;
	line-height:130%;
	margin:8px 10px 18px 300px ;
	padding:2px 5px;
	text-indent: 0em;
	text-align: right;
}

/* -price- */
h4.price-title-1{
    background:url('../images/omori/title-price-1.gif') no-repeat left top #FFFFFF !important;
    width:500px;
    height:64px;
    margin-bottom:0px !important;
    margin-right:0px !important;
    font-size:15px !important;
    color:#225072 !important;
    border-bottom:none !important;
}

h4.price-title-1 span , h4.price-title-2 span , h4.price-title-3 span{
    position:relative ;
    top:15px;
    _top:18px;
    left:70px;
}

h4.price-title-2{
    background:url('../images/omori/title-price-2.gif') no-repeat left top #FFFFFF !important;
    width:500px;
    height:64px;
    margin-bottom:0px !important;
    font-size:15px !important;
    color:#1F6D2C !important;
    border-bottom:none !important;
}

h4.price-title-3{
    background:url('../images/omori/title-price-3.gif') no-repeat left top #FFFFFF !important;
    width:500px;
    height:64px;
    margin-bottom:0px !important;
    font-size:15px !important;
    color:#724F1C !important;
    border-bottom:none !important;
}

table.basic-price{
    border-collapse:collapse;
    border:1px solid #CCCCCC;
    margin:10px 0px 10px 10px;
}

/*table.basic-price th{
    background-color:#F9F9F9;
    border-right: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
    font-size:12px;
    padding:5px 10px;
}*/

.yen100{
    background:url('../images/omori/bg-price-th-100.gif') no-repeat left top #FFFFFF;
    width:154px;
    height:85px;
    text-indent:-9999px;
}

.yen50{
    background:url('../images/omori/bg-price-th-50.gif') no-repeat left top #FFFFFF;
    width:154px;
    height:85px;
    text-indent:-9999px;
}

.yen30{
    background:url('../images/omori/bg-price-th-30.gif') no-repeat left top #FFFFFF;
    width:153px;
    height:85px;
    text-indent:-9999px;
}

table.basic-price td{
    /*background-color:#F9F9F9;*/
    border-right: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
    font-size:15px;
    text-align:center;
    padding:5px 0px;
    font-weight:bold;
}

/*table th.bg-change,table td.bg-change{
    background-color:#F0F0F0;
}*/

.blue{
    color:#0B76C5;
    font-size:15px !important;
}

.green{
    color:#088711;
    font-size:15px !important;
}

.orange{
    color:#BA5109;
    font-size:15px !important;
}

.bg-blue{ background-color:#e6f4f9 !important;}
.bg-green{ background-color:#ecf9e6 !important;}
.bg-orange{ background-color:#f9efe6 !important;}
.bg-second{ background-color:#efefef !important;}

.bold{ font-weight:bold;}


table.price-example{
    border-collapse:collapse;
    border:1px solid #CCCCCC;
    margin:5px 0px 5px 10px;
}

table.price-example th{
    border-bottom:1px dotted #CCCCCC;
    border-right:1px dotted #CCCCCC;
    padding:5px 8px;
    font-size:12px;
    background-color:#F9F9F9;
    width:140px;
}

table.price-example td{
    border-bottom:1px dotted #CCCCCC;
    border-right:1px dotted #CCCCCC;
    padding:5px 7px;
    font-size:12px;
    background-color:#F9F9F9;
    width:325px;
}

.zeikomi{
    font-size:10px;
    font-weight:normal !important;
}

.total{
    color:#F97743;
    font-weight:bold;
    font-size:15px !important;
}

.total_komi{
    font-size:13px;
    font-weight:normal !important;
}

/*
.zeikomi{
    font-size:10px;
    font-weight:normal !important;
}
*/

/*  PRエリア  */
.pr {
	margin:10px 0 10px 10px ;
	font-size:90%;
	color:#ff3300;
	font-weight:bold;
}



/*  製品概要の枠  */

#summary {
	margin:0;
	padding:0;
}

#summary h2 {
	font-size:14px;
	color:#333333;
	background-color:#ffffff;
	padding:2px 5px;
	margin-bottom:10px;
}

#summary h2.subtitle , h2.subtitle {
	font-size:14px;
	color:#004B81;
	background-color:#ffffff;
	border-bottom:3px solid #086AB1;
	padding:0px 5px;
	margin-bottom:10px;
	margin-top:30px;
}

#summary h2.subtitle2 , h2.subtitle2 {
	font-size:12px;
	color:#004B81;
	background-color:#f0f0f0;
	border-bottom:2px dotted #004B81;
	padding:0px 5px;
	margin:0 15px 0 15px;
}

#summary h3 {
	font-size:11px;
	color:#333333;
	background-color:#ffffff;
	border-top:3px double #dddddd;
	border-bottom:2px dotted #cccccc;
	margin:0;
	padding:2px 0 2px 0;
}

#summary p {
	font-size:10px;
	color:#333333;
	line-height:130%;
}



#summary-left {
	float:left;
	width:260px;
}

.summary01 , .summary02 ,.summary03 {
	background-image:url('../images/grpmail/summary_back.gif');
	background-repeat:no-repeat;
	height:80px;
	margin: 0 0 10px 0;
}

#summary p , #summary font {
	padding:1px 30px 0 20px;
	font-size:13px;
	line-height:120%;
	display:block;
}

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

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

#summary a:hover {
	color:#000000;
	text-decoration:underline;
}

#summary a:active {
	color:#000000;
	text-decoration:underline;
}

/*  機能詳細の設定  */
#function li {
    margin: 0 0 0 30px;
    font-size:80%;
}
#function h4 {
	border-bottom:1px #666666 dotted;
	margin:10px 0 5px 10px;
	padding:3px 5px;
	color:#0075B8;
	font-size:85%;
}




#sub-contents h4 {
	color:#666666;
	clear:both;
	padding-bottom: 5px;
	margin-bottom: 10px !important;
	border-bottom:3px #cccccc double;
	width: 500px !important;
}



/*  フォーム  */
#inquiry th {
    border-right:5px solid #CBD8EB;
    color:#006699;
    font-weight:bold;
    padding:5px;
    text-align:right;
    vertical-align:top;
    white-space:nowrap;
    clear: both;
}




/*  フォーム  */
/*
#inquiry { margin:20px 0;}



#inquiry table {
	border-collapse:separate;
	border-spacing: 5px;
	font-size:85%;
}

#inquiry th {
	color:#0A336F;
	font-weight:bold;
	padding:5px 5px;
	text-align:right;
	border-right:5px solid #CBD8EB;
	white-space:nowrap;
	vertical-align:top;
}

#inquiry td {
	font-weight:normal;
	padding:5px 5px;
	text-align:left;
}

#inquiry div.button {
	margin: 20px 10px 10px 0;
	text-align:right;
}

#inquiry button.go-confirm , #inquiry button.go-send , #inquiry button.go-top {
	background-color:#2E67D1;
	width:140px;
	height:27px;
	cursor: pointer;
}

#inquiry button.back {
	background-color:#cccccc;
	width:140px;
	height:27px;
	cursor: pointer;
}

#inquiry input.go-confirm , #inquiry input.go-send , #inquiry input.go-top {
	background-color:#2E67D1;
	border:2px solid;
	border-top:#cccccc;
	border-right:#666666;
	border-bottom:#666666;
	border-left:#cccccc;
	cursor: pointer;
}

#inquiry input.back {
	background-color:#cccccc;
	border:2px solid;
	border-top:#cccccc;
	border-right:#666666;
	border-bottom:#666666;
	border-left:#cccccc;
	cursor: pointer;
}
*/
/* data */

#data {
    background-color:#ffffff;
    font-size:12px;
    }

#data td {
    padding:5px 5px 5px 5px;
    text-align:center;
    }

#data tr {
    background-color:#eeeeee;
    }

#data th {
    background-color:#dddddd;
    font-weight:bold;
    white-space: nowrap;
    padding:3px 15px 3px 15px;
    text-align:center;
    }

#data th.sub {
    background-color:#eeeeee;
    font-weight:bold;
    white-space: nowrap;
    padding:3px 15px 3px 15px;
    }


/*  強調  */
.point {
	color:#0033ff;
}

/*  アクセント  */
.s-font { font-size:80%;}
.font-red { color:#f00000;}
.span-left{ margin-left:200px;}

/*  メリット枠  */
#advantage {
	margin:0;
	padding:0;
}


#advantage p.read {
	font-size:80%;
	color:#717171;
	line-height:150%;
	margin-top:7px;
	padding-left:30px;
	width:470px;
}

#advantage h3 {
	margin-bottom:10px;
}

#advantage h4 {
	margin-bottom:10px;
	margin-left: 5px;
}

#advantage img{ margin-left:25px;}

#advantage a:link {
	color:#007408;
	text-decoration:none;
}

#advantage a:visited {
	color: #007408;
	text-decoration:none;
}

#advantage a:hover {
	color:#0000ff;
	text-decoration:underline;
}

#advantage a:active {
	color:#0000ff;
	text-decoration:underline;
}


/*  機能詳細の設定  */

#function {
	margin:0;
	padding:0;
}

#function h2 {
	font-size:14px;
	height:65px;
	font-weight:bold;
	color:#00970B;
	background-color:#ffffff;
	text-indent:-9999px;
}

#function h2.title1{
    background-image:url(../images/omori/function_title1.gif);
    background-repeat:no-repeat;
	background-position: 0% 0%;
    margin-top:5px;
    padding:0px;
}

#function h2.title2{
    background-image:url(../images/omori/function_title2.gif);
    background-repeat:no-repeat;
	background-position: 0% 0%;
    margin-top:5px;
    padding:0px;
}

#function h2.title3{
    background-image:url(../images/omori/function_title3.gif);
    background-repeat:no-repeat;
	background-position: 0% 0%;
	marign-top:5px;
    padding:0px;
}

#function h2.title4{
    background-image:url(../images/omori/function_title4.gif);
    background-repeat:no-repeat;
	background-position: 0% 0%;
	marign-top:5px;
    padding:0px;
}

#function h3 {
	font-size:11px;
	color:#333333;
	background-color:#ffffff;
	border-top:3px double #dddddd;
	border-bottom:2px dotted #cccccc;
	margin:0;
	padding:2px 0 2px 0;
}

#function p {
	font-size:10px;
	color:#333333;
	line-height:130%;
	margin:5px 0 15px 15px;
}

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

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

function a:hover {
	color:#000000;
	text-decoration:underline;
}

function a:active {
	color:#000000;
	text-decoration:underline;
}


/*------- 角丸の指定 -------*/
#explain-cover {
    width:510px !important;
    margin:20px 10px;
}

#explain div.rcontent {
    padding:5px;
    background:#f0f0f0;
    text-align:left !important;
    font-size:100%;
}

#explain span.rtop,
#explain span.rbottom {
    display:block;
    background: #fff;
}

#explain span.rtop span,
#explain span.rbottom span {
    display:block;
    height: 1px;
    overflow: hidden;
    background: #f0f0f0;
}

#explain span.r1{margin: 0 5px;}
#explain span.r2{margin: 0 3px;}
#explain span.r3{margin: 0 2px;}
#explain span.rtop span.r4, span.rbottom span.r4{margin: 0 1px;height: 2px;}

/* priceテーブル  */
table.price{
    border:1px solid #D6D6D6;
    border-collapse:collapse;
    width:99%;
}

table.price th{
    background-color:#f8f8f8;
    padding:5px;
    text-align:center;
    font-size:12px;
}

table.price td{
    padding:8px 3px;
    border-top:#D6D6D6 1px solid;
    border-bottom:#D6D6D6 1px solid;
    text-align:center;
    font-size:12px;
}

table.price td.font14{ font-size: 14px;}

/* その他 */
.noneborder{ border-bottom:none;}
.indent{ text-indent:10px;}
p.font{ margin:0px;
      padding:0px;}
.margintop{ margin-top: 10px;}

