/*  
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;
}

/* links*/
a{
	text-decoration: underline;
	color: #0D3259;
}
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;
}
.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: 680px;
	text-align: left;
}
#header h1{
	margin: 0px;
	padding: 0px;
}

#header .logo{
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 70px;
}
#header .logo img{
	margin-top: 5px;
	padding: 0px;
}
#header .headsub{
	display: none;
}

/* 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: 680px;
	text-align: left;
}

/* navigation*/
.navigation{
	display: none;
}

/* container*/
#container{
	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: 680px;
	text-align: left;
}
/* topcontent */
#topcontent{
	width: 680px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.news{
	display: none;
}

#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;
}
#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{
	display: none;
}

/* content */
#content{
	width: 680px;
	margin: 0px;
	padding: 0px;
	text-align: 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: 0px;
	padding-right: 0px;
	font-size: 90%;
	font-weight: bold;
	color: #333;
	line-height: 150%;
	text-indent: 5px;
	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: #0D3259;
	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: 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;
	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: 20px;
}
#content p strong{
	color: #000;
}
#content .entrylink{
	display: none;
}

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

#content td{
	padding: 3px;
	font-size: 80%;
	color: #696969;
	line-height: 150%;
	border-bottom: 1px solid #ccc;
}
#content td.head{
	color: #666;
	font-weight: bold;
	background-color: #f5f5f5;
}
#content td.bgb{
	background-color: #B0E0E6;
}
#content td.bgp{
	background-color: #FFE4E1;
}
#content td.bgo{
	background-color: #FFE4B5;
}
#content td.bgg{
	background-color: #EEE8AA;
}
#content td.bgbg{
	background-color: #99CCFF;
}

#content ul{
	margin-top: 20px;
	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 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{
	display: none;
}
#content .pagenavigation{
	display: none;
}
#content .leftlink{
	display: none;
}
#content .rightlink{
	display: none;
}
/* 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{
	display: none;
}

/* footer*/
#footer{
	width: 680px;
	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: #696969;
	font-size: 70%;
	text-align: left;
	text-indent: 5px;
	background-color: #fff;
}

ul.footernav{
	display: none;
}
