@charset "EUC-JP";



/*basic*/
* {
	margin: 0px;
	padding: 0px;
}


html {
	color: #666666;
	font-size: 12px;
	*font-size:small;
	/*font: normal 1.4 '¥á¥¤¥ê¥ª','Meiryo','Hiragino Kaku Gothic Pro','¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Osaka','£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;*/
	padding-bottom: 20px;
	line-height: 130%;
}



a:link {
	color: #0066FF;
	padding-bottom:2px;

}
a:visited {
	color: #003366;
	padding-bottom:2px;

}

/*body {
    text-align: center;  ie centering}
*/





/*layout*/

#content {
	text-align: left;
	display: block;
	width: 780px;
	background: #FFFFFF;
	margin:0 auto; /*other centering*/
	width:780px;
	position:relative;
}

#header {
	display: block;
	font-size:91%;
}

.inner {
	margin: 5px;
}

#content #footer {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 83%;
}
#content #footer .copyright {
	font: 100% "Times New Roman", Times, serif;
	padding: 5px 0px;
}

div#mainbox {
	position: relative;
	width:780px;
	background: url(../img/bg_main.gif) repeat-y;
	text-align: left;
}

div#navi {
	width: 180px;
	padding: 10px;
	top:0px;
	left:0px;
	float: left;
}

div#main {
	margin-left: 205px;
	margin-right: 5px;
}



/*navi-menu*/

/*#navi h3.itemgroup {
	background: #FFFFFF;
	padding: 1px 1px 1px 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #CCCCCC;
	color: #666666;
	font-size: 91%;
	margin: 2px 0;
}*/

.itemgroup a,
.itemgroup span{
	text-decoration:none;
	background: #496988;
	padding: 1px 1px 1px 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #999999;
	color: #FFFFFF;
	font-size: 83%;
	margin: 2px 0;
	display:block;
}

.itemgroup a:visited{
	color:#FFFFFF;
}

#navi h4{
	font-size:91%;
}

#navi .category a {
	background: #FFF url(../img/bg_itemgroup.jpg) no-repeat;
	padding: 2px 0 1px 5px;
	color: #346596;
	margin: 2px 0 0 5px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #C5DBFE;
}

#navi .category a:hover {
	background: #FFF url(../img/bg_itemgroup.jpg) no-repeat 0 -35px;
	color: #023261;
}

#navi li {
	list-style: none;
	padding: 2px 2px 2px 5px;
	background: #FFFFFF;
	margin: 0 0 2px 5px;
	font-size:92%;
}
#navi .current {
	background: #DBEAEC;
	font-weight: bold;
	color: #003366;
}


/*top-info*/
#main .info{
	border:1px solid #dedede;
	margin: 10px;
	padding:2px 5px;
	background: #f4f4f4 url(../img/bg_info.gif) repeat-x;
}
.feature {
	margin: 5px;
	padding: 5px;
}
/*.subtitle {
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px;
	background: url(../img/icon_subtitle.gif) no-repeat;
	padding: 0px 0px 2px 20px;
	color: #032F5E;
}*/

.subtitle,
.download .subtitle {
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 5px;
	padding: 5px 0px 3px 5px;
	color: #032F5E;
	border-left: 2px solid #032F5E;
	background: url(../img/bg_gray_gra.jpg) repeat-x;
}
/*-----add by kawajiri 2010_3_19-----start*/
/*--index.html--*/
.subttl_short {
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 3px 5px;
	color: #032F5E;
	border-left: 2px solid #032F5E;
	background: url(../img/bg_gray_gra.jpg) repeat-x;
}
.subttl_short a:link {
	color: #032F5E;
	
}
#main .left_area {
	float: left;
	width :284px;
} 
#main .right_area {
	float: left;
	width :284px;
} 
.border {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 0 0 5px 0;
	margin: 10px 5px 10px 5px;
	overflow: auto	
}
/*--cellyard.html--*/
.subtitle3 {
	font-size: 100%;
    border-bottom : 1px solid #999999 ;
    border-left : 5px solid #999999 ;
    height : 20px;
    padding:5px 0px 0px 5px;
	margin:10px 0 5px 0px;
	font-weight: bold;
}
ul {
	margin: 0 5px 0 15px;
}
 /*--confirm.html--*/
.conf_table{
	text-align:left;
	}
.conf_table th{
	background:#CCCCCC;
	padding-left:5px;
	width: 70px;
}
.conf_table td.txt_big{
	padding: 5px;
	font-size: 120%; 
}
.conf_table td.white{
    padding: 5px;
}
.conf_table td.glay{
	padding: 5px;
	background: #E8E8E8;
}
/*--apaceram--*/
table.apa {
	text-align:left;
	vertical-align:top;
	margin: 0 5px;
}
table.apa td {
	vertical-align:top;
	padding-top: 10px;
}
table.apa td.price {
	border-bottom: 1px solid #CCCCCC;
	padding:0px 5px 10px 15px;
}
table.bone td {
	padding:5px 0 5px 3px;
}
table.bone td.bonettl {
	font-size: 100%;
    border-bottom : 1px solid #999999 ;
    border-left : 5px solid #999999 ;
    height : 20px;
    padding:5px 0px 5px 5px;
	margin:10px 0 5px 0px;
	font-weight: bold;
}
/*--Common--*/
.txt_mid{
    font-size: 92%;
	padding: 5px;
}
.txt_small{
	font-size: 80%;
	padding: 5px;
}
.txt_ss{
	font-size: 70%;
	padding: 5px;
}
.img_right {
	border:none;
	float: right;
	padding: 3px;
}

/*-----renewal---------------------------end*/
.save {
	margin: 10px auto;
	width: 400px;
	padding: 10px;
	background: #B5D5FF;
}
.save h3 {
	font-size: 100%;
	color: #003366;
	margin: 5px;
}

.save .small {
	font-size: 92%;
}

.subtitle2 {
	margin: 10px 0px;
	padding: 2px;
	background: #cccccc;
	font-size: 100%;
	color: #333333;
	border-left: 5px solid #939A97;
	font-weight: normal;
}
.p5px {
	padding: 5px;
}


div#main .info h4 {
	color: #34659E;
	padding: 3px 0px 5px 0px;
	font-size:100%;
}

#main .info h5{
font-size:inherit;
}

#main .info p {
	padding: 5px;
	font-size:91%;
	font-weight: normal;
	}
.txtpx11 {
	font-size: 92%;
	padding: 3px;
}

#main .caption {
   font-size: 83%;
   color: #666666;
   text-align: left;
   padding: 6px;
   clear: both;
}
/* spec table */
.pd-table {
	border: 1px solid #999;
	border-collapse: collapse;
}
.pd-table td {
	border: 1px solid #666666;
	padding: 2px;
	text-align: center;
}
.pd-table th {
	color: #333333;
	background: #ececec;
	padding: 2px;
	text-align: center;
	border: 1px solid #666666;
	font-weight: normal;
}


/* product number title */
.tit{
border-bottom:1px solid #666;
}
.pd-table .num {
	background: #CCCCCC;
}
p.pagetop {
	padding: 2px 5px;
	text-align: right;
	margin: 10px 0px;
	font-size: 83%;
}
.tit th {
	border-left: 5px solid #003366;
	padding: 5px;
	text-align: left;
	font-size: 110%;
	color: #003366;
}
.tit .trial {
	font-size: 83%;
	color: #333333;
	text-align: right;
}
.item {
	margin: 10px;
	padding: 10px;
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
}
.pow {
	font-size: 110%;
	font-weight: bold;
	color: #003366;
	padding: 5px 0px;
}
.ctdetail td {
	font-size: 92%;
	text-align: left;
}
.ctdetail .small{
	font-size: 92%;
}
.ctdetail th {
	font-size: 140%;
	color: #3399CC;
	border-right: 3px solid #3399CC;
	font-family: Arial, Helvetica, sans-serif;
}
.faqtable th {
	line-height: 150%;
	color: #003366;
}
.download {
	margin: 10px;
	padding: 5px;
	display: block;
}
.download ul {
	padding-left: 15px;
	line-height: 150%;
}
ol li {
	margin-left: 35px;
	line-height: 150%;
}
.terms {
	margin: 10px;
}
.terms h4 {
	font-size: 100%;
	padding: 20px 0px 10px 0px;
}
.terms p {
	line-height: 150%;
	padding: 5px;
}
.spec .cl1 {
	background:#FFF;
	padding: 5px;
}
.spec .cl2 {
	background: #ececec;
	padding: 5px;
}
.spec th {
	background: #CCCCCC;
	padding: 3px;
	text-align: left;
}


/*user_form*/

.scroll {
	height: 300px;
	overflow: auto;
	width: 558px;
	border: 1px solid #999999;
	margin-left: 5px;
}

#content .detail p {
	padding: 0px 0px 0px 10px;
}
#content #main .touroku td {
	padding: 3px;
	background: #f4f4f4;
}
#content #main .touroku th {
	background: #dedede;
	text-align: left;
	padding: 3px;
}
#content #main .touroku .selecttable td {
	padding: 1px;
}
#content #main .submit {
	padding: 5px 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#content #main .notes {
	padding: 5px;
	border: 2px solid #003399;
	margin: 10px 5px;
}
#content #main .notes h4 {
	font-size: 13px;
	color: #003399;
	border-bottom: 1px solid #003399;
}
.corpnameja {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "Arial Bold", "Helvetica Bold", sans-serif;
}
.deptnameja {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "Arial Regular", "Helvetica Light", sans-serif;
	font-size: 11px;
}
.corpnameen {
	font-family: "Arial Bold", "Helvetica Bold", sans-serif;
	font-size: 14px;
}
.deptnameen {
	font-family: "Arial Regular", "Helvetica Light", sans-serif;
	font-size: 11px;
}

