@charset "utf-8";
/*---------------全ページ共通のCSS---------------*/
/*------ページ全体------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
html {
	overflow-y: scroll;
}


body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka";
	line-height: 1;
	color: #323232;
	text-align: center;
	background-image: url(../common/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
}
#wrapper {
	margin: 0px auto;
	width: 1000px;
	text-align: left;	
}


#main p,
#main ul,
#main dl,
#main ol,
#main table {
	margin-bottom: 1.75em;
}


img {
	vertical-align: bottom;
	border: none;
}


ul {
	list-style-type: none;
}

#main ul li {
	padding-left: 1.5em;
	background-image: url(../common/ic_circle_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0.3em 0.7em;
}
#main ul.triangular li {
	padding-left: 1.5em;
	background-image: url(../common/ic_triangular_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0.3em 0.4em;
}

#main ol {
	margin-left: 2em;
}
#main ol li {
	background-image: none;
	padding-left: 0em;
}
#main blockquote {
	margin-left: 2em;
}


/*---リンク---*/
a {
	color: #00F;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.triangular {
	padding-left: 1.5em;
	background-image: url(../common/ic_triangular_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0.3em 0.4em;
	display: inline-block;
}
.sideFrame a.triangular {
	background-position: 0.3em 0.2em;
}

/*---フロート---*/
.flLeft {
	float: left;
}
.flRight {
	float: right;
}
.flClear {
	clear: both;
}


/*-画像用-*/
.imgR {
	margin: 0px 0px 20px 20px;
	float: right;
}
.imgL {
	margin: 0px 20px 20px 0px;
	float: left;
}


/*---行揃え---*/
#main .right {
	text-align: right;
}
#main .left {
	text-align: left;
}
#main .center {
	text-align: center;
}


/*---余白---*/
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}


/*---マージン---*/
#main .mb0 {
	margin-bottom: 0px;
}
#main .mb10 {
	margin-bottom: 10px;
}
#main .mb0_25 {
	margin-bottom: 0.25em;
}
#main .mb0_5 {
	margin-bottom: 0.5em;
}
#main .mb1_75 {
	margin-bottom: 1.75em;
}
#main .mb3 {
	margin-bottom: 3em;
}


.mt-5 {
	margin-top: -5px;
	position: relative;
}
.mt-10 {
	margin-top: -10px;
	position: relative;
}


/*ネガティブマージンの親に指定*/
.zoom {
	zoom: 1;
}


/*---フォント---*/
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}


.orange {
	color: #FF7D14;
}
.red {
	color: #FF0000;
}
.green {
	color: #2D9100;
}
.blue {
	color: #4072B6;
}


.fs120 {
	font-size: 120%;
}
.fs130 {
	font-size: 130%;
}

/*------ヘッダ------*/
#header {
	padding: 15px 0px 0px 10px;
}
#header .leftBox {
	width: 351px;
	float: left;
	padding-top: 10px;
}
#header .rightBox {
	width: 437px;
	float: right;
	padding-top: 17px;
}


/*---フォントサイズ変更ボタン---*/
.fontSize {
	padding-left: 20px;
	float:left;
}
.fontSize .title {
	float: left;
	margin-right: 4px;
}

/*===================================================================
 about this template
 http://hyper-text.org/archives/2007/10/css_switch.shtml
===================================================================*/
/*----------------------------------------
 __CSS_switch（このcssに移動）
----------------------------------------*/
ul#css_switch {
	width: 90px;
	height: 27px;
	font-size: 100%;
	float: left;
	overflow: hidden;
}
ul#css_switch li {
	margin: 0px 4px 0px 0px;
	width: 26px;
	height: 27px;
	float: left;
	overflow: hidden;
}
ul#css_switch li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -100em;
	overflow: hidden;
}

ul#css_switch li.small a {
	background: url(../common/im_he_sizeS.jpg) no-repeat left center;
}
ul#css_switch li.small a:hover {
	background: url(../common/im_he_sizeS_on.jpg) no-repeat left center;
}

ul#css_switch li.medium a {
	background: url(../common/im_he_sizeM.jpg) no-repeat left center;
}
ul#css_switch li.medium a:hover {
	background: url(../common/im_he_sizeM_on.jpg) no-repeat left center;
}

ul#css_switch li.large a {
	background: url(../common/im_he_sizeL.jpg) no-repeat left center;
}
ul#css_switch li.large a:hover {
	background: url(../common/im_he_sizeL_on.jpg) no-repeat left center;
}


/*---検索---*/
.search {
	float: right;
}
.search input {
	vertical-align: top;
}
.search input[type="text"] {
	width: 140px;
	height: 18px;
	line-height: 18px;
}


/*---電話番号---*/
.tel {
	padding-right: 5px;
	clear: both;
}


/*---メインイメージ---*/
.mainImage{
	clear: both;
}


/*------グローバルナビ------*/
ul.globalNavi {
	position: relative;
	z-index: 1;
	zoom: 1;
}
ul.globalNavi li {
	position: relative;
	float: left;
}

ul.globalNavi ul {
	height: auto;
	width: 158px;
	background-color: #D9D9D9;
	position: absolute;
	top: 54px;
	left: 0px;
	display: none;
	font-size: 12px;
	font-weight: bold;
	margin-left: 1px;
	background-image: url(../common/bgn_globalNavi01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
ul.globalNavi ul.supportD {
	width: 178px;
}

ul.globalNavi ul li {
	float: none;
	margin: 0px 5px;
	line-height: 1.25;
}

ul.globalNavi ul a {
	padding: 7px 10px;
	display: block;
	zoom: 1;
	background-color: #FFF;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #C8C9C9;
	text-decoration: none;
}
ul.globalNavi ul a:hover,
ul.globalNavi ul a.current,
ul.globalNavi ul a.parentsLink {
	color: #FF7D14;
}
ul.globalNavi ul li.firstChild a {
	background-image: url(../common/bgn_globalNavi02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
ul.globalNavi ul li.lastChild a {
	border-bottom: 1px solid #B2B2B2;
	margin-bottom: 5px;
}


/*------パンクズ------*/
.breadcrumbs {
	padding: 11px 10px 10px 0px;
	height: 14px;
	font-size: 13px;
	text-align: right;
	color: #FFFFFF;
	clear: both;
	background-image: url(../common/bg_breadcrumbs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.breadcrumbs a {
	color: #FFFFFF;
}



/*------コンテンツ------*/
#contents {
	padding: 0px 10px;
	clear: both;
}

/*---サイド---*/
#side {
	width: 240px;
	float: left;
}

/*-↓旧↓-*/
.sideFrame {
	width: 240px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background-image: url(../common/bg_sfLast.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*-↑旧↑-*/


/*-↓新↓-*/
.sideFrame02 {
	width: 240px;
	margin-bottom: 20px;
	text-align: center;
}
/*-↑新↑-*/


/*-会員サービスなど-*/
.sideFrame dl.service {
	background-color: #FFFFFF;
}
.sideFrame dl.service dt {
	text-align: center;
}
.sideFrame dl.service dd {
	padding: 10px 25px 20px 25px;
	font-size: 90%;
	line-height: 1.25;
}
.sideFrame dl.service dd.pb0 {
	padding-bottom: 0px;
}
.sideFrame dl.service dd.lastChild {
	padding: 10px 25px 0px 25px;
}



/*-ローカルナビ-*/
/*-↓旧↓-*/
ul.localNavi {
	padding-bottom: 5px;
	font-size: 10px;
	background-image: url(../common/bg_sf_lnLast.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}
.sideFrame ul.localNavi li {
	padding: 0px 20px;
}
.sideFrame ul.localNavi ul {
	padding: 4px 0px;
	background-image: url(../common/bg_sf_ln00z.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.sideFrame ul.localNavi ul li {
	padding: 0px;
}

/*-製品紹介-*/
.productName {
	padding-top: 10px;
	background-color: #FFFFFF;
	position: relative;
	zoom: 1;
}
.sideFrame .first {
	padding-top: 0px;
}

.sideFrame .productName .package {
	position: absolute;
	top: 10px;
	right: 20px;
}
.sideFrame .first .package {
	top: 0px;
}
/*-↑旧↑-*/


/*-↓新↓-*/
ul.localNavi02,
ul.productNavi {
	font-size: 10px;
}
ul.localNavi02,
.titleStore {
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.titleTrial,
.titleStore {
	padding-top: 20px;
}


ul.localNavi02 {
	background-image: url(../common/bgn_sf_lnLast.gif);
}
.titleStore {
	background-image: url(../common/bgn_sf_pnLast.jpg);
}

ul.localNavi02 li,
ul.productNavi li {
	padding: 0px 10px;
}
ul.localNavi02 li {
	background-color: #C0DB80;
}
ul.productNavi li,
.titleTrial,
.titleStore {
	background-color: #A3C1F2;
}

ul.localNavi02 li li {
	padding: 0px;
}
/*-↑新↑-*/



/*-無料体験版など-*/
ul.sideNavi,ul.banner {
	margin-bottom: 20px;
}
ul.sideNavi li,ul.banner li {
	margin-bottom: 8px;
}


/*---メイン---*/
#main {
	width: 715px;
	padding-top: 25px;
	background-image: url(../common/bg_mainFirst.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
}
#main .container {
	padding: 0px 0px 0px 25px;
	min-height: 520px;
	height: auto !important;
	height: 520px;
	background-color:#FFFFFF;
}


/*--見出し関連--*/
.noCategory #main h2,
.gptemp #main h2 {
	margin-bottom: 35px;
}
.gptemp #main h2 {
	background: url(../common/bg_h2.jpg) no-repeat left top;
	line-height: 45px;
	padding: 0 5px 5px 38px;
	font-size: 22px;
	font-weight: bold;
	color: #3A8BEB;
}
#main .category {
	padding-bottom: 5px;
	margin-bottom: 35px;
	width: 665px;
	background-image: url(../common/bg_h3Last.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main .category h3 {
	padding: 3px 0px 3px 38px;
	width: 627px;
	font-size: 140%;
	line-height: 1.25;
	color: #FFFFFF;
	background-image: url(../common/bg_h3.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
}
#main h4,
.noCategory #main h3,
.gptemp #main h3 {
	margin-bottom: 20px;
	padding: 5px 0px 2px 38px;
	width: 652px;
	font-size: 130%;
	line-height: 1.25;
	color: #2D9100;
	background-image: url(../common/bg_h4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
.gptemp #main h3 {
	margin-left: -15px;
}
#main h5,
.noCategory #main h4,
.gptemp #main h4 {
	margin-bottom: 15px;
	padding: 0px 0px 0px 17px;
	width: auto;
	font-size: 120%;
	line-height: 1.25;
	color: #4072B6;
	background-image: none;
	border-left: 6px solid #4072B6;
	clear: both;
}
#main h5.noIcon,
.noCategory #main h4.noIcon,
.gptemp #main h4.noIcon {
	padding: 0px;
	border-left: none;
}


/*--ボックス関連--*/
#main .box {
	margin: 0px 0px 25px 15px;
	width: 635px;
	line-height: 1.75;
	clear: both;
}
#main .boxL {
	float: left;
}
#main .boxR {
	float: right;
}
#main .boxGray {
	background-color: #EBEBEB;
	padding: 10px;
}
#main .boxRed {
	background-color: #FFCCCC;
	padding: 10px;
}


/*--ページトップ--*/
#main .pagetop {
	margin-bottom: 20px;
	width: 655px;
	text-align: right;
	clear: both;
}


/*--画像拡大--*/
.zoomImage {
	zoom: 1;
}
.zoomImage a:hover {
	position: relative;
}
.zoomImage a span {
	display: none;
}
.zoomImage a:hover span {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.zoomImage a:hover span img {
	border: 5px solid #FFFFFF;
}


/*--コラム--*/
#main .columnLtop {
	padding-top: 15px;
	background-image: url(../common/bg_columnLtop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main .columnLbottom {
	padding: 0px 15px 15px 15px;
	background-image: url(../common/bg_columnLbottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main .columnStop {
	padding-top: 15px;
	background-image: url(../common/bg_columnStop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main .columnSbottom {
	padding: 0px 15px 15px 15px;
	background-image: url(../common/bg_columnSbottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/*--テーブル--*/
table.basic th,table.basic td,
table.bgGray th,table.bgGray td,
table.clarity th,table.clarity td {
	vertical-align: top;
}
table.p0px5px th,table.p0px5px td,
#main th.p0px5px,#main td.p0px5px {
	padding: 0px 5px;
}
table.p5px10px th,table.p5px10px td,
#main th.p5px10px,#main td.p5px10px {
	padding: 5px 10px;
}
table.p10px th,table.p10px td,
#main th.p10px,#main td.p10px {
	padding: 10px;
}
table.p5px th,table.p5px td,
#main th.p5px,#main td.p5px {
	padding: 5px;
}
table.p0px th,table.p0px td,
#main th.p0px,#main td.p0px {
	padding: 0px;
}

table.basic caption,
table.bgGray caption,
table.clarity caption {
	text-align: left;
	font-weight: bold;
	font-size: 120%;
}
table.basic caption span,
table.bgGray caption span,
table.clarity caption span {
	font-weight: normal;
	font-size: 80%;
}


table.basic {
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
}
table.basic th,table.basic td {
	border-top: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
}
table.basic th {
	text-align: left;
	background-color: #E6E6E6;
}


table.bgGray {
	background-color: #EBEBEB;
}
table.bgWhite th {
	background-color: #FFFFFF;
}

#main th.whiteLine,#main td.whiteLine {
	background-color: #E6E6E6;
	border-bottom: 2px solid #FFFFFF;
}


#main table.va_mid th,#main table.va_mid td,
#main th.va_mid,#main td.va_mid {
	vertical-align: middle;
}
#main th.va_bottom,#main td.va_bottom {
	vertical-align: bottom;
}

#main th.bl_none,#main td.bl_none {
	border-left: none;
}
#main th.bt_none,#main td.bt_none {
	border-top: none;
}


#main td.arrowL {
	padding: 0px 10px;
	vertical-align: middle;
}
#main td.arrowS {
	padding: 0px 5px;
	vertical-align: middle;
}


/*------フッダ------*/
#footer {
	clear: both;
}
#footer ul li {
	margin-bottom: 5px;
	float: left;
}
address {
	font-size: 11px;
	text-align: center;
	clear: both;
}
address a {
	color: #323232;
	text-decoration: none;
}
address a:hover {
	text-decoration: none;
}

