
/*++++++++++++++++++++++++global*/
body {
	margin: 0 10px 10px;
	font-family: Verdana, Arial, sans-serif;
	padding: 0;
	background: #fff;
	color: #444;
}

img {
	border: 0;
}
a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #ff6600;
}

ul, dl, form, input, select {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}

/*++++++++++++++++++++++++area*/
#wrapperzone {
	width: 100%;
	min-width: 460px;
}

#leftarea {
	width: 160px;
	float: left;
	border-left:2px solid #e1e1e1;
	border-right:2px solid #e1e1e1;
	border-bottom:2px solid #e1e1e1;
	margin-bottom:3em;
}


#contentsarea {
	margin-left: 180px;
}

#head {
	width: 100%;
	margin-bottom:1.5em;
}

#gotopfoot {
	clear:left;
	margin-top:0.8em;
}

#foot {
	clear:left;
	margin-top:0.8em;
	border-top:2px solid #cccccc;
	padding-top:0;
}

/*++++++++++++++++++++++++H */

#contentsarea h1 {
	font-size:16px;
	color:#FFFFFF;
	margin-bottom:1.5em;
	background: #303e51;
	padding: 0.2em 0.2em 0.2em 0.5em;
}

#contentsarea h2 {
	font-size: 13px;
	color: #303e51;
	border-bottom: solid 2px #ff6600;
	background: url(../../img/common/big_squ_arrow.gif) no-repeat left center;
	padding-left: 18px;
	margin-top:2em;
	margin-bottom:0.5em;
}

#contentsarea h3 {
	font-size:12px;
	font-weight:normal;
	color:#ff6600;
	margin-bottom:0.5em;
	border-bottom:2px solid #ff6600;
	padding-bottom:0;
	padding-left:0.5em;
	margin-top:2em;
}

#contentsarea h4 {
	font-size:10px;
	font-weight:normal;
	color:#303e51;
	border-bottom:2px dotted #303e51;
	margin-bottom:0.5em;
	margin-top:1.5em;
	padding-bottom:0;
	padding-left:0.5em;
}

/*++++++++++++++++++++++++font*/

p {
	font-size:12px;
	color: #455162;
	line-height: 16px;
	margin-bottom:0.5em;
}

p.important {
	background: url(../../img/recommend_icon.gif) no-repeat left top;
	padding-left: 15px;
}

p.fontli {
	font-size:12px;
}

strong {
	font-weight: bolder;
	color: #303e51;	
}

.orange {
	color:#FF6600;
}


#contentsarea em {
	font-weight: bold;
	font-style: normal;
}


/*++++++++++++++++++++++++parts*/

hr.cls {
	clear: both;
	visibility:hidden;
}


pre {
	margin-top:1.5em;
	margin-bottom:1.5em;
}

/*++++++++++++++++++++++++header*/
#head img.DGMlogo {
	float:left;
	margin-top: 10px;
}


/*++++++++++++++++++++++++faqanswer*/

#faqanswer {
	margin:1em;
	padding:0.5em;
	/*background:#f1f1f1;*/
	/*border:1px solid #cecece;*/
}

#faqanswer ul {
	font-size:12px;
	color: #455162;
	line-height:1.5;
}

#faqanswer li {
	background: url(../img/list_point.gif) no-repeat 0px 0.5em;
	padding-left:10px;
	padding-bottom: 5px;
}
	

blockquote {
	margin:0;
	padding:0;
	/*border:1px solid #aaafbb;*/
	/*background:#efefef;*/
	font-size:12px;
}

/*++++++++++++++++++++++++++dl*/
dl {
	margin:1em;
	font-size:85%;
	padding:0.5em;
}

dt {
	font-weight: bolder;
	color:#303e51;
	padding:0em 0.5em;
	border-bottom:1px solid #b3c1d1;
	margin-top:1em;
}

/*--上マージンの場合--*/
dt.topmargin {
	margin-top:1em;
}

dd {
	margin-left:1.5em;
	margin-top:0.5em;
}


/*-------------------------右寄せリンク*/
p.alright {
	font-size:12px;
	text-align:right;
	margin:0.5em 0 0.5em 0;
}

p.alright a {
	font-size:12px;
	padding-right:10px;
}

p.alright img {
	margin-left:0.2em;
}


/*+++++++++++++++++++++++++++etc*/
#bikou {
	margin:1em;
	padding:0.5em;
	background:#f1f1f1;
	border:1px solid #cecece;
}

#bikou p {
	margin:0;
}

/*+++++++++++++++++++++++++++etc*/
#bikou2 {
	margin:1em 1em 0em 1em;
	padding:0.5em;
	background:#8697b7;
	border:1px solid #cecece;
}


#bikou2 ul {
	font-size:12px;
	color: #ffffff;
	line-height:1.5;
}

#bikou2 li {
	background: url(../../img/english/list_point_blue_bg.gif) no-repeat 0px 0.5em;
	padding-left:10px;
	padding-bottom: 5px;
}

/*+++++++++++++++++++++++++++etc*/
#bikou3 {
	margin:0em;
	padding:0 0 0 0.5em;
	background:#8697b7;
	font-size:12px;
	color: #ffffff;
	line-height:1.5;
}



/*+++++++++++++++++++++++++++TABLE*/
#tablearea {
	
}

table.basictable {
	width: 640px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    background-color: #ddd;
    font-size:100%;
}

table.basictable th {
	text-align: left;
	vertical-align: top;
    width: 25%;
    background-color: #ddd;
    padding: 0px 0px 0px 5px;
    font-weight: bold;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
}

table.basictable td {
	background-color: #eee;
    padding: 5px;
    border-bottom: solid 2px #fff;
    vertical-align:top;
	
}



table.basictable caption {
	padding-bottom:0.6em;
	text-align:left;
	font-weight:bold;
}

/*++++++++++++++++++++++++++++OL*/

ol {
	font-size:12px;
	font-weight:bold;
	list-style: decimal inside;
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: 1em;
	padding-left: 0px;
}

#noimage_li ol li {
	margin-bottom:0.5em;
	background:url(none);
}


/*+++++++++++++++++++++++++Left Menu*/
#leftarea ul {
	font-size:12px;
	margin-top:0;
	margin-left:0.5em;
	padding-left:0.2em;
}

#leftarea ul li {
	background: url(../../img/leftbox_menu_allow.gif) no-repeat 0px 0.4em;
	padding-left:1em;
	padding-bottom:0.5em;
}

#leftarea ul.submenu {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	list-style:url(none) none;
	font-size:12px;
}

#leftarea ul.submenu li {
	background: url(../../img/instlist_point.gif) no-repeat 0px 0.5em;
	padding-left:0.5em;
}

#leftarea p.subtitle {
	font-size:12px;
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
	background:#e1e1e1;
	padding:2px;
}


#leftarea p span {
	display: none;
}


/*+++++++++++++++++++++++++++etc*/


#shoplist_header {
	font-size:16px;
	font-weight: bold;
	min-width: 460px;
	color:#FFFFFF;
	border-top:solid #cecece 1px;
	border-right:solid #cecece 1px;
	border-bottom:solid #cecece 1px;
	border-left:solid #cecece 1px;
	margin-top: 1em;
	margin-right: 12px;
	margin-bottom: 0em;
	margin-left: 0em;
	padding: 0.2em 0.2em 0.2em 0.5em;
	background: #ff6600;
}

#shoplist_content { 
	min-width: 460px;
	border-top:solid #cecece 0px;
	border-right:solid #cecece 1px;
	border-bottom:solid #cecece 1px;
	border-left:solid #cecece 1px;
	margin-top: 0em;
	margin-right: 12px;
	margin-bottom: 1em;
	margin-left: 0em;
	padding: 0.5em;
	background: url(../../img/english/container_bg_top_repeat.gif) repeat-x;
}
