/* CSS Document */
@import url("common.css");

/************************************/
/** ネットワーク構築マネージメント **/
/************************************/

.article {
	width: 718px;
	padding: 5px;
}

.article ul {
	list-style-type: disc;
	padding-left: 3em;
	padding-right: 2em;
	margin-bottom: 2em;
}

.article ol {
	list-style-type: 1;
	margin-left: 0px;
	margin-right: 0px; 
	margin-bottom: 0px;
	padding-left: 3em;
	padding-right: 1em;
}

.article ol ul {
	list-style-type: disc;
	margin-left: 0px;
	margin-right: 0px; 
	margin-bottom: 0px;
}

.article ol ul li {
	margin-left: 0px;
	margin-right: 0px; 
	line-height: 1.5em;
/*	font-size : 1.2em;*/
	font-size : 1em;
}

.article li {
	margin: 10px;
	line-height: 1.5em;
/*	font-size : 1.2em;*/
	font-size : 1em;

}

.article p {
/*	font-size : 1.2em;*/
	font-size : 1em;
	text-indent: 0pt;
	line-height : 1.5em;
	padding: 0em 2em;
}

.article p.strong {
	font-size : 1.2em;
/*	font-size : 1em;*/
/*	text-indent: 0pt;*/
	line-height : 1.5em;
	padding: 0em 2em;
}

.article  a{
/*	font-size : 1em;*/
	font-size : 1em;
	padding-right: 0.2em;
/*	text-decoration: none;
	color : #0099CC; */
}

/*
#left {
	float : left;
	width : 220px;
	padding : 10px;
}

#right {
	float : right;
	width : 498px;
}
*/
.policy-bar {
	margin-top: 30px;
	margin-bottom: 30px;
}

.policy-note {
	text-align: right;
}

.policy-subtitle {
	font-weight: 600;
}

p.note-title {
	font-size : 1em;
	margin-left : 2em;
	color : #0099CC;
}

p.note-sentence {
	font-size : 1em;
	margin-left : 3em;
	color : #0099CC;
}
