@charset "utf-8";
/* [1] style reset
------------------------------------------------ */

* {
    margin:0;
    padding:0;
}


/* [2] top level
------------------------------------------------ */

body {
	text-align:left;
	color:#474747;
	background-color:#FFFFFF;
	line-height:1.3;
	font-size:100%;
}


/* [3] heading
------------------------------------------------ */

h1 {
	margin:0 0 12px 0;
	padding:0 0 4px 16px;
	background:#FFFFFF;
	color:#474747;
	font-size:13px;	/* 13px */
}
h2 {
	margin:0;
	padding-left:12px;
	border-bottom:1px solid #AEAEAE;	
	line-height:28px;
	background:#CCCCCC url(http://image.alibaba.co.jp/images/images/contentsHome_h2_bg.gif) repeat-x left top;
	color:#474747;
    font-size:12px;	/* 12px */
	font-weight:bold;
}
h5 {
	margin-top:8px;
	padding-left:12px;
	border-bottom:1px solid #AEAEAE;
	border-top:1px solid #AEAEAE;	
	line-height:28px;
	background:#CCCCCC url(http://image.alibaba.co.jp/images/images/contentsHome_h2_bg.gif) repeat-x left top;
	color:#474747;
    font-size:12px;	/* 12px */
	font-weight:bold;
}
h4 {
	margin:0;
	padding-left:5px;
	border-bottom:1px solid #AEAEAE;	
	line-height:28px;
	color:#474747;
    font-size:12px;	/* 12px */
	font-weight:bold;
}
h3 {
	padding-left:3px;
	line-height:26px;
	color:#474747;
	font-size:12px;	/* 12px */
	font-weight:bold;
}


/* [4] list
------------------------------------------------ */

dl {
	font-size:100%;
}
dt ,
dd ,
li {
	margin:0;
	padding:0;
	font-size:12px;	/* 12px */
	list-style-type:none;
	word-break:break-all;
}


/* [5] normal block
------------------------------------------------ */

p {
	margin:0;
	font-size:12px;	/* 12px */
	word-break:break-all;
}

/* [6] img
------------------------------------------------ */

img {
	border:none;
}

/* [7] anchor
------------------------------------------------ */

a:link {
	color:#003399;
	text-decoration:none;
}
a:visited {
	color:#003399;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
	text-decoration:underline;
}


/* [8] form
------------------------------------------------ */
input.submitButton {
	padding:0 3px;
	border-top:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #B6B6B8;
	border-left:1px solid #B6B6B8;
	background-color:#E7E6E8;
}
select {
	width:100px;
	background-color:#FFFFFF;
}
input {
	padding:0 0 0 2px;
}      