/*  
Author: Advanlink
Author URI: http://www.advanlink.co.jp
Designer: Tomomi Higuma / Mochola
*/

/* Reset */

body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,
img,
table,th,td,
dl,dt,dd,
form {
	margin: 0px;
	padding:0px;
	border: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

/* Base Setting */
body{
	font-family: sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;/* center on ie */
	background-color: #fff;
	background-image: url(/images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

/* links*/
a{
	text-decoration: underline;
	color: #0A2E71;
}
a:hover{
	text-decoration:none;
	color: #cc0000;
}
a img{
	border:none;
}

/* etc */
blockquote{
	margin:0;
	padding:0 18px;
	font-style:italic;
}

pre{
	overflow:auto;
	margin:0 0 18px 0;
	padding: 4px;
}
hr{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ccc;
}
.red{
	color: #cc0000;
}
.pink{
	color: #cc0066;
}
.blue{
	color: #3581FF;
}
.white{
	color: #fff;
	font-weight: bold;
}
.bottomborder{
	border-bottom: dashed 1px #ccc;
}

.err{
	color: #cc0000;
	font-size: 80%;
	line-height: 140%;
}

/* images*/
img.left{
	float:left;
	margin:0 12px 0 0;
}

img.right{
	float:right;
	margin:0 0 0 12px;
}

img.center{
	display: block;
	margin:0 auto;
}


/* header*/
#header{
	background-color: #fff;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto; /* center on everything else */
	margin-right: auto; /* center on everything else */
	padding: 0px;
	width: 840px;
	text-align: left;
}
#header h1{
	margin: 0px;
	padding: 0px;
}

#header .logo{
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 70px;
	float: left;
}
#header .logo img{
	margin-top: 5px;
	padding: 0px;
}
#header .headsub{
	margin: 0px;
	padding: 0px;
	width: 520px;
	text-align: right;
	float: right;
}

#header .submenu{
	margin-top: 5px;
	padding: 0px;
	text-align: left;
}
#header .submenu ul{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style:none;
	text-align: right;
}
#header .submenu li{
	margin-left: 10px;
	padding-bottom: 5px;
	font-size: 70%;
	color: #ccc;
	display:inline;
}
#header .srch{
	width: 128px;
}

/* topimage */
#topimage{
	background-color: #fff;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto; /* center on everything else */
	margin-right: auto; /* center on everything else */
	padding: 0px;
	width: 840px;
	text-align: left;
}

/* navigation*/
.navigation{
	background-color: #fff;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto; /* center on everything else */
	margin-right: auto; /* center on everything else */
	padding: 0px;
	width: 840px;
	text-align: left;
}

.navigation ul.globalnav{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.navigation li{
	margin: 0px;
	padding: 0px;
	float: left;
}

/* container*/
#container{
	background: url(/images/bg_container.gif) #fff;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto; /* center on everything else */
	margin-right: auto; /* center on everything else */
	padding: 0px;
	width: 840px;
	text-align: left;
}
/* topcontent */
#topcontent{
	width: 560px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}
.news{
	margin: 0px;
	padding: 0px 5px;
	background-color: #fff;
	text-align: left;
}
.news h2{
	width: 530px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background: url(/images/topttl_news.gif) no-repeat;
}
.news ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.news ul li{
	padding: 5px 0px 0px;
	color: #666;
	font-size: 80%;
	line-height: 140%;
}
.news ul li.more{
	text-align: right;
}
#topmenuleft{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	width: 270px;
	float: left;
}

#topmenuright{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	width: 270px;
	float: right;
}
#topcontent .crmlist{
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #ccc;
}
#topcontent .marketinglist{
	padding: 3px;
	border: 1px solid #ccc;
}
#topcontent .crmlist ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topcontent .crmlist ul li{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	color: #666;
	font-size: 80%;
	line-height: 140%;
	border-bottom: 1px solid #ccc;
}
.crmlist ul li.more{
	text-align: right;
}
#topcontent .marketinglist ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topcontent .marketinglist ul li{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	color: #666;
	font-size: 80%;
	line-height: 140%;
	border-bottom: 1px solid #ccc;
}
/* Breadcrumbs */
#breadcrumbs{
	width: 840px;
	margin-top: 3px;
	margin-bottom: 15px;
	margin-left: auto; /* center on everything else */
	margin-right: auto; /* center on everything else */
	padding:0px;
	color: #666;
	font-size: 70%;
	line-height: 140%;
	text-align: left;
}
#breadcrumbs a{
	color: #0D3259;
	text-decoration: underline;
}

/* content */
#content{
	width: 560px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}
#content h2{
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
#content .entry{
	margin-left: 20px;
	padding: 0px;
	width: 530px;
}
#content .entry h3{
	width: 530px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 90%;
	font-weight: bold;
	color: #333;
	line-height: 150%;
	text-indent: 0px;
	background: url(/images/bg_h3.jpg) #fff;
}
#content .entry h4{
	height: 26px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-size: 80%;
	font-weight: bold;
	color: #0A2E71;
	line-height: 150%;
	text-indent: 25px;
	background: url(/images/bg_h4.gif) no-repeat;
}
#content .entry h4 a{
	font-weight: bold;
}
#content .entry h5{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 80%;
	font-weight: bold;
	color: #333;
	line-height: 150%;
	text-indent: 5px;
	background-color: #f0f0f0;
}
#content .entry h6{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 80%;
	font-weight: bold;
	color: #666;
	line-height: 150%;
	text-indent: 5px;
}
#content .entry p{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	color: #696969;
	line-height: 160%;
	letter-spacing: 1px;
}
#content .entry img{
	margin-top: 5px;
	margin-bottom: 10px;
}
#content p strong{
	color: #333;
}
#content .entrylink{
	margin-left: 20px;
	padding: 5px;
	width: 520px;
	border: 1px solid #ccc;
}
#content .entrylink h5{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
	padding-right: 3px;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	background-color: #696969;
	border-bottom: 1px solid #ccc;
}

#content .entry div{
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	width: 520px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}

#content .entry div.box1{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px;
	width: 520px;
	font-weight: normal;
	border: 1px solid #ccc;
	background-color: #fff;
}

#content .entry div.request-crmstage{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 40px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: #0A2E71;
	width: 520px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	background-image: url(/images/bg_request_crmstage.gif);
	background-repeat: no-repeat;
}

#content .entry div.request-crmstage ul{
	margin-top: 5px;
	margin-left: 43px;
	margin-bottom: 10px;
	text-align: left;
}
#content .entry div.request-crmstage ul li{
	font-size: 80%;
	color: #0A2E71;
	line-height: 180%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content .entry div.requestbox{
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 80px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 520px;
	border: 2px solid #A4A4FF;
	background-color: #fff;
	background-image: url(/images/back_request.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#content .entry div.box3{
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	width: 520px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}

#content .entry div.press{
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(/images/bg_pressrelease.gif);
	background-repeat: no-repeat;
}

#content .entry div.box4{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 525px;
	font-weight: normal;
	color: #333;
	line-height: 150%;
	text-align: center;
	border: 1px dashed #ccc;
	background-color: #fff;
}

#content .entry div.box5{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px;
	font-weight: bold;
	color: #0A2E71;
	width: 520px;
	border: none;
	background-color: #f5f5f5;
	background-image: url(/images/bg_box3.gif);
	background-repeat: repeat;
}

#content .entry div.box5 ul{
	margin-top: 5px;
	margin-left: 43px;
	margin-bottom: 10px;
	text-align: left;
}
#content .entry div.box5 ul li{
	font-size: 80%;
	color: #0A2E71;
	line-height: 180%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content .entry div img{
	margin-left: 0px;
}

#content .entry div.box3 img{
	margin-left: 20px;
}

#content .entry div.request-crmstage img{
	margin-left: 20px;
}

#content table{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0px;
	width: 98%;
}

#content td{
	padding: 3px;
	font-size: 80%;
	color: #696969;
	line-height: 150%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

}
#content td.head{
	color: #666;
	font-weight: bold;
	background-color: #f5f5f5;
}

#content table.table02{
	width: 95%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

#content table.table02 th{
	font-size: 80%;
	color: #696969;
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
#content table.table02 td{
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	font-size: 80%;
	color: #696969;
	line-height: 150%;
}

#content table.table03{
	width:100%;margin:0px 0px 10px 0px;padding:0px;
	border-collapse:separate;
	border-spacing:1px;
}

#content table.table03 th{
	font-size: 80%;
	color: #696969;
	font-weight: bold;
	width:100px;
	padding: 5px;
	text-align: center;
	line-height: 120%;
	background: #F5F5F5;
	background-image: url(/images/bg_table03.jpg);
	background-repeat: repeat;
	border-bottom:2px dotted #ccc;
}
#content table.table03 td{
	font-size: 80%;
	color: #696969;
	padding: 3px;
	line-height: 150%;
	border-bottom:2px dotted #ccc;
	border-right-style:none;
}

#content td.bgb{
	background-color: #B0E0E6;
}
#content td.bgp{
	background-color: #FFE4E1;
}
#content td.bgo{
	background-color: #FFCC00;
}
#content td.bgg{
	background-color: #EEE8AA;
}
#content td.bgbg{
	background-color: #99CCFF;
}

#content ul{
	margin-top: 10px;
	margin-left: 43px;
	margin-bottom: 20px;
	text-align: left;
}
#content ul li{
	font-size: 80%;
	color: #696969;
	line-height: 180%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content ul li ul{
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: left;
}
#content ul li ul li{
	font-size: 100%;
}
#content ul.list02{
	margin-top: 10px;
	margin-left: 26px;
	margin-bottom: 20px;
	text-align: left;
	list-style: none;
}

#content ul.list02 li{
	font-size: 80%;
	color: #696969;
	line-height: 180%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 0 0px 17px;
	background:url(/images/list02.gif) no-repeat;
	background-position: 0px 8px;
}

#content ol{
	margin-top: 20px;
	margin-left: 43px;
	margin-right: 43px;
	margin-bottom: 20px;
	text-align: left;
}

#content ol li{
	font-size: 80%;
	color: #696969;
	line-height: 180%;
	margin-top: 5px;
	margin-bottom: 5px;
}


#content dl{
}
#content dt{
	font-size: 80%;
	font-weight: bold;
	color: #333;
	line-height: 150%;
	background-color: #f5f5f5;
}
#content dd{
	font-size: 80%;
	color: #333;
	line-height: 150%;
}
#content dl.corp{
	margin: 0px;
	padding: 0px;
	width: 195px;
	height: 150px;
	border: 1px solid #ccc;
	float: left;
}
#content dl.corp dt{
	margin: 0px;
	padding: 5px;
	font-size: 80%;
	font-weight: bold;
	color: #333;
	line-height: 150%;
	background:url(/images/bg_dlcorp.gif) repeat-x;
	border-bottom: 1px solid #ccc;
}
#content dl.corp dd{
	margin: 0px;
	padding: 5px;
	font-size: 75%;
	color: #333;
	line-height: 150%;
}
#content dl.customer{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
}
#content dl.customer dt{
	margin: 0px;
	padding: 0px;
	width: 120px;
	background-color: #fff;
	float: left;
}
#content dl.customer dd{
	margin: 0px;
	padding: 0px;
	width: 450px;
	font-size: 75%;
	color: #333;
	line-height: 150%;
	background-color: #fff;
	float: right;
}
#content dl.customer dd ul{
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#content .pagetop{
	padding-top: 25px;
	margin-right: 35px;
	margin-bottom: 25px;
	text-align: right;
	font-size: 70%;
	line-height: 140%;
	color: #666;
}
#content .pagetop a{
	text-decoration:none;
}
#content .pagenavigation{
	margin-top: 20px;
	margin-bottom: 20px;
}
#content .leftlink{
	color: #696969;
	font-size: 75%;
	float: left;
}
#content .rightlink{
	color: #696969;
	font-size: 75%;
	float: right;
}
/* faq list */
#content .faq{
	margin-bottom: 35px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

/* content news */
#content .news{
	border-bottom: 1px solid #ccc;
}
#content .news span.date{
	color: #696969;
	font-size: 70%;
}

/* sidebar*/
#sidebar{
	width: 270px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #f5f5f5;
	float: right;
}
#sidebar h2{
	margin: 0px;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	background:url(/images/bg_localttl.jpg) no-repeat;
}
#sidebar ul{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li{
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	text-align: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
#sidebar ul li a{
	margin: 0px;
	padding-top: 5px;
	padding-left: 13px;
	padding-bottom: 5px;
	display: block;
}
#sidebar ul li a:hover{
	margin: 0px;
	padding-top: 5px;
	padding-left: 13px;
	padding-bottom: 5px;
	display: block;
	background-color: #fff;
}
#sidebar img{
	margin-bottom: 10px;
	padding: 0px;
}

/* footer*/
#footer{
	width: 840px;
	margin-top: 5px;
	margin-left: auto; /* center on everything else */
	margin-right: auto; /* center on everything else */
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 70%;
	text-align: left;
	text-indent: 5px;
	background-color: #554D4B;
}

ul.footernav{
	width: 840px;
	margin-top: 0px;
	margin-left: auto; /* center on everything else */
	margin-right: auto; /* center on everything else */
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
ul.footernav li{
	margin-left: 3px;
	padding: 0px;
	font-size: 70%;
	color: #999;
	display: inline;
}

ul.footernav a{
	color: #999;
	text-decoration: none;
}
ul.footernav a:hover{
	color: #0A2E71;
	text-decoration: underline;
}