﻿@charset "utf-8";

/* =======================================

	list.css

	Last Up Date 2013/02/21

 -----------------------------------------
	INDEX
 -----------------------------------------
	
	ul
	
	ol
	
	dl
	
========================================== */

ul.paragraph li,
ol.paragraph li{
	margin-bottom: 1em !important;
}
ul.horizontalW150 li {
	float: left;
	width: 150px;
	margin-right: 10px;
}

ul.horizontalW160 li {
	float: left;
	width: 160px;
	margin-right: 10px;
}
ul.horizontalW170 li {
	float: left;
	width: 170px;
	margin-right: 10px;
}
ul.horizontalW180 li {
	float: left;
	width: 180px;
	margin-right: 10px;
}
ul.horizontalW200 li {
	float: left;
	width: 200px;
	margin-right: 10px;
}
ul.horizontalW210 li {
	float: left;
	width: 210px;
	margin-right: 10px;
}

ul.horizontalW220 li {
	float: left;
	width: 220px;
	margin-right: 10px;
}
ul.horizontalW230 li {
	float: left;
	width: 230px;
	margin-right: 10px;
}
ul.horizontalW250 li {
	float: left;
	width: 250px;
	margin-right: 10px;
}
ul.horizontalW260 li {
	float: left;
	width: 260px;
	margin-right: 10px;
}
ul.horizontalW270 li {
	float: left;
	width: 270px;
	margin-right: 10px;
}
ul.horizontalW280 li {
	float: left;
	width: 280px;
	margin-right: 10px;
}
ul.horizontalW290 li {
	float: left;
	width: 290px;
	margin-right: 10px;
}
ul.horizontalW300 li {
	float: left;
	width: 300px;
	margin-right: 10px;
}


/* ==========================================
	ul
========================================== */

/* Base style
----------------------------------- */

/* disc ----------*/
ul.partsUlBase00 li {
	padding-left: 14px;
	background-image: url(/common_v4_1/img/ico_bullet_disc01.gif);
	background-position: 3px .45em;
	background-repeat: no-repeat;
}
/* square arrow ----------*/
ul.partsSquarearrow li,
a.partsSquarearrow {
	padding-left: 25px;
	background: url(/common_v4_1/img/ico_bullet_squarearrow_r.gif) ;
	background-position: 3px .45em;
	background-repeat: no-repeat;
}
a.partsSquarearrow {
	background-position: 3px .3em;
}
/* blue arrow ----------*/
ul.partsUlBase01 li,
a.partsBullet_arrow01 {
	padding-left: 14px;
	background-image: url(/common_v4_1/img/ico_bullet_arrow01_r.gif);
	background-position: 3px .5em;
	background-repeat: no-repeat;
}

/* gray arrow ----------*/
ul.partsUlBase02 li {
	padding-left: 14px;
	background-image: url(/common_v4_1/img/ico_bullet_arrow02_r.gif);
	background-position: 3px .45em;
	background-repeat: no-repeat;
}

/* white arrow ----------*/
ul.partsUlBase03 li {
	padding-left: 14px;
	background-image: url(/common_v4_1/img/ico_bullet_arrow03_r.gif);
	background-position: 3px .45em;
	background-repeat: no-repeat;
}

/* double arrow ----------*/
ul.partsUlBase04 li {
	padding-left: 14px;
	background-image: url(/common_v4_1/img/ico_bullet_arrow04_r.gif);
	background-position: 3px .45em;
	background-repeat: no-repeat;
}

ul.lineHeight01 {
	margin-top: 1em;
}

/* ==========================================
	ol
========================================== */

/* Base style
----------------------------------- */

/* decimal ----------*/
ol.partsOlBase00 {
	list-style-type: decimal;
	margin-left: 1.5em;
}
/* IE6 Only */
* html ol.partsOlBase00 {
	margin-left: 2.2em;
}
/* IE7 Only */
*:first-child + html ol.partsOlBase00 {
	margin-left: 2.2em;
}
ol.partsOlBase00 li {
}

ol.lineHeight01 {
	line-height: 110%;
}

ol.lineHeight01 li {
	margin-top: -0.7em;
	margin-bottom: -0.7em;
}

/* ==========================================
	dl
========================================== */

/* Base style
----------------------------------- */

/* Base00 ----------*/
dl.partsDlBase00 {
}
dl.partsDlBase00 dt {
}
dl.partsDlBase00 dd {
}

/* Base00b ----------*/
dl.partsDlBase00b {
}
dl.partsDlBase00b dt {
	font-weight: bold;
}
dl.partsDlBase00b dd {
}

/* Base01 ----------*/
dl.partsDlBase01 {
}
dl.partsDlBase01 dt {
}
dl.partsDlBase01 dd {
	margin-left: 1em;
}

/* Base01b ----------*/
dl.partsDlBase01b {
}
dl.partsDlBase01b dt {
	font-weight: bold;
}
dl.partsDlBase01b dd {
	margin-left: 1em;
}
