/* base.css */
*{
	margin: 0;padding: 0;font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	list-style: none;
}

img { border-style: none }

body {
	color: #333;
	background-color: #CCC;
	background: url(images/bg_grid.gif) repeat;
	text-align: center;
}

.clear {clear: both;}

/*----title----*/

/* company title */

#wrapper {
	text-align: left;
	width: 756px;
	display: block;
	margin:0 auto;
	background-color: #fff;
}
#header {
	position: relative;
	margin: 0;
	display: block;
	height: 52px;
	width: 756px;
}
#logo {
	position: absolute;
	left: 6px;
	top: 5px;
}

#rt_menu {
	position: absolute;
	top: 8px;
	right: 0;
}

#rt_menu li {
	float: left;
	margin: 0 5px;
}

/* グローバルナビゲーション */
#navi {
    border-top: 2px solid #060182;
    text-align: center;
    background: url(images/navi-right.jpg) repeat-x;
}
#navi dt {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
#navi dd {
    width: 756px;
}
html > body #navi dd {
    margin-left: auto;
    margin-right: auto;
}
#navi dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navi dd ul li {
    float:left;
    width: 108px;
    letter-spacing: 0.2em;
}
#navi dd ul li a {
    display: block;
    color: #333;
    font-size: 100%;
    text-align: center;
    line-height: 3;
    text-decoration: none;
}
#navi-main a:link,
#navi-main a:visited {
    background: url(images/navi.jpg) no-repeat;
}
#navi-main a:hover {
    background: url(images/navi_hover.jpg) no-repeat;
}
#navi-home a:link,
#navi-home a:visited {
    background: url(images/navi-right.jpg) no-repeat;
}
#navi-home a:hover {
    background: url(images/navi_hover-right.jpg) no-repeat;
}
#navi, /* for ie7 */
#navi dd ul li a { /* for ie6 */
    height: 37px;
}

/* パンくずリスト */
.breadcrumbs {
    margin: 12px 5px 0px 15px;
    font-size: 100%;
}
/* サブカテゴリーリスト */
.subcat-list {
    margin: 2px 30px 0px 2px;
    font-size: 90%;
    text-align: right;
    line-height: 1.2;
}

/* ブログ記事日付 */
#date {
    width: auto;
    margin: 0px 5px 0px 5px;
    color: #333;
    background: #fff;
    font-size: 75%;
    line-height:1.5;
    word-break: break-all;
}

/* ブログ記事日付・各タイトル */
.trackbacks-header,
.comments-header,
.comments-open-header {
    padding-left: 8px;
    border: 1px solid #ccc;
    background: #eee;
    font-size: 75%;
    font-weight: bold;
    line-height: 1.5;
}
.search-header,
.search-result-header {
    padding-left: 0px;
    font-size: 75%;
    font-weight: bold;
    line-height: 1.5;
}

/* ブログ記事タイトル */
.entry-header {
    height: 33px;
    margin: 0px 0px 5px 0px;
    background: url(images/title_bar.jpg) no-repeat;
    background-position: left;
    font-size: 100%;
    font-weight: bold;
}

.entry-header1 {
    height: 33px;
    margin: 20px 0px 5px 0px;
    background: url(images/title_bar_long.jpg) no-repeat;
    background-position: left;
    font-size: 100%;
    font-weight: bold;
}

.entry-header2 {
    height: 33px;
    margin: 20px 0px 5px 0px;
    background: url(images/title_bar.jpg) no-repeat;
    background-position: left;
    font-size: 100%;
    font-weight: bold;
}

entry-header a:link,
.entry-header a:visited {
    color: #333;
}

.entry-header a:hover,
.entry-header a:active {
    color: #066;
}

/* ブログ記事 */
.entry-content {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 7px;
    color: #333;
    background: #fff;
    font-size: 75%;
    line-height:1.7;
    letter-spacing: 0.1em;
    word-break: break-all;
}
/* ブログ記事　ニュースリリース */
.entry-content2 {
    width: 540px;
    padding: 0px 0px 3px 0px;
    margin: 0px 0px 0px 7px;
    color: #333;
    background: #fff;
    font-size: 75%;
    line-height:0.1;
    letter-spacing: 0.1em;
    word-break: break-all;
    border-bottom: 1px dotted #ccc;
}
/* ブログ記事　ホーム */
.entry-content3 {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 7px;
    color: #333;
    background: #fff;
    font-size: 75%;
    line-height:1.7;
    letter-spacing: 0.1em;
    word-break: break-all;
}
/* ブログ記事　タイトルなし下線なし */
.entry-content4 {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 7px;
    color: #333;
    background: #fff;
    font-size: 75%;
    line-height:0.1;
    letter-spacing: 0.1em;
    word-break: break-all;
}

/* 段落 */
.entry p {
    margin: 0px 0px　0px　0px;
    padding: 0px 0px 0px 0px;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
    margin: 7px 0 10px 0;
    border: 1px solid #C5D1E6;
    height: 26px;
    color: #333;
    background: url(images/titleback.gif) repeat-x;
    text-align: center;
    font-size: 100%;
    line-height: 2.0;
}

/* サイドメニュー */
.sidemenu {
    margin: 3px 0px 0px 0px;
    background: none;
    color: #333;
    font-size: 65%;
}
.sidemenu ul {
    list-style-position: outside;
}
.sidemenu li {
    padding-left: 15px;
    padding-bottom: 3px;
    margin-top: 0px;
    line-height: 1.7;
    list-style-type: none;
    background: url(img/arrow_right.gif) no-repeat 1px 0.5em;
}

/*  サブメニュー  */

.sub_area-o {
	width: 180px;
	background-color: #FFFFFF;
	margin-top: 15px;
}

.sub_area-t {
	width: 180px;
	background-color: #FFFFFF;
	margin: 0 0 20px 0px;
}

#subnavi {
	padding-top: 8px;
	margin-left: 0px;}

#subbtn ul{
        list-style: none;
}

#subbtn li {
	margin-bottom: 7px;
}

#subbtn li a {
	display: block;
	overflow: hidden;
	width: 180px;
	height:0 !important;
	height /**/: 45px;
	padding-top: 45px;
/* MOD 2008.10.16 K.GOTO 購買情報追加 ▼ */
	/*background-image: url(img/sidenavi.jpg);*/
	background-image: url(img/sidenavi.png);
/* MOD 2008.10.16 K.GOTO 購買情報追加 ▲ */
}

.inq a {background-position: 0 0px;}
.case a {background-position: 0 -45px;}
.acc a {background-position: 0 -90px;}

/* ADD 2008.10.16 K.GOTO 購買情報追加 ▼ */
.pur a {background-position: 0 -135px;}
/* ADD 2008.10.16 K.GOTO 購買情報追加 ▲ */

.inq a:hover {background-position: 180px 0;}
.case a:hover {background-position: 180px -45px;}
.acc a:hover {background-position: 180px -90px;}

/* ADD 2008.10.16 K.GOTO 購買情報追加 ▼ */
.pur a:hover {background-position: 180px -135px;}
/* ADD 2008.10.16 K.GOTO 購買情報追加 ▲ */


/* pagetop right-bottom */
.pt {
	text-align: right;
	display: block;
	height: 15px;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}


/* カラム切り替え */
body.layout-two-column-left,
body.layout-one-column {
    text-align: center;
    position: relative;
}
.layout-two-column-left #container {
    margin-bottom: 0px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-two-column-left #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 0px 0;
    text-align: left;
    background-color: #fff;
}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 755px;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 755px;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 572px;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 183px;
}
.layout-two-column-left #links-left {
    padding: 0px 0px 0px 3px;
}

/* 1カラム固定レイアウト */
.layout-one-column #content {}

/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 15px 0px 0px 0px;
}

/* 1カラム固定レイアウト(ブログ記事全体) */
.layout-one-column .blog {
    padding: 15px 0px 10px 3px;
}

/*100ten-taisaku*/
.c-both {
	clear:both;
	display: block;
	position: relative;
	color: #FFFFFF;
	font-size: 1px;
	height: 1px;
	width: 1px;
}
/*  フッター  */
.layout-one-column #footer,
.layout-two-column-left #footer {
    margin-right: auto;
    margin-left: auto;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	display: block;
	height: 50px;
	width: 756px;
	position: relative;
	bottom: -4px;
}
}
.layout-two-column-left #footer {
    width: 755px;
}
.layout-one-column #footer {
    width: 755px;
}

#f_navi {
	width: 756px;
	display: block;
	height: 30px;
	text-align: center;
	position: relative;
}
#f_navi ul{
	display: block;
	height: 20px;
	width: 756px;
	position: relative;
	background-position: center;
	bottom: 2px;
	top: 10px;
}
#f_navi li {
	display: inline;
	border-right: 1px solid #999;
	list-style-type: none;
	position: relative;
	top: 8px;
	width: 76px;
	letter-spacing: 0.1em;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 3px;
	padding-left: 4px;
	font-size: 10px;
	height: 16px;
}
#f_navi li a{
	font-size: 10px;
}
#f_navi li a:hover{
	font-size: 10px;
}


#f_navi li.bnone {
	border-right: none; 
}
#copy {
	height: 14px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	display: block;
	width: 756px;
	position: relative;
	bottom: -3px;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* バナー */
.banner{
    margin: 0px 0px 10px 0px;
}

/*  Topimg  */

#topimg {
	margin-top: 1px;}


/*-- contents title --*/
.title_bar {
	clear: both;
	background-image: url(images/title_bar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
	margin: 0px; 
}

 mod 2008.09.17 K.GOTO ソリューション事例追加 ▼ 
/*-- jirei title --*/
.jirei_bar {
	clear: both;
	background-image: url(../images/title_bar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
	margin: 8px 0; 
}
 mod 2008.09.17 K.GOTO ソリューション事例追加 ▲ 

.prvtitle {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-left: 5px solid #639;
	display: block;
	height: 17px;
	text-indent: 15px;
	vertical-align: middle;
	position: relative;
	left: 15px;
	top: 6px;
	width: 520px;
	padding-top: 4px;}

.title_bar_long {
	background-image: url(images/title_bar_long.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 35px;
	margin: 15px 0 0 15px;
}
.new_title {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-left: 5px solid #FF0000;
	display: block;
	height: 17px;
	text-indent: 15px;
	vertical-align: middle;
	position: relative;
	padding-top: 3px;
	left: 14px;
	top: 7px;
	width: 520px;
}
.green_title {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-left: 5px solid #669900;
	display: block;
	height: 17px;
	text-indent: 15px;
	vertical-align: middle;
	position: relative;
	left: 15px;
	top: 6px;
	width: 520px;
	padding-top: 4px;
}
.orange_title {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-left: 5px solid #ff6600;
	display: block;
	height: 17px;
	text-indent: 15px;
	vertical-align: middle;
	position: relative;
	padding-top: 4px;
	left: 15px;
	top: 6px;
	width: 520px;
}
.company_title {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-left: 5px solid #666666;
	display: block;
	height: 17px;
	text-indent: 15px;
	vertical-align: middle;
	position: relative;
	padding-top: 4px;
	left: 15px;
	top: 6px;
	width: 520px;
}
.policy_title {
	font-size: 14px;
	letter-spacing: 0.2em;
	border-left: 5px solid #663399;
	display: block;
	height: 17px;
	text-indent: 15px;
	vertical-align: middle;
	position: relative;
	padding-top: 4px;
	left: 15px;
	top: 6px;
	width: 520px;
}
.sitemap_title {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-left: 5px solid #000099;
	display: block;
	height: 17px;
	text-indent: 15px;
	vertical-align: middle;
	position: relative;
	padding-top: 4px;
	left: 15px;
	top: 6px;
	width: 520px;
}

/*-----------------------------------------*/
a.pick:visited {
	text-decoration: none;
	color: #FF0000;
}
a.pick:active {
	text-decoration: none;
	color: #FF0000;
}
a.pick:link {
	text-decoration: none;
	color: #FF0000;
}
a.pick:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #000066;
}
a:link {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}